-
-
Notifications
You must be signed in to change notification settings - Fork 539
Add ons
Add-ons are extensions for SuperTux which are distributed separately from the main distribution. In most cases, they are sets of levels contributed by users or groups of users. They may, however, include custom tilesets, which may give these levels a very distinct look.
Add-ons can be downloaded from within SuperTux. Simply ensure you have an internet connection, and select “Addons” from the main menu, where you can choose to install the currently available add-ons.
The addons are managed in two repositories:
addons
contains the .zip
files that are downloaded by SuperTux,
while addon-src
contains the levels in extracted form to make it
easier to modify and debug them.
The process of updating the addons
repository is documented at:
If you cannot use the Add-on manager for some reason (for example if
you built SuperTux without libcurl), you can download the add-ons,
which are distributed as .zip
files. Just copy the file(s) to your
SuperTux 2 config directory (~/.supertux2/
on UNIX / Linux,
%USERPROFILE%\supertux2\
on Windows).
$ wget -P ~/.supertux2 $ADDON_URL
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