-
-
Notifications
You must be signed in to change notification settings - Fork 491
Demos
The current svn version allows recording of demos. So let's collect some speed runs :)
(Unfortunately the speed runs can only be replayed with the same version of supertux it was recorded with...)
MatzeB (svn version from 2.Mai)
- level 1 (last displayed time 264)
- level 2 (last displayed time 265)
- level 3 (last displayed time 255)
- level 19 (last displayed time: 238)
- level 26 (last displayed time: 234)
First note that Demos are only available in the development version! If you have compiled an svn version yourself, then you can record a demo of level25 like this for example (started from source dir):
./supertux --record-demo mydemo.demo data/levels/world1/level25.stl
supertux.exe --record-demo mydemo.demo data/levels/world1/level25.stl
You can playback a demo like this:
./supertux --play-demo mydemo.demo data/levels/world1/level25.stl
supertux.exe --play-demo mydemo.demo data/levels/world1/level25.stl
Category:For Users
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