Page 1 of 1

How unlock all the tracks without playing

PostPosted: 26 Feb 2015, 12:45
by BioHazardX
Hey guys,

I've just re- installed STK 0.8.1, this time on my Linux Mint, and I don't want play the whole campaign to unlock all the tracks and the superhard difficulty (yes, I'm lazy, but I swear that I finished the game on my win pc).
So, I quickly ask you, is it possible to configure manually some files to have all the tracks?

Thank you.

Re: How unlock all the tracks without playing

PostPosted: 26 Feb 2015, 13:10
by XGhost
Hello

Just search for the file "challenges.xml" (should be located in: /home/USERNAME/.config/supertuxkart/challenges.xml) and open it. You should find something like:
{l Code}: {l Select All Code}
<?xml version="1.0"?>
<challenges>
    <gameslot playerID="someID" kart="" firstTime="true">
        <city>
            <easy   solved="false"/>
            <medium solved="false"/>
            <hard   solved="false"/>
        </city>
        <farm>
            <easy   solved="false"/>
            <medium solved="false"/>
            <hard   solved="false"/>
        </farm>
        <fortmagma>
            <easy   solved="false"/>
            <medium solved="false"/>
            <hard   solved="false"/>
        </fortmagma>

(...)


When you set every parameter to "true" all tracks and karts will be unlocked.

Cheers XGhost

Re: How unlock all the tracks without playing

PostPosted: 26 Feb 2015, 14:43
by BioHazardX
Thank you, it works!