Talk:Variety Pack

From Custom Mario Kart
Revision as of 16:26, 25 August 2018 by Wiimm (talk | contribs) (Created page with "== Swapping slots == Tools wstrt can swap slots for traditional distributions with 32 tracks. Options --tracks list and --arenas list do it. Examples with test output to veri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Swapping slots

Tools wstrt can swap slots for traditional distributions with 32 tracks. Options --tracks list and --arenas list do it. Examples with test output to verify it:

wstrt tracks --tracks 51,41,31
wstrt tracks --tracks 51=84,83,82,81,11=21,22,23

Built-in help:

-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.

Same for arenas: wstrt arenas --arenas xxxx

--Wiimm (talk) 16:26, 25 August 2018 (UTC)