Page 1 of 1

Can't run my favorite game, because EVERYTHING IS LOCKED

PostPosted: 20 Feb 2022, 19:19
by donny
I just installed the game and I wanted to play my favourite GP with my favourite kart, but I can't.

When choosing my kart, it says: "Locked: solve active challenges to gain access to more!" What challenges? I know all the tracks well and I don't want to play all of them right now. Why should I? I play this game for years, I already solved all the challenges million times before and I just want to play my game.

When choosing a difficulty, I want the highest, because it's the only options for me that makes me lose at least sometimes. You know what? I CAN'T, BECAUSE IT'S LOCKED! No explanation WHY.

So when I choose the lower difficulty, half the tracks are LOCKED - "solve active challenges to gain access to more". Thank you VERY MUCH for not allowing me to play half of the tracks just because... WHY?

I wanted to play my favourite GP. But I can't because ALL GPs ARE LOCKED WITHOUT ANY EXPLANATION.

PLEASE REMOVE ALL THE LOCKS FROM THE GAME! I know you spent lot of time developing the STORY MODE, but what you do with the locks is just pissing off the people who really like your game.

Re: Can't run my favorite game, because EVERYTHING IS LOCKED

PostPosted: 20 Feb 2022, 20:30
by eltomito
You can edit a configuration file to say everything's been unlocked. It's been asked before and even duckduckgo.com knows the answer!
On Linux, edit /home/USERNAME/.config/supertuxkart/challenges.xml and change ALL the "false" values into "true".
The file is somewhere else on Windows but it won't be far either.

Re: Can't run my favorite game, because EVERYTHING IS LOCKED

PostPosted: 20 Feb 2022, 22:19
by fracture
I think some of the tracks and GPs should still be locked since new players will be encouraged to actually complete the game and experienced players can just edit a configuration file to unlock all of the tracks.

Though STK's story mode sucks and I wouldn't mind it being removed in 2.0.

Re: Can't run my favorite game, because EVERYTHING IS LOCKED

PostPosted: 21 Feb 2022, 10:42
by eltomito
fracture {l Wrote}:Though STK's story mode sucks and I wouldn't mind it being removed in 2.0.

I like the story mode (minus the long-winded animations). It makes you try some hard stuff and learn new skills. For me, some of the nitro collection challenges were really difficult and I really had to learn to drive better to beat them.

Re: Can't run my favorite game, because EVERYTHING IS LOCKED

PostPosted: 21 Feb 2022, 17:32
by Bird
Sure, STK could go the easy way and put in an official cheat menu. That would be more accessible of course. But what if just for one kid that has to mess around in the config files, discovering not only how to play the game, but what's actually part of the game mechanics... might that make a computer expert one day?

Re: Can't run my favorite game, because EVERYTHING IS LOCKED

PostPosted: 22 Feb 2022, 13:00
by eltomito
Bird {l Wrote}:...might that make a computer expert one day?

*Cue auspicious music over images of Earth from space*

Re: Can't run my favorite game, because EVERYTHING IS LOCKED

PostPosted: 01 Mar 2022, 22:19
by Wuzzy
Maybe we will see a rebirth of old-school cheat codes again. :D

Re: Can't run my favorite game, because EVERYTHING IS LOCKED

PostPosted: 08 Mar 2022, 16:47
by bzt
Same problem here.
eltomito {l Wrote}:On Linux, edit /home/USERNAME/.config/supertuxkart/challenges.xml
There's no such file under Linux.

Here's what I have:
{l Code}: {l Select All Code}
$ cd ~/.config/supertuxkart/
$ find .
.
./config-0.10
./config-0.10/server_config.xml
./config-0.10/1.png
./config-0.10/input.xml
./config-0.10/config.xml
./config-0.10/highscore.xml
./config-0.10/players.xml
./config-0.10/stdout.log
$

Any ideas? There's a
{l Code}: {l Select All Code}
<unlock_everything value="0" />
line in config.xml.

Thanks,
bzt

Re: Can't run my favorite game, because EVERYTHING IS LOCKED

PostPosted: 09 Mar 2022, 18:35
by eltomito
bzt {l Wrote}:Same problem here. Any ideas? There's a
{l Code}: {l Select All Code}
<unlock_everything value="0" />
line in config.xml.

Maybe it's a different version of SuperTuxKart. But anyway, try changing that 0 to 1, that is, make that line
{l Code}: {l Select All Code}
<unlock_everything value="1" />

Hope it works!