VERSION | Print program name and version and exit. | |
HELP | H | Print help for commands and options. |
ARGTEST | This debug command accepts all kinds of parameters and prints one line for each parameter. | |
TEST | This debugging command accepts all options and parameters and prints a list of the internal option values. The command is designed to test the option parameters. The non option parameters are completly ignored. | |
COLORS | Ignore all parameters and print clored text for testing. | |
ERROR | ERR | Translate an exit code to a message name. If no exit code is entered, print a table with all error messages. |
FILETYPE | FT | Scan the header of the entered files and print file type and path for each file as list. |
FILEATTRIB | FA | Print a table with attributes for all known file types. If at least one keyword is entered, only matching file types are printed. A keyword is either a file type (like 'BRRES' or 'BMG') or one of the printed keywords (like 'ARCHIVE' or 'EXTRACT'). |
DUMP | Dump the structure of 'StaticR.rel' (in development) and of DOL files as text. | |
EXTRACT | X | Extract the sections of a DOL file into a directory. StaticR.rel files are ignored. |
TRACKS | Show track infos in the order of the 'StaticR.rel' files. If no file is entered, the standard order is used. | |
ARENAS | Show arena infos in the order of the 'StaticR.rel' files. If no file is entered, the standard order is used. | |
FILES | List track and arena file names in machine readable format. Use the order of the entered 'StaticR.rel' files. If no file is entered, the standard order is used. | |
FIND | Find a track or arena by keyword and print one line for each keyword in machine readable format |
|
POINTS | PTS | Print a table with the points assigned to player after a versus or room race for each entered file. If no file is entered, the standard table is used. However, if option --points is set only the resulting table is printed. |
ANALYZE | ANA | Open 'StaticR.rel' and DOL files and analyze them. The files will be classified using SHA1 checksums. |
PATCH | Patch 'main.dol and 'StaticR.rel' files of Mario Kart Wii. No backup is made. |
Options | |||
---|---|---|---|
Option | Param | Description | |
--add-ctcode | If source is a original main-dol file of MKWii, then append 2 sections (T2 and D8) with |
||
--all-ranks | [=mode] | If set to |
|
--allow-all | Usually commands accept only options with impact to the command. All other options fire a syntax error. But if This makes changing the command of a long command line without removing useless options easier. It also helps to override wrong option permissions. |
||
-A | --arenas | arenas | Define a new arena order. A comma separated list in the format
Arenas will only be exchanged so that always all arenas are assigned. But if using |
-B | --brief | List only the track file names and suppress table header and footer. | |
--bt | char | Reset (str is empty) or replace the second character of 'bt' to create an own online world for battles. The file StaticR.rel will be patched at 4 places. | |
--chdir | dir | Set a new working directory for all following options, for all parameters and for the command execution. This option can be used multiple times, but for parameter parsing and for command execution only the last usage is relevant. Nevertheless, |
|
--color | Force colorized text. This is the default, if an output file is a terminal. But colorized text is only supported for a few messages. | ||
-c | --const | list | Define constant values, that are used by the internal encoders and by the numeric options as predefined global variables. This option allows a conditional encoding of text files. It can be used multiple times for multiple definitions.
The Parameter is a comma separated list of terms and a term is ' |
--ct-code | Enable the CT-CODE modus. | ||
--de | Use german track and arena names. | ||
-d | --dest | path | Define a destination path (directory/file). The destination
The path may contain escape sequences:
A |
-D | --DEST | path | Like --dest, but create the directory path automatically. |
--domain | dom | Define a domain for option --https. The default is ' |
|
-E | --esc | char | Define an alternative escape character for destination files. The default is '%'. For Windows batch files it is a good choice to set |
--force | The tools analyse input files and reject files with invalid data structures. If --force is set, little repairable issues are ignored and a warning is printed.
Option »--kmp force« does the same, but only for KMP files. >>> THE RESULT MAY BE INVALID OUTPUT FILES! <<< |
||
-h | --help | Stop parsing the command line, print a help message and exit. | |
--https | mode | Patch the https strings of REL and DOL files. 'mode' is one of the following keywords:
|
|
-i | --ignore | Ignore non existing source files without warning. | |
-l | --long | Print long numeric message IDs instead of alternative message names like Txx, Uxx or Mxx. | |
--no-color | Deactive colorized text. This is the default, if an output file is not a terminal. | ||
-H | --no-header | Suppress the syntax information section in BMG text files. | |
--number | If a file already exist, append a number directly before the file extension to make the filename unique. If other numbered files already exist (ignoring case), use the maximal existing index+1. |
||
-o | --overwrite | Overwrite already existing files without warning and ignore option --number. | |
--points | list | This patch option defines a new table for the points assigned to players after a versus or room race. The parameter is a blank or comma and slash (next row) separated list with numbers (points) between 0 and 255 and the following keywords: |
|
-p | --preserve | Preserve file times (atime+mtime) while converting or copying files. | |
-q | --quiet | Be quiet and print only error messages. Multiple usage is possible. The impact is command dependent. | |
-R | --region | region | If 'region' is an unsigned number, the region for online versus play is patched to the entered number. Otherwise a keyword is expected. Official regions are: JAPAN(0), AMERICA(1), EUROPE(2), AUSTRALIA(OCEANIA,3), KOREA(4), TAIWAN(5) and See http://wiimm.de/r/ctw/Custom_Track_Regions for other regions. |
-r | --remove-dest | Remove already existing files before creating it. If set, --overwrite is ignored. |
|
--sections | Print in machine readable sections and parameter lines. | ||
-t | --test | Run in test mode, modify nothing.
>>> USE THIS OPTION IF UNSURE! <<< |
|
-T | --tracks | tracks | Define a new track order. A comma separated list in the format
Tracks will only be exchanged so that always all tracks are assigned. But if using |
-u | --update | Create only files that do not exist. Already existing files are ignored without warning. If set, --overwrite and --remove-dest are ignored. | |
-v | --verbose | Be verbose and print more progress information. Multiple usage is possible. The impact is command dependent. | |
-V | --version | Stop parsing the command line, print a version info and exit. | |
--vs | char | Reset (str is empty) or replace the second character of 'vs' to create an own online world for versus races. The file StaticR.rel will be patched at 4 places. | |
--width | width | Define the width (number of columns) for help and some other messages and disable the automatic detection of the terminal width. | |
--wiimmfi | Patch the files for the new custom server. It is a short cut for »--https domain --domain wiimmfi.de«. | ||
--xhelp | Stop parsing the command line and print a help message with all commands included. Exit after printing. |