Help:Tools/rstb: Difference between revisions

Jump to navigation Jump to search
no edit summary
imported>Leoetlino
No edit summary
imported>Leoetlino
No edit summary
Line 18: Line 18:
'''Important''': You must pass <code>--be</code> if you are dealing with a big endian RSTB (Wii U version).
'''Important''': You must pass <code>--be</code> if you are dealing with a big endian RSTB (Wii U version).
<code>path_to_rstb</code> is a path to the [[ResourceSizeTable.product.rsizetable]] file. <code>RESOURCE_NAME</code> is a [[canonical resource path]].
<code>path_to_rstb</code> is a path to the [[ResourceSizeTable.product.rsizetable]] file. <code>RESOURCE_NAME</code> is a [[canonical resource path]].
* '''Get''' a resource size: <code>rstbtool [--be] path_to_rstb get RESOURCE_NAME</code> {{ch}}
* To '''get''' a resource size: <code>rstbtool [--be] path_to_rstb get RESOURCE_NAME</code> {{ch}}
* '''Set''' a resource size: <code>rstbtool [--be] path_to_rstb set RESOURCE_NAME NEW_SIZE</code> {{ch}}
* To '''set''' a resource size: <code>rstbtool [--be] path_to_rstb set RESOURCE_NAME NEW_SIZE</code> {{ch}}
** NEW_SIZE can be an integer (hex or decimal) or a real file path (in which case rstb will automatically calculate the resource size).
** NEW_SIZE can be an integer (hex or decimal) or a real file path (in which case rstb will automatically calculate the resource size).
* '''Add''' a resource size: <code>rstbtool [--be] path_to_rstb add RESOURCE_NAME NEW_SIZE</code> {{ch}}
* To '''add''' a resource size: <code>rstbtool [--be] path_to_rstb add RESOURCE_NAME NEW_SIZE</code> {{ch}}
* '''Delete''' a resource size: <code>rstbtool [--be] path_to_rstb del RESOURCE_NAME</code> {{ch}}
* To '''delete''' a resource size: <code>rstbtool [--be] path_to_rstb del RESOURCE_NAME</code> {{ch}}


== Known issues ==
== Known issues ==
* '''Size calculation for complex resources''': rstb is currently unable to calculate file sizes for complex resource classes (see [[Resource system#Resource size calculation]] for more information). The CLI will suggest deleting entries if it detects that this is the case.
* '''Size calculation for complex resources''': rstb is currently unable to calculate file sizes for complex resource classes (see [[Resource system#Resource size calculation]] for more information). The CLI will suggest deleting entries if it detects that this is the case.
Anonymous user

Navigation menu