Editing Talk:PS3MFW Builder
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 106: | Line 106: | ||
|- | |- | ||
|} | |} | ||
=== Rcomage === | |||
<pre> | |||
Rcomage v1.1.1, written by ZiNgA BuRgA | |||
A general purpose RCO creation and manipulation command-line tool. | |||
Syntax: rcomage <function> [options] | |||
Use 'rcomage help <function>' for help on a specific function | |||
Available functions: | |||
extract Extract a resource from an RCO file. | |||
dump Dumps structure and contents of an RCO file. | |||
compile Compiles a new RCO file from a dump. | |||
rebuild Reads an RCO, then writes it out; in other words, it just | |||
copies it (and doesn't do it perfectly) - incredibly useful | |||
eh? ^^ | |||
vagdec Converts VAG to WAV. | |||
vagenc Converts WAV to VAG. | |||
vsmxdec Decodes a VSMX file into a text file. | |||
vsmxenc Encodes a (VSMX) text file into a VSMX file. | |||
help This help screen. | |||
Available options: | |||
--quiet Only display warnings/errors. | |||
--ini-dir Specify directory containing Rcomage INI files. | |||
</pre> |