Skip to content
Ingo Ruhnke edited this page Aug 30, 2018 · 5 revisions

SuperTux 0.3

If the game was started with the --developer option, a cheat menu will become accessible by pressing F1. This menu is available on both the worldmap and the main game.

The Console can be used for additional cheating.

The --developer option can be made permanent with:

(developer #t)

in the SuperTux configuration file.

SuperTux 0.1

For these cheats to work you have to be in debug mode.

Do not type these in, you just press the appropriate key, eg the Tab key.

Key Cheat
end gain 50 coins
tab become bigtux
delete become firetux
l take away a life
insert become invincible (stars) [on some keyboards this is the HELP key]
tab become smalltux
  • To get into debug mode on Mac OS X: ctrl-click SuperTux.app, open contents, open MacOS; open a terminal window, drag SuperTux to the terminal window, type “--debug-mode” and hit enter.
  • To get in debug mode on other *nix's start the game with: supertux --debug-mode
  • For Windows users, create a shortcut to supertux.exe, and edit the properties of the shortcut to include --debug-mode at the end of the “Target” box. ( “C:\Program Files\SuperTux\supertux.exe” --debug-mode ) Or just run it from a command prompt.
Clone this wiki locally