prevnext   » SZS: Wiimms SZS Tools » wstrt: Wiimms StaticR Tool » wstrt tracks

wstrt tracks

Show track infos in the order of the 'StaticR.rel' files. If no file is entered, the standard order is used.

Contents

1.   Syntax

wstrt TRACKS [file]...

2.   Options

Options
Option Param Description
-H --no-header Suppress the syntax information section in BMG text files.
-B --brief List only the track file names and suppress table header and footer.
-l --long Add columns for music slot and short name.
--de Use german track and arena names.
-T --tracks tracks Define a new track order. A comma separated list in the format [a=]b or a:=b is expected. 'a' and 'b' are track names or slot numbers. 'a' is the destination slot and 'b' the assigned track. If 'a' is omitted, the next slot is used; this means [a=]b,c,d is possible.

Tracks will only be exchanged so that always all tracks are assigned. But if using ':=' the new slots are assigned without exchanging and the old values are lost.

-A --arenas arenas Define a new arena order. A comma separated list in the format [a=]b or a:=b is expected. 'a' and 'b' are arena names or slot numbers. 'a' is the destination slot and 'b' the assigned arena. If 'a' is omitted, the next slot is used; this means [a=]b,c,d is possible.

Arenas will only be exchanged so that always all arenas are assigned. But if using ':=' the new slots are assigned without exchanging and the old values are lost.

-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 CHINA(6). RESTORE restores the original Nintendo values and NONE disables region patching (default).

See http://wiimm.de/r/ctw/Custom_Track_Regions for other regions.

--all-ranks [=mode] If set to ON (default without parameter), the server query to Nintendos servers is manipulated, so that the player will find all players in online races independent of their ranking points. Value RESTORE disables this feature and restores Nintendos original query. Value NONE disables this kind of patching (default).
--https mode Patch the https strings of REL and DOL files. 'mode' is one of the following keywords:

RESTORE restores the original URLs and domains.

HTTP replaces HTTPS requests by HTTP and sub-domain 'naswii.' by 'nas.'.

DOMAIN replace HTTPS requests by HTTP and the domain 'nintendowifi.net' by the domain specified by option --domain.

PORT1 sets the domain specified by option --domain in combination with ports 90-93.

PORT2 is like PORT1, but it uses 'mariokartwii.DOMAIN' to replace the 'mariokartwii.race.gs.nintendowifi.net' domain.

--domain dom Define a domain for option --https. The default is 'wiimmfi.de'.