I'm almost done with the big update to Knytt Underground that adds a few more hundred rooms.
Now, I want to add two weird challenges as well. They are basically hidden in the main menu and challenge. Both of them requires you to get from a place in the world to another in Chapter 3 - but you're blank on dimension crystals and you cannot transform to your other form. One challenge is for the ball form, the other challenge is for the sprite form. For each challenge, I'm looking for a really tricky to reach "win" point. The challenges can be super hard. The only thing reaching it shouldn't involve is super quirky moves that's almost impossible to pull off.
Below are two saves. Put them in Knytt Underground\Game\World\Default Saves
Then open Knytt Underground\World\Global Script.py in Notepad and replace the section that begins with ##### Debug ##### with this:
def debug_f9():
game_load('Spritechallenge', 'Blue')
def debug_f11():
game_load('Ballchallenge', 'Blue')
Now when you start the game, first press Shift+D+B to enable the debug mode, then press F9 to begin the sprite challenge and F11 to begin the ball challenge.
If you manage to get to a super tricky spot, show us where it is (and how to get there in a spoiler tag). The most creative one in the Ball challenge and Sprite challenge will make it into the game.
Note 1: This will not actually erase or even affect your Chapter 3 save data.
Note 2: If your challenge is more interesting with a dimension crystal, or coins to buy a dimension crystal, or anything, feel free to make modifications to that initial savedata and post it with your challenge.