-
-
Notifications
You must be signed in to change notification settings - Fork 540
Cheats
Ingo Ruhnke edited this page Aug 30, 2018
·
5 revisions
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.
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.
Home
Guidelines
Game Mechanics
Tools
Engine
- Cameras in other games
- Collision
- Configuration File
- Console
- Cutscenes
- Game_Engine
- Lighting
- Map_transformer
- Portables
- SceneGraph
- Scripting
Specifications
Milestones
- Milestone 1 Analysis
- Milestone 2 Design Document
- Milestone 2 Design Document Old
- Milestone 3 Design Document
Building (mostly outdated)
- INSTALL.md
- Building
- Building on macOS
- Building SuperTux
- Building on Windows
- Building with MXE (cross-compile)
Meetings