Re: Story mode - What do you do after defeating Nolok?

Also, looking at the commit messages it seems like STK is available for iOS, but isn't on the store. How would you compile it from source?
Open source game community & development
http://forum.freegamedev.net/
Wuzzy {l Wrote}:Extended singleplayer gameplay:
tempAnon093 {l Wrote}:Wuzzy {l Wrote}:Extended singleplayer gameplay:
I've recently discovered how easy it is to find and adjust the config files, so I've decided to try crazy self-made modes such as racing 99 other karts and playing at 200% engine power. It's surreal when you overtake a basketball! Going from 99th to top-10 in 3 laps is a pretty difficult challenge on its own simply because of how crazy it gets in the middle.
gsbhasin123 {l Wrote}:Can you provide a reference? I'd like to do this since I can't connect to servers (even with Benau's new patch at https://github.com/supertuxkart/stk-code/tree/test_ipv6)
tempAnon093 {l Wrote}:gsbhasin123 {l Wrote}:Can you provide a reference? I'd like to do this since I can't connect to servers (even with Benau's new patch at https://github.com/supertuxkart/stk-code/tree/test_ipv6)
Sure. These are done by just editing config files in the data folder. They are well commented so feel free to experiment! Just keep a backup of the original if you want to change back.
Super speed:
video clip: sikke.fl
In 'stk_config.xml', replace
<engine power="950" max-speed="25" generic-max-speed="25" brake-factor="15"
with
<engine power="2000" max-speed="250" generic-max-speed="250" brake-factor="15"
99 karts:
video of 50 karts: sikke.fl
[note: will crash on Cocoa Temple normal direction if more than 64 players, because it will try and spawn you over that river!]
In 'stk_config.xml', replace
<karts max-number="20"/>
with
<karts max-number="100"/>
benau {l Wrote}:well i can come up with a proper way to connect to / connect from ipv6 later, will tell you soon, just visit irc regularly
gsbhasin123 {l Wrote}:So I just finished all the challenges in SuperTuxKart and unlocked the big door. I raced Nolok and won. However, I still have the pit of lava in front of me (which I can't cross). What am I supposed to do? Is this the end of the game?