fixed, subset info
[supertux.git] / LEVELDESIGN
1
2 This document describes both the level format and
3 the level editor.
4
5 = LEVEL FORMAT =
6
7
8 HEAD:
9 --------
10
11 1. Name of the level.
12 2. The theme of the level. The game will look in "supertuxdir/data/images/theme"
13 3. The time you have to finish the level.
14 4. Defines the music file, which should be played.
15 5,6,7. RGB values for the background of the level.
16 8. Defines the level's length.
17
18 Example:
19 ----------
20 Antarctica
21 antarctica
22 240
23 ji_turn.it
24 128
25 192
26 255
27 375
28
29 MAIN:
30 -------
31  
32 Levels are created with the following characters:
33 (15 lines and as many columns as defined in the seventh line of the levelfile)
34
35 X/x <- Brick0
36 Y/y <- Brick1
37 A/B/! <- Box full
38 a <- Box empty
39 C-F <- Cloud0
40 c-f <- Cloud1
41 G-J <- Bkgd0
42 g-j <- Bkgd1
43 # <- Solid0
44 [ <- Solid1
45 = <- Solid2
46 ] <- Solid3
47 $ <- Distro
48 ^ <- Waves
49 * <- Poletop
50 | <- Pole
51 \ <- Flag
52 & <- Water
53
54 Bad guys:
55
56 0 <- BluescreenOfDeath
57 1 <- Laptop
58 2 <- Money
59
60 = BUILT-IN LEVEL EDITOR =
61
62
63 USING THE BUILT-IN LEVEL EDITOR:
64 --------------------------------
65
66 When opening the leveleditor, a menu will appear. This
67 menu can be used to select or add level subsets.
68 A level subset is a collection of levels. Subsets can be chose
69 during gameplay when starting a game.
70
71 After selecting the subset, have a look at the level editor.
72 The button bar in the right is the place where you can control
73 the actions related with editing. You can select levels and add
74 throught there.
75 To select tiles (foreground or background) and enemies, the button
76 bar is the right place. There you can also save, test and setup
77 the level. It is also possible between two selection cursors! Give
78 a try to both.
79 A right click in a button bar button will give you a description
80 and a shortcut for it.
81
82 To change a tile, just press the tile you want to change with a
83 mouse left click. The current tile will be used. Depending
84 on the selection behavior, you can or not select more
85 than one tiles.
86 To scroll, you just have to point over the two arrow buttons, or
87 use the right button click.
88
89 There is a small help that can be reached by pressing F1.
90
91 To go back to the menu, just press Esc.
92
93 Now, do lots of levels and HAVE FUN!!
94
95 Please, send your levels or any art you created to the SuperTux's
96 mailinglist or to the maintainer (look at AUTHORS.txt).
97
98
99 SuperTux developers