1SUPERTUX2(6) Games SUPERTUX2(6)
2
3
4
6 supertux2 - preview release of SuperTux Milestone 2, a classic style 2D
7 platform game
8
10 supertux2 [options]
11 supertux2 [options] level.stl
12 supertux2 [options] worldmap.stwm
13
15 SuperTux is a classic style 2D platform game. Run and jump through
16 multiple worlds, fighting off enemies by jumping on them, bumping them
17 from below or tossing objects at them, grabbing power-ups and other
18 stuff on the way.
19
21 These programs follow the usual GNU command line syntax, with long
22 options starting with two dashes (`-'). A summary of options is
23 included below.
24
25 -f, --fullscreen
26 Run in fullscreen mode
27
28 -w, --window
29 Run in window mode
30
31 -g, --geometry WIDTHxHEIGHT
32 Run SuperTux in given resolution (eg. -g 800x600)
33
34 -a, --aspect WIDTH:HEIGHT
35 Run SuperTux with given aspect ratio (eg. -a 4:3)
36
37 -d, --default
38 Reset video settings to default values (-g 800x600 -a auto -w)
39
40 --renderer RENDERER
41 Render the game using the specified video renderer. Valid values
42 are sdl, opengl, and auto (the default).
43
44 --disable-sfx
45 Disable sound effects
46
47 --disable-music
48 Disable music
49
50 --help Show this help message
51
52 --version
53 Display SuperTux version and quit
54
55 --console
56 Enable ingame scripting console
57
58 --noconsole
59 Disable ingame scripting console
60
61 --show-fps
62 Display framerate in levels
63
64 --no-show-fps
65 Do not display framerate in levels
66
67 --record-demo FILE LEVEL
68 Record a demo to FILE
69
70 --play-demo FILE LEVEL
71 Play a recorded demo
72
74 SUPERTUX_LANG
75 Overrides locale detection and forces locale to given value,
76 e.g. "de_DE".
77
79 ~/.supertux2
80 Contains configuration and savegames. Also acts as an overlay
81 of the SuperTux game data path: Files placed here, as well as
82 contents of Zip archives in this directory, will override or
83 supplement game data files.
84
86 To play level /tmp/mylevel.stl in a window of size 800x600, run the
87 program like this:
88
89 supertux2 --window --geometry 800x600 /tmp/mylevel.stl
90
91 To play a previously recorded demo /tmp/mylevel.demo of level
92 /tmp/mylevel.stl, run SuperTux like this:
93
94 supertux2 --play-demo /tmp/mylevel.demo /tmp/mylevel.stl
95
96 Custom-made levels can be conveniently stored in the overlay data
97 folder.
98
99 ~/.supertux2/levels/sample_collection/level01.stl
100 (supertux-level
101 (version 2)
102 (name (_ "Sample Level"))
103 (author "Myself")
104 ...
105
106 Make sure to also create an "info" file, so the collection will be rec‐
107 ognized by SuperTux.
108
109 ~/.supertux2/levels/sample_collection/info
110 ;SuperTux-Level-Subset
111 (supertux-level-subset
112 (title "Sample Collection")
113 (description "")
114 )
115
116 For easier distribution, the level collection can be bundled in a Zip
117 archive.
118
119 ~/.supertux2/sample_collection.zip
120 levels/sample_collection/info
121 levels/sample_collection/level01.stl
122 ...
123
125 This is a development version, so expect plenty of bugs.
126
128 This manual page was written by the SuperTux Devel Team and is placed
129 in the public domain.
130
131
132
133SuperTux 0.3.2-SVN December 17, 2006 SUPERTUX2(6)