wit CREATE TICKET outfile [--id id] [title_id] [decrypted_key] wit CREATE TMD outfile [--id id] [--ios ios] [hash_val]
Options | |||
---|---|---|---|
Option | Param | Description | |
-t | --test | Run in test mode, modify nothing. >>> USE THIS OPTION IF UNSURE! <<< |
|
-d | --dest | path | Define a destination path (directory/file). This path is concatenated with the |
-D | --DEST | path | Like --dest, but create the directory path automatically. |
-o | --overwrite | Overwrite already existing files without warning. | |
--id | id | Define an ID for the TICKET or TMD. | |
--ios | ios | Define an IOS/SYS-VERSION for the TMD. |
Syntax: wit CREATE TICKET outfile [--id id] [title_id] [decrypted_key]This sub command creates a ticket file. The data fields are filled randomly, but in an usal way for wii game discs. Option »--id id« defines an ID with 4 characters for the ticket. If not set, the default id
The output is written to the file output.
If --dest or --DEST is set, the option parameter is used as base for output.
If only a directory is set, the default filename
Syntax: wit CREATE TMD outfile [--id id] [--ios ios] [hash_val]This sub command creates a tmd file. The data fields are filled randomly, but in an usal way for wii game discs. Option »--id id« defines an ID with 4 characters for the tmd. If not set, the default id
The output is written to the file output.
If --dest or --DEST is set, the option parameter is used as base for output.
If only a directory is set, the default filename
0 == OK : all done without errors. SYNTAX ERROR : at least one syntax error in command line found. WRITE ERROR : error while writing a file. CANT CREATE : Can't create output file.