-
-
Notifications
You must be signed in to change notification settings - Fork 539
Developer Mode
Developer mode enables various features intended to be used by developers of the game, most notably various Cheats. This mode cannot be entered by means of a graphical user interface.
To enable developer mode, start the game with the --developer
option.
To do this on macOS, control-click on the SuperTux.app bundle and select 'Open
Contents'. Then open the MacOS
folder. Open a new terminal window, drag the
SuperTux binary from the MacOS
folder in that terminal window and type
--developer
. Hit enter to start SuperTux.
On Linux or UNIX-like systems, run supertux2 --developer
in a terminal.
Windows users can create a shortcut to the SuperTux exe and append
--developer
in the Target option of the shortcut's properties.
Alternatively you can run this from the command prompt.
The option can be made permanent with:
(developer #t)
in the SuperTux Configuration File.
In the SuperTux 0.1 releases, this mode is called Debug Mode. Follow the
process as described above, but instead of the --developer
option you need to
use the --debug-mode
option. Also note that the binary is usually called
supertux
for these releases, and not supertux2
. Therefore, on Linux you
would for example actually run supertux --debug-mode
.
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