rnd-20100712-1-src
[rocksndiamonds.git] / src / conf_gfx.c
1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
3 *----------------------------------------------------------*
4 * (c) 1995-2006 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * conf_gfx.c                                               *
12 ***********************************************************/
13
14 #include "libgame/libgame.h"
15 #include "main.h"
16
17
18 /* List values that are not defined in the configuration file are set to
19    reliable default values. If that value is GFX_ARG_UNDEFINED, it will
20    be dynamically determined, using some of the other list values. */
21
22 struct ConfigTypeInfo image_config_suffix[] =
23 {
24   { ".x",                               ARG_UNDEFINED,  TYPE_INTEGER    },
25   { ".y",                               ARG_UNDEFINED,  TYPE_INTEGER    },
26   { ".xpos",                            ARG_UNDEFINED,  TYPE_INTEGER    },
27   { ".ypos",                            ARG_UNDEFINED,  TYPE_INTEGER    },
28   { ".width",                           ARG_UNDEFINED,  TYPE_INTEGER    },
29   { ".height",                          ARG_UNDEFINED,  TYPE_INTEGER    },
30   { ".vertical",                        "false",        TYPE_BOOLEAN    },
31   { ".offset",                          ARG_UNDEFINED,  TYPE_INTEGER    },
32   { ".xoffset",                         ARG_UNDEFINED,  TYPE_INTEGER    },
33   { ".yoffset",                         ARG_UNDEFINED,  TYPE_INTEGER    },
34   { ".2nd_movement_tile",               "false",        TYPE_BOOLEAN    },
35   { ".2nd_vertical",                    ARG_UNDEFINED,  TYPE_BOOLEAN    },
36   { ".2nd_offset",                      ARG_UNDEFINED,  TYPE_INTEGER    },
37   { ".2nd_xoffset",                     ARG_UNDEFINED,  TYPE_INTEGER    },
38   { ".2nd_yoffset",                     ARG_UNDEFINED,  TYPE_INTEGER    },
39   { ".2nd_swap_tiles",                  ARG_UNDEFINED,  TYPE_BOOLEAN    },
40   { ".frames",                          ARG_UNDEFINED,  TYPE_INTEGER    },
41   { ".frames_per_line",                 ARG_UNDEFINED,  TYPE_INTEGER    },
42   { ".start_frame",                     ARG_UNDEFINED,  TYPE_INTEGER    },
43   { ".delay",                           "1",            TYPE_INTEGER    },
44   { ".anim_mode",                       ARG_UNDEFINED,  TYPE_STRING     },
45   { ".global_sync",                     "false",        TYPE_BOOLEAN    },
46   { ".crumbled_like",                   ARG_UNDEFINED,  TYPE_ELEMENT    },
47   { ".diggable_like",                   ARG_UNDEFINED,  TYPE_ELEMENT    },
48   { ".border_size",                     ARG_UNDEFINED,  TYPE_INTEGER    },
49   { ".step_offset",                     "4",            TYPE_INTEGER    },
50   { ".step_delay",                      "1",            TYPE_INTEGER    },
51   { ".direction",                       ARG_UNDEFINED,  TYPE_STRING     },
52   { ".position",                        ARG_UNDEFINED,  TYPE_STRING     },
53   { ".draw_xoffset",                    "0",            TYPE_INTEGER    },
54   { ".draw_yoffset",                    "0",            TYPE_INTEGER    },
55   { ".draw_masked",                     "false",        TYPE_BOOLEAN    },
56   { ".anim_delay_fixed",                ARG_UNDEFINED,  TYPE_INTEGER    },
57   { ".anim_delay_random",               ARG_UNDEFINED,  TYPE_INTEGER    },
58   { ".post_delay_fixed",                ARG_UNDEFINED,  TYPE_INTEGER    },
59   { ".post_delay_random",               ARG_UNDEFINED,  TYPE_INTEGER    },
60   { ".name",                            ARG_UNDEFINED,  TYPE_STRING     },
61   { ".scale_up_factor",                 ARG_UNDEFINED,  TYPE_INTEGER    },
62   { ".clone_from",                      ARG_UNDEFINED,  TYPE_GRAPHIC    },
63   { ".fade_mode",                       ARG_UNDEFINED,  TYPE_INTEGER    },
64   { ".fade_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
65   { ".post_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
66   { ".auto_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
67   { ".align",                           ARG_UNDEFINED,  TYPE_INTEGER    },
68   { ".valign",                          ARG_UNDEFINED,  TYPE_INTEGER    },
69   { ".sort_priority",                   ARG_UNDEFINED,  TYPE_INTEGER    },
70   { ".class",                           ARG_UNDEFINED,  TYPE_STRING     },
71   { ".style",                           ARG_UNDEFINED,  TYPE_STRING     },
72   { ".active_xoffset",                  "0",            TYPE_INTEGER    },
73   { ".active_yoffset",                  "0",            TYPE_INTEGER    },
74   { ".pressed_xoffset",                 "0",            TYPE_INTEGER    },
75   { ".pressed_yoffset",                 "0",            TYPE_INTEGER    },
76
77   { NULL,                               NULL,           0               }
78 };
79
80 struct ConfigInfo image_config[] =
81 {
82   /* images for Boulder Dash style elements and actions */
83
84   { "bd_wall",                                  "RocksDC.pcx"           },
85   { "bd_wall.xpos",                             "12"                    },
86   { "bd_wall.ypos",                             "9"                     },
87   { "bd_wall.frames",                           "1"                     },
88   { "bd_wall.EDITOR",                           "RocksDC.pcx"           },
89   { "bd_wall.EDITOR.xpos",                      "14"                    },
90   { "bd_wall.EDITOR.ypos",                      "13"                    },
91
92   { "bd_rock",                                  "RocksDC.pcx"           },
93   { "bd_rock.xpos",                             "12"                    },
94   { "bd_rock.ypos",                             "10"                    },
95   { "bd_rock.frames",                           "1"                     },
96   { "bd_rock.EDITOR",                           "RocksDC.pcx"           },
97   { "bd_rock.EDITOR.xpos",                      "14"                    },
98   { "bd_rock.EDITOR.ypos",                      "14"                    },
99   { "bd_rock.moving.left",                      "RocksDC.pcx"           },
100   { "bd_rock.moving.left.xpos",                 "12"                    },
101   { "bd_rock.moving.left.ypos",                 "10"                    },
102   { "bd_rock.moving.left.frames",               "4"                     },
103   { "bd_rock.moving.left.delay",                "2"                     },
104   { "bd_rock.moving.left.anim_mode",            "reverse"               },
105   { "bd_rock.moving.right",                     "RocksDC.pcx"           },
106   { "bd_rock.moving.right.xpos",                "12"                    },
107   { "bd_rock.moving.right.ypos",                "10"                    },
108   { "bd_rock.moving.right.frames",              "4"                     },
109   { "bd_rock.moving.right.start_frame",         "1"                     },
110   { "bd_rock.moving.right.delay",               "2"                     },
111   { "bd_rock.pushing.left",                     "RocksDC.pcx"           },
112   { "bd_rock.pushing.left.xpos",                "12"                    },
113   { "bd_rock.pushing.left.ypos",                "10"                    },
114   { "bd_rock.pushing.left.frames",              "4"                     },
115   { "bd_rock.pushing.left.delay",               "2"                     },
116   { "bd_rock.pushing.left.anim_mode",           "reverse"               },
117   { "bd_rock.pushing.right",                    "RocksDC.pcx"           },
118   { "bd_rock.pushing.right.xpos",               "12"                    },
119   { "bd_rock.pushing.right.ypos",               "10"                    },
120   { "bd_rock.pushing.right.frames",             "4"                     },
121   { "bd_rock.pushing.right.start_frame",        "1"                     },
122   { "bd_rock.pushing.right.delay",              "2"                     },
123
124   { "bd_diamond",                               "RocksElements.pcx"     },
125   { "bd_diamond.xpos",                          "0"                     },
126   { "bd_diamond.ypos",                          "10"                    },
127   { "bd_diamond.frames",                        "4"                     },
128   { "bd_diamond.delay",                         "4"                     },
129   { "bd_diamond.anim_mode",                     "reverse"               },
130   { "bd_diamond.moving",                        "RocksElements.pcx"     },
131   { "bd_diamond.moving.xpos",                   "3"                     },
132   { "bd_diamond.moving.ypos",                   "10"                    },
133   { "bd_diamond.moving.frames",                 "2"                     },
134   { "bd_diamond.moving.delay",                  "4"                     },
135   { "bd_diamond.falling",                       "RocksElements.pcx"     },
136   { "bd_diamond.falling.xpos",                  "3"                     },
137   { "bd_diamond.falling.ypos",                  "10"                    },
138   { "bd_diamond.falling.frames",                "2"                     },
139   { "bd_diamond.falling.delay",                 "4"                     },
140
141   { "bd_magic_wall",                            "RocksElements.pcx"     },
142   { "bd_magic_wall.xpos",                       "12"                    },
143   { "bd_magic_wall.ypos",                       "10"                    },
144   { "bd_magic_wall.frames",                     "1"                     },
145   { "bd_magic_wall.active",                     "RocksElements.pcx"     },
146   { "bd_magic_wall.active.xpos",                "12"                    },
147   { "bd_magic_wall.active.ypos",                "10"                    },
148   { "bd_magic_wall.active.frames",              "4"                     },
149   { "bd_magic_wall.active.anim_mode",           "reverse"               },
150   { "bd_magic_wall.active.delay",               "4"                     },
151   { "bd_magic_wall.active.global_sync",         "true"                  },
152   { "bd_magic_wall.filling",                    "RocksElements.pcx"     },
153   { "bd_magic_wall.filling.xpos",               "12"                    },
154   { "bd_magic_wall.filling.ypos",               "10"                    },
155   { "bd_magic_wall.filling.frames",             "4"                     },
156   { "bd_magic_wall.filling.anim_mode",          "reverse"               },
157   { "bd_magic_wall.filling.delay",              "4"                     },
158   { "bd_magic_wall.filling.global_sync",        "true"                  },
159   { "bd_magic_wall_full",                       "RocksElements.pcx"     },
160   { "bd_magic_wall_full.xpos",                  "12"                    },
161   { "bd_magic_wall_full.ypos",                  "10"                    },
162   { "bd_magic_wall_full.frames",                "4"                     },
163   { "bd_magic_wall_full.anim_mode",             "reverse"               },
164   { "bd_magic_wall_full.delay",                 "4"                     },
165   { "bd_magic_wall_full.global_sync",           "true"                  },
166   { "bd_magic_wall.emptying",                   "RocksElements.pcx"     },
167   { "bd_magic_wall.emptying.xpos",              "12"                    },
168   { "bd_magic_wall.emptying.ypos",              "10"                    },
169   { "bd_magic_wall.emptying.frames",            "4"                     },
170   { "bd_magic_wall.emptying.anim_mode",         "reverse"               },
171   { "bd_magic_wall.emptying.delay",             "4"                     },
172   { "bd_magic_wall.emptying.global_sync",       "true"                  },
173   { "bd_magic_wall_dead",                       "RocksElements.pcx"     },
174   { "bd_magic_wall_dead.xpos",                  "12"                    },
175   { "bd_magic_wall_dead.ypos",                  "10"                    },
176   { "bd_magic_wall_dead.frames",                "1"                     },
177
178   { "bd_amoeba",                                "RocksElements.pcx"     },
179   { "bd_amoeba.xpos",                           "8"                     },
180   { "bd_amoeba.ypos",                           "6"                     },
181   { "bd_amoeba.frames",                         "4"                     },
182   { "bd_amoeba.delay",                          "1000000"               },
183   { "bd_amoeba.anim_mode",                      "random"                },
184   { "bd_amoeba.EDITOR",                         "RocksElements.pcx"     },
185   { "bd_amoeba.EDITOR.xpos",                    "8"                     },
186   { "bd_amoeba.EDITOR.ypos",                    "7"                     },
187
188   { "bd_butterfly",                             "RocksElements.pcx"     },
189   { "bd_butterfly.xpos",                        "4"                     },
190   { "bd_butterfly.ypos",                        "12"                    },
191   { "bd_butterfly.frames",                      "2"                     },
192   { "bd_butterfly.anim_mode",                   "pingpong"              },
193   { "bd_butterfly.delay",                       "4"                     },
194   { "bd_butterfly.global_sync",                 "true"                  },
195   { "bd_butterfly.right",                       "RocksElements.pcx"     },
196   { "bd_butterfly.right.xpos",                  "4"                     },
197   { "bd_butterfly.right.ypos",                  "12"                    },
198   { "bd_butterfly.right.frames",                "2"                     },
199   { "bd_butterfly.right.anim_mode",             "pingpong"              },
200   { "bd_butterfly.right.delay",                 "4"                     },
201   { "bd_butterfly.right.global_sync",           "true"                  },
202   { "bd_butterfly.right.EDITOR",                "RocksElements.pcx"     },
203   { "bd_butterfly.right.EDITOR.xpos",           "8"                     },
204   { "bd_butterfly.right.EDITOR.ypos",           "12"                    },
205   { "bd_butterfly.up",                          "RocksElements.pcx"     },
206   { "bd_butterfly.up.xpos",                     "4"                     },
207   { "bd_butterfly.up.ypos",                     "12"                    },
208   { "bd_butterfly.up.frames",                   "2"                     },
209   { "bd_butterfly.up.anim_mode",                "pingpong"              },
210   { "bd_butterfly.up.delay",                    "4"                     },
211   { "bd_butterfly.up.global_sync",              "true"                  },
212   { "bd_butterfly.up.EDITOR",                   "RocksElements.pcx"     },
213   { "bd_butterfly.up.EDITOR.xpos",              "9"                     },
214   { "bd_butterfly.up.EDITOR.ypos",              "12"                    },
215   { "bd_butterfly.left",                        "RocksElements.pcx"     },
216   { "bd_butterfly.left.xpos",                   "4"                     },
217   { "bd_butterfly.left.ypos",                   "12"                    },
218   { "bd_butterfly.left.frames",                 "2"                     },
219   { "bd_butterfly.left.anim_mode",              "pingpong"              },
220   { "bd_butterfly.left.delay",                  "4"                     },
221   { "bd_butterfly.left.global_sync",            "true"                  },
222   { "bd_butterfly.left.EDITOR",                 "RocksElements.pcx"     },
223   { "bd_butterfly.left.EDITOR.xpos",            "10"                    },
224   { "bd_butterfly.left.EDITOR.ypos",            "12"                    },
225   { "bd_butterfly.down",                        "RocksElements.pcx"     },
226   { "bd_butterfly.down.xpos",                   "4"                     },
227   { "bd_butterfly.down.ypos",                   "12"                    },
228   { "bd_butterfly.down.frames",                 "2"                     },
229   { "bd_butterfly.down.anim_mode",              "pingpong"              },
230   { "bd_butterfly.down.delay",                  "4"                     },
231   { "bd_butterfly.down.global_sync",            "true"                  },
232   { "bd_butterfly.down.EDITOR",                 "RocksElements.pcx"     },
233   { "bd_butterfly.down.EDITOR.xpos",            "11"                    },
234   { "bd_butterfly.down.EDITOR.ypos",            "12"                    },
235
236   { "bd_firefly",                               "RocksElements.pcx"     },
237   { "bd_firefly.xpos",                          "6"                     },
238   { "bd_firefly.ypos",                          "12"                    },
239   { "bd_firefly.frames",                        "2"                     },
240   { "bd_firefly.anim_mode",                     "pingpong"              },
241   { "bd_firefly.delay",                         "4"                     },
242   { "bd_firefly.global_sync",                   "true"                  },
243   { "bd_firefly.right",                         "RocksElements.pcx"     },
244   { "bd_firefly.right.xpos",                    "6"                     },
245   { "bd_firefly.right.ypos",                    "12"                    },
246   { "bd_firefly.right.frames",                  "2"                     },
247   { "bd_firefly.right.anim_mode",               "pingpong"              },
248   { "bd_firefly.right.delay",                   "4"                     },
249   { "bd_firefly.right.global_sync",             "true"                  },
250   { "bd_firefly.right.EDITOR",                  "RocksElements.pcx"     },
251   { "bd_firefly.right.EDITOR.xpos",             "12"                    },
252   { "bd_firefly.right.EDITOR.ypos",             "12"                    },
253   { "bd_firefly.up",                            "RocksElements.pcx"     },
254   { "bd_firefly.up.xpos",                       "6"                     },
255   { "bd_firefly.up.ypos",                       "12"                    },
256   { "bd_firefly.up.frames",                     "2"                     },
257   { "bd_firefly.up.anim_mode",                  "pingpong"              },
258   { "bd_firefly.up.delay",                      "4"                     },
259   { "bd_firefly.up.global_sync",                "true"                  },
260   { "bd_firefly.up.EDITOR",                     "RocksElements.pcx"     },
261   { "bd_firefly.up.EDITOR.xpos",                "13"                    },
262   { "bd_firefly.up.EDITOR.ypos",                "12"                    },
263   { "bd_firefly.left",                          "RocksElements.pcx"     },
264   { "bd_firefly.left.xpos",                     "6"                     },
265   { "bd_firefly.left.ypos",                     "12"                    },
266   { "bd_firefly.left.frames",                   "2"                     },
267   { "bd_firefly.left.anim_mode",                "pingpong"              },
268   { "bd_firefly.left.delay",                    "4"                     },
269   { "bd_firefly.left.global_sync",              "true"                  },
270   { "bd_firefly.left.EDITOR",                   "RocksElements.pcx"     },
271   { "bd_firefly.left.EDITOR.xpos",              "14"                    },
272   { "bd_firefly.left.EDITOR.ypos",              "12"                    },
273   { "bd_firefly.down",                          "RocksElements.pcx"     },
274   { "bd_firefly.down.xpos",                     "6"                     },
275   { "bd_firefly.down.ypos",                     "12"                    },
276   { "bd_firefly.down.frames",                   "2"                     },
277   { "bd_firefly.down.anim_mode",                "pingpong"              },
278   { "bd_firefly.down.delay",                    "4"                     },
279   { "bd_firefly.down.global_sync",              "true"                  },
280   { "bd_firefly.down.EDITOR",                   "RocksElements.pcx"     },
281   { "bd_firefly.down.EDITOR.xpos",              "15"                    },
282   { "bd_firefly.down.EDITOR.ypos",              "12"                    },
283
284   /* images for Supaplex style elements and actions */
285
286   { "[sp_default].exploding",                   "RocksSP.pcx"           },
287   { "[sp_default].exploding.xpos",              "8"                     },
288   { "[sp_default].exploding.ypos",              "3"                     },
289   { "[sp_default].exploding.frames",            "8"                     },
290   { "[sp_default].exploding.delay",             "4"                     },
291   { "[sp_default].exploding.anim_mode",         "linear"                },
292
293   { "sp_zonk",                                  "RocksSP.pcx"           },
294   { "sp_zonk.xpos",                             "1"                     },
295   { "sp_zonk.ypos",                             "0"                     },
296   { "sp_zonk.frames",                           "1"                     },
297   { "sp_zonk.moving.left",                      "RocksSP.pcx"           },
298   { "sp_zonk.moving.left.xpos",                 "0"                     },
299   { "sp_zonk.moving.left.ypos",                 "6"                     },
300   { "sp_zonk.moving.left.frames",               "4"                     },
301   { "sp_zonk.moving.left.delay",                "1"                     },
302   { "sp_zonk.moving.left.anim_mode",            "reverse"               },
303   { "sp_zonk.moving.right",                     "RocksSP.pcx"           },
304   { "sp_zonk.moving.right.xpos",                "0"                     },
305   { "sp_zonk.moving.right.ypos",                "6"                     },
306   { "sp_zonk.moving.right.frames",              "4"                     },
307   { "sp_zonk.moving.right.start_frame",         "1"                     },
308   { "sp_zonk.moving.right.delay",               "1"                     },
309   { "sp_zonk.pushing.left",                     "RocksSP.pcx"           },
310   { "sp_zonk.pushing.left.xpos",                "0"                     },
311   { "sp_zonk.pushing.left.ypos",                "6"                     },
312   { "sp_zonk.pushing.left.frames",              "4"                     },
313   { "sp_zonk.pushing.left.delay",               "1"                     },
314   { "sp_zonk.pushing.left.anim_mode",           "reverse"               },
315   { "sp_zonk.pushing.right",                    "RocksSP.pcx"           },
316   { "sp_zonk.pushing.right.xpos",               "0"                     },
317   { "sp_zonk.pushing.right.ypos",               "6"                     },
318   { "sp_zonk.pushing.right.frames",             "4"                     },
319   { "sp_zonk.pushing.right.start_frame",        "1"                     },
320   { "sp_zonk.pushing.right.delay",              "1"                     },
321
322   { "sp_base",                                  "RocksSP.pcx"           },
323   { "sp_base.xpos",                             "2"                     },
324   { "sp_base.ypos",                             "0"                     },
325   { "sp_base.frames",                           "1"                     },
326   { "sp_base.digging",                          "RocksSP.pcx"           },
327   { "sp_base.digging.xpos",                     "2"                     },
328   { "sp_base.digging.ypos",                     "0"                     },
329   { "sp_base.digging.frames",                   "1"                     },
330   { "sp_base.digging.anim_mode",                "opaque_player"         },
331   { "sp_base.snapping",                         "RocksSP.pcx"           },
332   { "sp_base.snapping.xpos",                    "8"                     },
333   { "sp_base.snapping.ypos",                    "2"                     },
334   { "sp_base.snapping.frames",                  "7"                     },
335   { "sp_base.snapping.anim_mode",               "linear"                },
336
337   { "sp_murphy",                                "RocksSP.pcx"           },
338   { "sp_murphy.xpos",                           "3"                     },
339   { "sp_murphy.ypos",                           "0"                     },
340   { "sp_murphy.frames",                         "1"                     },
341   { "sp_murphy.moving.left",                    "RocksSP.pcx"           },
342   { "sp_murphy.moving.left.xpos",               "8"                     },
343   { "sp_murphy.moving.left.ypos",               "0"                     },
344   { "sp_murphy.moving.left.frames",             "3"                     },
345   { "sp_murphy.moving.left.anim_mode",          "pingpong"              },
346   { "sp_murphy.moving.left.delay",              "2"                     },
347   { "sp_murphy.moving.left.start_frame",        "1"                     },
348   { "sp_murphy.moving.right",                   "RocksSP.pcx"           },
349   { "sp_murphy.moving.right.xpos",              "11"                    },
350   { "sp_murphy.moving.right.ypos",              "0"                     },
351   { "sp_murphy.moving.right.frames",            "3"                     },
352   { "sp_murphy.moving.right.anim_mode",         "pingpong"              },
353   { "sp_murphy.moving.right.delay",             "2"                     },
354   { "sp_murphy.moving.right.start_frame",       "1"                     },
355   { "sp_murphy.digging.left",                   "RocksSP.pcx"           },
356   { "sp_murphy.digging.left.xpos",              "8"                     },
357   { "sp_murphy.digging.left.ypos",              "0"                     },
358   { "sp_murphy.digging.left.frames",            "3"                     },
359   { "sp_murphy.digging.left.anim_mode",         "pingpong"              },
360   { "sp_murphy.digging.left.delay",             "2"                     },
361   { "sp_murphy.digging.left.start_frame",       "1"                     },
362   { "sp_murphy.digging.right",                  "RocksSP.pcx"           },
363   { "sp_murphy.digging.right.xpos",             "11"                    },
364   { "sp_murphy.digging.right.ypos",             "0"                     },
365   { "sp_murphy.digging.right.frames",           "3"                     },
366   { "sp_murphy.digging.right.anim_mode",        "pingpong"              },
367   { "sp_murphy.digging.right.delay",            "2"                     },
368   { "sp_murphy.digging.right.start_frame",      "1"                     },
369   { "sp_murphy.collecting.left",                "RocksSP.pcx"           },
370   { "sp_murphy.collecting.left.xpos",           "8"                     },
371   { "sp_murphy.collecting.left.ypos",           "0"                     },
372   { "sp_murphy.collecting.left.frames",         "3"                     },
373   { "sp_murphy.collecting.left.anim_mode",      "pingpong"              },
374   { "sp_murphy.collecting.left.delay",          "2"                     },
375   { "sp_murphy.collecting.left.start_frame",    "1"                     },
376   { "sp_murphy.collecting.right",               "RocksSP.pcx"           },
377   { "sp_murphy.collecting.right.xpos",          "11"                    },
378   { "sp_murphy.collecting.right.ypos",          "0"                     },
379   { "sp_murphy.collecting.right.frames",        "3"                     },
380   { "sp_murphy.collecting.right.anim_mode",     "pingpong"              },
381   { "sp_murphy.collecting.right.delay",         "2"                     },
382   { "sp_murphy.collecting.right.start_frame",   "1"                     },
383   { "sp_murphy.pushing.left",                   "RocksSP.pcx"           },
384   { "sp_murphy.pushing.left.xpos",              "11"                    },
385   { "sp_murphy.pushing.left.ypos",              "1"                     },
386   { "sp_murphy.pushing.left.frames",            "1"                     },
387   { "sp_murphy.pushing.right",                  "RocksSP.pcx"           },
388   { "sp_murphy.pushing.right.xpos",             "10"                    },
389   { "sp_murphy.pushing.right.ypos",             "1"                     },
390   { "sp_murphy.pushing.right.frames",           "1"                     },
391   { "sp_murphy.snapping.left",                  "RocksSP.pcx"           },
392   { "sp_murphy.snapping.left.xpos",             "9"                     },
393   { "sp_murphy.snapping.left.ypos",             "1"                     },
394   { "sp_murphy.snapping.left.frames",           "1"                     },
395   { "sp_murphy.snapping.right",                 "RocksSP.pcx"           },
396   { "sp_murphy.snapping.right.xpos",            "8"                     },
397   { "sp_murphy.snapping.right.ypos",            "1"                     },
398   { "sp_murphy.snapping.right.frames",          "1"                     },
399   { "sp_murphy.snapping.up",                    "RocksSP.pcx"           },
400   { "sp_murphy.snapping.up.xpos",               "14"                    },
401   { "sp_murphy.snapping.up.ypos",               "0"                     },
402   { "sp_murphy.snapping.up.frames",             "1"                     },
403   { "sp_murphy.snapping.down",                  "RocksSP.pcx"           },
404   { "sp_murphy.snapping.down.xpos",             "15"                    },
405   { "sp_murphy.snapping.down.ypos",             "0"                     },
406   { "sp_murphy.snapping.down.frames",           "1"                     },
407   { "sp_murphy.boring",                         "RocksSP.pcx"           },
408   { "sp_murphy.boring.xpos",                    "11"                    },
409   { "sp_murphy.boring.ypos",                    "12"                    },
410   { "sp_murphy.boring.frames",                  "1"                     },
411   { "sp_murphy.boring[1]",                      "RocksSP.pcx"           },
412   { "sp_murphy.boring[1].xpos",                 "0"                     },
413   { "sp_murphy.boring[1].ypos",                 "12"                    },
414   { "sp_murphy.boring[1].frames",               "12"                    },
415   { "sp_murphy.boring[1].delay",                "10"                    },
416   { "sp_murphy.boring[1].anim_mode",            "linear"                },
417   { "sp_murphy.boring[1].anim_delay_fixed",     "120"                   },
418   { "sp_murphy.boring[1].anim_delay_random",    "0"                     },
419   { "sp_murphy.boring[1].post_delay_fixed",     "500"                   },
420   { "sp_murphy.boring[1].post_delay_random",    "500"                   },
421   { "sp_murphy.sleeping.left",                  "RocksSP.pcx"           },
422   { "sp_murphy.sleeping.left.xpos",             "4"                     },
423   { "sp_murphy.sleeping.left.ypos",             "9"                     },
424   { "sp_murphy.sleeping.left.frames",           "3"                     },
425   { "sp_murphy.sleeping.left.delay",            "100"                   },
426   { "sp_murphy.sleeping.left.anim_mode",        "linear,reverse"        },
427   { "sp_murphy.sleeping.right",                 "RocksSP.pcx"           },
428   { "sp_murphy.sleeping.right.xpos",            "13"                    },
429   { "sp_murphy.sleeping.right.ypos",            "12"                    },
430   { "sp_murphy.sleeping.right.frames",          "3"                     },
431   { "sp_murphy.sleeping.right.delay",           "100"                   },
432   { "sp_murphy.sleeping.right.anim_mode",       "linear"                },
433   { "sp_murphy.dropping",                       "RocksSP.pcx"           },
434   { "sp_murphy.dropping.xpos",                  "11"                    },
435   { "sp_murphy.dropping.ypos",                  "12"                    },
436   { "sp_murphy.dropping.frames",                "1"                     },
437   { "sp_murphy.shrinking",                      "RocksSP.pcx"           },
438   { "sp_murphy.shrinking.xpos",                 "8"                     },
439   { "sp_murphy.shrinking.ypos",                 "14"                    },
440   { "sp_murphy.shrinking.frames",               "8"                     },
441   { "sp_murphy.shrinking.delay",                "4"                     },
442   { "sp_murphy.shrinking.anim_mode",            "linear"                },
443
444   { "sp_murphy_clone",                          "RocksSP.pcx"           },
445   { "sp_murphy_clone.xpos",                     "3"                     },
446   { "sp_murphy_clone.ypos",                     "0"                     },
447   { "sp_murphy_clone.frames",                   "1"                     },
448
449   { "sp_infotron",                              "RocksSP.pcx"           },
450   { "sp_infotron.xpos",                         "4"                     },
451   { "sp_infotron.ypos",                         "0"                     },
452   { "sp_infotron.frames",                       "1"                     },
453   { "sp_infotron.EDITOR",                       "RocksSP.pcx"           },
454   { "sp_infotron.EDITOR.xpos",                  "8"                     },
455   { "sp_infotron.EDITOR.ypos",                  "11"                    },
456   { "sp_infotron.moving.left",                  "RocksSP.pcx"           },
457   { "sp_infotron.moving.left.xpos",             "8"                     },
458   { "sp_infotron.moving.left.ypos",             "13"                    },
459   { "sp_infotron.moving.left.frames",           "8"                     },
460   { "sp_infotron.moving.right",                 "RocksSP.pcx"           },
461   { "sp_infotron.moving.right.xpos",            "8"                     },
462   { "sp_infotron.moving.right.ypos",            "13"                    },
463   { "sp_infotron.moving.right.frames",          "8"                     },
464   { "sp_infotron.moving.right.start_frame",     "6"                     },
465   { "sp_infotron.moving.right.anim_mode",       "reverse"               },
466   { "sp_infotron.collecting",                   "RocksSP.pcx"           },
467   { "sp_infotron.collecting.xpos",              "8"                     },
468   { "sp_infotron.collecting.ypos",              "7"                     },
469   { "sp_infotron.collecting.frames",            "8"                     },
470   { "sp_infotron.collecting.anim_mode",         "linear"                },
471
472   { "sp_chip_single",                           "RocksSP.pcx"           },
473   { "sp_chip_single.xpos",                      "5"                     },
474   { "sp_chip_single.ypos",                      "0"                     },
475   { "sp_chip_single.frames",                    "1"                     },
476   { "sp_chip_left",                             "RocksSP.pcx"           },
477   { "sp_chip_left.xpos",                        "2"                     },
478   { "sp_chip_left.ypos",                        "3"                     },
479   { "sp_chip_left.frames",                      "1"                     },
480   { "sp_chip_right",                            "RocksSP.pcx"           },
481   { "sp_chip_right.xpos",                       "3"                     },
482   { "sp_chip_right.ypos",                       "3"                     },
483   { "sp_chip_right.frames",                     "1"                     },
484   { "sp_chip_top",                              "RocksSP.pcx"           },
485   { "sp_chip_top.xpos",                         "6"                     },
486   { "sp_chip_top.ypos",                         "4"                     },
487   { "sp_chip_top.frames",                       "1"                     },
488   { "sp_chip_bottom",                           "RocksSP.pcx"           },
489   { "sp_chip_bottom.xpos",                      "7"                     },
490   { "sp_chip_bottom.ypos",                      "4"                     },
491   { "sp_chip_bottom.frames",                    "1"                     },
492
493   { "sp_hardware_gray",                         "RocksSP.pcx"           },
494   { "sp_hardware_gray.xpos",                    "6"                     },
495   { "sp_hardware_gray.ypos",                    "0"                     },
496   { "sp_hardware_gray.frames",                  "1"                     },
497   { "sp_hardware_green",                        "RocksSP.pcx"           },
498   { "sp_hardware_green.xpos",                   "5"                     },
499   { "sp_hardware_green.ypos",                   "3"                     },
500   { "sp_hardware_green.frames",                 "1"                     },
501   { "sp_hardware_blue",                         "RocksSP.pcx"           },
502   { "sp_hardware_blue.xpos",                    "6"                     },
503   { "sp_hardware_blue.ypos",                    "3"                     },
504   { "sp_hardware_blue.frames",                  "1"                     },
505   { "sp_hardware_red",                          "RocksSP.pcx"           },
506   { "sp_hardware_red.xpos",                     "7"                     },
507   { "sp_hardware_red.ypos",                     "3"                     },
508   { "sp_hardware_red.frames",                   "1"                     },
509   { "sp_hardware_yellow",                       "RocksSP.pcx"           },
510   { "sp_hardware_yellow.xpos",                  "0"                     },
511   { "sp_hardware_yellow.ypos",                  "4"                     },
512   { "sp_hardware_yellow.frames",                "1"                     },
513
514   { "sp_exit_closed",                           "RocksSP.pcx"           },
515   { "sp_exit_closed.xpos",                      "7"                     },
516   { "sp_exit_closed.ypos",                      "0"                     },
517   { "sp_exit_closed.frames",                    "1"                     },
518   { "sp_exit.opening",                          "RocksSP.pcx"           },
519   { "sp_exit.opening.xpos",                     "7"                     },
520   { "sp_exit.opening.ypos",                     "0"                     },
521   { "sp_exit.opening.frames",                   "1"                     },
522   { "sp_exit_open",                             "RocksSP.pcx"           },
523   { "sp_exit_open.xpos",                        "7"                     },
524   { "sp_exit_open.ypos",                        "0"                     },
525   { "sp_exit_open.frames",                      "1"                     },
526   { "sp_exit.closing",                          "RocksSP.pcx"           },
527   { "sp_exit.closing.xpos",                     "7"                     },
528   { "sp_exit.closing.ypos",                     "0"                     },
529   { "sp_exit.closing.frames",                   "1"                     },
530
531   { "sp_disk_orange",                           "RocksSP.pcx"           },
532   { "sp_disk_orange.xpos",                      "0"                     },
533   { "sp_disk_orange.ypos",                      "1"                     },
534   { "sp_disk_orange.frames",                    "1"                     },
535
536   { "sp_disk_yellow",                           "RocksSP.pcx"           },
537   { "sp_disk_yellow.xpos",                      "2"                     },
538   { "sp_disk_yellow.ypos",                      "2"                     },
539   { "sp_disk_yellow.frames",                    "1"                     },
540
541   { "sp_disk_red",                              "RocksSP.pcx"           },
542   { "sp_disk_red.xpos",                         "4"                     },
543   { "sp_disk_red.ypos",                         "2"                     },
544   { "sp_disk_red.frames",                       "1"                     },
545   { "sp_disk_red.collecting",                   "RocksSP.pcx"           },
546   { "sp_disk_red.collecting.xpos",              "9"                     },
547   { "sp_disk_red.collecting.ypos",              "5"                     },
548   { "sp_disk_red.collecting.frames",            "7"                     },
549   { "sp_disk_red.collecting.anim_mode",         "linear"                },
550   { "sp_disk_red.active",                       "RocksSP.pcx"           },
551   { "sp_disk_red.active.xpos",                  "4"                     },
552   { "sp_disk_red.active.ypos",                  "2"                     },
553   { "sp_disk_red.active.frames",                "1"                     },
554
555   { "sp_port_right",                            "RocksSP.pcx"           },
556   { "sp_port_right.xpos",                       "1"                     },
557   { "sp_port_right.ypos",                       "1"                     },
558   { "sp_port_right.frames",                     "1"                     },
559   { "sp_port_down",                             "RocksSP.pcx"           },
560   { "sp_port_down.xpos",                        "2"                     },
561   { "sp_port_down.ypos",                        "1"                     },
562   { "sp_port_down.frames",                      "1"                     },
563   { "sp_port_left",                             "RocksSP.pcx"           },
564   { "sp_port_left.xpos",                        "3"                     },
565   { "sp_port_left.ypos",                        "1"                     },
566   { "sp_port_left.frames",                      "1"                     },
567   { "sp_port_up",                               "RocksSP.pcx"           },
568   { "sp_port_up.xpos",                          "4"                     },
569   { "sp_port_up.ypos",                          "1"                     },
570   { "sp_port_up.frames",                        "1"                     },
571   { "sp_port_horizontal",                       "RocksSP.pcx"           },
572   { "sp_port_horizontal.xpos",                  "6"                     },
573   { "sp_port_horizontal.ypos",                  "2"                     },
574   { "sp_port_horizontal.frames",                "1"                     },
575   { "sp_port_vertical",                         "RocksSP.pcx"           },
576   { "sp_port_vertical.xpos",                    "5"                     },
577   { "sp_port_vertical.ypos",                    "2"                     },
578   { "sp_port_vertical.frames",                  "1"                     },
579   { "sp_port_any",                              "RocksSP.pcx"           },
580   { "sp_port_any.xpos",                         "7"                     },
581   { "sp_port_any.ypos",                         "2"                     },
582   { "sp_port_any.frames",                       "1"                     },
583   { "sp_gravity_port_right",                    "RocksSP.pcx"           },
584   { "sp_gravity_port_right.xpos",               "1"                     },
585   { "sp_gravity_port_right.ypos",               "1"                     },
586   { "sp_gravity_port_right.frames",             "1"                     },
587   { "sp_gravity_port_right.EDITOR",             "RocksSP.pcx"           },
588   { "sp_gravity_port_right.EDITOR.xpos",        "0"                     },
589   { "sp_gravity_port_right.EDITOR.ypos",        "14"                    },
590   { "sp_gravity_port_down",                     "RocksSP.pcx"           },
591   { "sp_gravity_port_down.xpos",                "2"                     },
592   { "sp_gravity_port_down.ypos",                "1"                     },
593   { "sp_gravity_port_down.frames",              "1"                     },
594   { "sp_gravity_port_down.EDITOR",              "RocksSP.pcx"           },
595   { "sp_gravity_port_down.EDITOR.xpos",         "1"                     },
596   { "sp_gravity_port_down.EDITOR.ypos",         "14"                    },
597   { "sp_gravity_port_left",                     "RocksSP.pcx"           },
598   { "sp_gravity_port_left.xpos",                "3"                     },
599   { "sp_gravity_port_left.ypos",                "1"                     },
600   { "sp_gravity_port_left.frames",              "1"                     },
601   { "sp_gravity_port_left.EDITOR",              "RocksSP.pcx"           },
602   { "sp_gravity_port_left.EDITOR.xpos",         "2"                     },
603   { "sp_gravity_port_left.EDITOR.ypos",         "14"                    },
604   { "sp_gravity_port_up",                       "RocksSP.pcx"           },
605   { "sp_gravity_port_up.xpos",                  "4"                     },
606   { "sp_gravity_port_up.ypos",                  "1"                     },
607   { "sp_gravity_port_up.frames",                "1"                     },
608   { "sp_gravity_port_up.EDITOR",                "RocksSP.pcx"           },
609   { "sp_gravity_port_up.EDITOR.xpos",           "3"                     },
610   { "sp_gravity_port_up.EDITOR.ypos",           "14"                    },
611   { "sp_gravity_on_port_right",                 "RocksSP.pcx"           },
612   { "sp_gravity_on_port_right.xpos",            "1"                     },
613   { "sp_gravity_on_port_right.ypos",            "1"                     },
614   { "sp_gravity_on_port_right.frames",          "1"                     },
615   { "sp_gravity_on_port_right.EDITOR",          "RocksSP.pcx"           },
616   { "sp_gravity_on_port_right.EDITOR.xpos",     "0"                     },
617   { "sp_gravity_on_port_right.EDITOR.ypos",     "13"                    },
618   { "sp_gravity_on_port_down",                  "RocksSP.pcx"           },
619   { "sp_gravity_on_port_down.xpos",             "2"                     },
620   { "sp_gravity_on_port_down.ypos",             "1"                     },
621   { "sp_gravity_on_port_down.frames",           "1"                     },
622   { "sp_gravity_on_port_down.EDITOR",           "RocksSP.pcx"           },
623   { "sp_gravity_on_port_down.EDITOR.xpos",      "1"                     },
624   { "sp_gravity_on_port_down.EDITOR.ypos",      "13"                    },
625   { "sp_gravity_on_port_left",                  "RocksSP.pcx"           },
626   { "sp_gravity_on_port_left.xpos",             "3"                     },
627   { "sp_gravity_on_port_left.ypos",             "1"                     },
628   { "sp_gravity_on_port_left.frames",           "1"                     },
629   { "sp_gravity_on_port_left.EDITOR",           "RocksSP.pcx"           },
630   { "sp_gravity_on_port_left.EDITOR.xpos",      "2"                     },
631   { "sp_gravity_on_port_left.EDITOR.ypos",      "13"                    },
632   { "sp_gravity_on_port_up",                    "RocksSP.pcx"           },
633   { "sp_gravity_on_port_up.xpos",               "4"                     },
634   { "sp_gravity_on_port_up.ypos",               "1"                     },
635   { "sp_gravity_on_port_up.frames",             "1"                     },
636   { "sp_gravity_on_port_up.EDITOR",             "RocksSP.pcx"           },
637   { "sp_gravity_on_port_up.EDITOR.xpos",        "3"                     },
638   { "sp_gravity_on_port_up.EDITOR.ypos",        "13"                    },
639   { "sp_gravity_off_port_right",                "RocksSP.pcx"           },
640   { "sp_gravity_off_port_right.xpos",           "1"                     },
641   { "sp_gravity_off_port_right.ypos",           "1"                     },
642   { "sp_gravity_off_port_right.frames",         "1"                     },
643   { "sp_gravity_off_port_right.EDITOR",         "RocksSP.pcx"           },
644   { "sp_gravity_off_port_right.EDITOR.xpos",    "4"                     },
645   { "sp_gravity_off_port_right.EDITOR.ypos",    "13"                    },
646   { "sp_gravity_off_port_down",                 "RocksSP.pcx"           },
647   { "sp_gravity_off_port_down.xpos",            "2"                     },
648   { "sp_gravity_off_port_down.ypos",            "1"                     },
649   { "sp_gravity_off_port_down.frames",          "1"                     },
650   { "sp_gravity_off_port_down.EDITOR",          "RocksSP.pcx"           },
651   { "sp_gravity_off_port_down.EDITOR.xpos",     "5"                     },
652   { "sp_gravity_off_port_down.EDITOR.ypos",     "13"                    },
653   { "sp_gravity_off_port_left",                 "RocksSP.pcx"           },
654   { "sp_gravity_off_port_left.xpos",            "3"                     },
655   { "sp_gravity_off_port_left.ypos",            "1"                     },
656   { "sp_gravity_off_port_left.frames",          "1"                     },
657   { "sp_gravity_off_port_left.EDITOR",          "RocksSP.pcx"           },
658   { "sp_gravity_off_port_left.EDITOR.xpos",     "6"                     },
659   { "sp_gravity_off_port_left.EDITOR.ypos",     "13"                    },
660   { "sp_gravity_off_port_up",                   "RocksSP.pcx"           },
661   { "sp_gravity_off_port_up.xpos",              "4"                     },
662   { "sp_gravity_off_port_up.ypos",              "1"                     },
663   { "sp_gravity_off_port_up.frames",            "1"                     },
664   { "sp_gravity_off_port_up.EDITOR",            "RocksSP.pcx"           },
665   { "sp_gravity_off_port_up.EDITOR.xpos",       "7"                     },
666   { "sp_gravity_off_port_up.EDITOR.ypos",       "13"                    },
667
668   { "sp_sniksnak",                              "RocksSP.pcx"           },
669   { "sp_sniksnak.xpos",                         "1"                     },
670   { "sp_sniksnak.ypos",                         "2"                     },
671   { "sp_sniksnak.frames",                       "1"                     },
672   { "sp_sniksnak.left",                         "RocksSP.pcx"           },
673   { "sp_sniksnak.left.xpos",                    "8"                     },
674   { "sp_sniksnak.left.ypos",                    "8"                     },
675   { "sp_sniksnak.left.frames",                  "4"                     },
676   { "sp_sniksnak.left.anim_mode",               "pingpong2"             },
677   { "sp_sniksnak.right",                        "RocksSP.pcx"           },
678   { "sp_sniksnak.right.xpos",                   "12"                    },
679   { "sp_sniksnak.right.ypos",                   "8"                     },
680   { "sp_sniksnak.right.frames",                 "4"                     },
681   { "sp_sniksnak.right.anim_mode",              "pingpong2"             },
682   { "sp_sniksnak.up",                           "RocksSP.pcx"           },
683   { "sp_sniksnak.up.xpos",                      "8"                     },
684   { "sp_sniksnak.up.ypos",                      "9"                     },
685   { "sp_sniksnak.up.frames",                    "4"                     },
686   { "sp_sniksnak.up.anim_mode",                 "pingpong2"             },
687   { "sp_sniksnak.down",                         "RocksSP.pcx"           },
688   { "sp_sniksnak.down.xpos",                    "12"                    },
689   { "sp_sniksnak.down.ypos",                    "9"                     },
690   { "sp_sniksnak.down.frames",                  "4"                     },
691   { "sp_sniksnak.down.anim_mode",               "pingpong2"             },
692   { "sp_sniksnak.turning_from_left.up",         "RocksSP.pcx"           },
693   { "sp_sniksnak.turning_from_left.up.xpos",    "12"                    },
694   { "sp_sniksnak.turning_from_left.up.ypos",    "6"                     },
695   { "sp_sniksnak.turning_from_left.up.frames",  "2"                     },
696   { "sp_sniksnak.turning_from_left.up.delay",   "4"                     },
697   { "sp_sniksnak.turning_from_left.up.offset",  "1408"                  },
698   { "sp_sniksnak.turning_from_left.up.anim_mode","linear"               },
699   { "sp_sniksnak.turning_from_left.down",       "RocksSP.pcx"           },
700   { "sp_sniksnak.turning_from_left.down.xpos",  "13"                    },
701   { "sp_sniksnak.turning_from_left.down.ypos",  "6"                     },
702   { "sp_sniksnak.turning_from_left.down.frames","2"                     },
703   { "sp_sniksnak.turning_from_left.down.delay", "4"                     },
704   { "sp_sniksnak.turning_from_left.down.offset","1504"                  },
705   { "sp_sniksnak.turning_from_left.down.anim_mode","linear"             },
706   { "sp_sniksnak.turning_from_right.up",        "RocksSP.pcx"           },
707   { "sp_sniksnak.turning_from_right.up.xpos",   "15"                    },
708   { "sp_sniksnak.turning_from_right.up.ypos",   "6"                     },
709   { "sp_sniksnak.turning_from_right.up.frames", "2"                     },
710   { "sp_sniksnak.turning_from_right.up.delay",  "4"                     },
711   { "sp_sniksnak.turning_from_right.up.offset", "1312"                  },
712   { "sp_sniksnak.turning_from_right.up.anim_mode","linear"              },
713   { "sp_sniksnak.turning_from_right.down",      "RocksSP.pcx"           },
714   { "sp_sniksnak.turning_from_right.down.xpos", "14"                    },
715   { "sp_sniksnak.turning_from_right.down.ypos", "6"                     },
716   { "sp_sniksnak.turning_from_right.down.frames","2"                    },
717   { "sp_sniksnak.turning_from_right.down.delay","4"                     },
718   { "sp_sniksnak.turning_from_right.down.offset","1472"                 },
719   { "sp_sniksnak.turning_from_right.down.anim_mode","linear"            },
720   { "sp_sniksnak.turning_from_up.left",         "RocksSP.pcx"           },
721   { "sp_sniksnak.turning_from_up.left.xpos",    "12"                    },
722   { "sp_sniksnak.turning_from_up.left.ypos",    "6"                     },
723   { "sp_sniksnak.turning_from_up.left.frames",  "2"                     },
724   { "sp_sniksnak.turning_from_up.left.delay",   "4"                     },
725   { "sp_sniksnak.turning_from_up.left.offset",  "896"                   },
726   { "sp_sniksnak.turning_from_up.left.anim_mode","linear"               },
727   { "sp_sniksnak.turning_from_up.right",        "RocksSP.pcx"           },
728   { "sp_sniksnak.turning_from_up.right.xpos",   "15"                    },
729   { "sp_sniksnak.turning_from_up.right.ypos",   "6"                     },
730   { "sp_sniksnak.turning_from_up.right.frames", "2"                     },
731   { "sp_sniksnak.turning_from_up.right.delay",  "4"                     },
732   { "sp_sniksnak.turning_from_up.right.offset", "928"                   },
733   { "sp_sniksnak.turning_from_up.right.anim_mode","linear"              },
734   { "sp_sniksnak.turning_from_down.left",       "RocksSP.pcx"           },
735   { "sp_sniksnak.turning_from_down.left.xpos",  "13"                    },
736   { "sp_sniksnak.turning_from_down.left.ypos",  "6"                     },
737   { "sp_sniksnak.turning_from_down.left.frames","2"                     },
738   { "sp_sniksnak.turning_from_down.left.delay", "4"                     },
739   { "sp_sniksnak.turning_from_down.left.offset","864"                   },
740   { "sp_sniksnak.turning_from_down.left.anim_mode","linear"             },
741   { "sp_sniksnak.turning_from_down.right",      "RocksSP.pcx"           },
742   { "sp_sniksnak.turning_from_down.right.xpos", "14"                    },
743   { "sp_sniksnak.turning_from_down.right.ypos", "6"                     },
744   { "sp_sniksnak.turning_from_down.right.frames","2"                    },
745   { "sp_sniksnak.turning_from_down.right.delay","4"                     },
746   { "sp_sniksnak.turning_from_down.right.offset","960"                  },
747   { "sp_sniksnak.turning_from_down.right.anim_mode","linear"            },
748
749   { "sp_electron",                              "RocksSP.pcx"           },
750   { "sp_electron.xpos",                         "8"                     },
751   { "sp_electron.ypos",                         "10"                    },
752   { "sp_electron.frames",                       "8"                     },
753   { "sp_electron.delay",                        "4"                     },
754   { "sp_electron.global_sync",                  "true"                  },
755   { "sp_electron.EDITOR",                       "RocksSP.pcx"           },
756   { "sp_electron.EDITOR.xpos",                  "10"                    },
757   { "sp_electron.EDITOR.ypos",                  "11"                    },
758   { "sp_electron.exploding",                    "RocksSP.pcx"           },
759   { "sp_electron.exploding.xpos",               "8"                     },
760   { "sp_electron.exploding.ypos",               "4"                     },
761   { "sp_electron.exploding.frames",             "8"                     },
762   { "sp_electron.exploding.delay",              "4"                     },
763   { "sp_electron.exploding.anim_mode",          "linear"                },
764
765   { "sp_terminal",                              "RocksSP.pcx"           },
766   { "sp_terminal.xpos",                         "0"                     },
767   { "sp_terminal.ypos",                         "10"                    },
768   { "sp_terminal.frames",                       "7"                     },
769   { "sp_terminal.delay",                        "12"                    },
770   { "sp_terminal.EDITOR",                       "RocksSP.pcx"           },
771   { "sp_terminal.EDITOR.xpos",                  "9"                     },
772   { "sp_terminal.EDITOR.ypos",                  "11"                    },
773   { "sp_terminal.active",                       "RocksSP.pcx"           },
774   { "sp_terminal.active.xpos",                  "0"                     },
775   { "sp_terminal.active.ypos",                  "11"                    },
776   { "sp_terminal.active.frames",                "7"                     },
777   { "sp_terminal.active.delay",                 "4"                     },
778
779   { "sp_buggy_base",                            "RocksSP.pcx"           },
780   { "sp_buggy_base.xpos",                       "1"                     },
781   { "sp_buggy_base.ypos",                       "3"                     },
782   { "sp_buggy_base.frames",                     "1"                     },
783   { "sp_buggy_base.EDITOR",                     "RocksSP.pcx"           },
784   { "sp_buggy_base.EDITOR.xpos",                "9"                     },
785   { "sp_buggy_base.EDITOR.ypos",                "6"                     },
786   { "sp_buggy_base.activating",                 "RocksSP.pcx"           },
787   { "sp_buggy_base.activating.xpos",            "15"                    },
788   { "sp_buggy_base.activating.ypos",            "2"                     },
789   { "sp_buggy_base.activating.frames",          "1"                     },
790   { "sp_buggy_base.active",                     "RocksSP.pcx"           },
791   { "sp_buggy_base.active.xpos",                "8"                     },
792   { "sp_buggy_base.active.ypos",                "6"                     },
793   { "sp_buggy_base.active.frames",              "4"                     },
794   { "sp_buggy_base.active.delay",               "4"                     },
795   { "sp_buggy_base.active.anim_mode",           "pingpong"              },
796
797   { "sp_hardware_base_1",                       "RocksSP.pcx"           },
798   { "sp_hardware_base_1.xpos",                  "4"                     },
799   { "sp_hardware_base_1.ypos",                  "3"                     },
800   { "sp_hardware_base_1.frames",                "1"                     },
801   { "sp_hardware_base_2",                       "RocksSP.pcx"           },
802   { "sp_hardware_base_2.xpos",                  "1"                     },
803   { "sp_hardware_base_2.ypos",                  "4"                     },
804   { "sp_hardware_base_2.frames",                "1"                     },
805   { "sp_hardware_base_3",                       "RocksSP.pcx"           },
806   { "sp_hardware_base_3.xpos",                  "2"                     },
807   { "sp_hardware_base_3.ypos",                  "4"                     },
808   { "sp_hardware_base_3.frames",                "1"                     },
809   { "sp_hardware_base_4",                       "RocksSP.pcx"           },
810   { "sp_hardware_base_4.xpos",                  "3"                     },
811   { "sp_hardware_base_4.ypos",                  "4"                     },
812   { "sp_hardware_base_4.frames",                "1"                     },
813   { "sp_hardware_base_5",                       "RocksSP.pcx"           },
814   { "sp_hardware_base_5.xpos",                  "4"                     },
815   { "sp_hardware_base_5.ypos",                  "4"                     },
816   { "sp_hardware_base_5.frames",                "1"                     },
817   { "sp_hardware_base_6",                       "RocksSP.pcx"           },
818   { "sp_hardware_base_6.xpos",                  "5"                     },
819   { "sp_hardware_base_6.ypos",                  "4"                     },
820   { "sp_hardware_base_6.frames",                "1"                     },
821
822   /* images for Sokoban style elements and actions */
823
824   { "sokoban_object",                           "RocksElements.pcx"     },
825   { "sokoban_object.xpos",                      "9"                     },
826   { "sokoban_object.ypos",                      "7"                     },
827   { "sokoban_object.frames",                    "1"                     },
828   { "sokoban_object.EDITOR",                    "RocksElements.pcx"     },
829   { "sokoban_object.EDITOR.xpos",               "2"                     },
830   { "sokoban_object.EDITOR.ypos",               "14"                    },
831
832   { "sokoban_field_empty",                      "RocksElements.pcx"     },
833   { "sokoban_field_empty.xpos",                 "10"                    },
834   { "sokoban_field_empty.ypos",                 "7"                     },
835   { "sokoban_field_empty.frames",               "1"                     },
836
837   { "sokoban_field_full",                       "RocksElements.pcx"     },
838   { "sokoban_field_full.xpos",                  "11"                    },
839   { "sokoban_field_full.ypos",                  "7"                     },
840   { "sokoban_field_full.frames",                "1"                     },
841
842   { "sokoban_field_player",                     "RocksHeroes.pcx"       },
843   { "sokoban_field_player.xpos",                "0"                     },
844   { "sokoban_field_player.ypos",                "15"                    },
845   { "sokoban_field_player.frames",              "1"                     },
846   { "sokoban_field_player.EDITOR",              "RocksHeroes.pcx"       },
847   { "sokoban_field_player.EDITOR.xpos",         "1"                     },
848   { "sokoban_field_player.EDITOR.ypos",         "15"                    },
849
850   /* images for Emerald Mine style elements and actions */
851
852   { "empty_space",                              "RocksSP.pcx"           },
853   { "empty_space.xpos",                         "0"                     },
854   { "empty_space.ypos",                         "0"                     },
855   { "empty_space.frames",                       "1"                     },
856
857   { "sand",                                     "RocksElements.pcx"     },
858   { "sand.xpos",                                "0"                     },
859   { "sand.ypos",                                "0"                     },
860   { "sand.frames",                              "1"                     },
861   { "sand.CRUMBLED",                            "RocksElements.pcx"     },
862   { "sand.CRUMBLED.xpos",                       "1"                     },
863   { "sand.CRUMBLED.ypos",                       "0"                     },
864   { "sand.CRUMBLED.frames",                     "1"                     },
865   { "sand.digging.left",                        "RocksMore.pcx"         },
866   { "sand.digging.left.xpos",                   "6"                     },
867   { "sand.digging.left.ypos",                   "3"                     },
868   { "sand.digging.left.frames",                 "3"                     },
869   { "sand.digging.left.delay",                  "2"                     },
870   { "sand.digging.left.anim_mode",              "linear"                },
871   { "sand.digging.right",                       "RocksMore.pcx"         },
872   { "sand.digging.right.xpos",                  "9"                     },
873   { "sand.digging.right.ypos",                  "3"                     },
874   { "sand.digging.right.frames",                "3"                     },
875   { "sand.digging.right.delay",                 "2"                     },
876   { "sand.digging.right.anim_mode",             "linear"                },
877   { "sand.digging.up",                          "RocksMore.pcx"         },
878   { "sand.digging.up.xpos",                     "0"                     },
879   { "sand.digging.up.ypos",                     "3"                     },
880   { "sand.digging.up.frames",                   "3"                     },
881   { "sand.digging.up.delay",                    "2"                     },
882   { "sand.digging.up.anim_mode",                "linear"                },
883   { "sand.digging.down",                        "RocksMore.pcx"         },
884   { "sand.digging.down.xpos",                   "3"                     },
885   { "sand.digging.down.ypos",                   "3"                     },
886   { "sand.digging.down.frames",                 "3"                     },
887   { "sand.digging.down.delay",                  "2"                     },
888   { "sand.digging.down.anim_mode",              "linear"                },
889   { "sand.digging.left.CRUMBLED",               "RocksMore.pcx"         },
890   { "sand.digging.left.CRUMBLED.xpos",          "6"                     },
891   { "sand.digging.left.CRUMBLED.ypos",          "0"                     },
892   { "sand.digging.left.CRUMBLED.frames",        "3"                     },
893   { "sand.digging.left.CRUMBLED.delay",         "2"                     },
894   { "sand.digging.left.CRUMBLED.anim_mode",     "linear"                },
895   { "sand.digging.right.CRUMBLED",              "RocksMore.pcx"         },
896   { "sand.digging.right.CRUMBLED.xpos",         "9"                     },
897   { "sand.digging.right.CRUMBLED.ypos",         "0"                     },
898   { "sand.digging.right.CRUMBLED.frames",       "3"                     },
899   { "sand.digging.right.CRUMBLED.delay",        "2"                     },
900   { "sand.digging.right.CRUMBLED.anim_mode",    "linear"                },
901   { "sand.digging.up.CRUMBLED",                 "RocksMore.pcx"         },
902   { "sand.digging.up.CRUMBLED.xpos",            "0"                     },
903   { "sand.digging.up.CRUMBLED.ypos",            "0"                     },
904   { "sand.digging.up.CRUMBLED.frames",          "3"                     },
905   { "sand.digging.up.CRUMBLED.delay",           "2"                     },
906   { "sand.digging.up.CRUMBLED.anim_mode",       "linear"                },
907   { "sand.digging.down.CRUMBLED",               "RocksMore.pcx"         },
908   { "sand.digging.down.CRUMBLED.xpos",          "3"                     },
909   { "sand.digging.down.CRUMBLED.ypos",          "0"                     },
910   { "sand.digging.down.CRUMBLED.frames",        "3"                     },
911   { "sand.digging.down.CRUMBLED.delay",         "2"                     },
912   { "sand.digging.down.CRUMBLED.anim_mode",     "linear"                },
913
914   { "wall",                                     "RocksElements.pcx"     },
915   { "wall.xpos",                                "5"                     },
916   { "wall.ypos",                                "0"                     },
917   { "wall.frames",                              "1"                     },
918
919   { "wall_slippery",                            "RocksElements.pcx"     },
920   { "wall_slippery.xpos",                       "6"                     },
921   { "wall_slippery.ypos",                       "0"                     },
922   { "wall_slippery.frames",                     "1"                     },
923
924   { "steelwall",                                "RocksElements.pcx"     },
925   { "steelwall.xpos",                           "4"                     },
926   { "steelwall.ypos",                           "0"                     },
927   { "steelwall.frames",                         "1"                     },
928
929   { "rock",                                     "RocksElements.pcx"     },
930   { "rock.xpos",                                "12"                    },
931   { "rock.ypos",                                "0"                     },
932   { "rock.frames",                              "1"                     },
933   { "rock.moving.left",                         "RocksElements.pcx"     },
934   { "rock.moving.left.xpos",                    "12"                    },
935   { "rock.moving.left.ypos",                    "0"                     },
936   { "rock.moving.left.frames",                  "4"                     },
937   { "rock.moving.left.delay",                   "2"                     },
938   { "rock.moving.left.anim_mode",               "reverse"               },
939   { "rock.moving.right",                        "RocksElements.pcx"     },
940   { "rock.moving.right.xpos",                   "12"                    },
941   { "rock.moving.right.ypos",                   "0"                     },
942   { "rock.moving.right.frames",                 "4"                     },
943   { "rock.moving.right.start_frame",            "1"                     },
944   { "rock.moving.right.delay",                  "2"                     },
945   { "rock.pushing.left",                        "RocksElements.pcx"     },
946   { "rock.pushing.left.xpos",                   "12"                    },
947   { "rock.pushing.left.ypos",                   "0"                     },
948   { "rock.pushing.left.frames",                 "4"                     },
949   { "rock.pushing.left.delay",                  "2"                     },
950   { "rock.pushing.left.anim_mode",              "reverse"               },
951   { "rock.pushing.right",                       "RocksElements.pcx"     },
952   { "rock.pushing.right.xpos",                  "12"                    },
953   { "rock.pushing.right.ypos",                  "0"                     },
954   { "rock.pushing.right.frames",                "4"                     },
955   { "rock.pushing.right.start_frame",           "1"                     },
956   { "rock.pushing.right.delay",                 "2"                     },
957
958   { "emerald",                                  "RocksElements.pcx"     },
959   { "emerald.xpos",                             "8"                     },
960   { "emerald.ypos",                             "0"                     },
961   { "emerald.frames",                           "1"                     },
962   { "emerald.moving",                           "RocksElements.pcx"     },
963   { "emerald.moving.xpos",                      "8"                     },
964   { "emerald.moving.ypos",                      "0"                     },
965   { "emerald.moving.frames",                    "2"                     },
966   { "emerald.moving.delay",                     "4"                     },
967   { "emerald.falling",                          "RocksElements.pcx"     },
968   { "emerald.falling.xpos",                     "8"                     },
969   { "emerald.falling.ypos",                     "0"                     },
970   { "emerald.falling.frames",                   "2"                     },
971   { "emerald.falling.delay",                    "4"                     },
972   { "emerald.collecting",                       "RocksMore.pcx"         },
973   { "emerald.collecting.xpos",                  "3"                     },
974   { "emerald.collecting.ypos",                  "2"                     },
975   { "emerald.collecting.frames",                "3"                     },
976   { "emerald.collecting.delay",                 "2"                     },
977   { "emerald.collecting.anim_mode",             "linear"                },
978
979   { "diamond",                                  "RocksElements.pcx"     },
980   { "diamond.xpos",                             "10"                    },
981   { "diamond.ypos",                             "0"                     },
982   { "diamond.frames",                           "1"                     },
983   { "diamond.moving",                           "RocksElements.pcx"     },
984   { "diamond.moving.xpos",                      "10"                    },
985   { "diamond.moving.ypos",                      "0"                     },
986   { "diamond.moving.frames",                    "2"                     },
987   { "diamond.moving.delay",                     "4"                     },
988   { "diamond.falling",                          "RocksElements.pcx"     },
989   { "diamond.falling.xpos",                     "10"                    },
990   { "diamond.falling.ypos",                     "0"                     },
991   { "diamond.falling.frames",                   "2"                     },
992   { "diamond.falling.delay",                    "4"                     },
993   { "diamond.collecting",                       "RocksMore.pcx"         },
994   { "diamond.collecting.xpos",                  "7"                     },
995   { "diamond.collecting.ypos",                  "2"                     },
996   { "diamond.collecting.frames",                "3"                     },
997   { "diamond.collecting.delay",                 "2"                     },
998   { "diamond.collecting.anim_mode",             "linear"                },
999
1000   { "bomb",                                     "RocksElements.pcx"     },
1001   { "bomb.xpos",                                "11"                    },
1002   { "bomb.ypos",                                "1"                     },
1003   { "bomb.frames",                              "1"                     },
1004
1005   { "nut",                                      "RocksElements.pcx"     },
1006   { "nut.xpos",                                 "12"                    },
1007   { "nut.ypos",                                 "1"                     },
1008   { "nut.frames",                               "1"                     },
1009   { "nut.breaking",                             "RocksElements.pcx"     },
1010   { "nut.breaking.xpos",                        "13"                    },
1011   { "nut.breaking.ypos",                        "1"                     },
1012   { "nut.breaking.frames",                      "3"                     },
1013   { "nut.breaking.delay",                       "2"                     },
1014   { "nut.breaking.anim_mode",                   "linear"                },
1015
1016   { "dynamite",                                 "RocksElements.pcx"     },
1017   { "dynamite.xpos",                            "0"                     },
1018   { "dynamite.ypos",                            "3"                     },
1019   { "dynamite.frames",                          "1"                     },
1020   { "dynamite.EDITOR",                          "RocksElements.pcx"     },
1021   { "dynamite.EDITOR.xpos",                     "0"                     },
1022   { "dynamite.EDITOR.ypos",                     "14"                    },
1023   { "dynamite.active",                          "RocksElements.pcx"     },
1024   { "dynamite.active.xpos",                     "1"                     },
1025   { "dynamite.active.ypos",                     "3"                     },
1026   { "dynamite.active.frames",                   "7"                     },
1027   { "dynamite.active.delay",                    "12"                    },
1028   { "dynamite.active.anim_mode",                "linear"                },
1029   { "dynamite.active.EDITOR",                   "RocksElements.pcx"     },
1030   { "dynamite.active.EDITOR.xpos",              "1"                     },
1031   { "dynamite.active.EDITOR.ypos",              "14"                    },
1032
1033   { "em_dynamite",                              "RocksEMC.pcx"          },
1034   { "em_dynamite.xpos",                         "0"                     },
1035   { "em_dynamite.ypos",                         "15"                    },
1036   { "em_dynamite.frames",                       "1"                     },
1037   { "em_dynamite.active",                       "RocksEMC.pcx"          },
1038   { "em_dynamite.active.xpos",                  "1"                     },
1039   { "em_dynamite.active.ypos",                  "15"                    },
1040   { "em_dynamite.active.frames",                "4"                     },
1041   { "em_dynamite.active.delay",                 "8"                     },
1042   { "em_dynamite.active.anim_mode",             "linear"                },
1043   { "em_dynamite.active.EDITOR",                "RocksEMC.pcx"          },
1044   { "em_dynamite.active.EDITOR.xpos",           "2"                     },
1045   { "em_dynamite.active.EDITOR.ypos",           "15"                    },
1046
1047   { "wall_emerald",                             "RocksElements.pcx"     },
1048   { "wall_emerald.xpos",                        "4"                     },
1049   { "wall_emerald.ypos",                        "8"                     },
1050   { "wall_emerald.frames",                      "1"                     },
1051
1052   { "wall_diamond",                             "RocksElements.pcx"     },
1053   { "wall_diamond.xpos",                        "5"                     },
1054   { "wall_diamond.ypos",                        "8"                     },
1055   { "wall_diamond.frames",                      "1"                     },
1056
1057   { "bug",                                      "RocksElements.pcx"     },
1058   { "bug.xpos",                                 "8"                     },
1059   { "bug.ypos",                                 "4"                     },
1060   { "bug.frames",                               "4"                     },
1061   { "bug.delay",                                "8"                     },
1062   { "bug.right",                                "RocksElements.pcx"     },
1063   { "bug.right.xpos",                           "8"                     },
1064   { "bug.right.ypos",                           "4"                     },
1065   { "bug.right.frames",                         "1"                     },
1066   { "bug.up",                                   "RocksElements.pcx"     },
1067   { "bug.up.xpos",                              "9"                     },
1068   { "bug.up.ypos",                              "4"                     },
1069   { "bug.up.frames",                            "1"                     },
1070   { "bug.left",                                 "RocksElements.pcx"     },
1071   { "bug.left.xpos",                            "10"                    },
1072   { "bug.left.ypos",                            "4"                     },
1073   { "bug.left.frames",                          "1"                     },
1074   { "bug.down",                                 "RocksElements.pcx"     },
1075   { "bug.down.xpos",                            "11"                    },
1076   { "bug.down.ypos",                            "4"                     },
1077   { "bug.down.frames",                          "1"                     },
1078   { "bug.moving.right",                         "RocksElements.pcx"     },
1079   { "bug.moving.right.xpos",                    "8"                     },
1080   { "bug.moving.right.ypos",                    "4"                     },
1081   { "bug.moving.right.frames",                  "2"                     },
1082   { "bug.moving.right.delay",                   "4"                     },
1083   { "bug.moving.right.offset",                  "128"                   },
1084   { "bug.moving.up",                            "RocksElements.pcx"     },
1085   { "bug.moving.up.xpos",                       "9"                     },
1086   { "bug.moving.up.ypos",                       "4"                     },
1087   { "bug.moving.up.frames",                     "2"                     },
1088   { "bug.moving.up.delay",                      "4"                     },
1089   { "bug.moving.up.offset",                     "128"                   },
1090   { "bug.moving.left",                          "RocksElements.pcx"     },
1091   { "bug.moving.left.xpos",                     "10"                    },
1092   { "bug.moving.left.ypos",                     "4"                     },
1093   { "bug.moving.left.frames",                   "2"                     },
1094   { "bug.moving.left.delay",                    "4"                     },
1095   { "bug.moving.left.offset",                   "128"                   },
1096   { "bug.moving.down",                          "RocksElements.pcx"     },
1097   { "bug.moving.down.xpos",                     "11"                    },
1098   { "bug.moving.down.ypos",                     "4"                     },
1099   { "bug.moving.down.frames",                   "2"                     },
1100   { "bug.moving.down.delay",                    "4"                     },
1101   { "bug.moving.down.offset",                   "128"                   },
1102   { "bug.turning_from_right.up",                "RocksMore.pcx"         },
1103   { "bug.turning_from_right.up.xpos",           "0"                     },
1104   { "bug.turning_from_right.up.ypos",           "6"                     },
1105   { "bug.turning_from_right.up.frames",         "4"                     },
1106   { "bug.turning_from_right.up.delay",          "2"                     },
1107   { "bug.turning_from_right.up.anim_mode",      "linear,reverse"        },
1108   { "bug.turning_from_up.left",                 "RocksMore.pcx"         },
1109   { "bug.turning_from_up.left.xpos",            "12"                    },
1110   { "bug.turning_from_up.left.ypos",            "6"                     },
1111   { "bug.turning_from_up.left.frames",          "4"                     },
1112   { "bug.turning_from_up.left.delay",           "2"                     },
1113   { "bug.turning_from_up.left.anim_mode",       "linear,reverse"        },
1114   { "bug.turning_from_left.down",               "RocksMore.pcx"         },
1115   { "bug.turning_from_left.down.xpos",          "8"                     },
1116   { "bug.turning_from_left.down.ypos",          "6"                     },
1117   { "bug.turning_from_left.down.frames",        "4"                     },
1118   { "bug.turning_from_left.down.delay",         "2"                     },
1119   { "bug.turning_from_left.down.anim_mode",     "linear,reverse"        },
1120   { "bug.turning_from_down.right",              "RocksMore.pcx"         },
1121   { "bug.turning_from_down.right.xpos",         "4"                     },
1122   { "bug.turning_from_down.right.ypos",         "6"                     },
1123   { "bug.turning_from_down.right.frames",       "4"                     },
1124   { "bug.turning_from_down.right.delay",        "2"                     },
1125   { "bug.turning_from_down.right.anim_mode",    "linear,reverse"        },
1126   { "bug.turning_from_right.down",              "RocksMore.pcx"         },
1127   { "bug.turning_from_right.down.xpos",         "5"                     },
1128   { "bug.turning_from_right.down.ypos",         "6"                     },
1129   { "bug.turning_from_right.down.frames",       "4"                     },
1130   { "bug.turning_from_right.down.delay",        "2"                     },
1131   { "bug.turning_from_right.down.anim_mode",    "linear"                },
1132   { "bug.turning_from_up.right",                "RocksMore.pcx"         },
1133   { "bug.turning_from_up.right.xpos",           "1"                     },
1134   { "bug.turning_from_up.right.ypos",           "6"                     },
1135   { "bug.turning_from_up.right.frames",         "4"                     },
1136   { "bug.turning_from_up.right.delay",          "2"                     },
1137   { "bug.turning_from_up.right.anim_mode",      "linear"                },
1138   { "bug.turning_from_left.up",                 "RocksMore.pcx"         },
1139   { "bug.turning_from_left.up.xpos",            "13"                    },
1140   { "bug.turning_from_left.up.ypos",            "6"                     },
1141   { "bug.turning_from_left.up.frames",          "4"                     },
1142   { "bug.turning_from_left.up.delay",           "2"                     },
1143   { "bug.turning_from_left.up.anim_mode",       "linear"                },
1144   { "bug.turning_from_down.left",               "RocksMore.pcx"         },
1145   { "bug.turning_from_down.left.xpos",          "9"                     },
1146   { "bug.turning_from_down.left.ypos",          "6"                     },
1147   { "bug.turning_from_down.left.frames",        "4"                     },
1148   { "bug.turning_from_down.left.delay",         "2"                     },
1149   { "bug.turning_from_down.left.anim_mode",     "linear"                },
1150
1151   { "spaceship",                                "RocksElements.pcx"     },
1152   { "spaceship.xpos",                           "8"                     },
1153   { "spaceship.ypos",                           "3"                     },
1154   { "spaceship.frames",                         "4"                     },
1155   { "spaceship.delay",                          "8"                     },
1156   { "spaceship.right",                          "RocksElements.pcx"     },
1157   { "spaceship.right.xpos",                     "8"                     },
1158   { "spaceship.right.ypos",                     "3"                     },
1159   { "spaceship.right.frames",                   "1"                     },
1160   { "spaceship.up",                             "RocksElements.pcx"     },
1161   { "spaceship.up.xpos",                        "9"                     },
1162   { "spaceship.up.ypos",                        "3"                     },
1163   { "spaceship.up.frames",                      "1"                     },
1164   { "spaceship.left",                           "RocksElements.pcx"     },
1165   { "spaceship.left.xpos",                      "10"                    },
1166   { "spaceship.left.ypos",                      "3"                     },
1167   { "spaceship.left.frames",                    "1"                     },
1168   { "spaceship.down",                           "RocksElements.pcx"     },
1169   { "spaceship.down.xpos",                      "11"                    },
1170   { "spaceship.down.ypos",                      "3"                     },
1171   { "spaceship.down.frames",                    "1"                     },
1172   { "spaceship.moving.right",                   "RocksElements.pcx"     },
1173   { "spaceship.moving.right.xpos",              "8"                     },
1174   { "spaceship.moving.right.ypos",              "3"                     },
1175   { "spaceship.moving.right.frames",            "2"                     },
1176   { "spaceship.moving.right.delay",             "4"                     },
1177   { "spaceship.moving.right.offset",            "128"                   },
1178   { "spaceship.moving.up",                      "RocksElements.pcx"     },
1179   { "spaceship.moving.up.xpos",                 "9"                     },
1180   { "spaceship.moving.up.ypos",                 "3"                     },
1181   { "spaceship.moving.up.frames",               "2"                     },
1182   { "spaceship.moving.up.delay",                "4"                     },
1183   { "spaceship.moving.up.offset",               "128"                   },
1184   { "spaceship.moving.left",                    "RocksElements.pcx"     },
1185   { "spaceship.moving.left.xpos",               "10"                    },
1186   { "spaceship.moving.left.ypos",               "3"                     },
1187   { "spaceship.moving.left.frames",             "2"                     },
1188   { "spaceship.moving.left.delay",              "4"                     },
1189   { "spaceship.moving.left.offset",             "128"                   },
1190   { "spaceship.moving.down",                    "RocksElements.pcx"     },
1191   { "spaceship.moving.down.xpos",               "11"                    },
1192   { "spaceship.moving.down.ypos",               "3"                     },
1193   { "spaceship.moving.down.frames",             "2"                     },
1194   { "spaceship.moving.down.delay",              "4"                     },
1195   { "spaceship.moving.down.offset",             "128"                   },
1196   { "spaceship.turning_from_right.up",          "RocksMore.pcx"         },
1197   { "spaceship.turning_from_right.up.xpos",     "0"                     },
1198   { "spaceship.turning_from_right.up.ypos",     "5"                     },
1199   { "spaceship.turning_from_right.up.frames",   "4"                     },
1200   { "spaceship.turning_from_right.up.delay",    "2"                     },
1201   { "spaceship.turning_from_right.up.anim_mode","linear,reverse"        },
1202   { "spaceship.turning_from_up.left",           "RocksMore.pcx"         },
1203   { "spaceship.turning_from_up.left.xpos",      "12"                    },
1204   { "spaceship.turning_from_up.left.ypos",      "5"                     },
1205   { "spaceship.turning_from_up.left.frames",    "4"                     },
1206   { "spaceship.turning_from_up.left.delay",     "2"                     },
1207   { "spaceship.turning_from_up.left.anim_mode", "linear,reverse"        },
1208   { "spaceship.turning_from_left.down",         "RocksMore.pcx"         },
1209   { "spaceship.turning_from_left.down.xpos",    "8"                     },
1210   { "spaceship.turning_from_left.down.ypos",    "5"                     },
1211   { "spaceship.turning_from_left.down.frames",  "4"                     },
1212   { "spaceship.turning_from_left.down.delay",   "2"                     },
1213   { "spaceship.turning_from_left.down.anim_mode","linear,reverse"       },
1214   { "spaceship.turning_from_down.right",        "RocksMore.pcx"         },
1215   { "spaceship.turning_from_down.right.xpos",   "4"                     },
1216   { "spaceship.turning_from_down.right.ypos",   "5"                     },
1217   { "spaceship.turning_from_down.right.frames", "4"                     },
1218   { "spaceship.turning_from_down.right.delay",  "2"                     },
1219   { "spaceship.turning_from_down.right.anim_mode","linear,reverse"      },
1220   { "spaceship.turning_from_right.down",        "RocksMore.pcx"         },
1221   { "spaceship.turning_from_right.down.xpos",   "5"                     },
1222   { "spaceship.turning_from_right.down.ypos",   "5"                     },
1223   { "spaceship.turning_from_right.down.frames", "4"                     },
1224   { "spaceship.turning_from_right.down.delay",  "2"                     },
1225   { "spaceship.turning_from_right.down.anim_mode","linear"              },
1226   { "spaceship.turning_from_up.right",          "RocksMore.pcx"         },
1227   { "spaceship.turning_from_up.right.xpos",     "1"                     },
1228   { "spaceship.turning_from_up.right.ypos",     "5"                     },
1229   { "spaceship.turning_from_up.right.frames",   "4"                     },
1230   { "spaceship.turning_from_up.right.delay",    "2"                     },
1231   { "spaceship.turning_from_up.right.anim_mode","linear"                },
1232   { "spaceship.turning_from_left.up",           "RocksMore.pcx"         },
1233   { "spaceship.turning_from_left.up.xpos",      "13"                    },
1234   { "spaceship.turning_from_left.up.ypos",      "5"                     },
1235   { "spaceship.turning_from_left.up.frames",    "4"                     },
1236   { "spaceship.turning_from_left.up.delay",     "2"                     },
1237   { "spaceship.turning_from_left.up.anim_mode", "linear"                },
1238   { "spaceship.turning_from_down.left",         "RocksMore.pcx"         },
1239   { "spaceship.turning_from_down.left.xpos",    "9"                     },
1240   { "spaceship.turning_from_down.left.ypos",    "5"                     },
1241   { "spaceship.turning_from_down.left.frames",  "4"                     },
1242   { "spaceship.turning_from_down.left.delay",   "2"                     },
1243   { "spaceship.turning_from_down.left.anim_mode","linear"               },
1244
1245   { "yamyam",                                   "RocksElements.pcx"     },
1246   { "yamyam.xpos",                              "0"                     },
1247   { "yamyam.ypos",                              "5"                     },
1248   { "yamyam.frames",                            "4"                     },
1249   { "yamyam.anim_mode",                         "pingpong2"             },
1250   { "yamyam.left",                              "RocksElements.pcx"     },
1251   { "yamyam.left.xpos",                         "0"                     },
1252   { "yamyam.left.ypos",                         "5"                     },
1253   { "yamyam.left.frames",                       "4"                     },
1254   { "yamyam.left.anim_mode",                    "pingpong2"             },
1255   { "yamyam.left.EDITOR",                       "RocksEMC.pcx"          },
1256   { "yamyam.left.EDITOR.xpos",                  "7"                     },
1257   { "yamyam.left.EDITOR.ypos",                  "15"                    },
1258   { "yamyam.right",                             "RocksElements.pcx"     },
1259   { "yamyam.right.xpos",                        "0"                     },
1260   { "yamyam.right.ypos",                        "5"                     },
1261   { "yamyam.right.frames",                      "4"                     },
1262   { "yamyam.right.anim_mode",                   "pingpong2"             },
1263   { "yamyam.right.EDITOR",                      "RocksEMC.pcx"          },
1264   { "yamyam.right.EDITOR.xpos",                 "8"                     },
1265   { "yamyam.right.EDITOR.ypos",                 "15"                    },
1266   { "yamyam.up",                                "RocksElements.pcx"     },
1267   { "yamyam.up.xpos",                           "0"                     },
1268   { "yamyam.up.ypos",                           "5"                     },
1269   { "yamyam.up.frames",                         "4"                     },
1270   { "yamyam.up.anim_mode",                      "pingpong2"             },
1271   { "yamyam.up.EDITOR",                         "RocksEMC.pcx"          },
1272   { "yamyam.up.EDITOR.xpos",                    "5"                     },
1273   { "yamyam.up.EDITOR.ypos",                    "15"                    },
1274   { "yamyam.down",                              "RocksElements.pcx"     },
1275   { "yamyam.down.xpos",                         "0"                     },
1276   { "yamyam.down.ypos",                         "5"                     },
1277   { "yamyam.down.frames",                       "4"                     },
1278   { "yamyam.down.anim_mode",                    "pingpong2"             },
1279   { "yamyam.down.EDITOR",                       "RocksEMC.pcx"          },
1280   { "yamyam.down.EDITOR.xpos",                  "6"                     },
1281   { "yamyam.down.EDITOR.ypos",                  "15"                    },
1282   { "yamyam.moving",                            "RocksElements.pcx"     },
1283   { "yamyam.moving.xpos",                       "0"                     },
1284   { "yamyam.moving.ypos",                       "5"                     },
1285   { "yamyam.moving.frames",                     "1"                     },
1286
1287   { "robot",                                    "RocksElements.pcx"     },
1288   { "robot.xpos",                               "4"                     },
1289   { "robot.ypos",                               "5"                     },
1290   { "robot.frames",                             "4"                     },
1291   { "robot.anim_mode",                          "pingpong2"             },
1292   { "robot.moving",                             "RocksElements.pcx"     },
1293   { "robot.moving.xpos",                        "4"                     },
1294   { "robot.moving.ypos",                        "5"                     },
1295   { "robot.moving.frames",                      "1"                     },
1296
1297   { "robot_wheel",                              "RocksElements.pcx"     },
1298   { "robot_wheel.xpos",                         "0"                     },
1299   { "robot_wheel.ypos",                         "6"                     },
1300   { "robot_wheel.frames",                       "1"                     },
1301   { "robot_wheel.active",                       "RocksElements.pcx"     },
1302   { "robot_wheel.active.xpos",                  "0"                     },
1303   { "robot_wheel.active.ypos",                  "6"                     },
1304   { "robot_wheel.active.frames",                "4"                     },
1305
1306   { "magic_wall",                               "RocksElements.pcx"     },
1307   { "magic_wall.xpos",                          "0"                     },
1308   { "magic_wall.ypos",                          "8"                     },
1309   { "magic_wall.frames",                        "1"                     },
1310   { "magic_wall.active",                        "RocksElements.pcx"     },
1311   { "magic_wall.active.xpos",                   "0"                     },
1312   { "magic_wall.active.ypos",                   "8"                     },
1313   { "magic_wall.active.frames",                 "4"                     },
1314   { "magic_wall.active.anim_mode",              "reverse"               },
1315   { "magic_wall.active.delay",                  "4"                     },
1316   { "magic_wall.active.global_sync",            "true"                  },
1317   { "magic_wall.filling",                       "RocksElements.pcx"     },
1318   { "magic_wall.filling.xpos",                  "0"                     },
1319   { "magic_wall.filling.ypos",                  "8"                     },
1320   { "magic_wall.filling.frames",                "4"                     },
1321   { "magic_wall.filling.anim_mode",             "reverse"               },
1322   { "magic_wall.filling.delay",                 "4"                     },
1323   { "magic_wall.filling.global_sync",           "true"                  },
1324   { "magic_wall_full",                          "RocksElements.pcx"     },
1325   { "magic_wall_full.xpos",                     "0"                     },
1326   { "magic_wall_full.ypos",                     "8"                     },
1327   { "magic_wall_full.frames",                   "4"                     },
1328   { "magic_wall_full.anim_mode",                "reverse"               },
1329   { "magic_wall_full.delay",                    "4"                     },
1330   { "magic_wall_full.global_sync",              "true"                  },
1331   { "magic_wall.emptying",                      "RocksElements.pcx"     },
1332   { "magic_wall.emptying.xpos",                 "0"                     },
1333   { "magic_wall.emptying.ypos",                 "8"                     },
1334   { "magic_wall.emptying.frames",               "4"                     },
1335   { "magic_wall.emptying.anim_mode",            "reverse"               },
1336   { "magic_wall.emptying.delay",                "4"                     },
1337   { "magic_wall.emptying.global_sync",          "true"                  },
1338   { "magic_wall_dead",                          "RocksElements.pcx"     },
1339   { "magic_wall_dead.xpos",                     "0"                     },
1340   { "magic_wall_dead.ypos",                     "8"                     },
1341   { "magic_wall_dead.frames",                   "1"                     },
1342
1343   { "dc_magic_wall",                            "RocksDC2.pcx"          },
1344   { "dc_magic_wall.xpos",                       "0"                     },
1345   { "dc_magic_wall.ypos",                       "3"                     },
1346   { "dc_magic_wall.frames",                     "1"                     },
1347   { "dc_magic_wall.active",                     "RocksDC2.pcx"          },
1348   { "dc_magic_wall.active.xpos",                "0"                     },
1349   { "dc_magic_wall.active.ypos",                "3"                     },
1350   { "dc_magic_wall.active.frames",              "4"                     },
1351   { "dc_magic_wall.active.anim_mode",           "reverse"               },
1352   { "dc_magic_wall.active.delay",               "4"                     },
1353   { "dc_magic_wall.active.global_sync",         "true"                  },
1354   { "dc_magic_wall.filling",                    "RocksDC2.pcx"          },
1355   { "dc_magic_wall.filling.xpos",               "0"                     },
1356   { "dc_magic_wall.filling.ypos",               "3"                     },
1357   { "dc_magic_wall.filling.frames",             "4"                     },
1358   { "dc_magic_wall.filling.anim_mode",          "reverse"               },
1359   { "dc_magic_wall.filling.delay",              "4"                     },
1360   { "dc_magic_wall.filling.global_sync",        "true"                  },
1361   { "dc_magic_wall_full",                       "RocksDC2.pcx"          },
1362   { "dc_magic_wall_full.xpos",                  "0"                     },
1363   { "dc_magic_wall_full.ypos",                  "3"                     },
1364   { "dc_magic_wall_full.frames",                "4"                     },
1365   { "dc_magic_wall_full.anim_mode",             "reverse"               },
1366   { "dc_magic_wall_full.delay",                 "4"                     },
1367   { "dc_magic_wall_full.global_sync",           "true"                  },
1368   { "dc_magic_wall.emptying",                   "RocksDC2.pcx"          },
1369   { "dc_magic_wall.emptying.xpos",              "0"                     },
1370   { "dc_magic_wall.emptying.ypos",              "3"                     },
1371   { "dc_magic_wall.emptying.frames",            "4"                     },
1372   { "dc_magic_wall.emptying.anim_mode",         "reverse"               },
1373   { "dc_magic_wall.emptying.delay",             "4"                     },
1374   { "dc_magic_wall.emptying.global_sync",       "true"                  },
1375   { "dc_magic_wall_dead",                       "RocksDC2.pcx"          },
1376   { "dc_magic_wall_dead.xpos",                  "0"                     },
1377   { "dc_magic_wall_dead.ypos",                  "3"                     },
1378   { "dc_magic_wall_dead.frames",                "1"                     },
1379
1380   { "quicksand_empty",                          "RocksElements.pcx"     },
1381   { "quicksand_empty.xpos",                     "2"                     },
1382   { "quicksand_empty.ypos",                     "0"                     },
1383   { "quicksand_empty.frames",                   "1"                     },
1384   { "quicksand.filling",                        "RocksElements.pcx"     },
1385   { "quicksand.filling.xpos",                   "3"                     },
1386   { "quicksand.filling.ypos",                   "0"                     },
1387   { "quicksand.filling.frames",                 "1"                     },
1388   { "quicksand_full",                           "RocksElements.pcx"     },
1389   { "quicksand_full.xpos",                      "3"                     },
1390   { "quicksand_full.ypos",                      "0"                     },
1391   { "quicksand_full.frames",                    "1"                     },
1392   { "quicksand_full.EDITOR",                    "RocksElements.pcx"     },
1393   { "quicksand_full.EDITOR.xpos",               "3"                     },
1394   { "quicksand_full.EDITOR.ypos",               "14"                    },
1395   { "quicksand.emptying",                       "RocksElements.pcx"     },
1396   { "quicksand.emptying.xpos",                  "3"                     },
1397   { "quicksand.emptying.ypos",                  "0"                     },
1398   { "quicksand.emptying.frames",                "1"                     },
1399
1400   { "quicksand_fast_empty",                     "RocksDC2.pcx"          },
1401   { "quicksand_fast_empty.xpos",                "4"                     },
1402   { "quicksand_fast_empty.ypos",                "3"                     },
1403   { "quicksand_fast_empty.frames",              "1"                     },
1404   { "quicksand_fast.filling",                   "RocksDC2.pcx"          },
1405   { "quicksand_fast.filling.xpos",              "4"                     },
1406   { "quicksand_fast.filling.ypos",              "3"                     },
1407   { "quicksand_fast.filling.frames",            "1"                     },
1408   { "quicksand_fast_full",                      "RocksDC2.pcx"          },
1409   { "quicksand_fast_full.xpos",                 "4"                     },
1410   { "quicksand_fast_full.ypos",                 "3"                     },
1411   { "quicksand_fast_full.frames",               "1"                     },
1412   { "quicksand_fast_full.EDITOR",               "RocksDC2.pcx"          },
1413   { "quicksand_fast_full.EDITOR.xpos",          "5"                     },
1414   { "quicksand_fast_full.EDITOR.ypos",          "3"                     },
1415   { "quicksand_fast.emptying",                  "RocksDC2.pcx"          },
1416   { "quicksand_fast.emptying.xpos",             "4"                     },
1417   { "quicksand_fast.emptying.ypos",             "3"                     },
1418   { "quicksand_fast.emptying.frames",           "1"                     },
1419
1420   { "acid_pool_topleft",                        "RocksElements.pcx"     },
1421   { "acid_pool_topleft.xpos",                   "0"                     },
1422   { "acid_pool_topleft.ypos",                   "1"                     },
1423   { "acid_pool_topleft.frames",                 "1"                     },
1424   { "acid_pool_topright",                       "RocksElements.pcx"     },
1425   { "acid_pool_topright.xpos",                  "2"                     },
1426   { "acid_pool_topright.ypos",                  "1"                     },
1427   { "acid_pool_topright.frames",                "1"                     },
1428   { "acid_pool_bottomleft",                     "RocksElements.pcx"     },
1429   { "acid_pool_bottomleft.xpos",                "0"                     },
1430   { "acid_pool_bottomleft.ypos",                "2"                     },
1431   { "acid_pool_bottomleft.frames",              "1"                     },
1432   { "acid_pool_bottom",                         "RocksElements.pcx"     },
1433   { "acid_pool_bottom.xpos",                    "1"                     },
1434   { "acid_pool_bottom.ypos",                    "2"                     },
1435   { "acid_pool_bottom.frames",                  "1"                     },
1436   { "acid_pool_bottomright",                    "RocksElements.pcx"     },
1437   { "acid_pool_bottomright.xpos",               "2"                     },
1438   { "acid_pool_bottomright.ypos",               "2"                     },
1439   { "acid_pool_bottomright.frames",             "1"                     },
1440
1441   { "acid",                                     "RocksElements.pcx"     },
1442   { "acid.xpos",                                "12"                    },
1443   { "acid.ypos",                                "7"                     },
1444   { "acid.frames",                              "4"                     },
1445   { "acid.delay",                               "10"                    },
1446   { "acid.global_sync",                         "true"                  },
1447
1448   { "acid_splash_left",                         "RocksHeroes.pcx"       },
1449   { "acid_splash_left.xpos",                    "8"                     },
1450   { "acid_splash_left.ypos",                    "10"                    },
1451   { "acid_splash_left.frames",                  "4"                     },
1452   { "acid_splash_left.delay",                   "2"                     },
1453   { "acid_splash_left.anim_mode",               "linear"                },
1454   { "acid_splash_right",                        "RocksHeroes.pcx"       },
1455   { "acid_splash_right.xpos",                   "12"                    },
1456   { "acid_splash_right.ypos",                   "10"                    },
1457   { "acid_splash_right.frames",                 "4"                     },
1458   { "acid_splash_right.delay",                  "2"                     },
1459   { "acid_splash_right.anim_mode",              "linear"                },
1460
1461   { "amoeba_drop",                              "RocksElements.pcx"     },
1462   { "amoeba_drop.xpos",                         "5"                     },
1463   { "amoeba_drop.ypos",                         "6"                     },
1464   { "amoeba_drop.frames",                       "1"                     },
1465   { "amoeba.growing",                           "RocksElements.pcx"     },
1466   { "amoeba.growing.xpos",                      "5"                     },
1467   { "amoeba.growing.ypos",                      "6"                     },
1468   { "amoeba.growing.frames",                    "3"                     },
1469   { "amoeba.growing.delay",                     "2"                     },
1470   { "amoeba.growing.anim_mode",                 "linear"                },
1471   { "amoeba.shrinking",                         "RocksElements.pcx"     },
1472   { "amoeba.shrinking.xpos",                    "5"                     },
1473   { "amoeba.shrinking.ypos",                    "6"                     },
1474   { "amoeba.shrinking.frames",                  "3"                     },
1475   { "amoeba.shrinking.delay",                   "2"                     },
1476   { "amoeba.shrinking.anim_mode",               "linear,reverse"        },
1477   { "amoeba_wet",                               "RocksElements.pcx"     },
1478   { "amoeba_wet.xpos",                          "8"                     },
1479   { "amoeba_wet.ypos",                          "6"                     },
1480   { "amoeba_wet.frames",                        "4"                     },
1481   { "amoeba_wet.delay",                         "1000000"               },
1482   { "amoeba_wet.anim_mode",                     "random"                },
1483   { "amoeba_wet.EDITOR",                        "RocksElements.pcx"     },
1484   { "amoeba_wet.EDITOR.xpos",                   "4"                     },
1485   { "amoeba_wet.EDITOR.ypos",                   "6"                     },
1486   { "amoeba.dropping",                          "RocksElements.pcx"     },
1487   { "amoeba.dropping.xpos",                     "8"                     },
1488   { "amoeba.dropping.ypos",                     "6"                     },
1489   { "amoeba.dropping.frames",                   "4"                     },
1490   { "amoeba.dropping.delay",                    "1000000"               },
1491   { "amoeba.dropping.anim_mode",                "random"                },
1492   { "amoeba_dry",                               "RocksElements.pcx"     },
1493   { "amoeba_dry.xpos",                          "8"                     },
1494   { "amoeba_dry.ypos",                          "6"                     },
1495   { "amoeba_dry.frames",                        "4"                     },
1496   { "amoeba_dry.delay",                         "1000000"               },
1497   { "amoeba_dry.anim_mode",                     "random"                },
1498   { "amoeba_full",                              "RocksElements.pcx"     },
1499   { "amoeba_full.xpos",                         "8"                     },
1500   { "amoeba_full.ypos",                         "6"                     },
1501   { "amoeba_full.frames",                       "4"                     },
1502   { "amoeba_full.delay",                        "1000000"               },
1503   { "amoeba_full.anim_mode",                    "random"                },
1504   { "amoeba_full.EDITOR",                       "RocksElements.pcx"     },
1505   { "amoeba_full.EDITOR.xpos",                  "8"                     },
1506   { "amoeba_full.EDITOR.ypos",                  "7"                     },
1507   { "amoeba_dead",                              "RocksElements.pcx"     },
1508   { "amoeba_dead.xpos",                         "12"                    },
1509   { "amoeba_dead.ypos",                         "6"                     },
1510   { "amoeba_dead.frames",                       "4"                     },
1511   { "amoeba_dead.delay",                        "1000000"               },
1512   { "amoeba_dead.anim_mode",                    "random"                },
1513   { "amoeba_dead.EDITOR",                       "RocksElements.pcx"     },
1514   { "amoeba_dead.EDITOR.xpos",                  "12"                    },
1515   { "amoeba_dead.EDITOR.ypos",                  "6"                     },
1516
1517   { "em_key_1",                                 "RocksSP.pcx"           },
1518   { "em_key_1.xpos",                            "4"                     },
1519   { "em_key_1.ypos",                            "6"                     },
1520   { "em_key_1.frames",                          "1"                     },
1521   { "em_key_2",                                 "RocksSP.pcx"           },
1522   { "em_key_2.xpos",                            "5"                     },
1523   { "em_key_2.ypos",                            "6"                     },
1524   { "em_key_2.frames",                          "1"                     },
1525   { "em_key_3",                                 "RocksSP.pcx"           },
1526   { "em_key_3.xpos",                            "6"                     },
1527   { "em_key_3.ypos",                            "6"                     },
1528   { "em_key_3.frames",                          "1"                     },
1529   { "em_key_4",                                 "RocksSP.pcx"           },
1530   { "em_key_4.xpos",                            "7"                     },
1531   { "em_key_4.ypos",                            "6"                     },
1532   { "em_key_4.frames",                          "1"                     },
1533
1534   { "dc_key_white",                             "RocksSP.pcx"           },
1535   { "dc_key_white.xpos",                        "13"                    },
1536   { "dc_key_white.ypos",                        "1"                     },
1537   { "dc_key_white.frames",                      "1"                     },
1538
1539   { "em_gate_1",                                "RocksSP.pcx"           },
1540   { "em_gate_1.xpos",                           "0"                     },
1541   { "em_gate_1.ypos",                           "7"                     },
1542   { "em_gate_1.frames",                         "1"                     },
1543   { "em_gate_2",                                "RocksSP.pcx"           },
1544   { "em_gate_2.xpos",                           "1"                     },
1545   { "em_gate_2.ypos",                           "7"                     },
1546   { "em_gate_2.frames",                         "1"                     },
1547   { "em_gate_3",                                "RocksSP.pcx"           },
1548   { "em_gate_3.xpos",                           "2"                     },
1549   { "em_gate_3.ypos",                           "7"                     },
1550   { "em_gate_3.frames",                         "1"                     },
1551   { "em_gate_4",                                "RocksSP.pcx"           },
1552   { "em_gate_4.xpos",                           "3"                     },
1553   { "em_gate_4.ypos",                           "7"                     },
1554   { "em_gate_4.frames",                         "1"                     },
1555
1556   { "dc_gate_white",                            "RocksSP.pcx"           },
1557   { "dc_gate_white.xpos",                       "14"                    },
1558   { "dc_gate_white.ypos",                       "1"                     },
1559   { "dc_gate_white.frames",                     "1"                     },
1560
1561   { "em_gate_1_gray",                           "RocksSP.pcx"           },
1562   { "em_gate_1_gray.xpos",                      "4"                     },
1563   { "em_gate_1_gray.ypos",                      "7"                     },
1564   { "em_gate_1_gray.frames",                    "1"                     },
1565   { "em_gate_1_gray.EDITOR",                    "RocksSP.pcx"           },
1566   { "em_gate_1_gray.EDITOR.xpos",               "12"                    },
1567   { "em_gate_1_gray.EDITOR.ypos",               "11"                    },
1568   { "em_gate_1_gray.active",                    "RocksSP.pcx"           },
1569   { "em_gate_1_gray.active.xpos",               "0"                     },
1570   { "em_gate_1_gray.active.ypos",               "7"                     },
1571   { "em_gate_1_gray.active.frames",             "1"                     },
1572   { "em_gate_2_gray",                           "RocksSP.pcx"           },
1573   { "em_gate_2_gray.xpos",                      "5"                     },
1574   { "em_gate_2_gray.ypos",                      "7"                     },
1575   { "em_gate_2_gray.frames",                    "1"                     },
1576   { "em_gate_2_gray.EDITOR",                    "RocksSP.pcx"           },
1577   { "em_gate_2_gray.EDITOR.xpos",               "13"                    },
1578   { "em_gate_2_gray.EDITOR.ypos",               "11"                    },
1579   { "em_gate_2_gray.active",                    "RocksSP.pcx"           },
1580   { "em_gate_2_gray.active.xpos",               "1"                     },
1581   { "em_gate_2_gray.active.ypos",               "7"                     },
1582   { "em_gate_2_gray.active.frames",             "1"                     },
1583   { "em_gate_3_gray",                           "RocksSP.pcx"           },
1584   { "em_gate_3_gray.xpos",                      "6"                     },
1585   { "em_gate_3_gray.ypos",                      "7"                     },
1586   { "em_gate_3_gray.frames",                    "1"                     },
1587   { "em_gate_3_gray.EDITOR",                    "RocksSP.pcx"           },
1588   { "em_gate_3_gray.EDITOR.xpos",               "14"                    },
1589   { "em_gate_3_gray.EDITOR.ypos",               "11"                    },
1590   { "em_gate_3_gray.active",                    "RocksSP.pcx"           },
1591   { "em_gate_3_gray.active.xpos",               "2"                     },
1592   { "em_gate_3_gray.active.ypos",               "7"                     },
1593   { "em_gate_3_gray.active.frames",             "1"                     },
1594   { "em_gate_4_gray",                           "RocksSP.pcx"           },
1595   { "em_gate_4_gray.xpos",                      "7"                     },
1596   { "em_gate_4_gray.ypos",                      "7"                     },
1597   { "em_gate_4_gray.frames",                    "1"                     },
1598   { "em_gate_4_gray.EDITOR",                    "RocksSP.pcx"           },
1599   { "em_gate_4_gray.EDITOR.xpos",               "15"                    },
1600   { "em_gate_4_gray.EDITOR.ypos",               "11"                    },
1601   { "em_gate_4_gray.active",                    "RocksSP.pcx"           },
1602   { "em_gate_4_gray.active.xpos",               "3"                     },
1603   { "em_gate_4_gray.active.ypos",               "7"                     },
1604   { "em_gate_4_gray.active.frames",             "1"                     },
1605
1606   { "dc_gate_white_gray",                       "RocksSP.pcx"           },
1607   { "dc_gate_white_gray.xpos",                  "7"                     },
1608   { "dc_gate_white_gray.ypos",                  "7"                     },
1609   { "dc_gate_white_gray.frames",                "1"                     },
1610   { "dc_gate_white_gray.EDITOR",                "RocksSP.pcx"           },
1611   { "dc_gate_white_gray.EDITOR.xpos",           "15"                    },
1612   { "dc_gate_white_gray.EDITOR.ypos",           "1"                     },
1613   { "dc_gate_white_gray.active",                "RocksSP.pcx"           },
1614   { "dc_gate_white_gray.active.xpos",           "14"                    },
1615   { "dc_gate_white_gray.active.ypos",           "1"                     },
1616   { "dc_gate_white_gray.active.frames",         "1"                     },
1617
1618   { "dc_gate_fake_gray",                        "RocksSP.pcx"           },
1619   { "dc_gate_fake_gray.xpos",                   "7"                     },
1620   { "dc_gate_fake_gray.ypos",                   "7"                     },
1621   { "dc_gate_fake_gray.frames",                 "1"                     },
1622
1623   { "exit_closed",                              "RocksElements.pcx"     },
1624   { "exit_closed.xpos",                         "0"                     },
1625   { "exit_closed.ypos",                         "11"                    },
1626   { "exit_closed.frames",                       "1"                     },
1627   { "exit.opening",                             "RocksElements.pcx"     },
1628   { "exit.opening.xpos",                        "0"                     },
1629   { "exit.opening.ypos",                        "11"                    },
1630   { "exit.opening.frames",                      "5"                     },
1631   { "exit.opening.delay",                       "6"                     },
1632   { "exit.opening.anim_mode",                   "linear"                },
1633   { "exit_open",                                "RocksElements.pcx"     },
1634   { "exit_open.xpos",                           "4"                     },
1635   { "exit_open.ypos",                           "11"                    },
1636   { "exit_open.frames",                         "4"                     },
1637   { "exit_open.delay",                          "4"                     },
1638   { "exit_open.anim_mode",                      "pingpong"              },
1639   { "exit.closing",                             "RocksElements.pcx"     },
1640   { "exit.closing.xpos",                        "0"                     },
1641   { "exit.closing.ypos",                        "11"                    },
1642   { "exit.closing.frames",                      "5"                     },
1643   { "exit.closing.delay",                       "6"                     },
1644   { "exit.closing.anim_mode",                   "linear,reverse"        },
1645
1646   { "steel_exit_closed",                        "RocksDC2.pcx"  },
1647   { "steel_exit_closed.xpos",                   "8"                     },
1648   { "steel_exit_closed.ypos",                   "0"                     },
1649   { "steel_exit_closed.frames",                 "1"                     },
1650   { "steel_exit.opening",                       "RocksDC2.pcx"  },
1651   { "steel_exit.opening.xpos",                  "8"                     },
1652   { "steel_exit.opening.ypos",                  "0"                     },
1653   { "steel_exit.opening.frames",                "5"                     },
1654   { "steel_exit.opening.delay",                 "6"                     },
1655   { "steel_exit.opening.anim_mode",             "linear"                },
1656   { "steel_exit_open",                          "RocksDC2.pcx"  },
1657   { "steel_exit_open.xpos",                     "12"                    },
1658   { "steel_exit_open.ypos",                     "0"                     },
1659   { "steel_exit_open.frames",                   "4"                     },
1660   { "steel_exit_open.delay",                    "4"                     },
1661   { "steel_exit_open.anim_mode",                "pingpong"              },
1662   { "steel_exit.closing",                       "RocksDC2.pcx"  },
1663   { "steel_exit.closing.xpos",                  "8"                     },
1664   { "steel_exit.closing.ypos",                  "0"                     },
1665   { "steel_exit.closing.frames",                "5"                     },
1666   { "steel_exit.closing.delay",                 "6"                     },
1667   { "steel_exit.closing.anim_mode",             "linear,reverse"        },
1668
1669   { "em_exit_closed",                           "RocksDC2.pcx"  },
1670   { "em_exit_closed.xpos",                      "0"                     },
1671   { "em_exit_closed.ypos",                      "4"                     },
1672   { "em_exit_closed.frames",                    "1"                     },
1673   { "em_exit.opening",                          "RocksDC2.pcx"  },
1674   { "em_exit.opening.xpos",                     "0"                     },
1675   { "em_exit.opening.ypos",                     "4"                     },
1676   { "em_exit.opening.frames",                   "5"                     },
1677   { "em_exit.opening.delay",                    "6"                     },
1678   { "em_exit.opening.anim_mode",                "linear"                },
1679   { "em_exit_open",                             "RocksDC2.pcx"  },
1680   { "em_exit_open.xpos",                        "4"                     },
1681   { "em_exit_open.ypos",                        "4"                     },
1682   { "em_exit_open.frames",                      "4"                     },
1683   { "em_exit_open.delay",                       "4"                     },
1684   { "em_exit_open.anim_mode",                   "pingpong"              },
1685   { "em_exit.closing",                          "RocksDC2.pcx"  },
1686   { "em_exit.closing.xpos",                     "0"                     },
1687   { "em_exit.closing.ypos",                     "6"                     },
1688   { "em_exit.closing.frames",                   "5"                     },
1689   { "em_exit.closing.delay",                    "6"                     },
1690   { "em_exit.closing.anim_mode",                "linear"                },
1691
1692   { "em_steel_exit_closed",                     "RocksDC2.pcx"  },
1693   { "em_steel_exit_closed.xpos",                "0"                     },
1694   { "em_steel_exit_closed.ypos",                "5"                     },
1695   { "em_steel_exit_closed.frames",              "1"                     },
1696   { "em_steel_exit.opening",                    "RocksDC2.pcx"  },
1697   { "em_steel_exit.opening.xpos",               "0"                     },
1698   { "em_steel_exit.opening.ypos",               "5"                     },
1699   { "em_steel_exit.opening.frames",             "5"                     },
1700   { "em_steel_exit.opening.delay",              "6"                     },
1701   { "em_steel_exit.opening.anim_mode",          "linear"                },
1702   { "em_steel_exit_open",                       "RocksDC2.pcx"  },
1703   { "em_steel_exit_open.xpos",                  "4"                     },
1704   { "em_steel_exit_open.ypos",                  "5"                     },
1705   { "em_steel_exit_open.frames",                "4"                     },
1706   { "em_steel_exit_open.delay",                 "4"                     },
1707   { "em_steel_exit_open.anim_mode",             "pingpong"              },
1708   { "em_steel_exit.closing",                    "RocksDC2.pcx"  },
1709   { "em_steel_exit.closing.xpos",               "0"                     },
1710   { "em_steel_exit.closing.ypos",               "7"                     },
1711   { "em_steel_exit.closing.frames",             "5"                     },
1712   { "em_steel_exit.closing.delay",              "6"                     },
1713   { "em_steel_exit.closing.anim_mode",          "linear"                },
1714
1715   /* images for Emerald Mine Club style elements and actions */
1716
1717   { "balloon",                                  "RocksDC.pcx"           },
1718   { "balloon.xpos",                             "12"                    },
1719   { "balloon.ypos",                             "7"                     },
1720   { "balloon.frames",                           "1"                     },
1721   { "balloon.moving",                           "RocksDC.pcx"           },
1722   { "balloon.moving.xpos",                      "12"                    },
1723   { "balloon.moving.ypos",                      "7"                     },
1724   { "balloon.moving.frames",                    "4"                     },
1725   { "balloon.moving.anim_mode",                 "pingpong"              },
1726   { "balloon.moving.delay",                     "2"                     },
1727   { "balloon.pushing",                          "RocksDC.pcx"           },
1728   { "balloon.pushing.xpos",                     "12"                    },
1729   { "balloon.pushing.ypos",                     "7"                     },
1730   { "balloon.pushing.frames",                   "4"                     },
1731   { "balloon.pushing.anim_mode",                "pingpong"              },
1732   { "balloon.pushing.delay",                    "2"                     },
1733   { "balloon_switch_left",                      "RocksDC.pcx"           },
1734   { "balloon_switch_left.xpos",                 "8"                     },
1735   { "balloon_switch_left.ypos",                 "7"                     },
1736   { "balloon_switch_left.frames",               "1"                     },
1737   { "balloon_switch_right",                     "RocksDC.pcx"           },
1738   { "balloon_switch_right.xpos",                "9"                     },
1739   { "balloon_switch_right.ypos",                "7"                     },
1740   { "balloon_switch_right.frames",              "1"                     },
1741   { "balloon_switch_up",                        "RocksDC.pcx"           },
1742   { "balloon_switch_up.xpos",                   "10"                    },
1743   { "balloon_switch_up.ypos",                   "7"                     },
1744   { "balloon_switch_up.frames",                 "1"                     },
1745   { "balloon_switch_down",                      "RocksDC.pcx"           },
1746   { "balloon_switch_down.xpos",                 "11"                    },
1747   { "balloon_switch_down.ypos",                 "7"                     },
1748   { "balloon_switch_down.frames",               "1"                     },
1749   { "balloon_switch_any",                       "RocksDC.pcx"           },
1750   { "balloon_switch_any.xpos",                  "15"                    },
1751   { "balloon_switch_any.ypos",                  "0"                     },
1752   { "balloon_switch_any.frames",                "1"                     },
1753   { "balloon_switch_none",                      "RocksDC.pcx"           },
1754   { "balloon_switch_none.xpos",                 "13"                    },
1755   { "balloon_switch_none.ypos",                 "5"                     },
1756   { "balloon_switch_none.frames",               "1"                     },
1757
1758   { "spring",                                   "RocksDC.pcx"           },
1759   { "spring.xpos",                              "8"                     },
1760   { "spring.ypos",                              "13"                    },
1761   { "spring.frames",                            "1"                     },
1762
1763   { "emc_steelwall_1",                          "RocksDC.pcx"           },
1764   { "emc_steelwall_1.xpos",                     "14"                    },
1765   { "emc_steelwall_1.ypos",                     "0"                     },
1766   { "emc_steelwall_1.frames",                   "1"                     },
1767   { "emc_steelwall_2",                          "RocksEMC.pcx"          },
1768   { "emc_steelwall_2.xpos",                     "9"                     },
1769   { "emc_steelwall_2.ypos",                     "8"                     },
1770   { "emc_steelwall_2.frames",                   "1"                     },
1771   { "emc_steelwall_3",                          "RocksEMC.pcx"          },
1772   { "emc_steelwall_3.xpos",                     "9"                     },
1773   { "emc_steelwall_3.ypos",                     "9"                     },
1774   { "emc_steelwall_3.frames",                   "1"                     },
1775   { "emc_steelwall_4",                          "RocksEMC.pcx"          },
1776   { "emc_steelwall_4.xpos",                     "9"                     },
1777   { "emc_steelwall_4.ypos",                     "10"                    },
1778   { "emc_steelwall_4.frames",                   "1"                     },
1779
1780   { "emc_wall_1",                               "RocksDC.pcx"           },
1781   { "emc_wall_1.xpos",                          "13"                    },
1782   { "emc_wall_1.ypos",                          "6"                     },
1783   { "emc_wall_1.frames",                        "1"                     },
1784   { "emc_wall_2",                               "RocksDC.pcx"           },
1785   { "emc_wall_2.xpos",                          "14"                    },
1786   { "emc_wall_2.ypos",                          "6"                     },
1787   { "emc_wall_2.frames",                        "1"                     },
1788   { "emc_wall_3",                               "RocksDC.pcx"           },
1789   { "emc_wall_3.xpos",                          "15"                    },
1790   { "emc_wall_3.ypos",                          "6"                     },
1791   { "emc_wall_3.frames",                        "1"                     },
1792   { "emc_wall_4",                               "RocksDC.pcx"           },
1793   { "emc_wall_4.xpos",                          "14"                    },
1794   { "emc_wall_4.ypos",                          "1"                     },
1795   { "emc_wall_4.frames",                        "1"                     },
1796   { "emc_wall_5",                               "RocksDC.pcx"           },
1797   { "emc_wall_5.xpos",                          "15"                    },
1798   { "emc_wall_5.ypos",                          "1"                     },
1799   { "emc_wall_5.frames",                        "1"                     },
1800   { "emc_wall_6",                               "RocksDC.pcx"           },
1801   { "emc_wall_6.xpos",                          "14"                    },
1802   { "emc_wall_6.ypos",                          "2"                     },
1803   { "emc_wall_6.frames",                        "1"                     },
1804   { "emc_wall_7",                               "RocksDC.pcx"           },
1805   { "emc_wall_7.xpos",                          "15"                    },
1806   { "emc_wall_7.ypos",                          "2"                     },
1807   { "emc_wall_7.frames",                        "1"                     },
1808   { "emc_wall_8",                               "RocksEMC.pcx"          },
1809   { "emc_wall_8.xpos",                          "8"                     },
1810   { "emc_wall_8.ypos",                          "7"                     },
1811   { "emc_wall_8.frames",                        "1"                     },
1812
1813   /* images for Diamond Caves style elements and actions */
1814
1815   { "invisible_steelwall",                      "RocksSP.pcx"           },
1816   { "invisible_steelwall.xpos",                 "3"                     },
1817   { "invisible_steelwall.ypos",                 "5"                     },
1818   { "invisible_steelwall.frames",               "1"                     },
1819   { "invisible_steelwall.EDITOR",               "RocksSP.pcx"           },
1820   { "invisible_steelwall.EDITOR.xpos",          "1"                     },
1821   { "invisible_steelwall.EDITOR.ypos",          "5"                     },
1822   { "invisible_steelwall.active",               "RocksSP.pcx"           },
1823   { "invisible_steelwall.active.xpos",          "1"                     },
1824   { "invisible_steelwall.active.ypos",          "5"                     },
1825   { "invisible_steelwall.active.frames",        "1"                     },
1826
1827   { "invisible_wall",                           "RocksSP.pcx"           },
1828   { "invisible_wall.xpos",                      "7"                     },
1829   { "invisible_wall.ypos",                      "5"                     },
1830   { "invisible_wall.frames",                    "1"                     },
1831   { "invisible_wall.EDITOR",                    "RocksSP.pcx"           },
1832   { "invisible_wall.EDITOR.xpos",               "5"                     },
1833   { "invisible_wall.EDITOR.ypos",               "5"                     },
1834   { "invisible_wall.active",                    "RocksSP.pcx"           },
1835   { "invisible_wall.active.xpos",               "5"                     },
1836   { "invisible_wall.active.ypos",               "5"                     },
1837   { "invisible_wall.active.frames",             "1"                     },
1838
1839   { "invisible_sand",                           "RocksSP.pcx"           },
1840   { "invisible_sand.xpos",                      "0"                     },
1841   { "invisible_sand.ypos",                      "0"                     },
1842   { "invisible_sand.frames",                    "1"                     },
1843   { "invisible_sand.EDITOR",                    "RocksEMC.pcx"          },
1844   { "invisible_sand.EDITOR.xpos",               "2"                     },
1845   { "invisible_sand.EDITOR.ypos",               "4"                     },
1846   { "invisible_sand.active",                    "RocksEMC.pcx"          },
1847   { "invisible_sand.active.xpos",               "2"                     },
1848   { "invisible_sand.active.ypos",               "4"                     },
1849   { "invisible_sand.active.frames",             "1"                     },
1850   { "invisible_sand.active.CRUMBLED",           "RocksEMC.pcx"          },
1851   { "invisible_sand.active.CRUMBLED.xpos",      "3"                     },
1852   { "invisible_sand.active.CRUMBLED.ypos",      "4"                     },
1853   { "invisible_sand.active.CRUMBLED.frames",    "1"                     },
1854   { "invisible_sand.active.digging.left",       "RocksEMC.pcx"          },
1855   { "invisible_sand.active.digging.left.xpos",  "6"                     },
1856   { "invisible_sand.active.digging.left.ypos",  "2"                     },
1857   { "invisible_sand.active.digging.left.frames","3"                     },
1858   { "invisible_sand.active.digging.left.delay", "2"                     },
1859   { "invisible_sand.active.digging.left.anim_mode","linear"             },
1860   { "invisible_sand.active.digging.right",      "RocksEMC.pcx"          },
1861   { "invisible_sand.active.digging.right.xpos", "9"                     },
1862   { "invisible_sand.active.digging.right.ypos", "2"                     },
1863   { "invisible_sand.active.digging.right.frames","3"                    },
1864   { "invisible_sand.active.digging.right.delay","2"                     },
1865   { "invisible_sand.active.digging.right.anim_mode","linear"            },
1866   { "invisible_sand.active.digging.up",         "RocksEMC.pcx"          },
1867   { "invisible_sand.active.digging.up.xpos",    "0"                     },
1868   { "invisible_sand.active.digging.up.ypos",    "2"                     },
1869   { "invisible_sand.active.digging.up.frames",  "3"                     },
1870   { "invisible_sand.active.digging.up.delay",   "2"                     },
1871   { "invisible_sand.active.digging.up.anim_mode","linear"               },
1872   { "invisible_sand.active.digging.down",       "RocksEMC.pcx"          },
1873   { "invisible_sand.active.digging.down.xpos",  "3"                     },
1874   { "invisible_sand.active.digging.down.ypos",  "2"                     },
1875   { "invisible_sand.active.digging.down.frames","3"                     },
1876   { "invisible_sand.active.digging.down.delay", "2"                     },
1877   { "invisible_sand.active.digging.down.anim_mode","linear"             },
1878   { "invisible_sand.active.digging.left.CRUMBLED",      "RocksEMC.pcx"  },
1879   { "invisible_sand.active.digging.left.CRUMBLED.xpos", "6"             },
1880   { "invisible_sand.active.digging.left.CRUMBLED.ypos", "3"             },
1881   { "invisible_sand.active.digging.left.CRUMBLED.frames","3"            },
1882   { "invisible_sand.active.digging.left.CRUMBLED.delay","2"             },
1883   { "invisible_sand.active.digging.left.CRUMBLED.anim_mode","linear"    },
1884   { "invisible_sand.active.digging.right.CRUMBLED",     "RocksEMC.pcx"  },
1885   { "invisible_sand.active.digging.right.CRUMBLED.xpos","9"             },
1886   { "invisible_sand.active.digging.right.CRUMBLED.ypos","3"             },
1887   { "invisible_sand.active.digging.right.CRUMBLED.frames","3"           },
1888   { "invisible_sand.active.digging.right.CRUMBLED.delay","2"            },
1889   { "invisible_sand.active.digging.right.CRUMBLED.anim_mode","linear"   },
1890   { "invisible_sand.active.digging.up.CRUMBLED",        "RocksEMC.pcx"  },
1891   { "invisible_sand.active.digging.up.CRUMBLED.xpos",   "0"             },
1892   { "invisible_sand.active.digging.up.CRUMBLED.ypos",   "3"             },
1893   { "invisible_sand.active.digging.up.CRUMBLED.frames", "3"             },
1894   { "invisible_sand.active.digging.up.CRUMBLED.delay",  "2"             },
1895   { "invisible_sand.active.digging.up.CRUMBLED.anim_mode","linear"      },
1896   { "invisible_sand.active.digging.down.CRUMBLED",      "RocksEMC.pcx"  },
1897   { "invisible_sand.active.digging.down.CRUMBLED.xpos", "3"             },
1898   { "invisible_sand.active.digging.down.CRUMBLED.ypos", "3"             },
1899   { "invisible_sand.active.digging.down.CRUMBLED.frames","3"            },
1900   { "invisible_sand.active.digging.down.CRUMBLED.delay","2"             },
1901   { "invisible_sand.active.digging.down.CRUMBLED.anim_mode","linear"    },
1902
1903   { "conveyor_belt_1_middle",                   "RocksDC.pcx"           },
1904   { "conveyor_belt_1_middle.xpos",              "0"                     },
1905   { "conveyor_belt_1_middle.ypos",              "0"                     },
1906   { "conveyor_belt_1_middle.frames",            "1"                     },
1907   { "conveyor_belt_1_middle.active",            "RocksDC.pcx"           },
1908   { "conveyor_belt_1_middle.active.xpos",       "0"                     },
1909   { "conveyor_belt_1_middle.active.ypos",       "0"                     },
1910   { "conveyor_belt_1_middle.active.frames",     "8"                     },
1911   { "conveyor_belt_1_middle.active.delay",      "2"                     },
1912   { "conveyor_belt_1_left",                     "RocksDC.pcx"           },
1913   { "conveyor_belt_1_left.xpos",                "0"                     },
1914   { "conveyor_belt_1_left.ypos",                "1"                     },
1915   { "conveyor_belt_1_left.frames",              "1"                     },
1916   { "conveyor_belt_1_left.active",              "RocksDC.pcx"           },
1917   { "conveyor_belt_1_left.active.xpos",         "0"                     },
1918   { "conveyor_belt_1_left.active.ypos",         "1"                     },
1919   { "conveyor_belt_1_left.active.frames",       "8"                     },
1920   { "conveyor_belt_1_left.active.delay",        "2"                     },
1921   { "conveyor_belt_1_right",                    "RocksDC.pcx"           },
1922   { "conveyor_belt_1_right.xpos",               "0"                     },
1923   { "conveyor_belt_1_right.ypos",               "2"                     },
1924   { "conveyor_belt_1_right.frames",             "1"                     },
1925   { "conveyor_belt_1_right.active",             "RocksDC.pcx"           },
1926   { "conveyor_belt_1_right.active.xpos",        "0"                     },
1927   { "conveyor_belt_1_right.active.ypos",        "2"                     },
1928   { "conveyor_belt_1_right.active.frames",      "8"                     },
1929   { "conveyor_belt_1_right.active.delay",       "2"                     },
1930   { "conveyor_belt_1_switch_left",              "RocksDC.pcx"           },
1931   { "conveyor_belt_1_switch_left.xpos",         "0"                     },
1932   { "conveyor_belt_1_switch_left.ypos",         "12"                    },
1933   { "conveyor_belt_1_switch_left.frames",       "1"                     },
1934   { "conveyor_belt_1_switch_middle",            "RocksDC.pcx"           },
1935   { "conveyor_belt_1_switch_middle.xpos",       "0"                     },
1936   { "conveyor_belt_1_switch_middle.ypos",       "13"                    },
1937   { "conveyor_belt_1_switch_middle.frames",     "1"                     },
1938   { "conveyor_belt_1_switch_right",             "RocksDC.pcx"           },
1939   { "conveyor_belt_1_switch_right.xpos",        "0"                     },
1940   { "conveyor_belt_1_switch_right.ypos",        "14"                    },
1941   { "conveyor_belt_1_switch_right.frames",      "1"                     },
1942
1943   { "conveyor_belt_2_middle",                   "RocksDC.pcx"           },
1944   { "conveyor_belt_2_middle.xpos",              "0"                     },
1945   { "conveyor_belt_2_middle.ypos",              "3"                     },
1946   { "conveyor_belt_2_middle.frames",            "1"                     },
1947   { "conveyor_belt_2_middle.active",            "RocksDC.pcx"           },
1948   { "conveyor_belt_2_middle.active.xpos",       "0"                     },
1949   { "conveyor_belt_2_middle.active.ypos",       "3"                     },
1950   { "conveyor_belt_2_middle.active.frames",     "8"                     },
1951   { "conveyor_belt_2_middle.active.delay",      "2"                     },
1952   { "conveyor_belt_2_left",                     "RocksDC.pcx"           },
1953   { "conveyor_belt_2_left.xpos",                "0"                     },
1954   { "conveyor_belt_2_left.ypos",                "4"                     },
1955   { "conveyor_belt_2_left.frames",              "1"                     },
1956   { "conveyor_belt_2_left.active",              "RocksDC.pcx"           },
1957   { "conveyor_belt_2_left.active.xpos",         "0"                     },
1958   { "conveyor_belt_2_left.active.ypos",         "4"                     },
1959   { "conveyor_belt_2_left.active.frames",       "8"                     },
1960   { "conveyor_belt_2_left.active.delay",        "2"                     },
1961   { "conveyor_belt_2_right",                    "RocksDC.pcx"           },
1962   { "conveyor_belt_2_right.xpos",               "0"                     },
1963   { "conveyor_belt_2_right.ypos",               "5"                     },
1964   { "conveyor_belt_2_right.frames",             "1"                     },
1965   { "conveyor_belt_2_right.active",             "RocksDC.pcx"           },
1966   { "conveyor_belt_2_right.active.xpos",        "0"                     },
1967   { "conveyor_belt_2_right.active.ypos",        "5"                     },
1968   { "conveyor_belt_2_right.active.frames",      "8"                     },
1969   { "conveyor_belt_2_right.active.delay",       "2"                     },
1970   { "conveyor_belt_2_switch_left",              "RocksDC.pcx"           },
1971   { "conveyor_belt_2_switch_left.xpos",         "1"                     },
1972   { "conveyor_belt_2_switch_left.ypos",         "12"                    },
1973   { "conveyor_belt_2_switch_left.frames",       "1"                     },
1974   { "conveyor_belt_2_switch_middle",            "RocksDC.pcx"           },
1975   { "conveyor_belt_2_switch_middle.xpos",       "1"                     },
1976   { "conveyor_belt_2_switch_middle.ypos",       "13"                    },
1977   { "conveyor_belt_2_switch_middle.frames",     "1"                     },
1978   { "conveyor_belt_2_switch_right",             "RocksDC.pcx"           },
1979   { "conveyor_belt_2_switch_right.xpos",        "1"                     },
1980   { "conveyor_belt_2_switch_right.ypos",        "14"                    },
1981   { "conveyor_belt_2_switch_right.frames",      "1"                     },
1982
1983   { "conveyor_belt_3_middle",                   "RocksDC.pcx"           },
1984   { "conveyor_belt_3_middle.xpos",              "0"                     },
1985   { "conveyor_belt_3_middle.ypos",              "6"                     },
1986   { "conveyor_belt_3_middle.frames",            "1"                     },
1987   { "conveyor_belt_3_middle.active",            "RocksDC.pcx"           },
1988   { "conveyor_belt_3_middle.active.xpos",       "0"                     },
1989   { "conveyor_belt_3_middle.active.ypos",       "6"                     },
1990   { "conveyor_belt_3_middle.active.frames",     "8"                     },
1991   { "conveyor_belt_3_middle.active.delay",      "2"                     },
1992   { "conveyor_belt_3_left",                     "RocksDC.pcx"           },
1993   { "conveyor_belt_3_left.xpos",                "0"                     },
1994   { "conveyor_belt_3_left.ypos",                "7"                     },
1995   { "conveyor_belt_3_left.frames",              "1"                     },
1996   { "conveyor_belt_3_left.active",              "RocksDC.pcx"           },
1997   { "conveyor_belt_3_left.active.xpos",         "0"                     },
1998   { "conveyor_belt_3_left.active.ypos",         "7"                     },
1999   { "conveyor_belt_3_left.active.frames",       "8"                     },
2000   { "conveyor_belt_3_left.active.delay",        "2"                     },
2001   { "conveyor_belt_3_right",                    "RocksDC.pcx"           },
2002   { "conveyor_belt_3_right.xpos",               "0"                     },
2003   { "conveyor_belt_3_right.ypos",               "8"                     },
2004   { "conveyor_belt_3_right.frames",             "1"                     },
2005   { "conveyor_belt_3_right.active",             "RocksDC.pcx"           },
2006   { "conveyor_belt_3_right.active.xpos",        "0"                     },
2007   { "conveyor_belt_3_right.active.ypos",        "8"                     },
2008   { "conveyor_belt_3_right.active.frames",      "8"                     },
2009   { "conveyor_belt_3_right.active.delay",       "2"                     },
2010   { "conveyor_belt_3_switch_left",              "RocksDC.pcx"           },
2011   { "conveyor_belt_3_switch_left.xpos",         "2"                     },
2012   { "conveyor_belt_3_switch_left.ypos",         "12"                    },
2013   { "conveyor_belt_3_switch_left.frames",       "1"                     },
2014   { "conveyor_belt_3_switch_middle",            "RocksDC.pcx"           },
2015   { "conveyor_belt_3_switch_middle.xpos",       "2"                     },
2016   { "conveyor_belt_3_switch_middle.ypos",       "13"                    },
2017   { "conveyor_belt_3_switch_middle.frames",     "1"                     },
2018   { "conveyor_belt_3_switch_right",             "RocksDC.pcx"           },
2019   { "conveyor_belt_3_switch_right.xpos",        "2"                     },
2020   { "conveyor_belt_3_switch_right.ypos",        "14"                    },
2021   { "conveyor_belt_3_switch_right.frames",      "1"                     },
2022
2023   { "conveyor_belt_4_middle",                   "RocksDC.pcx"           },
2024   { "conveyor_belt_4_middle.xpos",              "0"                     },
2025   { "conveyor_belt_4_middle.ypos",              "9"                     },
2026   { "conveyor_belt_4_middle.frames",            "1"                     },
2027   { "conveyor_belt_4_middle.active",            "RocksDC.pcx"           },
2028   { "conveyor_belt_4_middle.active.xpos",       "0"                     },
2029   { "conveyor_belt_4_middle.active.ypos",       "9"                     },
2030   { "conveyor_belt_4_middle.active.frames",     "8"                     },
2031   { "conveyor_belt_4_middle.active.delay",      "2"                     },
2032   { "conveyor_belt_4_left",                     "RocksDC.pcx"           },
2033   { "conveyor_belt_4_left.xpos",                "0"                     },
2034   { "conveyor_belt_4_left.ypos",                "10"                    },
2035   { "conveyor_belt_4_left.frames",              "1"                     },
2036   { "conveyor_belt_4_left.active",              "RocksDC.pcx"           },
2037   { "conveyor_belt_4_left.active.xpos",         "0"                     },
2038   { "conveyor_belt_4_left.active.ypos",         "10"                    },
2039   { "conveyor_belt_4_left.active.frames",       "8"                     },
2040   { "conveyor_belt_4_left.active.delay",        "2"                     },
2041   { "conveyor_belt_4_right",                    "RocksDC.pcx"           },
2042   { "conveyor_belt_4_right.xpos",               "0"                     },
2043   { "conveyor_belt_4_right.ypos",               "11"                    },
2044   { "conveyor_belt_4_right.frames",             "1"                     },
2045   { "conveyor_belt_4_right.active",             "RocksDC.pcx"           },
2046   { "conveyor_belt_4_right.active.xpos",        "0"                     },
2047   { "conveyor_belt_4_right.active.ypos",        "11"                    },
2048   { "conveyor_belt_4_right.active.frames",      "8"                     },
2049   { "conveyor_belt_4_right.active.delay",       "2"                     },
2050   { "conveyor_belt_4_switch_left",              "RocksDC.pcx"           },
2051   { "conveyor_belt_4_switch_left.xpos",         "3"                     },
2052   { "conveyor_belt_4_switch_left.ypos",         "12"                    },
2053   { "conveyor_belt_4_switch_left.frames",       "1"                     },
2054   { "conveyor_belt_4_switch_middle",            "RocksDC.pcx"           },
2055   { "conveyor_belt_4_switch_middle.xpos",       "3"                     },
2056   { "conveyor_belt_4_switch_middle.ypos",       "13"                    },
2057   { "conveyor_belt_4_switch_middle.frames",     "1"                     },
2058   { "conveyor_belt_4_switch_right",             "RocksDC.pcx"           },
2059   { "conveyor_belt_4_switch_right.xpos",        "3"                     },
2060   { "conveyor_belt_4_switch_right.ypos",        "14"                    },
2061   { "conveyor_belt_4_switch_right.frames",      "1"                     },
2062
2063   { "switchgate_switch_up",                     "RocksDC.pcx"           },
2064   { "switchgate_switch_up.xpos",                "4"                     },
2065   { "switchgate_switch_up.ypos",                "12"                    },
2066   { "switchgate_switch_up.frames",              "1"                     },
2067   { "switchgate_switch_down",                   "RocksDC.pcx"           },
2068   { "switchgate_switch_down.xpos",              "5"                     },
2069   { "switchgate_switch_down.ypos",              "12"                    },
2070   { "switchgate_switch_down.frames",            "1"                     },
2071
2072   { "dc_switchgate_switch_up",                  "RocksDC2.pcx"          },
2073   { "dc_switchgate_switch_up.xpos",             "10"                    },
2074   { "dc_switchgate_switch_up.ypos",             "1"                     },
2075   { "dc_switchgate_switch_up.frames",           "1"                     },
2076   { "dc_switchgate_switch_down",                "RocksDC2.pcx"          },
2077   { "dc_switchgate_switch_down.xpos",           "11"                    },
2078   { "dc_switchgate_switch_down.ypos",           "1"                     },
2079   { "dc_switchgate_switch_down.frames",         "1"                     },
2080
2081   { "light_switch",                             "RocksDC.pcx"           },
2082   { "light_switch.xpos",                        "6"                     },
2083   { "light_switch.ypos",                        "12"                    },
2084   { "light_switch.frames",                      "1"                     },
2085   { "light_switch.active",                      "RocksDC.pcx"           },
2086   { "light_switch.active.xpos",                 "7"                     },
2087   { "light_switch.active.ypos",                 "12"                    },
2088   { "light_switch.active.frames",               "1"                     },
2089
2090   { "timegate_switch",                          "RocksDC.pcx"           },
2091   { "timegate_switch.xpos",                     "0"                     },
2092   { "timegate_switch.ypos",                     "15"                    },
2093   { "timegate_switch.frames",                   "1"                     },
2094   { "timegate_switch.active",                   "RocksDC.pcx"           },
2095   { "timegate_switch.active.xpos",              "0"                     },
2096   { "timegate_switch.active.ypos",              "15"                    },
2097   { "timegate_switch.active.frames",            "4"                     },
2098
2099   { "dc_timegate_switch",                       "RocksDC2.pcx"          },
2100   { "dc_timegate_switch.xpos",                  "12"                    },
2101   { "dc_timegate_switch.ypos",                  "1"                     },
2102   { "dc_timegate_switch.frames",                "1"                     },
2103   { "dc_timegate_switch.active",                "RocksDC2.pcx"          },
2104   { "dc_timegate_switch.active.xpos",           "12"                    },
2105   { "dc_timegate_switch.active.ypos",           "1"                     },
2106   { "dc_timegate_switch.active.frames",         "4"                     },
2107
2108   { "envelope_1",                               "RocksMore.pcx"         },
2109   { "envelope_1.xpos",                          "0"                     },
2110   { "envelope_1.ypos",                          "4"                     },
2111   { "envelope_1.frames",                        "1"                     },
2112   { "envelope_1.collecting",                    "RocksMore.pcx"         },
2113   { "envelope_1.collecting.xpos",               "5"                     },
2114   { "envelope_1.collecting.ypos",               "4"                     },
2115   { "envelope_1.collecting.frames",             "3"                     },
2116   { "envelope_1.collecting.delay",              "2"                     },
2117   { "envelope_1.collecting.anim_mode",          "linear"                },
2118   { "envelope_2",                               "RocksMore.pcx"         },
2119   { "envelope_2.xpos",                          "1"                     },
2120   { "envelope_2.ypos",                          "4"                     },
2121   { "envelope_2.frames",                        "1"                     },
2122   { "envelope_2.collecting",                    "RocksMore.pcx"         },
2123   { "envelope_2.collecting.xpos",               "5"                     },
2124   { "envelope_2.collecting.ypos",               "4"                     },
2125   { "envelope_2.collecting.frames",             "3"                     },
2126   { "envelope_2.collecting.delay",              "2"                     },
2127   { "envelope_2.collecting.anim_mode",          "linear"                },
2128   { "envelope_3",                               "RocksMore.pcx"         },
2129   { "envelope_3.xpos",                          "2"                     },
2130   { "envelope_3.ypos",                          "4"                     },
2131   { "envelope_3.frames",                        "1"                     },
2132   { "envelope_3.collecting",                    "RocksMore.pcx"         },
2133   { "envelope_3.collecting.xpos",               "5"                     },
2134   { "envelope_3.collecting.ypos",               "4"                     },
2135   { "envelope_3.collecting.frames",             "3"                     },
2136   { "envelope_3.collecting.delay",              "2"                     },
2137   { "envelope_3.collecting.anim_mode",          "linear"                },
2138   { "envelope_4",                               "RocksMore.pcx"         },
2139   { "envelope_4.xpos",                          "3"                     },
2140   { "envelope_4.ypos",                          "4"                     },
2141   { "envelope_4.frames",                        "1"                     },
2142   { "envelope_4.collecting",                    "RocksMore.pcx"         },
2143   { "envelope_4.collecting.xpos",               "5"                     },
2144   { "envelope_4.collecting.ypos",               "4"                     },
2145   { "envelope_4.collecting.frames",             "3"                     },
2146   { "envelope_4.collecting.delay",              "2"                     },
2147   { "envelope_4.collecting.anim_mode",          "linear"                },
2148
2149   { "sign_radioactivity",                       "RocksDC.pcx"           },
2150   { "sign_radioactivity.xpos",                  "4"                     },
2151   { "sign_radioactivity.ypos",                  "13"                    },
2152   { "sign_radioactivity.frames",                "1"                     },
2153
2154   { "sign_give_way",                            "RocksDC.pcx"           },
2155   { "sign_give_way.xpos",                       "5"                     },
2156   { "sign_give_way.ypos",                       "13"                    },
2157   { "sign_give_way.frames",                     "1"                     },
2158
2159   { "sign_no_entry",                            "RocksDC.pcx"           },
2160   { "sign_no_entry.xpos",                       "6"                     },
2161   { "sign_no_entry.ypos",                       "13"                    },
2162   { "sign_no_entry.frames",                     "1"                     },
2163
2164   { "sign_emergency_exit",                      "RocksDC.pcx"           },
2165   { "sign_emergency_exit.xpos",                 "7"                     },
2166   { "sign_emergency_exit.ypos",                 "13"                    },
2167   { "sign_emergency_exit.frames",               "1"                     },
2168
2169   { "sign_yin_yang",                            "RocksDC.pcx"           },
2170   { "sign_yin_yang.xpos",                       "4"                     },
2171   { "sign_yin_yang.ypos",                       "14"                    },
2172   { "sign_yin_yang.frames",                     "1"                     },
2173
2174   { "sign_exclamation",                         "RocksDC.pcx"           },
2175   { "sign_exclamation.xpos",                    "5"                     },
2176   { "sign_exclamation.ypos",                    "14"                    },
2177   { "sign_exclamation.frames",                  "1"                     },
2178
2179   { "sign_stop",                                "RocksDC.pcx"           },
2180   { "sign_stop.xpos",                           "6"                     },
2181   { "sign_stop.ypos",                           "14"                    },
2182   { "sign_stop.frames",                         "1"                     },
2183
2184   { "sign_parking",                             "RocksDC.pcx"           },
2185   { "sign_parking.xpos",                        "6"                     },
2186   { "sign_parking.ypos",                        "15"                    },
2187   { "sign_parking.frames",                      "1"                     },
2188
2189   { "sign_wheelchair",                          "RocksDC.pcx"           },
2190   { "sign_wheelchair.xpos",                     "7"                     },
2191   { "sign_wheelchair.ypos",                     "15"                    },
2192   { "sign_wheelchair.frames",                   "1"                     },
2193
2194   { "sign_entry_forbidden",                     "RocksDC.pcx"           },
2195   { "sign_entry_forbidden.xpos",                "12"                    },
2196   { "sign_entry_forbidden.ypos",                "15"                    },
2197   { "sign_entry_forbidden.frames",              "1"                     },
2198
2199   { "sperms",                                   "RocksDC2.pcx"          },
2200   { "sperms.xpos",                              "11"                    },
2201   { "sperms.ypos",                              "3"                     },
2202   { "sperms.frames",                            "1"                     },
2203
2204   { "bullet",                                   "RocksDC2.pcx"          },
2205   { "bullet.xpos",                              "12"                    },
2206   { "bullet.ypos",                              "3"                     },
2207   { "bullet.frames",                            "1"                     },
2208
2209   { "heart",                                    "RocksDC2.pcx"          },
2210   { "heart.xpos",                               "13"                    },
2211   { "heart.ypos",                               "3"                     },
2212   { "heart.frames",                             "1"                     },
2213
2214   { "cross",                                    "RocksDC2.pcx"          },
2215   { "cross.xpos",                               "14"                    },
2216   { "cross.ypos",                               "3"                     },
2217   { "cross.frames",                             "1"                     },
2218
2219   { "frankie",                                  "RocksDC2.pcx"          },
2220   { "frankie.xpos",                             "15"                    },
2221   { "frankie.ypos",                             "3"                     },
2222   { "frankie.frames",                           "1"                     },
2223
2224   { "sign_sperms",                              "RocksDC2.pcx"          },
2225   { "sign_sperms.xpos",                         "11"                    },
2226   { "sign_sperms.ypos",                         "2"                     },
2227   { "sign_sperms.frames",                       "1"                     },
2228
2229   { "sign_bullet",                              "RocksDC2.pcx"          },
2230   { "sign_bullet.xpos",                         "12"                    },
2231   { "sign_bullet.ypos",                         "2"                     },
2232   { "sign_bullet.frames",                       "1"                     },
2233
2234   { "sign_heart",                               "RocksDC2.pcx"          },
2235   { "sign_heart.xpos",                          "13"                    },
2236   { "sign_heart.ypos",                          "2"                     },
2237   { "sign_heart.frames",                        "1"                     },
2238
2239   { "sign_cross",                               "RocksDC2.pcx"          },
2240   { "sign_cross.xpos",                          "14"                    },
2241   { "sign_cross.ypos",                          "2"                     },
2242   { "sign_cross.frames",                        "1"                     },
2243
2244   { "sign_frankie",                             "RocksDC2.pcx"          },
2245   { "sign_frankie.xpos",                        "15"                    },
2246   { "sign_frankie.ypos",                        "2"                     },
2247   { "sign_frankie.frames",                      "1"                     },
2248
2249   { "landmine",                                 "RocksDC.pcx"           },
2250   { "landmine.xpos",                            "7"                     },
2251   { "landmine.ypos",                            "14"                    },
2252   { "landmine.frames",                          "1"                     },
2253   { "landmine.crumbled_like",                   "sand"                  },
2254
2255   { "dc_landmine",                              "RocksDC.pcx"           },
2256   { "dc_landmine.xpos",                         "14"                    },
2257   { "dc_landmine.ypos",                         "5"                     },
2258   { "dc_landmine.frames",                       "1"                     },
2259   { "dc_landmine.crumbled_like",                "sand"                  },
2260
2261   { "steelwall_slippery",                       "RocksDC.pcx"           },
2262   { "steelwall_slippery.xpos",                  "5"                     },
2263   { "steelwall_slippery.ypos",                  "15"                    },
2264   { "steelwall_slippery.frames",                "1"                     },
2265
2266   { "extra_time",                               "RocksDC.pcx"           },
2267   { "extra_time.xpos",                          "8"                     },
2268   { "extra_time.ypos",                          "0"                     },
2269   { "extra_time.frames",                        "6"                     },
2270   { "extra_time.delay",                         "4"                     },
2271
2272   { "shield_normal",                            "RocksDC.pcx"           },
2273   { "shield_normal.xpos",                       "8"                     },
2274   { "shield_normal.ypos",                       "2"                     },
2275   { "shield_normal.frames",                     "6"                     },
2276   { "shield_normal.delay",                      "4"                     },
2277   { "shield_normal.active",                     "RocksHeroes.pcx"       },
2278   { "shield_normal.active.xpos",                "1"                     },
2279   { "shield_normal.active.ypos",                "13"                    },
2280   { "shield_normal.active.frames",              "3"                     },
2281   { "shield_normal.active.delay",               "8"                     },
2282   { "shield_normal.active.anim_mode",           "pingpong"              },
2283
2284   { "shield_deadly",                            "RocksDC.pcx"           },
2285   { "shield_deadly.xpos",                       "8"                     },
2286   { "shield_deadly.ypos",                       "1"                     },
2287   { "shield_deadly.frames",                     "6"                     },
2288   { "shield_deadly.delay",                      "4"                     },
2289   { "shield_deadly.active",                     "RocksHeroes.pcx"       },
2290   { "shield_deadly.active.xpos",                "5"                     },
2291   { "shield_deadly.active.ypos",                "13"                    },
2292   { "shield_deadly.active.frames",              "3"                     },
2293   { "shield_deadly.active.delay",               "8"                     },
2294   { "shield_deadly.active.anim_mode",           "pingpong"              },
2295
2296   { "switchgate_closed",                        "RocksDC.pcx"           },
2297   { "switchgate_closed.xpos",                   "8"                     },
2298   { "switchgate_closed.ypos",                   "5"                     },
2299   { "switchgate_closed.frames",                 "1"                     },
2300   { "switchgate.opening",                       "RocksDC.pcx"           },
2301   { "switchgate.opening.xpos",                  "8"                     },
2302   { "switchgate.opening.ypos",                  "5"                     },
2303   { "switchgate.opening.frames",                "5"                     },
2304   { "switchgate.opening.delay",                 "6"                     },
2305   { "switchgate_open",                          "RocksDC.pcx"           },
2306   { "switchgate_open.xpos",                     "12"                    },
2307   { "switchgate_open.ypos",                     "5"                     },
2308   { "switchgate_open.frames",                   "1"                     },
2309   { "switchgate.closing",                       "RocksDC.pcx"           },
2310   { "switchgate.closing.xpos",                  "8"                     },
2311   { "switchgate.closing.ypos",                  "5"                     },
2312   { "switchgate.closing.frames",                "5"                     },
2313   { "switchgate.closing.delay",                 "6"                     },
2314   { "switchgate.closing.anim_mode",             "reverse"               },
2315
2316   { "timegate_closed",                          "RocksDC.pcx"           },
2317   { "timegate_closed.xpos",                     "8"                     },
2318   { "timegate_closed.ypos",                     "6"                     },
2319   { "timegate_closed.frames",                   "1"                     },
2320   { "timegate.opening",                         "RocksDC.pcx"           },
2321   { "timegate.opening.xpos",                    "8"                     },
2322   { "timegate.opening.ypos",                    "6"                     },
2323   { "timegate.opening.frames",                  "5"                     },
2324   { "timegate.opening.delay",                   "6"                     },
2325   { "timegate_open",                            "RocksDC.pcx"           },
2326   { "timegate_open.xpos",                       "12"                    },
2327   { "timegate_open.ypos",                       "6"                     },
2328   { "timegate_open.frames",                     "1"                     },
2329   { "timegate.closing",                         "RocksDC.pcx"           },
2330   { "timegate.closing.xpos",                    "8"                     },
2331   { "timegate.closing.ypos",                    "6"                     },
2332   { "timegate.closing.frames",                  "5"                     },
2333   { "timegate.closing.delay",                   "6"                     },
2334   { "timegate.closing.anim_mode",               "reverse"               },
2335
2336   { "pearl",                                    "RocksDC.pcx"           },
2337   { "pearl.xpos",                               "8"                     },
2338   { "pearl.ypos",                               "11"                    },
2339   { "pearl.frames",                             "1"                     },
2340   { "pearl.breaking",                           "RocksDC.pcx"           },
2341   { "pearl.breaking.xpos",                      "8"                     },
2342   { "pearl.breaking.ypos",                      "12"                    },
2343   { "pearl.breaking.frames",                    "4"                     },
2344   { "pearl.breaking.delay",                     "2"                     },
2345   { "pearl.breaking.anim_mode",                 "linear"                },
2346
2347   { "crystal",                                  "RocksDC.pcx"           },
2348   { "crystal.xpos",                             "9"                     },
2349   { "crystal.ypos",                             "11"                    },
2350   { "crystal.frames",                           "1"                     },
2351
2352   { "wall_pearl",                               "RocksDC.pcx"           },
2353   { "wall_pearl.xpos",                          "10"                    },
2354   { "wall_pearl.ypos",                          "11"                    },
2355   { "wall_pearl.frames",                        "1"                     },
2356
2357   { "wall_crystal",                             "RocksDC.pcx"           },
2358   { "wall_crystal.xpos",                        "11"                    },
2359   { "wall_crystal.ypos",                        "11"                    },
2360   { "wall_crystal.frames",                      "1"                     },
2361
2362   { "dc_steelwall_1_left",                      "RocksDC2.pcx"          },
2363   { "dc_steelwall_1_left.xpos",                 "5"                     },
2364   { "dc_steelwall_1_left.ypos",                 "1"                     },
2365   { "dc_steelwall_1_left.frames",               "1"                     },
2366   { "dc_steelwall_1_right",                     "RocksDC2.pcx"          },
2367   { "dc_steelwall_1_right.xpos",                "3"                     },
2368   { "dc_steelwall_1_right.ypos",                "1"                     },
2369   { "dc_steelwall_1_right.frames",              "1"                     },
2370   { "dc_steelwall_1_top",                       "RocksDC2.pcx"          },
2371   { "dc_steelwall_1_top.xpos",                  "4"                     },
2372   { "dc_steelwall_1_top.ypos",                  "2"                     },
2373   { "dc_steelwall_1_top.frames",                "1"                     },
2374   { "dc_steelwall_1_bottom",                    "RocksDC2.pcx"          },
2375   { "dc_steelwall_1_bottom.xpos",               "4"                     },
2376   { "dc_steelwall_1_bottom.ypos",               "0"                     },
2377   { "dc_steelwall_1_bottom.frames",             "1"                     },
2378   { "dc_steelwall_1_horizontal",                "RocksDC2.pcx"          },
2379   { "dc_steelwall_1_horizontal.xpos",           "1"                     },
2380   { "dc_steelwall_1_horizontal.ypos",           "0"                     },
2381   { "dc_steelwall_1_horizontal.frames",         "1"                     },
2382   { "dc_steelwall_1_vertical",                  "RocksDC2.pcx"          },
2383   { "dc_steelwall_1_vertical.xpos",             "0"                     },
2384   { "dc_steelwall_1_vertical.ypos",             "1"                     },
2385   { "dc_steelwall_1_vertical.frames",           "1"                     },
2386   { "dc_steelwall_1_topleft",                   "RocksDC2.pcx"          },
2387   { "dc_steelwall_1_topleft.xpos",              "0"                     },
2388   { "dc_steelwall_1_topleft.ypos",              "0"                     },
2389   { "dc_steelwall_1_topleft.frames",            "1"                     },
2390   { "dc_steelwall_1_topright",                  "RocksDC2.pcx"          },
2391   { "dc_steelwall_1_topright.xpos",             "2"                     },
2392   { "dc_steelwall_1_topright.ypos",             "0"                     },
2393   { "dc_steelwall_1_topright.frames",           "1"                     },
2394   { "dc_steelwall_1_bottomleft",                "RocksDC2.pcx"          },
2395   { "dc_steelwall_1_bottomleft.xpos",           "0"                     },
2396   { "dc_steelwall_1_bottomleft.ypos",           "2"                     },
2397   { "dc_steelwall_1_bottomleft.frames",         "1"                     },
2398   { "dc_steelwall_1_bottomright",               "RocksDC2.pcx"          },
2399   { "dc_steelwall_1_bottomright.xpos",          "2"                     },
2400   { "dc_steelwall_1_bottomright.ypos",          "2"                     },
2401   { "dc_steelwall_1_bottomright.frames",        "1"                     },
2402   { "dc_steelwall_1_topleft_2",                 "RocksDC2.pcx"          },
2403   { "dc_steelwall_1_topleft_2.xpos",            "5"                     },
2404   { "dc_steelwall_1_topleft_2.ypos",            "2"                     },
2405   { "dc_steelwall_1_topleft_2.frames",          "1"                     },
2406   { "dc_steelwall_1_topright_2",                "RocksDC2.pcx"          },
2407   { "dc_steelwall_1_topright_2.xpos",           "3"                     },
2408   { "dc_steelwall_1_topright_2.ypos",           "2"                     },
2409   { "dc_steelwall_1_topright_2.frames",         "1"                     },
2410   { "dc_steelwall_1_bottomleft_2",              "RocksDC2.pcx"          },
2411   { "dc_steelwall_1_bottomleft_2.xpos",         "5"                     },
2412   { "dc_steelwall_1_bottomleft_2.ypos",         "0"                     },
2413   { "dc_steelwall_1_bottomleft_2.frames",       "1"                     },
2414   { "dc_steelwall_1_bottomright_2",             "RocksDC2.pcx"          },
2415   { "dc_steelwall_1_bottomright_2.xpos",        "3"                     },
2416   { "dc_steelwall_1_bottomright_2.ypos",        "0"                     },
2417   { "dc_steelwall_1_bottomright_2.frames",      "1"                     },
2418
2419   { "dc_steelwall_2_left",                      "RocksDC2.pcx"          },
2420   { "dc_steelwall_2_left.xpos",                 "6"                     },
2421   { "dc_steelwall_2_left.ypos",                 "1"                     },
2422   { "dc_steelwall_2_left.frames",               "1"                     },
2423   { "dc_steelwall_2_right",                     "RocksDC2.pcx"          },
2424   { "dc_steelwall_2_right.xpos",                "9"                     },
2425   { "dc_steelwall_2_right.ypos",                "1"                     },
2426   { "dc_steelwall_2_right.frames",              "1"                     },
2427   { "dc_steelwall_2_top",                       "RocksDC2.pcx"          },
2428   { "dc_steelwall_2_top.xpos",                  "7"                     },
2429   { "dc_steelwall_2_top.ypos",                  "0"                     },
2430   { "dc_steelwall_2_top.frames",                "1"                     },
2431   { "dc_steelwall_2_bottom",                    "RocksDC2.pcx"          },
2432   { "dc_steelwall_2_bottom.xpos",               "7"                     },
2433   { "dc_steelwall_2_bottom.ypos",               "3"                     },
2434   { "dc_steelwall_2_bottom.frames",             "1"                     },
2435   { "dc_steelwall_2_horizontal",                "RocksDC2.pcx"          },
2436   { "dc_steelwall_2_horizontal.xpos",           "8"                     },
2437   { "dc_steelwall_2_horizontal.ypos",           "1"                     },
2438   { "dc_steelwall_2_horizontal.frames",         "1"                     },
2439   { "dc_steelwall_2_vertical",                  "RocksDC2.pcx"          },
2440   { "dc_steelwall_2_vertical.xpos",             "7"                     },
2441   { "dc_steelwall_2_vertical.ypos",             "2"                     },
2442   { "dc_steelwall_2_vertical.frames",           "1"                     },
2443   { "dc_steelwall_2_middle",                    "RocksDC2.pcx"          },
2444   { "dc_steelwall_2_middle.xpos",               "7"                     },
2445   { "dc_steelwall_2_middle.ypos",               "1"                     },
2446   { "dc_steelwall_2_middle.frames",             "1"                     },
2447   { "dc_steelwall_2_single",                    "RocksDC2.pcx"          },
2448   { "dc_steelwall_2_single.xpos",               "6"                     },
2449   { "dc_steelwall_2_single.ypos",               "0"                     },
2450   { "dc_steelwall_2_single.frames",             "1"                     },
2451
2452   /* images for DX Boulderdash style elements and actions */
2453
2454   { "tube_right_down",                          "RocksDC.pcx"           },
2455   { "tube_right_down.xpos",                     "9"                     },
2456   { "tube_right_down.ypos",                     "13"                    },
2457   { "tube_right_down.frames",                   "1"                     },
2458
2459   { "tube_horizontal_down",                     "RocksDC.pcx"           },
2460   { "tube_horizontal_down.xpos",                "10"                    },
2461   { "tube_horizontal_down.ypos",                "13"                    },
2462   { "tube_horizontal_down.frames",              "1"                     },
2463
2464   { "tube_left_down",                           "RocksDC.pcx"           },
2465   { "tube_left_down.xpos",                      "11"                    },
2466   { "tube_left_down.ypos",                      "13"                    },
2467   { "tube_left_down.frames",                    "1"                     },
2468
2469   { "tube_horizontal",                          "RocksDC.pcx"           },
2470   { "tube_horizontal.xpos",                     "8"                     },
2471   { "tube_horizontal.ypos",                     "14"                    },
2472   { "tube_horizontal.frames",                   "1"                     },
2473
2474   { "tube_vertical_right",                      "RocksDC.pcx"           },
2475   { "tube_vertical_right.xpos",                 "9"                     },
2476   { "tube_vertical_right.ypos",                 "14"                    },
2477   { "tube_vertical_right.frames",               "1"                     },
2478
2479   { "tube_any",                                 "RocksDC.pcx"           },
2480   { "tube_any.xpos",                            "10"                    },
2481   { "tube_any.ypos",                            "14"                    },
2482   { "tube_any.frames",                          "1"                     },
2483
2484   { "tube_vertical_left",                       "RocksDC.pcx"           },
2485   { "tube_vertical_left.xpos",                  "11"                    },
2486   { "tube_vertical_left.ypos",                  "14"                    },
2487   { "tube_vertical_left.frames",                "1"                     },
2488
2489   { "tube_vertical",                            "RocksDC.pcx"           },
2490   { "tube_vertical.xpos",                       "8"                     },
2491   { "tube_vertical.ypos",                       "15"                    },
2492   { "tube_vertical.frames",                     "1"                     },
2493
2494   { "tube_right_up",                            "RocksDC.pcx"           },
2495   { "tube_right_up.xpos",                       "9"                     },
2496   { "tube_right_up.ypos",                       "15"                    },
2497   { "tube_right_up.frames",                     "1"                     },
2498
2499   { "tube_horizontal_up",                       "RocksDC.pcx"           },
2500   { "tube_horizontal_up.xpos",                  "10"                    },
2501   { "tube_horizontal_up.ypos",                  "15"                    },
2502   { "tube_horizontal_up.frames",                "1"                     },
2503
2504   { "tube_left_up",                             "RocksDC.pcx"           },
2505   { "tube_left_up.xpos",                        "11"                    },
2506   { "tube_left_up.ypos",                        "15"                    },
2507   { "tube_left_up.frames",                      "1"                     },
2508
2509   { "trap",                                     "RocksDC.pcx"           },
2510   { "trap.xpos",                                "12"                    },
2511   { "trap.ypos",                                "8"                     },
2512   { "trap.frames",                              "1"                     },
2513   { "trap.crumbled_like",                       "sand"                  },
2514   { "trap.diggable_like",                       "sand"                  },
2515   { "trap.active",                              "RocksDC.pcx"           },
2516   { "trap.active.xpos",                         "12"                    },
2517   { "trap.active.ypos",                         "8"                     },
2518   { "trap.active.frames",                       "4"                     },
2519   { "trap.active.delay",                        "4"                     },
2520   { "trap.active.anim_mode",                    "pingpong2"             },
2521   { "trap.active.crumbled_like",                "sand"                  },
2522
2523   { "dx_supabomb",                              "RocksDC.pcx"           },
2524   { "dx_supabomb.xpos",                         "15"                    },
2525   { "dx_supabomb.ypos",                         "9"                     },
2526   { "dx_supabomb.frames",                       "1"                     },
2527
2528   /* images for Rocks'n'Diamonds style elements and actions */
2529
2530   { "key_1",                                    "RocksElements.pcx"     },
2531   { "key_1.xpos",                               "4"                     },
2532   { "key_1.ypos",                               "1"                     },
2533   { "key_1.frames",                             "1"                     },
2534   { "key_1.EDITOR",                             "RocksElements.pcx"     },
2535   { "key_1.EDITOR.xpos",                        "4"                     },
2536   { "key_1.EDITOR.ypos",                        "14"                    },
2537   { "key_2",                                    "RocksElements.pcx"     },
2538   { "key_2.xpos",                               "5"                     },
2539   { "key_2.ypos",                               "1"                     },
2540   { "key_2.frames",                             "1"                     },
2541   { "key_2.EDITOR",                             "RocksElements.pcx"     },
2542   { "key_2.EDITOR.xpos",                        "5"                     },
2543   { "key_2.EDITOR.ypos",                        "14"                    },
2544   { "key_3",                                    "RocksElements.pcx"     },
2545   { "key_3.xpos",                               "6"                     },
2546   { "key_3.ypos",                               "1"                     },
2547   { "key_3.frames",                             "1"                     },
2548   { "key_3.EDITOR",                             "RocksElements.pcx"     },
2549   { "key_3.EDITOR.xpos",                        "6"                     },
2550   { "key_3.EDITOR.ypos",                        "14"                    },
2551   { "key_4",                                    "RocksElements.pcx"     },
2552   { "key_4.xpos",                               "7"                     },
2553   { "key_4.ypos",                               "1"                     },
2554   { "key_4.frames",                             "1"                     },
2555   { "key_4.EDITOR",                             "RocksElements.pcx"     },
2556   { "key_4.EDITOR.xpos",                        "7"                     },
2557   { "key_4.EDITOR.ypos",                        "14"                    },
2558
2559   { "gate_1",                                   "RocksElements.pcx"     },
2560   { "gate_1.xpos",                              "4"                     },
2561   { "gate_1.ypos",                              "2"                     },
2562   { "gate_1.frames",                            "1"                     },
2563   { "gate_2",                                   "RocksElements.pcx"     },
2564   { "gate_2.xpos",                              "5"                     },
2565   { "gate_2.ypos",                              "2"                     },
2566   { "gate_2.frames",                            "1"                     },
2567   { "gate_3",                                   "RocksElements.pcx"     },
2568   { "gate_3.xpos",                              "6"                     },
2569   { "gate_3.ypos",                              "2"                     },
2570   { "gate_3.frames",                            "1"                     },
2571   { "gate_4",                                   "RocksElements.pcx"     },
2572   { "gate_4.xpos",                              "7"                     },
2573   { "gate_4.ypos",                              "2"                     },
2574   { "gate_4.frames",                            "1"                     },
2575   { "gate_1_gray",                              "RocksElements.pcx"     },
2576   { "gate_1_gray.xpos",                         "8"                     },
2577   { "gate_1_gray.ypos",                         "2"                     },
2578   { "gate_1_gray.frames",                       "1"                     },
2579   { "gate_1_gray.EDITOR",                       "RocksElements.pcx"     },
2580   { "gate_1_gray.EDITOR.xpos",                  "8"                     },
2581   { "gate_1_gray.EDITOR.ypos",                  "14"                    },
2582   { "gate_1_gray.active",                       "RocksElements.pcx"     },
2583   { "gate_1_gray.active.xpos",                  "4"                     },
2584   { "gate_1_gray.active.ypos",                  "2"                     },
2585   { "gate_1_gray.active.frames",                "1"                     },
2586   { "gate_2_gray",                              "RocksElements.pcx"     },
2587   { "gate_2_gray.xpos",                         "9"                     },
2588   { "gate_2_gray.ypos",                         "2"                     },
2589   { "gate_2_gray.frames",                       "1"                     },
2590   { "gate_2_gray.EDITOR",                       "RocksElements.pcx"     },
2591   { "gate_2_gray.EDITOR.xpos",                  "9"                     },
2592   { "gate_2_gray.EDITOR.ypos",                  "14"                    },
2593   { "gate_2_gray.active",                       "RocksElements.pcx"     },
2594   { "gate_2_gray.active.xpos",                  "5"                     },
2595   { "gate_2_gray.active.ypos",                  "2"                     },
2596   { "gate_2_gray.active.frames",                "1"                     },
2597   { "gate_3_gray",                              "RocksElements.pcx"     },
2598   { "gate_3_gray.xpos",                         "10"                    },
2599   { "gate_3_gray.ypos",                         "2"                     },
2600   { "gate_3_gray.frames",                       "1"                     },
2601   { "gate_3_gray.EDITOR",                       "RocksElements.pcx"     },
2602   { "gate_3_gray.EDITOR.xpos",                  "10"                    },
2603   { "gate_3_gray.EDITOR.ypos",                  "14"                    },
2604   { "gate_3_gray.active",                       "RocksElements.pcx"     },
2605   { "gate_3_gray.active.xpos",                  "6"                     },
2606   { "gate_3_gray.active.ypos",                  "2"                     },
2607   { "gate_3_gray.active.frames",                "1"                     },
2608   { "gate_4_gray",                              "RocksElements.pcx"     },
2609   { "gate_4_gray.xpos",                         "11"                    },
2610   { "gate_4_gray.ypos",                         "2"                     },
2611   { "gate_4_gray.frames",                       "1"                     },
2612   { "gate_4_gray.EDITOR",                       "RocksElements.pcx"     },
2613   { "gate_4_gray.EDITOR.xpos",                  "11"                    },
2614   { "gate_4_gray.EDITOR.ypos",                  "14"                    },
2615   { "gate_4_gray.active",                       "RocksElements.pcx"     },
2616   { "gate_4_gray.active.xpos",                  "7"                     },
2617   { "gate_4_gray.active.ypos",                  "2"                     },
2618   { "gate_4_gray.active.frames",                "1"                     },
2619
2620   { "game_of_life",                             "RocksElements.pcx"     },
2621   { "game_of_life.xpos",                        "8"                     },
2622   { "game_of_life.ypos",                        "1"                     },
2623   { "game_of_life.frames",                      "1"                     },
2624
2625   { "biomaze",                                  "RocksElements.pcx"     },
2626   { "biomaze.xpos",                             "9"                     },
2627   { "biomaze.ypos",                             "1"                     },
2628   { "biomaze.frames",                           "1"                     },
2629
2630   { "pacman",                                   "RocksElements.pcx"     },
2631   { "pacman.xpos",                              "8"                     },
2632   { "pacman.ypos",                              "5"                     },
2633   { "pacman.frames",                            "1"                     },
2634   { "pacman.right",                             "RocksElements.pcx"     },
2635   { "pacman.right.xpos",                        "8"                     },
2636   { "pacman.right.ypos",                        "5"                     },
2637   { "pacman.right.frames",                      "2"                     },
2638   { "pacman.right.delay",                       "4"                     },
2639   { "pacman.right.offset",                      "128"                   },
2640   { "pacman.up",                                "RocksElements.pcx"     },
2641   { "pacman.up.xpos",                           "9"                     },
2642   { "pacman.up.ypos",                           "5"                     },
2643   { "pacman.up.frames",                         "2"                     },
2644   { "pacman.up.delay",                          "4"                     },
2645   { "pacman.up.offset",                         "128"                   },
2646   { "pacman.left",                              "RocksElements.pcx"     },
2647   { "pacman.left.xpos",                         "10"                    },
2648   { "pacman.left.ypos",                         "5"                     },
2649   { "pacman.left.frames",                       "2"                     },
2650   { "pacman.left.delay",                        "4"                     },
2651   { "pacman.left.offset",                       "128"                   },
2652   { "pacman.down",                              "RocksElements.pcx"     },
2653   { "pacman.down.xpos",                         "11"                    },
2654   { "pacman.down.ypos",                         "5"                     },
2655   { "pacman.down.frames",                       "2"                     },
2656   { "pacman.down.delay",                        "4"                     },
2657   { "pacman.down.offset",                       "128"                   },
2658   { "pacman.turning_from_right",                "RocksElements.pcx"     },
2659   { "pacman.turning_from_right.xpos",           "12"                    },
2660   { "pacman.turning_from_right.ypos",           "5"                     },
2661   { "pacman.turning_from_right.frames",         "1"                     },
2662   { "pacman.turning_from_up",                   "RocksElements.pcx"     },
2663   { "pacman.turning_from_up.xpos",              "13"                    },
2664   { "pacman.turning_from_up.ypos",              "5"                     },
2665   { "pacman.turning_from_up.frames",            "1"                     },
2666   { "pacman.turning_from_left",                 "RocksElements.pcx"     },
2667   { "pacman.turning_from_left.xpos",            "14"                    },
2668   { "pacman.turning_from_left.ypos",            "5"                     },
2669   { "pacman.turning_from_left.frames",          "1"                     },
2670   { "pacman.turning_from_down",                 "RocksElements.pcx"     },
2671   { "pacman.turning_from_down.xpos",            "15"                    },
2672   { "pacman.turning_from_down.ypos",            "5"                     },
2673   { "pacman.turning_from_down.frames",          "1"                     },
2674
2675   { "lamp",                                     "RocksElements.pcx"     },
2676   { "lamp.xpos",                                "0"                     },
2677   { "lamp.ypos",                                "7"                     },
2678   { "lamp.frames",                              "1"                     },
2679   { "lamp.EDITOR",                              "RocksElements.pcx"     },
2680   { "lamp.EDITOR.xpos",                         "2"                     },
2681   { "lamp.EDITOR.ypos",                         "14"                    },
2682   { "lamp.active",                              "RocksElements.pcx"     },
2683   { "lamp.active.xpos",                         "1"                     },
2684   { "lamp.active.ypos",                         "7"                     },
2685   { "lamp.active.frames",                       "1"                     },
2686
2687   { "time_orb_full",                            "RocksElements.pcx"     },
2688   { "time_orb_full.xpos",                       "2"                     },
2689   { "time_orb_full.ypos",                       "7"                     },
2690   { "time_orb_full.frames",                     "1"                     },
2691   { "time_orb_empty",                           "RocksElements.pcx"     },
2692   { "time_orb_empty.xpos",                      "3"                     },
2693   { "time_orb_empty.ypos",                      "7"                     },
2694   { "time_orb_empty.frames",                    "1"                     },
2695
2696   { "emerald_yellow",                           "RocksElements.pcx"     },
2697   { "emerald_yellow.xpos",                      "10"                    },
2698   { "emerald_yellow.ypos",                      "8"                     },
2699   { "emerald_yellow.frames",                    "1"                     },
2700   { "emerald_yellow.moving",                    "RocksElements.pcx"     },
2701   { "emerald_yellow.moving.xpos",               "10"                    },
2702   { "emerald_yellow.moving.ypos",               "8"                     },
2703   { "emerald_yellow.moving.frames",             "2"                     },
2704   { "emerald_yellow.moving.delay",              "4"                     },
2705   { "emerald_yellow.falling",                   "RocksElements.pcx"     },
2706   { "emerald_yellow.falling.xpos",              "10"                    },
2707   { "emerald_yellow.falling.ypos",              "8"                     },
2708   { "emerald_yellow.falling.frames",            "2"                     },
2709   { "emerald_yellow.falling.delay",             "4"                     },
2710   { "emerald_red",                              "RocksElements.pcx"     },
2711   { "emerald_red.xpos",                         "8"                     },
2712   { "emerald_red.ypos",                         "9"                     },
2713   { "emerald_red.frames",                       "1"                     },
2714   { "emerald_red.moving",                       "RocksElements.pcx"     },
2715   { "emerald_red.moving.xpos",                  "8"                     },
2716   { "emerald_red.moving.ypos",                  "9"                     },
2717   { "emerald_red.moving.frames",                "2"                     },
2718   { "emerald_red.moving.delay",                 "4"                     },
2719   { "emerald_red.falling",                      "RocksElements.pcx"     },
2720   { "emerald_red.falling.xpos",                 "8"                     },
2721   { "emerald_red.falling.ypos",                 "9"                     },
2722   { "emerald_red.falling.frames",               "2"                     },
2723   { "emerald_red.falling.delay",                "4"                     },
2724   { "emerald_purple",                           "RocksElements.pcx"     },
2725   { "emerald_purple.xpos",                      "10"                    },
2726   { "emerald_purple.ypos",                      "9"                     },
2727   { "emerald_purple.frames",                    "1"                     },
2728   { "emerald_purple.moving",                    "RocksElements.pcx"     },
2729   { "emerald_purple.moving.xpos",               "10"                    },
2730   { "emerald_purple.moving.ypos",               "9"                     },
2731   { "emerald_purple.moving.frames",             "2"                     },
2732   { "emerald_purple.moving.delay",              "4"                     },
2733   { "emerald_purple.falling",                   "RocksElements.pcx"     },
2734   { "emerald_purple.falling.xpos",              "10"                    },
2735   { "emerald_purple.falling.ypos",              "9"                     },
2736   { "emerald_purple.falling.frames",            "2"                     },
2737   { "emerald_purple.falling.delay",             "4"                     },
2738
2739   { "wall_emerald_yellow",                      "RocksElements.pcx"     },
2740   { "wall_emerald_yellow.xpos",                 "8"                     },
2741   { "wall_emerald_yellow.ypos",                 "8"                     },
2742   { "wall_emerald_yellow.frames",               "1"                     },
2743   { "wall_emerald_red",                         "RocksElements.pcx"     },
2744   { "wall_emerald_red.xpos",                    "6"                     },
2745   { "wall_emerald_red.ypos",                    "8"                     },
2746   { "wall_emerald_red.frames",                  "1"                     },
2747   { "wall_emerald_purple",                      "RocksElements.pcx"     },
2748   { "wall_emerald_purple.xpos",                 "7"                     },
2749   { "wall_emerald_purple.ypos",                 "8"                     },
2750   { "wall_emerald_purple.frames",               "1"                     },
2751   { "wall_bd_diamond",                          "RocksElements.pcx"     },
2752   { "wall_bd_diamond.xpos",                     "9"                     },
2753   { "wall_bd_diamond.ypos",                     "8"                     },
2754   { "wall_bd_diamond.frames",                   "1"                     },
2755
2756   { "expandable_wall",                          "RocksElements.pcx"     },
2757   { "expandable_wall.xpos",                     "11"                    },
2758   { "expandable_wall.ypos",                     "10"                    },
2759   { "expandable_wall.frames",                   "1"                     },
2760   { "expandable_wall_horizontal",               "RocksElements.pcx"     },
2761   { "expandable_wall_horizontal.xpos",          "5"                     },
2762   { "expandable_wall_horizontal.ypos",          "9"                     },
2763   { "expandable_wall_horizontal.frames",        "1"                     },
2764   { "expandable_wall_horizontal.EDITOR",        "RocksElements.pcx"     },
2765   { "expandable_wall_horizontal.EDITOR.xpos",   "13"                    },
2766   { "expandable_wall_horizontal.EDITOR.ypos",   "13"                    },
2767   { "expandable_wall_vertical",                 "RocksElements.pcx"     },
2768   { "expandable_wall_vertical.xpos",            "6"                     },
2769   { "expandable_wall_vertical.ypos",            "9"                     },
2770   { "expandable_wall_vertical.frames",          "1"                     },
2771   { "expandable_wall_vertical.EDITOR",          "RocksElements.pcx"     },
2772   { "expandable_wall_vertical.EDITOR.xpos",     "14"                    },
2773   { "expandable_wall_vertical.EDITOR.ypos",     "13"                    },
2774   { "expandable_wall_any",                      "RocksElements.pcx"     },
2775   { "expandable_wall_any.xpos",                 "4"                     },
2776   { "expandable_wall_any.ypos",                 "9"                     },
2777   { "expandable_wall_any.frames",               "1"                     },
2778   { "expandable_wall_any.EDITOR",               "RocksElements.pcx"     },
2779   { "expandable_wall_any.EDITOR.xpos",          "12"                    },
2780   { "expandable_wall_any.EDITOR.ypos",          "13"                    },
2781
2782   { "expandable_steelwall_horizontal",          "RocksDC2.pcx"          },
2783   { "expandable_steelwall_horizontal.xpos",     "6"                     },
2784   { "expandable_steelwall_horizontal.ypos",     "2"                     },
2785   { "expandable_steelwall_horizontal.frames",   "1"                     },
2786   { "expandable_steelwall_horizontal.EDITOR",   "RocksDC2.pcx"          },
2787   { "expandable_steelwall_horizontal.EDITOR.xpos","9"                   },
2788   { "expandable_steelwall_horizontal.EDITOR.ypos","2"                   },
2789   { "expandable_steelwall_vertical",            "RocksDC2.pcx"          },
2790   { "expandable_steelwall_vertical.xpos",       "6"                     },
2791   { "expandable_steelwall_vertical.ypos",       "2"                     },
2792   { "expandable_steelwall_vertical.frames",     "1"                     },
2793   { "expandable_steelwall_vertical.EDITOR",     "RocksDC2.pcx"          },
2794   { "expandable_steelwall_vertical.EDITOR.xpos","10"                    },
2795   { "expandable_steelwall_vertical.EDITOR.ypos","2"                     },
2796   { "expandable_steelwall_any",                 "RocksDC2.pcx"          },
2797   { "expandable_steelwall_any.xpos",            "6"                     },
2798   { "expandable_steelwall_any.ypos",            "2"                     },
2799   { "expandable_steelwall_any.frames",          "1"                     },
2800   { "expandable_steelwall_any.EDITOR",          "RocksDC2.pcx"          },
2801   { "expandable_steelwall_any.EDITOR.xpos",     "8"                     },
2802   { "expandable_steelwall_any.EDITOR.ypos",     "2"                     },
2803
2804   { "bd_expandable_wall",                       "RocksElements.pcx"     },
2805   { "bd_expandable_wall.xpos",                  "5"                     },
2806   { "bd_expandable_wall.ypos",                  "9"                     },
2807   { "bd_expandable_wall.frames",                "1"                     },
2808   { "bd_expandable_wall.EDITOR",                "RocksDC.pcx"           },
2809   { "bd_expandable_wall.EDITOR.xpos",           "15"                    },
2810   { "bd_expandable_wall.EDITOR.ypos",           "15"                    },
2811
2812   { "expandable_wall.growing.left",             "RocksElements.pcx"     },
2813   { "expandable_wall.growing.left.xpos",        "8"                     },
2814   { "expandable_wall.growing.left.ypos",        "10"                    },
2815   { "expandable_wall.growing.left.frames",      "3"                     },
2816   { "expandable_wall.growing.left.delay",       "6"                     },
2817   { "expandable_wall.growing.left.anim_mode",   "linear"                },
2818   { "expandable_wall.growing.right",            "RocksElements.pcx"     },
2819   { "expandable_wall.growing.right.xpos",       "5"                     },
2820   { "expandable_wall.growing.right.ypos",       "10"                    },
2821   { "expandable_wall.growing.right.frames",     "3"                     },
2822   { "expandable_wall.growing.right.delay",      "6"                     },
2823   { "expandable_wall.growing.right.anim_mode",  "linear"                },
2824   { "expandable_wall.growing.up",               "RocksHeroes.pcx"       },
2825   { "expandable_wall.growing.up.xpos",          "3"                     },
2826   { "expandable_wall.growing.up.ypos",          "12"                    },
2827   { "expandable_wall.growing.up.frames",        "3"                     },
2828   { "expandable_wall.growing.up.delay",         "6"                     },
2829   { "expandable_wall.growing.up.anim_mode",     "linear"                },
2830   { "expandable_wall.growing.down",             "RocksHeroes.pcx"       },
2831   { "expandable_wall.growing.down.xpos",        "0"                     },
2832   { "expandable_wall.growing.down.ypos",        "12"                    },
2833   { "expandable_wall.growing.down.frames",      "3"                     },
2834   { "expandable_wall.growing.down.delay",       "6"                     },
2835   { "expandable_wall.growing.down.anim_mode",   "linear"                },
2836
2837   { "expandable_steelwall.growing.left",        "RocksDC2.pcx"          },
2838   { "expandable_steelwall.growing.left.xpos",   "8"                     },
2839   { "expandable_steelwall.growing.left.ypos",   "4"                     },
2840   { "expandable_steelwall.growing.left.frames", "4"                     },
2841   { "expandable_steelwall.growing.left.delay",  "4"                     },
2842   { "expandable_steelwall.growing.left.anim_mode","linear"              },
2843   { "expandable_steelwall.growing.right",       "RocksDC2.pcx"          },
2844   { "expandable_steelwall.growing.right.xpos",  "12"                    },
2845   { "expandable_steelwall.growing.right.ypos",  "4"                     },
2846   { "expandable_steelwall.growing.right.frames","4"                     },
2847   { "expandable_steelwall.growing.right.delay", "4"                     },
2848   { "expandable_steelwall.growing.right.anim_mode","linear"             },
2849   { "expandable_steelwall.growing.up",          "RocksDC2.pcx"          },
2850   { "expandable_steelwall.growing.up.xpos",     "8"                     },
2851   { "expandable_steelwall.growing.up.ypos",     "5"                     },
2852   { "expandable_steelwall.growing.up.frames",   "4"                     },
2853   { "expandable_steelwall.growing.up.delay",    "4"                     },
2854   { "expandable_steelwall.growing.up.anim_mode","linear"                },
2855   { "expandable_steelwall.growing.down",        "RocksDC2.pcx"          },
2856   { "expandable_steelwall.growing.down.xpos",   "12"                    },
2857   { "expandable_steelwall.growing.down.ypos",   "5"                     },
2858   { "expandable_steelwall.growing.down.frames", "4"                     },
2859   { "expandable_steelwall.growing.down.delay",  "4"                     },
2860   { "expandable_steelwall.growing.down.anim_mode","linear"              },
2861
2862   { "black_orb",                                "RocksElements.pcx"     },
2863   { "black_orb.xpos",                           "13"                    },
2864   { "black_orb.ypos",                           "9"                     },
2865   { "black_orb.frames",                         "1"                     },
2866
2867   { "speed_pill",                               "RocksElements.pcx"     },
2868   { "speed_pill.xpos",                          "14"                    },
2869   { "speed_pill.ypos",                          "9"                     },
2870   { "speed_pill.frames",                        "1"                     },
2871
2872   { "dark_yamyam",                              "RocksElements.pcx"     },
2873   { "dark_yamyam.xpos",                         "8"                     },
2874   { "dark_yamyam.ypos",                         "11"                    },
2875   { "dark_yamyam.frames",                       "4"                     },
2876   { "dark_yamyam.anim_mode",                    "pingpong2"             },
2877
2878   { "dynabomb",                                 "RocksElements.pcx"     },
2879   { "dynabomb.xpos",                            "12"                    },
2880   { "dynabomb.ypos",                            "11"                    },
2881   { "dynabomb.frames",                          "1"                     },
2882   { "dynabomb.active",                          "RocksElements.pcx"     },
2883   { "dynabomb.active.xpos",                     "12"                    },
2884   { "dynabomb.active.ypos",                     "11"                    },
2885   { "dynabomb.active.frames",                   "4"                     },
2886   { "dynabomb.active.delay",                    "6"                     },
2887   { "dynabomb.active.anim_mode",                "pingpong"              },
2888   { "dynabomb_player_1",                        "RocksElements.pcx"     },
2889   { "dynabomb_player_1.xpos",                   "12"                    },
2890   { "dynabomb_player_1.ypos",                   "11"                    },
2891   { "dynabomb_player_1.frames",                 "1"                     },
2892   { "dynabomb_player_1.active",                 "RocksElements.pcx"     },
2893   { "dynabomb_player_1.active.xpos",            "12"                    },
2894   { "dynabomb_player_1.active.ypos",            "11"                    },
2895   { "dynabomb_player_1.active.frames",          "4"                     },
2896   { "dynabomb_player_1.active.delay",           "6"                     },
2897   { "dynabomb_player_1.active.anim_mode",       "pingpong"              },
2898   { "dynabomb_player_2",                        "RocksElements.pcx"     },
2899   { "dynabomb_player_2.xpos",                   "12"                    },
2900   { "dynabomb_player_2.ypos",                   "11"                    },
2901   { "dynabomb_player_2.frames",                 "1"                     },
2902   { "dynabomb_player_2.active",                 "RocksElements.pcx"     },
2903   { "dynabomb_player_2.active.xpos",            "12"                    },
2904   { "dynabomb_player_2.active.ypos",            "11"                    },
2905   { "dynabomb_player_2.active.frames",          "4"                     },
2906   { "dynabomb_player_2.active.delay",           "6"                     },
2907   { "dynabomb_player_2.active.anim_mode",       "pingpong"              },
2908   { "dynabomb_player_3",                        "RocksElements.pcx"     },
2909   { "dynabomb_player_3.xpos",                   "12"                    },
2910   { "dynabomb_player_3.ypos",                   "11"                    },
2911   { "dynabomb_player_3.frames",                 "1"                     },
2912   { "dynabomb_player_3.active",                 "RocksElements.pcx"     },
2913   { "dynabomb_player_3.active.xpos",            "12"                    },
2914   { "dynabomb_player_3.active.ypos",            "11"                    },
2915   { "dynabomb_player_3.active.frames",          "4"                     },
2916   { "dynabomb_player_3.active.delay",           "6"                     },
2917   { "dynabomb_player_3.active.anim_mode",       "pingpong"              },
2918   { "dynabomb_player_4",                        "RocksElements.pcx"     },
2919   { "dynabomb_player_4.xpos",                   "12"                    },
2920   { "dynabomb_player_4.ypos",                   "11"                    },
2921   { "dynabomb_player_4.frames",                 "1"                     },
2922   { "dynabomb_player_4.active",                 "RocksElements.pcx"     },
2923   { "dynabomb_player_4.active.xpos",            "12"                    },
2924   { "dynabomb_player_4.active.ypos",            "11"                    },
2925   { "dynabomb_player_4.active.frames",          "4"                     },
2926   { "dynabomb_player_4.active.delay",           "6"                     },
2927   { "dynabomb_player_4.active.anim_mode",       "pingpong"              },
2928   { "dynabomb_increase_number",                 "RocksElements.pcx"     },
2929   { "dynabomb_increase_number.xpos",            "12"                    },
2930   { "dynabomb_increase_number.ypos",            "11"                    },
2931   { "dynabomb_increase_number.frames",          "1"                     },
2932   { "dynabomb_increase_size",                   "RocksElements.pcx"     },
2933   { "dynabomb_increase_size.xpos",              "15"                    },
2934   { "dynabomb_increase_size.ypos",              "11"                    },
2935   { "dynabomb_increase_size.frames",            "1"                     },
2936   { "dynabomb_increase_power",                  "RocksElements.pcx"     },
2937   { "dynabomb_increase_power.xpos",             "12"                    },
2938   { "dynabomb_increase_power.ypos",             "9"                     },
2939   { "dynabomb_increase_power.frames",           "1"                     },
2940
2941   { "pig",                                      "RocksHeroes.pcx"       },
2942   { "pig.xpos",                                 "8"                     },
2943   { "pig.ypos",                                 "0"                     },
2944   { "pig.frames",                               "1"                     },
2945   { "pig.down",                                 "RocksHeroes.pcx"       },
2946   { "pig.down.xpos",                            "8"                     },
2947   { "pig.down.ypos",                            "0"                     },
2948   { "pig.down.frames",                          "1"                     },
2949   { "pig.up",                                   "RocksHeroes.pcx"       },
2950   { "pig.up.xpos",                              "12"                    },
2951   { "pig.up.ypos",                              "0"                     },
2952   { "pig.up.frames",                            "1"                     },
2953   { "pig.left",                                 "RocksHeroes.pcx"       },
2954   { "pig.left.xpos",                            "8"                     },
2955   { "pig.left.ypos",                            "1"                     },
2956   { "pig.left.frames",                          "1"                     },
2957   { "pig.right",                                "RocksHeroes.pcx"       },
2958   { "pig.right.xpos",                           "12"                    },
2959   { "pig.right.ypos",                           "1"                     },
2960   { "pig.right.frames",                         "1"                     },
2961   { "pig.moving.down",                          "RocksHeroes.pcx"       },
2962   { "pig.moving.down.xpos",                     "8"                     },
2963   { "pig.moving.down.ypos",                     "0"                     },
2964   { "pig.moving.down.frames",                   "4"                     },
2965   { "pig.moving.down.delay",                    "2"                     },
2966   { "pig.moving.up",                            "RocksHeroes.pcx"       },
2967   { "pig.moving.up.xpos",                       "12"                    },
2968   { "pig.moving.up.ypos",                       "0"                     },
2969   { "pig.moving.up.frames",                     "4"                     },
2970   { "pig.moving.up.delay",                      "2"                     },
2971   { "pig.moving.left",                          "RocksHeroes.pcx"       },
2972   { "pig.moving.left.xpos",                     "8"                     },
2973   { "pig.moving.left.ypos",                     "1"                     },
2974   { "pig.moving.left.frames",                   "4"                     },
2975   { "pig.moving.left.delay",                    "2"                     },
2976   { "pig.moving.right",                         "RocksHeroes.pcx"       },
2977   { "pig.moving.right.xpos",                    "12"                    },
2978   { "pig.moving.right.ypos",                    "1"                     },
2979   { "pig.moving.right.frames",                  "4"                     },
2980   { "pig.moving.right.delay",                   "2"                     },
2981   { "pig.digging.down",                         "RocksHeroes.pcx"       },
2982   { "pig.digging.down.xpos",                    "8"                     },
2983   { "pig.digging.down.ypos",                    "0"                     },
2984   { "pig.digging.down.frames",                  "4"                     },
2985   { "pig.digging.down.delay",                   "2"                     },
2986   { "pig.digging.up",                           "RocksHeroes.pcx"       },
2987   { "pig.digging.up.xpos",                      "12"                    },
2988   { "pig.digging.up.ypos",                      "0"                     },
2989   { "pig.digging.up.frames",                    "4"                     },
2990   { "pig.digging.up.delay",                     "2"                     },
2991   { "pig.digging.left",                         "RocksHeroes.pcx"       },
2992   { "pig.digging.left.xpos",                    "8"                     },
2993   { "pig.digging.left.ypos",                    "1"                     },
2994   { "pig.digging.left.frames",                  "4"                     },
2995   { "pig.digging.left.delay",                   "2"                     },
2996   { "pig.digging.right",                        "RocksHeroes.pcx"       },
2997   { "pig.digging.right.xpos",                   "12"                    },
2998   { "pig.digging.right.ypos",                   "1"                     },
2999   { "pig.digging.right.frames",                 "4"                     },
3000   { "pig.digging.right.delay",                  "2"                     },
3001
3002   { "dragon",                                   "RocksHeroes.pcx"       },
3003   { "dragon.xpos",                              "8"                     },
3004   { "dragon.ypos",                              "2"                     },
3005   { "dragon.frames",                            "1"                     },
3006   { "dragon.down",                              "RocksHeroes.pcx"       },
3007   { "dragon.down.xpos",                         "8"                     },
3008   { "dragon.down.ypos",                         "2"                     },
3009   { "dragon.down.frames",                       "1"                     },
3010   { "dragon.up",                                "RocksHeroes.pcx"       },
3011   { "dragon.up.xpos",                           "12"                    },
3012   { "dragon.up.ypos",                           "2"                     },
3013   { "dragon.up.frames",                         "1"                     },
3014   { "dragon.left",                              "RocksHeroes.pcx"       },
3015   { "dragon.left.xpos",                         "8"                     },
3016   { "dragon.left.ypos",                         "3"                     },
3017   { "dragon.left.frames",                       "1"                     },
3018   { "dragon.right",                             "RocksHeroes.pcx"       },
3019   { "dragon.right.xpos",                        "12"                    },
3020   { "dragon.right.ypos",                        "3"                     },
3021   { "dragon.right.frames",                      "1"                     },
3022   { "dragon.moving.down",                       "RocksHeroes.pcx"       },
3023   { "dragon.moving.down.xpos",                  "8"                     },
3024   { "dragon.moving.down.ypos",                  "2"                     },
3025   { "dragon.moving.down.frames",                "4"                     },
3026   { "dragon.moving.down.delay",                 "2"                     },
3027   { "dragon.moving.up",                         "RocksHeroes.pcx"       },
3028   { "dragon.moving.up.xpos",                    "12"                    },
3029   { "dragon.moving.up.ypos",                    "2"                     },
3030   { "dragon.moving.up.frames",                  "4"                     },
3031   { "dragon.moving.up.delay",                   "2"                     },
3032   { "dragon.moving.left",                       "RocksHeroes.pcx"       },
3033   { "dragon.moving.left.xpos",                  "8"                     },
3034   { "dragon.moving.left.ypos",                  "3"                     },
3035   { "dragon.moving.left.frames",                "4"                     },
3036   { "dragon.moving.left.delay",                 "2"                     },
3037   { "dragon.moving.right",                      "RocksHeroes.pcx"       },
3038   { "dragon.moving.right.xpos",                 "12"                    },
3039   { "dragon.moving.right.ypos",                 "3"                     },
3040   { "dragon.moving.right.frames",               "4"                     },
3041   { "dragon.moving.right.delay",                "2"                     },
3042   { "dragon.attacking.down",                    "RocksHeroes.pcx"       },
3043   { "dragon.attacking.down.xpos",               "8"                     },
3044   { "dragon.attacking.down.ypos",               "2"                     },
3045   { "dragon.attacking.down.frames",             "1"                     },
3046   { "dragon.attacking.up",                      "RocksHeroes.pcx"       },
3047   { "dragon.attacking.up.xpos",                 "12"                    },
3048   { "dragon.attacking.up.ypos",                 "2"                     },
3049   { "dragon.attacking.up.frames",               "1"                     },
3050   { "dragon.attacking.left",                    "RocksHeroes.pcx"       },
3051   { "dragon.attacking.left.xpos",               "8"                     },
3052   { "dragon.attacking.left.ypos",               "3"                     },
3053   { "dragon.attacking.left.frames",             "1"                     },
3054   { "dragon.attacking.right",                   "RocksHeroes.pcx"       },
3055   { "dragon.attacking.right.xpos",              "12"                    },
3056   { "dragon.attacking.right.ypos",              "3"                     },
3057   { "dragon.attacking.right.frames",            "1"                     },
3058
3059   { "mole",                                     "RocksHeroes.pcx"       },
3060   { "mole.xpos",                                "8"                     },
3061   { "mole.ypos",                                "4"                     },
3062   { "mole.frames",                              "1"                     },
3063   { "mole.down",                                "RocksHeroes.pcx"       },
3064   { "mole.down.xpos",                           "8"                     },
3065   { "mole.down.ypos",                           "4"                     },
3066   { "mole.down.frames",                         "1"                     },
3067   { "mole.up",                                  "RocksHeroes.pcx"       },
3068   { "mole.up.xpos",                             "12"                    },
3069   { "mole.up.ypos",                             "4"                     },
3070   { "mole.up.frames",                           "1"                     },
3071   { "mole.left",                                "RocksHeroes.pcx"       },
3072   { "mole.left.xpos",                           "8"                     },
3073   { "mole.left.ypos",                           "5"                     },
3074   { "mole.left.frames",                         "1"                     },
3075   { "mole.right",                               "RocksHeroes.pcx"       },
3076   { "mole.right.xpos",                          "12"                    },
3077   { "mole.right.ypos",                          "5"                     },
3078   { "mole.right.frames",                        "1"                     },
3079   { "mole.moving.down",                         "RocksHeroes.pcx"       },
3080   { "mole.moving.down.xpos",                    "8"                     },
3081   { "mole.moving.down.ypos",                    "4"                     },
3082   { "mole.moving.down.frames",                  "4"                     },
3083   { "mole.moving.down.delay",                   "2"                     },
3084   { "mole.moving.up",                           "RocksHeroes.pcx"       },
3085   { "mole.moving.up.xpos",                      "12"                    },
3086   { "mole.moving.up.ypos",                      "4"                     },
3087   { "mole.moving.up.frames",                    "4"                     },
3088   { "mole.moving.up.delay",                     "2"                     },
3089   { "mole.moving.left",                         "RocksHeroes.pcx"       },
3090   { "mole.moving.left.xpos",                    "8"                     },
3091   { "mole.moving.left.ypos",                    "5"                     },
3092   { "mole.moving.left.frames",                  "4"                     },
3093   { "mole.moving.left.delay",                   "2"                     },
3094   { "mole.moving.right",                        "RocksHeroes.pcx"       },
3095   { "mole.moving.right.xpos",                   "12"                    },
3096   { "mole.moving.right.ypos",                   "5"                     },
3097   { "mole.moving.right.frames",                 "4"                     },
3098   { "mole.moving.right.delay",                  "2"                     },
3099   { "mole.digging.down",                        "RocksHeroes.pcx"       },
3100   { "mole.digging.down.xpos",                   "8"                     },
3101   { "mole.digging.down.ypos",                   "4"                     },
3102   { "mole.digging.down.frames",                 "4"                     },
3103   { "mole.digging.down.delay",                  "2"                     },
3104   { "mole.digging.up",                          "RocksHeroes.pcx"       },
3105   { "mole.digging.up.xpos",                     "12"                    },
3106   { "mole.digging.up.ypos",                     "4"                     },
3107   { "mole.digging.up.frames",                   "4"                     },
3108   { "mole.digging.up.delay",                    "2"                     },
3109   { "mole.digging.left",                        "RocksHeroes.pcx"       },
3110   { "mole.digging.left.xpos",                   "8"                     },
3111   { "mole.digging.left.ypos",                   "5"                     },
3112   { "mole.digging.left.frames",                 "4"                     },
3113   { "mole.digging.left.delay",                  "2"                     },
3114   { "mole.digging.right",                       "RocksHeroes.pcx"       },
3115   { "mole.digging.right.xpos",                  "12"                    },
3116   { "mole.digging.right.ypos",                  "5"                     },
3117   { "mole.digging.right.frames",                "4"                     },
3118   { "mole.digging.right.delay",                 "2"                     },
3119
3120   { "penguin",                                  "RocksHeroes.pcx"       },
3121   { "penguin.xpos",                             "8"                     },
3122   { "penguin.ypos",                             "6"                     },
3123   { "penguin.frames",                           "1"                     },
3124   { "penguin.EDITOR",                           "RocksElements.pcx"     },
3125   { "penguin.EDITOR.xpos",                      "12"                    },
3126   { "penguin.EDITOR.ypos",                      "14"                    },
3127   { "penguin.down",                             "RocksHeroes.pcx"       },
3128   { "penguin.down.xpos",                        "8"                     },
3129   { "penguin.down.ypos",                        "6"                     },
3130   { "penguin.down.frames",                      "1"                     },
3131   { "penguin.up",                               "RocksHeroes.pcx"       },
3132   { "penguin.up.xpos",                          "12"                    },
3133   { "penguin.up.ypos",                          "6"                     },
3134   { "penguin.up.frames",                        "1"                     },
3135   { "penguin.left",                             "RocksHeroes.pcx"       },
3136   { "penguin.left.xpos",                        "8"                     },
3137   { "penguin.left.ypos",                        "7"                     },
3138   { "penguin.left.frames",                      "1"                     },
3139   { "penguin.right",                            "RocksHeroes.pcx"       },
3140   { "penguin.right.xpos",                       "12"                    },
3141   { "penguin.right.ypos",                       "7"                     },
3142   { "penguin.right.frames",                     "1"                     },
3143   { "penguin.moving.down",                      "RocksHeroes.pcx"       },
3144   { "penguin.moving.down.xpos",                 "8"                     },
3145   { "penguin.moving.down.ypos",                 "6"                     },
3146   { "penguin.moving.down.frames",               "4"                     },
3147   { "penguin.moving.down.delay",                "2"                     },
3148   { "penguin.moving.up",                        "RocksHeroes.pcx"       },
3149   { "penguin.moving.up.xpos",                   "12"                    },
3150   { "penguin.moving.up.ypos",                   "6"                     },
3151   { "penguin.moving.up.frames",                 "4"                     },
3152   { "penguin.moving.up.delay",                  "2"                     },
3153   { "penguin.moving.left",                      "RocksHeroes.pcx"       },
3154   { "penguin.moving.left.xpos",                 "8"                     },
3155   { "penguin.moving.left.ypos",                 "7"                     },
3156   { "penguin.moving.left.frames",               "4"                     },
3157   { "penguin.moving.left.delay",                "2"                     },
3158   { "penguin.moving.right",                     "RocksHeroes.pcx"       },
3159   { "penguin.moving.right.xpos",                "12"                    },
3160   { "penguin.moving.right.ypos",                "7"                     },
3161   { "penguin.moving.right.frames",              "4"                     },
3162   { "penguin.moving.right.delay",               "2"                     },
3163
3164   { "satellite",                                "RocksHeroes.pcx"       },
3165   { "satellite.xpos",                           "8"                     },
3166   { "satellite.ypos",                           "9"                     },
3167   { "satellite.frames",                         "8"                     },
3168   { "satellite.delay",                          "2"                     },
3169   { "satellite.global_sync",                    "true"                  },
3170
3171   { "flames_1_left",                            "RocksHeroes.pcx"       },
3172   { "flames_1_left.xpos",                       "8"                     },
3173   { "flames_1_left.ypos",                       "12"                    },
3174   { "flames_1_left.frames",                     "2"                     },
3175   { "flames_1_left.offset",                     "96"                    },
3176   { "flames_2_left",                            "RocksHeroes.pcx"       },
3177   { "flames_2_left.xpos",                       "9"                     },
3178   { "flames_2_left.ypos",                       "12"                    },
3179   { "flames_2_left.frames",                     "2"                     },
3180   { "flames_2_left.offset",                     "96"                    },
3181   { "flames_3_left",                            "RocksHeroes.pcx"       },
3182   { "flames_3_left.xpos",                       "10"                    },
3183   { "flames_3_left.ypos",                       "12"                    },
3184   { "flames_3_left.frames",                     "2"                     },
3185   { "flames_3_left.offset",                     "96"                    },
3186
3187   { "flames_1_right",                           "RocksHeroes.pcx"       },
3188   { "flames_1_right.xpos",                      "8"                     },
3189   { "flames_1_right.ypos",                      "13"                    },
3190   { "flames_1_right.frames",                    "2"                     },
3191   { "flames_1_right.offset",                    "96"                    },
3192   { "flames_2_right",                           "RocksHeroes.pcx"       },
3193   { "flames_2_right.xpos",                      "9"                     },
3194   { "flames_2_right.ypos",                      "13"                    },
3195   { "flames_2_right.frames",                    "2"                     },
3196   { "flames_2_right.offset",                    "96"                    },
3197   { "flames_3_right",                           "RocksHeroes.pcx"       },
3198   { "flames_3_right.xpos",                      "10"                    },
3199   { "flames_3_right.ypos",                      "13"                    },
3200   { "flames_3_right.frames",                    "2"                     },
3201   { "flames_3_right.offset",                    "96"                    },
3202
3203   { "flames_1_up",                              "RocksHeroes.pcx"       },
3204   { "flames_1_up.xpos",                         "8"                     },
3205   { "flames_1_up.ypos",                         "14"                    },
3206   { "flames_1_up.frames",                       "2"                     },
3207   { "flames_1_up.offset",                       "96"                    },
3208   { "flames_2_up",                              "RocksHeroes.pcx"       },
3209   { "flames_2_up.xpos",                         "9"                     },
3210   { "flames_2_up.ypos",                         "14"                    },
3211   { "flames_2_up.frames",                       "2"                     },
3212   { "flames_2_up.offset",                       "96"                    },
3213   { "flames_3_up",                              "RocksHeroes.pcx"       },
3214   { "flames_3_up.xpos",                         "10"                    },
3215   { "flames_3_up.ypos",                         "14"                    },
3216   { "flames_3_up.frames",                       "2"                     },
3217   { "flames_3_up.offset",                       "96"                    },
3218
3219   { "flames_1_down",                            "RocksHeroes.pcx"       },
3220   { "flames_1_down.xpos",                       "8"                     },
3221   { "flames_1_down.ypos",                       "15"                    },
3222   { "flames_1_down.frames",                     "2"                     },
3223   { "flames_1_down.offset",                     "96"                    },
3224   { "flames_2_down",                            "RocksHeroes.pcx"       },
3225   { "flames_2_down.xpos",                       "9"                     },
3226   { "flames_2_down.ypos",                       "15"                    },
3227   { "flames_2_down.frames",                     "2"                     },
3228   { "flames_2_down.offset",                     "96"                    },
3229   { "flames_3_down",                            "RocksHeroes.pcx"       },
3230   { "flames_3_down.xpos",                       "10"                    },
3231   { "flames_3_down.ypos",                       "15"                    },
3232   { "flames_3_down.frames",                     "2"                     },
3233   { "flames_3_down.offset",                     "96"                    },
3234
3235   { "stoneblock",                               "RocksElements.pcx"     },
3236   { "stoneblock.xpos",                          "10"                    },
3237   { "stoneblock.ypos",                          "1"                     },
3238   { "stoneblock.frames",                        "1"                     },
3239
3240   /* images for other elements and actions */
3241
3242   { "player_1",                                 "RocksHeroes.pcx"       },
3243   { "player_1.xpos",                            "0"                     },
3244   { "player_1.ypos",                            "0"                     },
3245   { "player_1.frames",                          "1"                     },
3246   { "player_1.EDITOR",                          "RocksElements.pcx"     },
3247   { "player_1.EDITOR.xpos",                     "4"                     },
3248   { "player_1.EDITOR.ypos",                     "7"                     },
3249   { "player_1.down",                            "RocksHeroes.pcx"       },
3250   { "player_1.down.xpos",                       "0"                     },
3251   { "player_1.down.ypos",                       "0"                     },
3252   { "player_1.down.frames",                     "1"                     },
3253   { "player_1.up",                              "RocksHeroes.pcx"       },
3254   { "player_1.up.xpos",                         "4"                     },
3255   { "player_1.up.ypos",                         "0"                     },
3256   { "player_1.up.frames",                       "1"                     },
3257   { "player_1.left",                            "RocksHeroes.pcx"       },
3258   { "player_1.left.xpos",                       "0"                     },
3259   { "player_1.left.ypos",                       "1"                     },
3260   { "player_1.left.frames",                     "1"                     },
3261   { "player_1.right",                           "RocksHeroes.pcx"       },
3262   { "player_1.right.xpos",                      "4"                     },
3263   { "player_1.right.ypos",                      "1"                     },
3264   { "player_1.right.frames",                    "1"                     },
3265   { "player_1.moving.down",                     "RocksHeroes.pcx"       },
3266   { "player_1.moving.down.xpos",                "0"                     },
3267   { "player_1.moving.down.ypos",                "0"                     },
3268   { "player_1.moving.down.frames",              "4"                     },
3269   { "player_1.moving.down.start_frame",         "1"                     },
3270   { "player_1.moving.down.delay",               "4"                     },
3271   { "player_1.moving.up",                       "RocksHeroes.pcx"       },
3272   { "player_1.moving.up.xpos",                  "4"                     },
3273   { "player_1.moving.up.ypos",                  "0"                     },
3274   { "player_1.moving.up.frames",                "4"                     },
3275   { "player_1.moving.up.start_frame",           "1"                     },
3276   { "player_1.moving.up.delay",                 "4"                     },
3277   { "player_1.moving.left",                     "RocksHeroes.pcx"       },
3278   { "player_1.moving.left.xpos",                "0"                     },
3279   { "player_1.moving.left.ypos",                "1"                     },
3280   { "player_1.moving.left.frames",              "4"                     },
3281   { "player_1.moving.left.start_frame",         "1"                     },
3282   { "player_1.moving.left.delay",               "4"                     },
3283   { "player_1.moving.right",                    "RocksHeroes.pcx"       },
3284   { "player_1.moving.right.xpos",               "4"                     },
3285   { "player_1.moving.right.ypos",               "1"                     },
3286   { "player_1.moving.right.frames",             "4"                     },
3287   { "player_1.moving.right.start_frame",        "1"                     },
3288   { "player_1.moving.right.delay",              "4"                     },
3289   { "player_1.digging.down",                    "RocksHeroes.pcx"       },
3290   { "player_1.digging.down.xpos",               "0"                     },
3291   { "player_1.digging.down.ypos",               "0"                     },
3292   { "player_1.digging.down.frames",             "4"                     },
3293   { "player_1.digging.down.start_frame",        "1"                     },
3294   { "player_1.digging.down.delay",              "4"                     },
3295   { "player_1.digging.up",                      "RocksHeroes.pcx"       },
3296   { "player_1.digging.up.xpos",                 "4"                     },
3297   { "player_1.digging.up.ypos",                 "0"                     },
3298   { "player_1.digging.up.frames",               "4"                     },
3299   { "player_1.digging.up.start_frame",          "1"                     },
3300   { "player_1.digging.up.delay",                "4"                     },
3301   { "player_1.digging.left",                    "RocksHeroes.pcx"       },
3302   { "player_1.digging.left.xpos",               "0"                     },
3303   { "player_1.digging.left.ypos",               "1"                     },
3304   { "player_1.digging.left.frames",             "4"                     },
3305   { "player_1.digging.left.start_frame",        "1"                     },
3306   { "player_1.digging.left.delay",              "4"                     },
3307   { "player_1.digging.right",                   "RocksHeroes.pcx"       },
3308   { "player_1.digging.right.xpos",              "4"                     },
3309   { "player_1.digging.right.ypos",              "1"                     },
3310   { "player_1.digging.right.frames",            "4"                     },
3311   { "player_1.digging.right.start_frame",       "1"                     },
3312   { "player_1.digging.right.delay",             "4"                     },
3313   { "player_1.collecting.down",                 "RocksHeroes.pcx"       },
3314   { "player_1.collecting.down.xpos",            "0"                     },
3315   { "player_1.collecting.down.ypos",            "0"                     },
3316   { "player_1.collecting.down.frames",          "4"                     },
3317   { "player_1.collecting.down.start_frame",     "1"                     },
3318   { "player_1.collecting.down.delay",           "4"                     },
3319   { "player_1.collecting.up",                   "RocksHeroes.pcx"       },
3320   { "player_1.collecting.up.xpos",              "4"                     },
3321   { "player_1.collecting.up.ypos",              "0"                     },
3322   { "player_1.collecting.up.frames",            "4"                     },
3323   { "player_1.collecting.up.start_frame",       "1"                     },
3324   { "player_1.collecting.up.delay",             "4"                     },
3325   { "player_1.collecting.left",                 "RocksHeroes.pcx"       },
3326   { "player_1.collecting.left.xpos",            "0"                     },
3327   { "player_1.collecting.left.ypos",            "1"                     },
3328   { "player_1.collecting.left.frames",          "4"                     },
3329   { "player_1.collecting.left.start_frame",     "1"                     },
3330   { "player_1.collecting.left.delay",           "4"                     },
3331   { "player_1.collecting.right",                "RocksHeroes.pcx"       },
3332   { "player_1.collecting.right.xpos",           "4"                     },
3333   { "player_1.collecting.right.ypos",           "1"                     },
3334   { "player_1.collecting.right.frames",         "4"                     },
3335   { "player_1.collecting.right.start_frame",    "1"                     },
3336   { "player_1.collecting.right.delay",          "4"                     },
3337   { "player_1.pushing.down",                    "RocksHeroes.pcx"       },
3338   { "player_1.pushing.down.xpos",               "0"                     },
3339   { "player_1.pushing.down.ypos",               "0"                     },
3340   { "player_1.pushing.down.frames",             "4"                     },
3341   { "player_1.pushing.down.delay",              "4"                     },
3342   { "player_1.pushing.up",                      "RocksHeroes.pcx"       },
3343   { "player_1.pushing.up.xpos",                 "4"                     },
3344   { "player_1.pushing.up.ypos",                 "0"                     },
3345   { "player_1.pushing.up.frames",               "4"                     },
3346   { "player_1.pushing.up.delay",                "4"                     },
3347   { "player_1.pushing.left",                    "RocksHeroes.pcx"       },
3348   { "player_1.pushing.left.xpos",               "4"                     },
3349   { "player_1.pushing.left.ypos",               "2"                     },
3350   { "player_1.pushing.left.frames",             "4"                     },
3351   { "player_1.pushing.left.delay",              "4"                     },
3352   { "player_1.pushing.right",                   "RocksHeroes.pcx"       },
3353   { "player_1.pushing.right.xpos",              "0"                     },
3354   { "player_1.pushing.right.ypos",              "2"                     },
3355   { "player_1.pushing.right.frames",            "4"                     },
3356   { "player_1.pushing.right.delay",             "4"                     },
3357   { "player_1.snapping.down",                   "RocksHeroes.pcx"       },
3358   { "player_1.snapping.down.xpos",              "0"                     },
3359   { "player_1.snapping.down.ypos",              "0"                     },
3360   { "player_1.snapping.down.frames",            "1"                     },
3361   { "player_1.snapping.up",                     "RocksHeroes.pcx"       },
3362   { "player_1.snapping.up.xpos",                "4"                     },
3363   { "player_1.snapping.up.ypos",                "0"                     },
3364   { "player_1.snapping.up.frames",              "1"                     },
3365   { "player_1.snapping.left",                   "RocksHeroes.pcx"       },
3366   { "player_1.snapping.left.xpos",              "0"                     },
3367   { "player_1.snapping.left.ypos",              "1"                     },
3368   { "player_1.snapping.left.frames",            "1"                     },
3369   { "player_1.snapping.right",                  "RocksHeroes.pcx"       },
3370   { "player_1.snapping.right.xpos",             "4"                     },
3371   { "player_1.snapping.right.ypos",             "1"                     },
3372   { "player_1.snapping.right.frames",           "1"                     },
3373
3374   { "player_2",                                 "RocksHeroes.pcx"       },
3375   { "player_2.xpos",                            "0"                     },
3376   { "player_2.ypos",                            "3"                     },
3377   { "player_2.frames",                          "1"                     },
3378   { "player_2.EDITOR",                          "RocksElements.pcx"     },
3379   { "player_2.EDITOR.xpos",                     "5"                     },
3380   { "player_2.EDITOR.ypos",                     "7"                     },
3381   { "player_2.down",                            "RocksHeroes.pcx"       },
3382   { "player_2.down.xpos",                       "0"                     },
3383   { "player_2.down.ypos",                       "3"                     },
3384   { "player_2.down.frames",                     "1"                     },
3385   { "player_2.up",                              "RocksHeroes.pcx"       },
3386   { "player_2.up.xpos",                         "4"                     },
3387   { "player_2.up.ypos",                         "3"                     },
3388   { "player_2.up.frames",                       "1"                     },
3389   { "player_2.left",                            "RocksHeroes.pcx"       },
3390   { "player_2.left.xpos",                       "0"                     },
3391   { "player_2.left.ypos",                       "4"                     },
3392   { "player_2.left.frames",                     "1"                     },
3393   { "player_2.right",                           "RocksHeroes.pcx"       },
3394   { "player_2.right.xpos",                      "4"                     },
3395   { "player_2.right.ypos",                      "4"                     },
3396   { "player_2.right.frames",                    "1"                     },
3397   { "player_2.moving.down",                     "RocksHeroes.pcx"       },
3398   { "player_2.moving.down.xpos",                "0"                     },
3399   { "player_2.moving.down.ypos",                "3"                     },
3400   { "player_2.moving.down.frames",              "4"                     },
3401   { "player_2.moving.down.start_frame",         "1"                     },
3402   { "player_2.moving.down.delay",               "4"                     },
3403   { "player_2.moving.up",                       "RocksHeroes.pcx"       },
3404   { "player_2.moving.up.xpos",                  "4"                     },
3405   { "player_2.moving.up.ypos",                  "3"                     },
3406   { "player_2.moving.up.frames",                "4"                     },
3407   { "player_2.moving.up.start_frame",           "1"                     },
3408   { "player_2.moving.up.delay",                 "4"                     },
3409   { "player_2.moving.left",                     "RocksHeroes.pcx"       },
3410   { "player_2.moving.left.xpos",                "0"                     },
3411   { "player_2.moving.left.ypos",                "4"                     },
3412   { "player_2.moving.left.frames",              "4"                     },
3413   { "player_2.moving.left.start_frame",         "1"                     },
3414   { "player_2.moving.left.delay",               "4"                     },
3415   { "player_2.moving.right",                    "RocksHeroes.pcx"       },
3416   { "player_2.moving.right.xpos",               "4"                     },
3417   { "player_2.moving.right.ypos",               "4"                     },
3418   { "player_2.moving.right.frames",             "4"                     },
3419   { "player_2.moving.right.start_frame",        "1"                     },
3420   { "player_2.moving.right.delay",              "4"                     },
3421   { "player_2.digging.down",                    "RocksHeroes.pcx"       },
3422   { "player_2.digging.down.xpos",               "0"                     },
3423   { "player_2.digging.down.ypos",               "3"                     },
3424   { "player_2.digging.down.frames",             "4"                     },
3425   { "player_2.digging.down.start_frame",        "1"                     },
3426   { "player_2.digging.down.delay",              "4"                     },
3427   { "player_2.digging.up",                      "RocksHeroes.pcx"       },
3428   { "player_2.digging.up.xpos",                 "4"                     },
3429   { "player_2.digging.up.ypos",                 "3"                     },
3430   { "player_2.digging.up.frames",               "4"                     },
3431   { "player_2.digging.up.start_frame",          "1"                     },
3432   { "player_2.digging.up.delay",                "4"                     },
3433   { "player_2.digging.left",                    "RocksHeroes.pcx"       },
3434   { "player_2.digging.left.xpos",               "0"                     },
3435   { "player_2.digging.left.ypos",               "4"                     },
3436   { "player_2.digging.left.frames",             "4"                     },
3437   { "player_2.digging.left.start_frame",        "1"                     },
3438   { "player_2.digging.left.delay",              "4"                     },
3439   { "player_2.digging.right",                   "RocksHeroes.pcx"       },
3440   { "player_2.digging.right.xpos",              "4"                     },
3441   { "player_2.digging.right.ypos",              "4"                     },
3442   { "player_2.digging.right.frames",            "4"                     },
3443   { "player_2.digging.right.start_frame",       "1"                     },
3444   { "player_2.digging.right.delay",             "4"                     },
3445   { "player_2.collecting.down",                 "RocksHeroes.pcx"       },
3446   { "player_2.collecting.down.xpos",            "0"                     },
3447   { "player_2.collecting.down.ypos",            "3"                     },
3448   { "player_2.collecting.down.frames",          "4"                     },
3449   { "player_2.collecting.down.start_frame",     "1"                     },
3450   { "player_2.collecting.down.delay",           "4"                     },
3451   { "player_2.collecting.up",                   "RocksHeroes.pcx"       },
3452   { "player_2.collecting.up.xpos",              "4"                     },
3453   { "player_2.collecting.up.ypos",              "3"                     },
3454   { "player_2.collecting.up.frames",            "4"                     },
3455   { "player_2.collecting.up.start_frame",       "1"                     },
3456   { "player_2.collecting.up.delay",             "4"                     },
3457   { "player_2.collecting.left",                 "RocksHeroes.pcx"       },
3458   { "player_2.collecting.left.xpos",            "0"                     },
3459   { "player_2.collecting.left.ypos",            "4"                     },
3460   { "player_2.collecting.left.frames",          "4"                     },
3461   { "player_2.collecting.left.start_frame",     "1"                     },
3462   { "player_2.collecting.left.delay",           "4"                     },
3463   { "player_2.collecting.right",                "RocksHeroes.pcx"       },
3464   { "player_2.collecting.right.xpos",           "4"                     },
3465   { "player_2.collecting.right.ypos",           "4"                     },
3466   { "player_2.collecting.right.frames",         "4"                     },
3467   { "player_2.collecting.right.start_frame",    "1"                     },
3468   { "player_2.collecting.right.delay",          "4"                     },
3469   { "player_2.pushing.down",                    "RocksHeroes.pcx"       },
3470   { "player_2.pushing.down.xpos",               "0"                     },
3471   { "player_2.pushing.down.ypos",               "3"                     },
3472   { "player_2.pushing.down.frames",             "4"                     },
3473   { "player_2.pushing.down.delay",              "4"                     },
3474   { "player_2.pushing.up",                      "RocksHeroes.pcx"       },
3475   { "player_2.pushing.up.xpos",                 "4"                     },
3476   { "player_2.pushing.up.ypos",                 "3"                     },
3477   { "player_2.pushing.up.frames",               "4"                     },
3478   { "player_2.pushing.up.delay",                "4"                     },
3479   { "player_2.pushing.left",                    "RocksHeroes.pcx"       },
3480   { "player_2.pushing.left.xpos",               "4"                     },
3481   { "player_2.pushing.left.ypos",               "5"                     },
3482   { "player_2.pushing.left.frames",             "4"                     },
3483   { "player_2.pushing.left.delay",              "4"                     },
3484   { "player_2.pushing.right",                   "RocksHeroes.pcx"       },
3485   { "player_2.pushing.right.xpos",              "0"                     },
3486   { "player_2.pushing.right.ypos",              "5"                     },
3487   { "player_2.pushing.right.frames",            "4"                     },
3488   { "player_2.pushing.right.delay",             "4"                     },
3489   { "player_2.snapping.down",                   "RocksHeroes.pcx"       },
3490   { "player_2.snapping.down.xpos",              "0"                     },
3491   { "player_2.snapping.down.ypos",              "3"                     },
3492   { "player_2.snapping.down.frames",            "1"                     },
3493   { "player_2.snapping.up",                     "RocksHeroes.pcx"       },
3494   { "player_2.snapping.up.xpos",                "4"                     },
3495   { "player_2.snapping.up.ypos",                "3"                     },
3496   { "player_2.snapping.up.frames",              "1"                     },
3497   { "player_2.snapping.left",                   "RocksHeroes.pcx"       },
3498   { "player_2.snapping.left.xpos",              "0"                     },
3499   { "player_2.snapping.left.ypos",              "4"                     },
3500   { "player_2.snapping.left.frames",            "1"                     },
3501   { "player_2.snapping.right",                  "RocksHeroes.pcx"       },
3502   { "player_2.snapping.right.xpos",             "4"                     },
3503   { "player_2.snapping.right.ypos",             "4"                     },
3504   { "player_2.snapping.right.frames",           "1"                     },
3505
3506   { "player_3",                                 "RocksHeroes.pcx"       },
3507   { "player_3.xpos",                            "0"                     },
3508   { "player_3.ypos",                            "6"                     },
3509   { "player_3.frames",                          "1"                     },
3510   { "player_3.EDITOR",                          "RocksElements.pcx"     },
3511   { "player_3.EDITOR.xpos",                     "6"                     },
3512   { "player_3.EDITOR.ypos",                     "7"                     },
3513   { "player_3.down",                            "RocksHeroes.pcx"       },
3514   { "player_3.down.xpos",                       "0"                     },
3515   { "player_3.down.ypos",                       "6"                     },
3516   { "player_3.down.frames",                     "1"                     },
3517   { "player_3.up",                              "RocksHeroes.pcx"       },
3518   { "player_3.up.xpos",                         "4"                     },
3519   { "player_3.up.ypos",                         "6"                     },
3520   { "player_3.up.frames",                       "1"                     },
3521   { "player_3.left",                            "RocksHeroes.pcx"       },
3522   { "player_3.left.xpos",                       "0"                     },
3523   { "player_3.left.ypos",                       "7"                     },
3524   { "player_3.left.frames",                     "1"                     },
3525   { "player_3.right",                           "RocksHeroes.pcx"       },
3526   { "player_3.right.xpos",                      "4"                     },
3527   { "player_3.right.ypos",                      "7"                     },
3528   { "player_3.right.frames",                    "1"                     },
3529   { "player_3.moving.down",                     "RocksHeroes.pcx"       },
3530   { "player_3.moving.down.xpos",                "0"                     },
3531   { "player_3.moving.down.ypos",                "6"                     },
3532   { "player_3.moving.down.frames",              "4"                     },
3533   { "player_3.moving.down.start_frame",         "1"                     },
3534   { "player_3.moving.down.delay",               "4"                     },
3535   { "player_3.moving.up",                       "RocksHeroes.pcx"       },
3536   { "player_3.moving.up.xpos",                  "4"                     },
3537   { "player_3.moving.up.ypos",                  "6"                     },
3538   { "player_3.moving.up.frames",                "4"                     },
3539   { "player_3.moving.up.start_frame",           "1"                     },
3540   { "player_3.moving.up.delay",                 "4"                     },
3541   { "player_3.moving.left",                     "RocksHeroes.pcx"       },
3542   { "player_3.moving.left.xpos",                "0"                     },
3543   { "player_3.moving.left.ypos",                "7"                     },
3544   { "player_3.moving.left.frames",              "4"                     },
3545   { "player_3.moving.left.start_frame",         "1"                     },
3546   { "player_3.moving.left.delay",               "4"                     },
3547   { "player_3.moving.right",                    "RocksHeroes.pcx"       },
3548   { "player_3.moving.right.xpos",               "4"                     },
3549   { "player_3.moving.right.ypos",               "7"                     },
3550   { "player_3.moving.right.frames",             "4"                     },
3551   { "player_3.moving.right.start_frame",        "1"                     },
3552   { "player_3.moving.right.delay",              "4"                     },
3553   { "player_3.digging.down",                    "RocksHeroes.pcx"       },
3554   { "player_3.digging.down.xpos",               "0"                     },
3555   { "player_3.digging.down.ypos",               "6"                     },
3556   { "player_3.digging.down.frames",             "4"                     },
3557   { "player_3.digging.down.start_frame",        "1"                     },
3558   { "player_3.digging.down.delay",              "4"                     },
3559   { "player_3.digging.up",                      "RocksHeroes.pcx"       },
3560   { "player_3.digging.up.xpos",                 "4"                     },
3561   { "player_3.digging.up.ypos",                 "6"                     },
3562   { "player_3.digging.up.frames",               "4"                     },
3563   { "player_3.digging.up.start_frame",          "1"                     },
3564   { "player_3.digging.up.delay",                "4"                     },
3565   { "player_3.digging.left",                    "RocksHeroes.pcx"       },
3566   { "player_3.digging.left.xpos",               "0"                     },
3567   { "player_3.digging.left.ypos",               "7"                     },
3568   { "player_3.digging.left.frames",             "4"                     },
3569   { "player_3.digging.left.start_frame",        "1"                     },
3570   { "player_3.digging.left.delay",              "4"                     },
3571   { "player_3.digging.right",                   "RocksHeroes.pcx"       },
3572   { "player_3.digging.right.xpos",              "4"                     },
3573   { "player_3.digging.right.ypos",              "7"                     },
3574   { "player_3.digging.right.frames",            "4"                     },
3575   { "player_3.digging.right.start_frame",       "1"                     },
3576   { "player_3.digging.right.delay",             "4"                     },
3577   { "player_3.collecting.down",                 "RocksHeroes.pcx"       },
3578   { "player_3.collecting.down.xpos",            "0"                     },
3579   { "player_3.collecting.down.ypos",            "6"                     },
3580   { "player_3.collecting.down.frames",          "4"                     },
3581   { "player_3.collecting.down.start_frame",     "1"                     },
3582   { "player_3.collecting.down.delay",           "4"                     },
3583   { "player_3.collecting.up",                   "RocksHeroes.pcx"       },
3584   { "player_3.collecting.up.xpos",              "4"                     },
3585   { "player_3.collecting.up.ypos",              "6"                     },
3586   { "player_3.collecting.up.frames",            "4"                     },
3587   { "player_3.collecting.up.start_frame",       "1"                     },
3588   { "player_3.collecting.up.delay",             "4"                     },
3589   { "player_3.collecting.left",                 "RocksHeroes.pcx"       },
3590   { "player_3.collecting.left.xpos",            "0"                     },
3591   { "player_3.collecting.left.ypos",            "7"                     },
3592   { "player_3.collecting.left.frames",          "4"                     },
3593   { "player_3.collecting.left.start_frame",     "1"                     },
3594   { "player_3.collecting.left.delay",           "4"                     },
3595   { "player_3.collecting.right",                "RocksHeroes.pcx"       },
3596   { "player_3.collecting.right.xpos",           "4"                     },
3597   { "player_3.collecting.right.ypos",           "7"                     },
3598   { "player_3.collecting.right.frames",         "4"                     },
3599   { "player_3.collecting.right.start_frame",    "1"                     },
3600   { "player_3.collecting.right.delay",          "4"                     },
3601   { "player_3.pushing.down",                    "RocksHeroes.pcx"       },
3602   { "player_3.pushing.down.xpos",               "0"                     },
3603   { "player_3.pushing.down.ypos",               "6"                     },
3604   { "player_3.pushing.down.frames",             "4"                     },
3605   { "player_3.pushing.down.delay",              "4"                     },
3606   { "player_3.pushing.up",                      "RocksHeroes.pcx"       },
3607   { "player_3.pushing.up.xpos",                 "4"                     },
3608   { "player_3.pushing.up.ypos",                 "6"                     },
3609   { "player_3.pushing.up.frames",               "4"                     },
3610   { "player_3.pushing.up.delay",                "4"                     },
3611   { "player_3.pushing.left",                    "RocksHeroes.pcx"       },
3612   { "player_3.pushing.left.xpos",               "4"                     },
3613   { "player_3.pushing.left.ypos",               "8"                     },
3614   { "player_3.pushing.left.frames",             "4"                     },
3615   { "player_3.pushing.left.delay",              "4"                     },
3616   { "player_3.pushing.right",                   "RocksHeroes.pcx"       },
3617   { "player_3.pushing.right.xpos",              "0"                     },
3618   { "player_3.pushing.right.ypos",              "8"                     },
3619   { "player_3.pushing.right.frames",            "4"                     },
3620   { "player_3.pushing.right.delay",             "4"                     },
3621   { "player_3.snapping.down",                   "RocksHeroes.pcx"       },
3622   { "player_3.snapping.down.xpos",              "0"                     },
3623   { "player_3.snapping.down.ypos",              "6"                     },
3624   { "player_3.snapping.down.frames",            "1"                     },
3625   { "player_3.snapping.up",                     "RocksHeroes.pcx"       },
3626   { "player_3.snapping.up.xpos",                "4"                     },
3627   { "player_3.snapping.up.ypos",                "6"                     },
3628   { "player_3.snapping.up.frames",              "1"                     },
3629   { "player_3.snapping.left",                   "RocksHeroes.pcx"       },
3630   { "player_3.snapping.left.xpos",              "0"                     },
3631   { "player_3.snapping.left.ypos",              "7"                     },
3632   { "player_3.snapping.left.frames",            "1"                     },
3633   { "player_3.snapping.right",                  "RocksHeroes.pcx"       },
3634   { "player_3.snapping.right.xpos",             "4"                     },
3635   { "player_3.snapping.right.ypos",             "7"                     },
3636   { "player_3.snapping.right.frames",           "1"                     },
3637
3638   { "player_4",                                 "RocksHeroes.pcx"       },
3639   { "player_4.xpos",                            "0"                     },
3640   { "player_4.ypos",                            "9"                     },
3641   { "player_4.frames",                          "1"                     },
3642   { "player_4.EDITOR",                          "RocksElements.pcx"     },
3643   { "player_4.EDITOR.xpos",                     "7"                     },
3644   { "player_4.EDITOR.ypos",                     "7"                     },
3645   { "player_4.down",                            "RocksHeroes.pcx"       },
3646   { "player_4.down.xpos",                       "0"                     },
3647   { "player_4.down.ypos",                       "9"                     },
3648   { "player_4.down.frames",                     "1"                     },
3649   { "player_4.up",                              "RocksHeroes.pcx"       },
3650   { "player_4.up.xpos",                         "4"                     },
3651   { "player_4.up.ypos",                         "9"                     },
3652   { "player_4.up.frames",                       "1"                     },
3653   { "player_4.left",                            "RocksHeroes.pcx"       },
3654   { "player_4.left.xpos",                       "0"                     },
3655   { "player_4.left.ypos",                       "10"                    },
3656   { "player_4.left.frames",                     "1"                     },
3657   { "player_4.right",                           "RocksHeroes.pcx"       },
3658   { "player_4.right.xpos",                      "4"                     },
3659   { "player_4.right.ypos",                      "10"                    },
3660   { "player_4.right.frames",                    "1"                     },
3661   { "player_4.moving.down",                     "RocksHeroes.pcx"       },
3662   { "player_4.moving.down.xpos",                "0"                     },
3663   { "player_4.moving.down.ypos",                "9"                     },
3664   { "player_4.moving.down.frames",              "4"                     },
3665   { "player_4.moving.down.start_frame",         "1"                     },
3666   { "player_4.moving.down.delay",               "4"                     },
3667   { "player_4.moving.up",                       "RocksHeroes.pcx"       },
3668   { "player_4.moving.up.xpos",                  "4"                     },
3669   { "player_4.moving.up.ypos",                  "9"                     },
3670   { "player_4.moving.up.frames",                "4"                     },
3671   { "player_4.moving.up.start_frame",           "1"                     },
3672   { "player_4.moving.up.delay",                 "4"                     },
3673   { "player_4.moving.left",                     "RocksHeroes.pcx"       },
3674   { "player_4.moving.left.xpos",                "0"                     },
3675   { "player_4.moving.left.ypos",                "10"                    },
3676   { "player_4.moving.left.frames",              "4"                     },
3677   { "player_4.moving.left.start_frame",         "1"                     },
3678   { "player_4.moving.left.delay",               "4"                     },
3679   { "player_4.moving.right",                    "RocksHeroes.pcx"       },
3680   { "player_4.moving.right.xpos",               "4"                     },
3681   { "player_4.moving.right.ypos",               "10"                    },
3682   { "player_4.moving.right.frames",             "4"                     },
3683   { "player_4.moving.right.start_frame",        "1"                     },
3684   { "player_4.moving.right.delay",              "4"                     },
3685   { "player_4.digging.down",                    "RocksHeroes.pcx"       },
3686   { "player_4.digging.down.xpos",               "0"                     },
3687   { "player_4.digging.down.ypos",               "9"                     },
3688   { "player_4.digging.down.frames",             "4"                     },
3689   { "player_4.digging.down.start_frame",        "1"                     },
3690   { "player_4.digging.down.delay",              "4"                     },
3691   { "player_4.digging.up",                      "RocksHeroes.pcx"       },
3692   { "player_4.digging.up.xpos",                 "4"                     },
3693   { "player_4.digging.up.ypos",                 "9"                     },
3694   { "player_4.digging.up.frames",               "4"                     },
3695   { "player_4.digging.up.start_frame",          "1"                     },
3696   { "player_4.digging.up.delay",                "4"                     },
3697   { "player_4.digging.left",                    "RocksHeroes.pcx"       },
3698   { "player_4.digging.left.xpos",               "0"                     },
3699   { "player_4.digging.left.ypos",               "10"                    },
3700   { "player_4.digging.left.frames",             "4"                     },
3701   { "player_4.digging.left.start_frame",        "1"                     },
3702   { "player_4.digging.left.delay",              "4"                     },
3703   { "player_4.digging.right",                   "RocksHeroes.pcx"       },
3704   { "player_4.digging.right.xpos",              "4"                     },
3705   { "player_4.digging.right.ypos",              "10"                    },
3706   { "player_4.digging.right.frames",            "4"                     },
3707   { "player_4.digging.right.start_frame",       "1"                     },
3708   { "player_4.digging.right.delay",             "4"                     },
3709   { "player_4.collecting.down",                 "RocksHeroes.pcx"       },
3710   { "player_4.collecting.down.xpos",            "0"                     },
3711   { "player_4.collecting.down.ypos",            "9"                     },
3712   { "player_4.collecting.down.frames",          "4"                     },
3713   { "player_4.collecting.down.start_frame",     "1"                     },
3714   { "player_4.collecting.down.delay",           "4"                     },
3715   { "player_4.collecting.up",                   "RocksHeroes.pcx"       },
3716   { "player_4.collecting.up.xpos",              "4"                     },
3717   { "player_4.collecting.up.ypos",              "9"                     },
3718   { "player_4.collecting.up.frames",            "4"                     },
3719   { "player_4.collecting.up.start_frame",       "1"                     },
3720   { "player_4.collecting.up.delay",             "4"                     },
3721   { "player_4.collecting.left",                 "RocksHeroes.pcx"       },
3722   { "player_4.collecting.left.xpos",            "0"                     },
3723   { "player_4.collecting.left.ypos",            "10"                    },
3724   { "player_4.collecting.left.frames",          "4"                     },
3725   { "player_4.collecting.left.start_frame",     "1"                     },
3726   { "player_4.collecting.left.delay",           "4"                     },
3727   { "player_4.collecting.right",                "RocksHeroes.pcx"       },
3728   { "player_4.collecting.right.xpos",           "4"                     },
3729   { "player_4.collecting.right.ypos",           "10"                    },
3730   { "player_4.collecting.right.frames",         "4"                     },
3731   { "player_4.collecting.right.start_frame",    "1"                     },
3732   { "player_4.collecting.right.delay",          "4"                     },
3733   { "player_4.pushing.down",                    "RocksHeroes.pcx"       },
3734   { "player_4.pushing.down.xpos",               "0"                     },
3735   { "player_4.pushing.down.ypos",               "9"                     },
3736   { "player_4.pushing.down.frames",             "4"                     },
3737   { "player_4.pushing.down.delay",              "4"                     },
3738   { "player_4.pushing.up",                      "RocksHeroes.pcx"       },
3739   { "player_4.pushing.up.xpos",                 "4"                     },
3740   { "player_4.pushing.up.ypos",                 "9"                     },
3741   { "player_4.pushing.up.frames",               "4"                     },
3742   { "player_4.pushing.up.delay",                "4"                     },
3743   { "player_4.pushing.left",                    "RocksHeroes.pcx"       },
3744   { "player_4.pushing.left.xpos",               "4"                     },
3745   { "player_4.pushing.left.ypos",               "11"                    },
3746   { "player_4.pushing.left.frames",             "4"                     },
3747   { "player_4.pushing.left.delay",              "4"                     },
3748   { "player_4.pushing.right",                   "RocksHeroes.pcx"       },
3749   { "player_4.pushing.right.xpos",              "0"                     },
3750   { "player_4.pushing.right.ypos",              "11"                    },
3751   { "player_4.pushing.right.frames",            "4"                     },
3752   { "player_4.pushing.right.delay",             "4"                     },
3753   { "player_4.snapping.down",                   "RocksHeroes.pcx"       },
3754   { "player_4.snapping.down.xpos",              "0"                     },
3755   { "player_4.snapping.down.ypos",              "9"                     },
3756   { "player_4.snapping.down.frames",            "1"                     },
3757   { "player_4.snapping.up",                     "RocksHeroes.pcx"       },
3758   { "player_4.snapping.up.xpos",                "4"                     },
3759   { "player_4.snapping.up.ypos",                "9"                     },
3760   { "player_4.snapping.up.frames",              "1"                     },
3761   { "player_4.snapping.left",                   "RocksHeroes.pcx"       },
3762   { "player_4.snapping.left.xpos",              "0"                     },
3763   { "player_4.snapping.left.ypos",              "10"                    },
3764   { "player_4.snapping.left.frames",            "1"                     },
3765   { "player_4.snapping.right",                  "RocksHeroes.pcx"       },
3766   { "player_4.snapping.right.xpos",             "4"                     },
3767   { "player_4.snapping.right.ypos",             "10"                    },
3768   { "player_4.snapping.right.frames",           "1"                     },
3769
3770   { "[default].exploding",                      "RocksElements.pcx"     },
3771   { "[default].exploding.xpos",                 "0"                     },
3772   { "[default].exploding.ypos",                 "4"                     },
3773   { "[default].exploding.frames",               "8"                     },
3774   { "[default].exploding.delay",                "2"                     },
3775   { "[default].exploding.anim_mode",            "linear"                },
3776
3777   { "twinkle_blue",                             "RocksHeroes.pcx"       },
3778   { "twinkle_blue.xpos",                        "9"                     },
3779   { "twinkle_blue.ypos",                        "11"                    },
3780   { "twinkle_blue.frames",                      "3"                     },
3781   { "twinkle_blue.delay",                       "2"                     },
3782   { "twinkle_blue.anim_mode",                   "pingpong"              },
3783   { "twinkle_blue.global_sync",                 "false"                 },
3784   { "twinkle_white",                            "RocksHeroes.pcx"       },
3785   { "twinkle_white.xpos",                       "13"                    },
3786   { "twinkle_white.ypos",                       "11"                    },
3787   { "twinkle_white.frames",                     "3"                     },
3788   { "twinkle_white.delay",                      "2"                     },
3789   { "twinkle_white.anim_mode",                  "pingpong"              },
3790   { "twinkle_white.global_sync",                "false"                 },
3791
3792   { "steelwall_topleft",                        "RocksElements.pcx"     },
3793   { "steelwall_topleft.xpos",                   "4"                     },
3794   { "steelwall_topleft.ypos",                   "0"                     },
3795   { "steelwall_topleft.frames",                 "1"                     },
3796   { "steelwall_topright",                       "RocksElements.pcx"     },
3797   { "steelwall_topright.xpos",                  "4"                     },
3798   { "steelwall_topright.ypos",                  "0"                     },
3799   { "steelwall_topright.frames",                "1"                     },
3800   { "steelwall_bottomleft",                     "RocksElements.pcx"     },
3801   { "steelwall_bottomleft.xpos",                "4"                     },
3802   { "steelwall_bottomleft.ypos",                "0"                     },
3803   { "steelwall_bottomleft.frames",              "1"                     },
3804   { "steelwall_bottomright",                    "RocksElements.pcx"     },
3805   { "steelwall_bottomright.xpos",               "4"                     },
3806   { "steelwall_bottomright.ypos",               "0"                     },
3807   { "steelwall_bottomright.frames",             "1"                     },
3808   { "steelwall_horizontal",                     "RocksElements.pcx"     },
3809   { "steelwall_horizontal.xpos",                "4"                     },
3810   { "steelwall_horizontal.ypos",                "0"                     },
3811   { "steelwall_horizontal.frames",              "1"                     },
3812   { "steelwall_vertical",                       "RocksElements.pcx"     },
3813   { "steelwall_vertical.xpos",                  "4"                     },
3814   { "steelwall_vertical.ypos",                  "0"                     },
3815   { "steelwall_vertical.frames",                "1"                     },
3816
3817   { "steelwall_topleft.EDITOR",                 "RocksElements.pcx"     },
3818   { "steelwall_topleft.EDITOR.xpos",            "0"                     },
3819   { "steelwall_topleft.EDITOR.ypos",            "13"                    },
3820   { "steelwall_topright.EDITOR",                "RocksElements.pcx"     },
3821   { "steelwall_topright.EDITOR.xpos",           "1"                     },
3822   { "steelwall_topright.EDITOR.ypos",           "13"                    },
3823   { "steelwall_bottomleft.EDITOR",              "RocksElements.pcx"     },
3824   { "steelwall_bottomleft.EDITOR.xpos",         "2"                     },
3825   { "steelwall_bottomleft.EDITOR.ypos",         "13"                    },
3826   { "steelwall_bottomright.EDITOR",             "RocksElements.pcx"     },
3827   { "steelwall_bottomright.EDITOR.xpos",        "3"                     },
3828   { "steelwall_bottomright.EDITOR.ypos",        "13"                    },
3829   { "steelwall_horizontal.EDITOR",              "RocksElements.pcx"     },
3830   { "steelwall_horizontal.EDITOR.xpos",         "4"                     },
3831   { "steelwall_horizontal.EDITOR.ypos",         "13"                    },
3832   { "steelwall_vertical.EDITOR",                "RocksElements.pcx"     },
3833   { "steelwall_vertical.EDITOR.xpos",           "5"                     },
3834   { "steelwall_vertical.EDITOR.ypos",           "13"                    },
3835
3836   { "invisible_steelwall_topleft",              "RocksSP.pcx"           },
3837   { "invisible_steelwall_topleft.xpos",         "0"                     },
3838   { "invisible_steelwall_topleft.ypos",         "0"                     },
3839   { "invisible_steelwall_topleft.frames",       "1"                     },
3840   { "invisible_steelwall_topright",             "RocksSP.pcx"           },
3841   { "invisible_steelwall_topright.xpos",        "0"                     },
3842   { "invisible_steelwall_topright.ypos",        "0"                     },
3843   { "invisible_steelwall_topright.frames",      "1"                     },
3844   { "invisible_steelwall_bottomleft",           "RocksSP.pcx"           },
3845   { "invisible_steelwall_bottomleft.xpos",      "0"                     },
3846   { "invisible_steelwall_bottomleft.ypos",      "0"                     },
3847   { "invisible_steelwall_bottomleft.frames",    "1"                     },
3848   { "invisible_steelwall_bottomright",          "RocksSP.pcx"           },
3849   { "invisible_steelwall_bottomright.xpos",     "0"                     },
3850   { "invisible_steelwall_bottomright.ypos",     "0"                     },
3851   { "invisible_steelwall_bottomright.frames",   "1"                     },
3852   { "invisible_steelwall_horizontal",           "RocksSP.pcx"           },
3853   { "invisible_steelwall_horizontal.xpos",      "0"                     },
3854   { "invisible_steelwall_horizontal.ypos",      "0"                     },
3855   { "invisible_steelwall_horizontal.frames",    "1"                     },
3856   { "invisible_steelwall_vertical",             "RocksSP.pcx"           },
3857   { "invisible_steelwall_vertical.xpos",        "0"                     },
3858   { "invisible_steelwall_vertical.ypos",        "0"                     },
3859   { "invisible_steelwall_vertical.frames",      "1"                     },
3860
3861   { "invisible_steelwall_topleft.EDITOR",       "RocksElements.pcx"     },
3862   { "invisible_steelwall_topleft.EDITOR.xpos",  "6"                     },
3863   { "invisible_steelwall_topleft.EDITOR.ypos",  "13"                    },
3864   { "invisible_steelwall_topright.EDITOR",      "RocksElements.pcx"     },
3865   { "invisible_steelwall_topright.EDITOR.xpos", "7"                     },
3866   { "invisible_steelwall_topright.EDITOR.ypos", "13"                    },
3867   { "invisible_steelwall_bottomleft.EDITOR",    "RocksElements.pcx"     },
3868   { "invisible_steelwall_bottomleft.EDITOR.xpos","8"                    },
3869   { "invisible_steelwall_bottomleft.EDITOR.ypos","13"                   },
3870   { "invisible_steelwall_bottomright.EDITOR",   "RocksElements.pcx"     },
3871   { "invisible_steelwall_bottomright.EDITOR.xpos","9"                   },
3872   { "invisible_steelwall_bottomright.EDITOR.ypos","13"                  },
3873   { "invisible_steelwall_horizontal.EDITOR",    "RocksElements.pcx"     },
3874   { "invisible_steelwall_horizontal.EDITOR.xpos","10"                   },
3875   { "invisible_steelwall_horizontal.EDITOR.ypos","13"                   },
3876   { "invisible_steelwall_vertical.EDITOR",      "RocksElements.pcx"     },
3877   { "invisible_steelwall_vertical.EDITOR.xpos", "11"                    },
3878   { "invisible_steelwall_vertical.EDITOR.ypos", "13"                    },
3879
3880   { "arrow_left",                               "RocksDC.pcx"           },
3881   { "arrow_left.xpos",                          "8"                     },
3882   { "arrow_left.ypos",                          "8"                     },
3883   { "arrow_left.frames",                        "1"                     },
3884   { "arrow_right",                              "RocksDC.pcx"           },
3885   { "arrow_right.xpos",                         "9"                     },
3886   { "arrow_right.ypos",                         "8"                     },
3887   { "arrow_right.frames",                       "1"                     },
3888   { "arrow_up",                                 "RocksDC.pcx"           },
3889   { "arrow_up.xpos",                            "10"                    },
3890   { "arrow_up.ypos",                            "8"                     },
3891   { "arrow_up.frames",                          "1"                     },
3892   { "arrow_down",                               "RocksDC.pcx"           },
3893   { "arrow_down.xpos",                          "11"                    },
3894   { "arrow_down.ypos",                          "8"                     },
3895   { "arrow_down.frames",                        "1"                     },
3896
3897   { "unknown",                                  "RocksFontEM.pcx"       },
3898   { "unknown.xpos",                             "15"                    },
3899   { "unknown.ypos",                             "1"                     },
3900   { "unknown.frames",                           "1"                     },
3901
3902   { "trigger_element",                          "RocksDC.pcx"           },
3903   { "trigger_element.xpos",                     "15"                    },
3904   { "trigger_element.ypos",                     "14"                    },
3905   { "trigger_element.frames",                   "1"                     },
3906
3907   { "trigger_player",                           "RocksDC.pcx"           },
3908   { "trigger_player.xpos",                      "15"                    },
3909   { "trigger_player.ypos",                      "13"                    },
3910   { "trigger_player.frames",                    "1"                     },
3911
3912   { "trigger_ce_value",                         "RocksDC.pcx"           },
3913   { "trigger_ce_value.xpos",                    "15"                    },
3914   { "trigger_ce_value.ypos",                    "11"                    },
3915   { "trigger_ce_value.frames",                  "1"                     },
3916
3917   { "trigger_ce_score",                         "RocksDC.pcx"           },
3918   { "trigger_ce_score.xpos",                    "15"                    },
3919   { "trigger_ce_score.ypos",                    "12"                    },
3920   { "trigger_ce_score.frames",                  "1"                     },
3921
3922   { "current_ce_value",                         "RocksDC.pcx"           },
3923   { "current_ce_value.xpos",                    "14"                    },
3924   { "current_ce_value.ypos",                    "11"                    },
3925   { "current_ce_value.frames",                  "1"                     },
3926
3927   { "current_ce_score",                         "RocksDC.pcx"           },
3928   { "current_ce_score.xpos",                    "14"                    },
3929   { "current_ce_score.ypos",                    "12"                    },
3930   { "current_ce_score.frames",                  "1"                     },
3931
3932   { "prev_ce_1",                                "RocksMore.pcx"         },
3933   { "prev_ce_1.xpos",                           "0"                     },
3934   { "prev_ce_1.ypos",                           "7"                     },
3935   { "prev_ce_1.frames",                         "1"                     },
3936
3937   { "prev_ce_2",                                "RocksMore.pcx"         },
3938   { "prev_ce_2.xpos",                           "1"                     },
3939   { "prev_ce_2.ypos",                           "7"                     },
3940   { "prev_ce_2.frames",                         "1"                     },
3941
3942   { "prev_ce_3",                                "RocksMore.pcx"         },
3943   { "prev_ce_3.xpos",                           "2"                     },
3944   { "prev_ce_3.ypos",                           "7"                     },
3945   { "prev_ce_3.frames",                         "1"                     },
3946
3947   { "prev_ce_4",                                "RocksMore.pcx"         },
3948   { "prev_ce_4.xpos",                           "3"                     },
3949   { "prev_ce_4.ypos",                           "7"                     },
3950   { "prev_ce_4.frames",                         "1"                     },
3951
3952   { "prev_ce_5",                                "RocksMore.pcx"         },
3953   { "prev_ce_5.xpos",                           "4"                     },
3954   { "prev_ce_5.ypos",                           "7"                     },
3955   { "prev_ce_5.frames",                         "1"                     },
3956
3957   { "prev_ce_6",                                "RocksMore.pcx"         },
3958   { "prev_ce_6.xpos",                           "5"                     },
3959   { "prev_ce_6.ypos",                           "7"                     },
3960   { "prev_ce_6.frames",                         "1"                     },
3961
3962   { "prev_ce_7",                                "RocksMore.pcx"         },
3963   { "prev_ce_7.xpos",                           "6"                     },
3964   { "prev_ce_7.ypos",                           "7"                     },
3965   { "prev_ce_7.frames",                         "1"                     },
3966
3967   { "prev_ce_8",                                "RocksMore.pcx"         },
3968   { "prev_ce_8.xpos",                           "7"                     },
3969   { "prev_ce_8.ypos",                           "7"                     },
3970   { "prev_ce_8.frames",                         "1"                     },
3971
3972   { "next_ce_1",                                "RocksMore.pcx"         },
3973   { "next_ce_1.xpos",                           "0"                     },
3974   { "next_ce_1.ypos",                           "8"                     },
3975   { "next_ce_1.frames",                         "1"                     },
3976
3977   { "next_ce_2",                                "RocksMore.pcx"         },
3978   { "next_ce_2.xpos",                           "1"                     },
3979   { "next_ce_2.ypos",                           "8"                     },
3980   { "next_ce_2.frames",                         "1"                     },
3981
3982   { "next_ce_3",                                "RocksMore.pcx"         },
3983   { "next_ce_3.xpos",                           "2"                     },
3984   { "next_ce_3.ypos",                           "8"                     },
3985   { "next_ce_3.frames",                         "1"                     },
3986
3987   { "next_ce_4",                                "RocksMore.pcx"         },
3988   { "next_ce_4.xpos",                           "3"                     },
3989   { "next_ce_4.ypos",                           "8"                     },
3990   { "next_ce_4.frames",                         "1"                     },
3991
3992   { "next_ce_5",                                "RocksMore.pcx"         },
3993   { "next_ce_5.xpos",                           "4"                     },
3994   { "next_ce_5.ypos",                           "8"                     },
3995   { "next_ce_5.frames",                         "1"                     },
3996
3997   { "next_ce_6",                                "RocksMore.pcx"         },
3998   { "next_ce_6.xpos",                           "5"                     },
3999   { "next_ce_6.ypos",                           "8"                     },
4000   { "next_ce_6.frames",                         "1"                     },
4001
4002   { "next_ce_7",                                "RocksMore.pcx"         },
4003   { "next_ce_7.xpos",                           "6"                     },
4004   { "next_ce_7.ypos",                           "8"                     },
4005   { "next_ce_7.frames",                         "1"                     },
4006
4007   { "next_ce_8",                                "RocksMore.pcx"         },
4008   { "next_ce_8.xpos",                           "7"                     },
4009   { "next_ce_8.ypos",                           "8"                     },
4010   { "next_ce_8.frames",                         "1"                     },
4011
4012   { "self",                                     "RocksMore.pcx"         },
4013   { "self.xpos",                                "8"                     },
4014   { "self.ypos",                                "7"                     },
4015   { "self.frames",                              "1"                     },
4016
4017   { "any_element",                              "RocksMore.pcx"         },
4018   { "any_element.xpos",                         "9"                     },
4019   { "any_element.ypos",                         "7"                     },
4020   { "any_element.frames",                       "1"                     },
4021
4022   { "emc_key_5",                                "RocksEMC.pcx"          },
4023   { "emc_key_5.xpos",                           "0"                     },
4024   { "emc_key_5.ypos",                           "5"                     },
4025   { "emc_key_5.frames",                         "1"                     },
4026   { "emc_key_6",                                "RocksEMC.pcx"          },
4027   { "emc_key_6.xpos",                           "1"                     },
4028   { "emc_key_6.ypos",                           "5"                     },
4029   { "emc_key_6.frames",                         "1"                     },
4030   { "emc_key_7",                                "RocksEMC.pcx"          },
4031   { "emc_key_7.xpos",                           "2"                     },
4032   { "emc_key_7.ypos",                           "5"                     },
4033   { "emc_key_7.frames",                         "1"                     },
4034   { "emc_key_8",                                "RocksEMC.pcx"          },
4035   { "emc_key_8.xpos",                           "3"                     },
4036   { "emc_key_8.ypos",                           "5"                     },
4037   { "emc_key_8.frames",                         "1"                     },
4038
4039   { "emc_gate_5",                               "RocksEMC.pcx"          },
4040   { "emc_gate_5.xpos",                          "0"                     },
4041   { "emc_gate_5.ypos",                          "6"                     },
4042   { "emc_gate_5.frames",                        "1"                     },
4043   { "emc_gate_6",                               "RocksEMC.pcx"          },
4044   { "emc_gate_6.xpos",                          "1"                     },
4045   { "emc_gate_6.ypos",                          "6"                     },
4046   { "emc_gate_6.frames",                        "1"                     },
4047   { "emc_gate_7",                               "RocksEMC.pcx"          },
4048   { "emc_gate_7.xpos",                          "2"                     },
4049   { "emc_gate_7.ypos",                          "6"                     },
4050   { "emc_gate_7.frames",                        "1"                     },
4051   { "emc_gate_8",                               "RocksEMC.pcx"          },
4052   { "emc_gate_8.xpos",                          "3"                     },
4053   { "emc_gate_8.ypos",                          "6"                     },
4054   { "emc_gate_8.frames",                        "1"                     },
4055   { "emc_gate_5_gray",                          "RocksEMC.pcx"          },
4056   { "emc_gate_5_gray.xpos",                     "4"                     },
4057   { "emc_gate_5_gray.ypos",                     "7"                     },
4058   { "emc_gate_5_gray.frames",                   "1"                     },
4059   { "emc_gate_5_gray.EDITOR",                   "RocksEMC.pcx"          },
4060   { "emc_gate_5_gray.EDITOR.xpos",              "0"                     },
4061   { "emc_gate_5_gray.EDITOR.ypos",              "7"                     },
4062   { "emc_gate_5_gray.active",                   "RocksEMC.pcx"          },
4063   { "emc_gate_5_gray.active.xpos",              "0"                     },
4064   { "emc_gate_5_gray.active.ypos",              "6"                     },
4065   { "emc_gate_5_gray.active.frames",            "1"                     },
4066   { "emc_gate_6_gray",                          "RocksEMC.pcx"          },
4067   { "emc_gate_6_gray.xpos",                     "4"                     },
4068   { "emc_gate_6_gray.ypos",                     "7"                     },
4069   { "emc_gate_6_gray.frames",                   "1"                     },
4070   { "emc_gate_6_gray.EDITOR",                   "RocksEMC.pcx"          },
4071   { "emc_gate_6_gray.EDITOR.xpos",              "1"                     },
4072   { "emc_gate_6_gray.EDITOR.ypos",              "7"                     },
4073   { "emc_gate_6_gray.active",                   "RocksEMC.pcx"          },
4074   { "emc_gate_6_gray.active.xpos",              "1"                     },
4075   { "emc_gate_6_gray.active.ypos",              "6"                     },
4076   { "emc_gate_6_gray.active.frames",            "1"                     },
4077   { "emc_gate_7_gray",                          "RocksEMC.pcx"          },
4078   { "emc_gate_7_gray.xpos",                     "4"                     },
4079   { "emc_gate_7_gray.ypos",                     "7"                     },
4080   { "emc_gate_7_gray.frames",                   "1"                     },
4081   { "emc_gate_7_gray.EDITOR",                   "RocksEMC.pcx"          },
4082   { "emc_gate_7_gray.EDITOR.xpos",              "2"                     },
4083   { "emc_gate_7_gray.EDITOR.ypos",              "7"                     },
4084   { "emc_gate_7_gray.active",                   "RocksEMC.pcx"          },
4085   { "emc_gate_7_gray.active.xpos",              "2"                     },
4086   { "emc_gate_7_gray.active.ypos",              "6"                     },
4087   { "emc_gate_7_gray.active.frames",            "1"                     },
4088   { "emc_gate_8_gray",                          "RocksEMC.pcx"          },
4089   { "emc_gate_8_gray.xpos",                     "4"                     },
4090   { "emc_gate_8_gray.ypos",                     "7"                     },
4091   { "emc_gate_8_gray.frames",                   "1"                     },
4092   { "emc_gate_8_gray.EDITOR",                   "RocksEMC.pcx"          },
4093   { "emc_gate_8_gray.EDITOR.xpos",              "3"                     },
4094   { "emc_gate_8_gray.EDITOR.ypos",              "7"                     },
4095   { "emc_gate_8_gray.active",                   "RocksEMC.pcx"          },
4096   { "emc_gate_8_gray.active.xpos",              "3"                     },
4097   { "emc_gate_8_gray.active.ypos",              "6"                     },
4098   { "emc_gate_8_gray.active.frames",            "1"                     },
4099
4100   { "emc_android",                              "RocksEMC.pcx"          },
4101   { "emc_android.xpos",                         "0"                     },
4102   { "emc_android.ypos",                         "8"                     },
4103   { "emc_android.frames",                       "8"                     },
4104   { "emc_android.delay",                        "2"                     },
4105
4106   { "emc_android.shrinking.upleft",             "RocksEMC.pcx"          },
4107   { "emc_android.shrinking.upleft.xpos",        "1"                     },
4108   { "emc_android.shrinking.upleft.ypos",        "11"                    },
4109   { "emc_android.shrinking.upleft.frames",      "8"                     },
4110   { "emc_android.shrinking.upleft.anim_mode",   "linear"                },
4111
4112   { "emc_android.growing.downright",            "RocksEMC.pcx"          },
4113   { "emc_android.growing.downright.xpos",       "0"                     },
4114   { "emc_android.growing.downright.ypos",       "11"                    },
4115   { "emc_android.growing.downright.frames",     "8"                     },
4116   { "emc_android.growing.downright.anim_mode",  "linear,reverse"        },
4117
4118   { "emc_android.shrinking.downleft",           "RocksEMC.pcx"          },
4119   { "emc_android.shrinking.downleft.xpos",      "1"                     },
4120   { "emc_android.shrinking.downleft.ypos",      "12"                    },
4121   { "emc_android.shrinking.downleft.frames",    "8"                     },
4122   { "emc_android.shrinking.downleft.anim_mode", "linear"                },
4123
4124   { "emc_android.growing.upright",              "RocksEMC.pcx"          },
4125   { "emc_android.growing.upright.xpos",         "0"                     },
4126   { "emc_android.growing.upright.ypos",         "12"                    },
4127   { "emc_android.growing.upright.frames",       "8"                     },
4128   { "emc_android.growing.upright.anim_mode",    "linear,reverse"        },
4129
4130   { "emc_android.shrinking.upright",            "RocksEMC.pcx"          },
4131   { "emc_android.shrinking.upright.xpos",       "1"                     },
4132   { "emc_android.shrinking.upright.ypos",       "13"                    },
4133   { "emc_android.shrinking.upright.frames",     "8"                     },
4134   { "emc_android.shrinking.upright.anim_mode",  "linear"                },
4135
4136   { "emc_android.growing.downleft",             "RocksEMC.pcx"          },
4137   { "emc_android.growing.downleft.xpos",        "0"                     },
4138   { "emc_android.growing.downleft.ypos",        "13"                    },
4139   { "emc_android.growing.downleft.frames",      "8"                     },
4140   { "emc_android.growing.downleft.anim_mode",   "linear,reverse"        },
4141
4142   { "emc_android.shrinking.downright",          "RocksEMC.pcx"          },
4143   { "emc_android.shrinking.downright.xpos",     "1"                     },
4144   { "emc_android.shrinking.downright.ypos",     "14"                    },
4145   { "emc_android.shrinking.downright.frames",   "8"                     },
4146   { "emc_android.shrinking.downright.anim_mode","linear"                },
4147
4148   { "emc_android.growing.upleft",               "RocksEMC.pcx"          },
4149   { "emc_android.growing.upleft.xpos",          "0"                     },
4150   { "emc_android.growing.upleft.ypos",          "14"                    },
4151   { "emc_android.growing.upleft.frames",        "8"                     },
4152   { "emc_android.growing.upleft.anim_mode",     "linear,reverse"        },
4153
4154   { "emc_grass",                                "RocksEMC.pcx"          },
4155   { "emc_grass.xpos",                           "0"                     },
4156   { "emc_grass.ypos",                           "4"                     },
4157   { "emc_grass.frames",                         "1"                     },
4158   { "emc_grass.CRUMBLED",                       "RocksEMC.pcx"          },
4159   { "emc_grass.CRUMBLED.xpos",                  "1"                     },
4160   { "emc_grass.CRUMBLED.ypos",                  "4"                     },
4161   { "emc_grass.CRUMBLED.frames",                "1"                     },
4162   { "emc_grass.digging.left",                   "RocksEMC.pcx"          },
4163   { "emc_grass.digging.left.xpos",              "6"                     },
4164   { "emc_grass.digging.left.ypos",              "0"                     },
4165   { "emc_grass.digging.left.frames",            "3"                     },
4166   { "emc_grass.digging.left.delay",             "2"                     },
4167   { "emc_grass.digging.left.anim_mode",         "linear"                },
4168   { "emc_grass.digging.right",                  "RocksEMC.pcx"          },
4169   { "emc_grass.digging.right.xpos",             "9"                     },
4170   { "emc_grass.digging.right.ypos",             "0"                     },
4171   { "emc_grass.digging.right.frames",           "3"                     },
4172   { "emc_grass.digging.right.delay",            "2"                     },
4173   { "emc_grass.digging.right.anim_mode",        "linear"                },
4174   { "emc_grass.digging.up",                     "RocksEMC.pcx"          },
4175   { "emc_grass.digging.up.xpos",                "0"                     },
4176   { "emc_grass.digging.up.ypos",                "0"                     },
4177   { "emc_grass.digging.up.frames",              "3"                     },
4178   { "emc_grass.digging.up.delay",               "2"                     },
4179   { "emc_grass.digging.up.anim_mode",           "linear"                },
4180   { "emc_grass.digging.down",                   "RocksEMC.pcx"          },
4181   { "emc_grass.digging.down.xpos",              "3"                     },
4182   { "emc_grass.digging.down.ypos",              "0"                     },
4183   { "emc_grass.digging.down.frames",            "3"                     },
4184   { "emc_grass.digging.down.delay",             "2"                     },
4185   { "emc_grass.digging.down.anim_mode",         "linear"                },
4186   { "emc_grass.digging.left.CRUMBLED",          "RocksEMC.pcx"          },
4187   { "emc_grass.digging.left.CRUMBLED.xpos",     "6"                     },
4188   { "emc_grass.digging.left.CRUMBLED.ypos",     "1"                     },
4189   { "emc_grass.digging.left.CRUMBLED.frames",   "3"                     },
4190   { "emc_grass.digging.left.CRUMBLED.delay",    "2"                     },
4191   { "emc_grass.digging.left.CRUMBLED.anim_mode","linear"                },
4192   { "emc_grass.digging.right.CRUMBLED",         "RocksEMC.pcx"          },
4193   { "emc_grass.digging.right.CRUMBLED.xpos",    "9"                     },
4194   { "emc_grass.digging.right.CRUMBLED.ypos",    "1"                     },
4195   { "emc_grass.digging.right.CRUMBLED.frames",  "3"                     },
4196   { "emc_grass.digging.right.CRUMBLED.delay",   "2"                     },
4197   { "emc_grass.digging.right.CRUMBLED.anim_mode","linear"               },
4198   { "emc_grass.digging.up.CRUMBLED",            "RocksEMC.pcx"          },
4199   { "emc_grass.digging.up.CRUMBLED.xpos",       "0"                     },
4200   { "emc_grass.digging.up.CRUMBLED.ypos",       "1"                     },
4201   { "emc_grass.digging.up.CRUMBLED.frames",     "3"                     },
4202   { "emc_grass.digging.up.CRUMBLED.delay",      "2"                     },
4203   { "emc_grass.digging.up.CRUMBLED.anim_mode",  "linear"                },
4204   { "emc_grass.digging.down.CRUMBLED",          "RocksEMC.pcx"          },
4205   { "emc_grass.digging.down.CRUMBLED.xpos",     "3"                     },
4206   { "emc_grass.digging.down.CRUMBLED.ypos",     "1"                     },
4207   { "emc_grass.digging.down.CRUMBLED.frames",   "3"                     },
4208   { "emc_grass.digging.down.CRUMBLED.delay",    "2"                     },
4209   { "emc_grass.digging.down.CRUMBLED.anim_mode","linear"                },
4210
4211   { "emc_magic_ball",                           "RocksEMC.pcx"          },
4212   { "emc_magic_ball.xpos",                      "0"                     },
4213   { "emc_magic_ball.ypos",                      "9"                     },
4214   { "emc_magic_ball.frames",                    "1"                     },
4215   { "emc_magic_ball.active",                    "RocksEMC.pcx"          },
4216   { "emc_magic_ball.active.xpos",               "0"                     },
4217   { "emc_magic_ball.active.ypos",               "9"                     },
4218   { "emc_magic_ball.active.frames",             "16"                    },
4219   { "emc_magic_ball.active.frames_per_line",    "8"                     },
4220   { "emc_magic_ball.dropping",                  "RocksElements.pcx"     },
4221   { "emc_magic_ball.dropping.xpos",             "0"                     },
4222   { "emc_magic_ball.dropping.ypos",             "4"                     },
4223   { "emc_magic_ball.dropping.frames",           "8"                     },
4224   { "emc_magic_ball.dropping.anim_mode",        "linear"                },
4225
4226   { "emc_magic_ball_switch",                    "RocksEMC.pcx"          },
4227   { "emc_magic_ball_switch.xpos",               "8"                     },
4228   { "emc_magic_ball_switch.ypos",               "10"                    },
4229   { "emc_magic_ball_switch.frames",             "1"                     },
4230   { "emc_magic_ball_switch.active",             "RocksEMC.pcx"          },
4231   { "emc_magic_ball_switch.active.xpos",        "8"                     },
4232   { "emc_magic_ball_switch.active.ypos",        "9"                     },
4233   { "emc_magic_ball_switch.active.frames",      "1"                     },
4234
4235   { "emc_spring_bumper",                        "RocksEMC.pcx"          },
4236   { "emc_spring_bumper.xpos",                   "8"                     },
4237   { "emc_spring_bumper.ypos",                   "4"                     },
4238   { "emc_spring_bumper.frames",                 "1"                     },
4239
4240   { "emc_spring_bumper.active",                 "RocksEMC.pcx"          },
4241   { "emc_spring_bumper.active.xpos",            "8"                     },
4242   { "emc_spring_bumper.active.ypos",            "4"                     },
4243   { "emc_spring_bumper.active.frames",          "4"                     },
4244   { "emc_spring_bumper.active.anim_mode",       "pingpong2"             },
4245
4246   { "emc_plant",                                "RocksEMC.pcx"          },
4247   { "emc_plant.xpos",                           "4"                     },
4248   { "emc_plant.ypos",                           "4"                     },
4249   { "emc_plant.frames",                         "1"                     },
4250   { "emc_plant.CRUMBLED",                       "RocksEMC.pcx"          },
4251   { "emc_plant.CRUMBLED.xpos",                  "5"                     },
4252   { "emc_plant.CRUMBLED.ypos",                  "4"                     },
4253   { "emc_plant.CRUMBLED.frames",                "1"                     },
4254
4255   { "emc_lenses",                               "RocksEMC.pcx"          },
4256   { "emc_lenses.xpos",                          "6"                     },
4257   { "emc_lenses.ypos",                          "4"                     },
4258   { "emc_lenses.frames",                        "1"                     },
4259
4260   { "emc_magnifier",                            "RocksEMC.pcx"          },
4261   { "emc_magnifier.xpos",                       "7"                     },
4262   { "emc_magnifier.ypos",                       "4"                     },
4263   { "emc_magnifier.frames",                     "1"                     },
4264
4265   { "emc_wall_9",                               "RocksEMC.pcx"          },
4266   { "emc_wall_9.xpos",                          "10"                    },
4267   { "emc_wall_9.ypos",                          "5"                     },
4268   { "emc_wall_9.frames",                        "1"                     },
4269   { "emc_wall_10",                              "RocksEMC.pcx"          },
4270   { "emc_wall_10.xpos",                         "10"                    },
4271   { "emc_wall_10.ypos",                         "6"                     },
4272   { "emc_wall_10.frames",                       "1"                     },
4273   { "emc_wall_11",                              "RocksEMC.pcx"          },
4274   { "emc_wall_11.xpos",                         "11"                    },
4275   { "emc_wall_11.ypos",                         "5"                     },
4276   { "emc_wall_11.frames",                       "1"                     },
4277   { "emc_wall_12",                              "RocksEMC.pcx"          },
4278   { "emc_wall_12.xpos",                         "11"                    },
4279   { "emc_wall_12.ypos",                         "6"                     },
4280   { "emc_wall_12.frames",                       "1"                     },
4281   { "emc_wall_13",                              "RocksEMC.pcx"          },
4282   { "emc_wall_13.xpos",                         "10"                    },
4283   { "emc_wall_13.ypos",                         "7"                     },
4284   { "emc_wall_13.frames",                       "1"                     },
4285   { "emc_wall_14",                              "RocksEMC.pcx"          },
4286   { "emc_wall_14.xpos",                         "10"                    },
4287   { "emc_wall_14.ypos",                         "8"                     },
4288   { "emc_wall_14.frames",                       "1"                     },
4289   { "emc_wall_15",                              "RocksEMC.pcx"          },
4290   { "emc_wall_15.xpos",                         "10"                    },
4291   { "emc_wall_15.ypos",                         "9"                     },
4292   { "emc_wall_15.frames",                       "1"                     },
4293   { "emc_wall_16",                              "RocksEMC.pcx"          },
4294   { "emc_wall_16.xpos",                         "10"                    },
4295   { "emc_wall_16.ypos",                         "10"                    },
4296   { "emc_wall_16.frames",                       "1"                     },
4297
4298   { "emc_wall_slippery_1",                      "RocksEMC.pcx"          },
4299   { "emc_wall_slippery_1.xpos",                 "11"                    },
4300   { "emc_wall_slippery_1.ypos",                 "7"                     },
4301   { "emc_wall_slippery_1.frames",               "1"                     },
4302   { "emc_wall_slippery_2",                      "RocksEMC.pcx"          },
4303   { "emc_wall_slippery_2.xpos",                 "11"                    },
4304   { "emc_wall_slippery_2.ypos",                 "8"                     },
4305   { "emc_wall_slippery_2.frames",               "1"                     },
4306   { "emc_wall_slippery_3",                      "RocksEMC.pcx"          },
4307   { "emc_wall_slippery_3.xpos",                 "11"                    },
4308   { "emc_wall_slippery_3.ypos",                 "9"                     },
4309   { "emc_wall_slippery_3.frames",               "1"                     },
4310   { "emc_wall_slippery_4",                      "RocksEMC.pcx"          },
4311   { "emc_wall_slippery_4.xpos",                 "11"                    },
4312   { "emc_wall_slippery_4.ypos",                 "10"                    },
4313   { "emc_wall_slippery_4.frames",               "1"                     },
4314
4315   { "emc_fake_grass",                           "RocksEMC.pcx"          },
4316   { "emc_fake_grass.xpos",                      "0"                     },
4317   { "emc_fake_grass.ypos",                      "4"                     },
4318   { "emc_fake_grass.frames",                    "1"                     },
4319   { "emc_fake_grass.CRUMBLED",                  "RocksEMC.pcx"          },
4320   { "emc_fake_grass.CRUMBLED.xpos",             "1"                     },
4321   { "emc_fake_grass.CRUMBLED.ypos",             "4"                     },
4322   { "emc_fake_grass.CRUMBLED.frames",           "1"                     },
4323   { "emc_fake_grass.active",                    "RocksEMC.pcx"          },
4324   { "emc_fake_grass.active.xpos",               "2"                     },
4325   { "emc_fake_grass.active.ypos",               "4"                     },
4326   { "emc_fake_grass.active.frames",             "1"                     },
4327   { "emc_fake_grass.active.CRUMBLED",           "RocksEMC.pcx"          },
4328   { "emc_fake_grass.active.CRUMBLED.xpos",      "3"                     },
4329   { "emc_fake_grass.active.CRUMBLED.ypos",      "4"                     },
4330   { "emc_fake_grass.active.CRUMBLED.frames",    "1"                     },
4331   { "emc_fake_grass.EDITOR",                    "RocksEMC.pcx"          },
4332   { "emc_fake_grass.EDITOR.xpos",               "2"                     },
4333   { "emc_fake_grass.EDITOR.ypos",               "4"                     },
4334   { "emc_fake_grass.EDITOR.frames",             "1"                     },
4335
4336   { "emc_fake_acid",                            "RocksElements.pcx"     },
4337   { "emc_fake_acid.xpos",                       "12"                    },
4338   { "emc_fake_acid.ypos",                       "7"                     },
4339   { "emc_fake_acid.frames",                     "4"                     },
4340   { "emc_fake_acid.delay",                      "10"                    },
4341   { "emc_fake_acid.global_sync",                "true"                  },
4342
4343   { "emc_dripper",                              "RocksSP.pcx"           },
4344   { "emc_dripper.xpos",                         "0"                     },
4345   { "emc_dripper.ypos",                         "0"                     },
4346   { "emc_dripper.frames",                       "1"                     },
4347   { "emc_dripper.EDITOR",                       "RocksEMC.pcx"          },
4348   { "emc_dripper.EDITOR.xpos",                  "8"                     },
4349   { "emc_dripper.EDITOR.ypos",                  "8"                     },
4350   { "emc_dripper.active",                       "RocksEMC.pcx"          },
4351   { "emc_dripper.active.xpos",                  "8"                     },
4352   { "emc_dripper.active.ypos",                  "8"                     },
4353   { "emc_dripper.active.frames",                "1"                     },
4354
4355   /* (these are only defined as elements to support ".PANEL" definitions) */
4356   { "graphic_1",                                UNDEFINED_FILENAME      },
4357   { "graphic_2",                                UNDEFINED_FILENAME      },
4358   { "graphic_3",                                UNDEFINED_FILENAME      },
4359   { "graphic_4",                                UNDEFINED_FILENAME      },
4360   { "graphic_5",                                UNDEFINED_FILENAME      },
4361   { "graphic_6",                                UNDEFINED_FILENAME      },
4362   { "graphic_7",                                UNDEFINED_FILENAME      },
4363   { "graphic_8",                                UNDEFINED_FILENAME      },
4364
4365 #include "conf_chr.c"   /* include auto-generated data structure definitions */
4366 #include "conf_cus.c"   /* include auto-generated data structure definitions */
4367 #include "conf_grp.c"   /* include auto-generated data structure definitions */
4368
4369   /* images not associated to game elements (used for menu screens etc.) */
4370   /* keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change! */
4371
4372 #if 1
4373   /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */
4374
4375   /* (for testing, change filename back to "emc_objects dot pcx") */
4376   { "emc_object",                               "RocksEMC.pcx"          },
4377 #if 0
4378   { "emc_object.scale_up_factor",               "2"                     },
4379 #endif
4380
4381   /* (for testing, change filename back to "emc_players dot pcx") */
4382   { "emc_sprite",                               "RocksEMC.pcx"          },
4383 #if 0
4384   { "emc_sprite.scale_up_factor",               "2"                     },
4385 #endif
4386 #endif
4387
4388   { "sp_frame_horizontal",                      "RocksSP.pcx"           },
4389   { "sp_frame_horizontal.xpos",                 "7"                     },
4390   { "sp_frame_horizontal.ypos",                 "14"                    },
4391   { "sp_frame_vertical",                        "RocksSP.pcx"           },
4392   { "sp_frame_vertical.xpos",                   "6"                     },
4393   { "sp_frame_vertical.ypos",                   "14"                    },
4394   { "sp_frame_corner",                          "RocksSP.pcx"           },
4395   { "sp_frame_corner.xpos",                     "5"                     },
4396   { "sp_frame_corner.ypos",                     "14"                    },
4397
4398   { "toon_1",                                   "RocksToons.pcx"        },
4399   { "toon_1.x",                                 "2"                     },
4400   { "toon_1.y",                                 "72"                    },
4401   { "toon_1.width",                             "40"                    },
4402   { "toon_1.height",                            "48"                    },
4403   { "toon_1.frames",                            "8"                     },
4404   { "toon_1.delay",                             "1"                     },
4405   { "toon_1.step_offset",                       "4"                     },
4406   { "toon_1.step_delay",                        "5"                     },
4407   { "toon_1.direction",                         "right"                 },
4408   { "toon_1.position",                          "bottom"                },
4409
4410   { "toon_2",                                   "RocksToons.pcx"        },
4411   { "toon_2.x",                                 "2"                     },
4412   { "toon_2.y",                                 "186"                   },
4413   { "toon_2.width",                             "40"                    },
4414   { "toon_2.height",                            "48"                    },
4415   { "toon_2.frames",                            "8"                     },
4416   { "toon_2.delay",                             "1"                     },
4417   { "toon_2.step_offset",                       "4"                     },
4418   { "toon_2.step_delay",                        "5"                     },
4419   { "toon_2.direction",                         "left"                  },
4420   { "toon_2.position",                          "bottom"                },
4421
4422   { "toon_3",                                   "RocksToons.pcx"        },
4423   { "toon_3.x",                                 "2"                     },
4424   { "toon_3.y",                                 "125"                   },
4425   { "toon_3.width",                             "48"                    },
4426   { "toon_3.height",                            "56"                    },
4427   { "toon_3.frames",                            "8"                     },
4428   { "toon_3.delay",                             "1"                     },
4429   { "toon_3.step_offset",                       "4"                     },
4430   { "toon_3.step_delay",                        "5"                     },
4431   { "toon_3.direction",                         "right"                 },
4432   { "toon_3.position",                          "bottom"                },
4433
4434   { "toon_4",                                   "RocksToons.pcx"        },
4435   { "toon_4.x",                                 "327"                   },
4436   { "toon_4.y",                                 "10"                    },
4437   { "toon_4.width",                             "80"                    },
4438   { "toon_4.height",                            "110"                   },
4439   { "toon_4.frames",                            "1"                     },
4440   { "toon_4.delay",                             "1"                     },
4441   { "toon_4.step_offset",                       "1"                     },
4442   { "toon_4.step_delay",                        "1"                     },
4443   { "toon_4.direction",                         "up"                    },
4444   { "toon_4.position",                          "any"                   },
4445
4446   { "toon_5",                                   "RocksToons.pcx"        },
4447   { "toon_5.x",                                 "2"                     },
4448   { "toon_5.y",                                 "2"                     },
4449   { "toon_5.width",                             "32"                    },
4450   { "toon_5.height",                            "30"                    },
4451   { "toon_5.frames",                            "8"                     },
4452   { "toon_5.delay",                             "2"                     },
4453   { "toon_5.anim_mode",                         "pingpong2"             },
4454   { "toon_5.step_offset",                       "2"                     },
4455   { "toon_5.step_delay",                        "1"                     },
4456   { "toon_5.direction",                         "right"                 },
4457   { "toon_5.position",                          "upper"                 },
4458
4459   { "toon_6",                                   "RocksToons.pcx"        },
4460   { "toon_6.x",                                 "2"                     },
4461   { "toon_6.y",                                 "37"                    },
4462   { "toon_6.width",                             "32"                    },
4463   { "toon_6.height",                            "30"                    },
4464   { "toon_6.frames",                            "8"                     },
4465   { "toon_6.delay",                             "2"                     },
4466   { "toon_6.anim_mode",                         "pingpong2"             },
4467   { "toon_6.step_offset",                       "2"                     },
4468   { "toon_6.step_delay",                        "1"                     },
4469   { "toon_6.direction",                         "left"                  },
4470   { "toon_6.position",                          "upper"                 },
4471
4472   { "toon_7",                                   "RocksMore.pcx"         },
4473   { "toon_7.xpos",                              "0"                     },
4474   { "toon_7.ypos",                              "6"                     },
4475   { "toon_7.frames",                            "16"                    },
4476   { "toon_7.delay",                             "2"                     },
4477   { "toon_7.direction",                         "down"                  },
4478   { "toon_7.position",                          "any"                   },
4479
4480   { "toon_8",                                   "RocksHeroes.pcx"       },
4481   { "toon_8.xpos",                              "4"                     },
4482   { "toon_8.ypos",                              "1"                     },
4483   { "toon_8.frames",                            "4"                     },
4484   { "toon_8.delay",                             "4"                     },
4485   { "toon_8.direction",                         "right"                 },
4486   { "toon_8.position",                          "bottom"                },
4487
4488   { "toon_9",                                   "RocksHeroes.pcx"       },
4489   { "toon_9.xpos",                              "8"                     },
4490   { "toon_9.ypos",                              "7"                     },
4491   { "toon_9.frames",                            "4"                     },
4492   { "toon_9.delay",                             "2"                     },
4493   { "toon_9.direction",                         "left"                  },
4494   { "toon_9.position",                          "bottom"                },
4495
4496   { "toon_10",                                  "RocksHeroes.pcx"       },
4497   { "toon_10.xpos",                             "12"                    },
4498   { "toon_10.ypos",                             "7"                     },
4499   { "toon_10.frames",                           "4"                     },
4500   { "toon_10.delay",                            "2"                     },
4501   { "toon_10.direction",                        "right"                 },
4502   { "toon_10.position",                         "bottom"                },
4503
4504   { "toon_11",                                  "RocksHeroes.pcx"       },
4505   { "toon_11.xpos",                             "8"                     },
4506   { "toon_11.ypos",                             "5"                     },
4507   { "toon_11.frames",                           "4"                     },
4508   { "toon_11.delay",                            "2"                     },
4509   { "toon_11.direction",                        "left"                  },
4510   { "toon_11.position",                         "bottom"                },
4511
4512   { "toon_12",                                  "RocksHeroes.pcx"       },
4513   { "toon_12.xpos",                             "12"                    },
4514   { "toon_12.ypos",                             "5"                     },
4515   { "toon_12.frames",                           "4"                     },
4516   { "toon_12.delay",                            "2"                     },
4517   { "toon_12.direction",                        "right"                 },
4518   { "toon_12.position",                         "bottom"                },
4519
4520   { "toon_13",                                  "RocksHeroes.pcx"       },
4521   { "toon_13.xpos",                             "8"                     },
4522   { "toon_13.ypos",                             "1"                     },
4523   { "toon_13.frames",                           "4"                     },
4524   { "toon_13.delay",                            "2"                     },
4525   { "toon_13.direction",                        "left"                  },
4526   { "toon_13.position",                         "bottom"                },
4527
4528   { "toon_14",                                  "RocksHeroes.pcx"       },
4529   { "toon_14.xpos",                             "12"                    },
4530   { "toon_14.ypos",                             "1"                     },
4531   { "toon_14.frames",                           "4"                     },
4532   { "toon_14.delay",                            "2"                     },
4533   { "toon_14.direction",                        "right"                 },
4534   { "toon_14.position",                         "bottom"                },
4535
4536   { "toon_15",                                  "RocksHeroes.pcx"       },
4537   { "toon_15.xpos",                             "8"                     },
4538   { "toon_15.ypos",                             "3"                     },
4539   { "toon_15.frames",                           "4"                     },
4540   { "toon_15.delay",                            "2"                     },
4541   { "toon_15.direction",                        "left"                  },
4542   { "toon_15.position",                         "bottom"                },
4543
4544   { "toon_16",                                  "RocksHeroes.pcx"       },
4545   { "toon_16.xpos",                             "12"                    },
4546   { "toon_16.ypos",                             "3"                     },
4547   { "toon_16.frames",                           "4"                     },
4548   { "toon_16.delay",                            "2"                     },
4549   { "toon_16.direction",                        "right"                 },
4550   { "toon_16.position",                         "bottom"                },
4551
4552   { "toon_17",                                  "RocksHeroes.pcx"       },
4553   { "toon_17.xpos",                             "8"                     },
4554   { "toon_17.ypos",                             "9"                     },
4555   { "toon_17.frames",                           "8"                     },
4556   { "toon_17.delay",                            "2"                     },
4557   { "toon_17.direction",                        "left"                  },
4558   { "toon_17.position",                         "any"                   },
4559
4560   { "toon_18",                                  "RocksHeroes.pcx"       },
4561   { "toon_18.xpos",                             "8"                     },
4562   { "toon_18.ypos",                             "9"                     },
4563   { "toon_18.frames",                           "8"                     },
4564   { "toon_18.delay",                            "2"                     },
4565   { "toon_18.direction",                        "right"                 },
4566   { "toon_18.position",                         "any"                   },
4567
4568   { "toon_19",                                  "RocksElements.pcx"     },
4569   { "toon_19.xpos",                             "8"                     },
4570   { "toon_19.ypos",                             "0"                     },
4571   { "toon_19.frames",                           "2"                     },
4572   { "toon_19.delay",                            "4"                     },
4573   { "toon_19.direction",                        "down"                  },
4574   { "toon_19.position",                         "any"                   },
4575
4576   { "toon_20",                                  "RocksElements.pcx"     },
4577   { "toon_20.xpos",                             "10"                    },
4578   { "toon_20.ypos",                             "0"                     },
4579   { "toon_20.frames",                           "2"                     },
4580   { "toon_20.delay",                            "4"                     },
4581   { "toon_20.direction",                        "down"                  },
4582   { "toon_20.position",                         "any"                   },
4583
4584   { "menu.calibrate_red",                       "RocksElements.pcx"     },
4585   { "menu.calibrate_red.xpos",                  "12"                    },
4586   { "menu.calibrate_red.ypos",                  "8"                     },
4587   { "menu.calibrate_red.frames",                "1"                     },
4588   { "menu.calibrate_blue",                      "RocksElements.pcx"     },
4589   { "menu.calibrate_blue.xpos",                 "13"                    },
4590   { "menu.calibrate_blue.ypos",                 "8"                     },
4591   { "menu.calibrate_blue.frames",               "1"                     },
4592   { "menu.calibrate_yellow",                    "RocksElements.pcx"     },
4593   { "menu.calibrate_yellow.xpos",               "14"                    },
4594   { "menu.calibrate_yellow.ypos",               "8"                     },
4595   { "menu.calibrate_yellow.frames",             "1"                     },
4596
4597   { "menu.button",                              "RocksElements.pcx"     },
4598   { "menu.button.xpos",                         "13"                    },
4599   { "menu.button.ypos",                         "8"                     },
4600   { "menu.button.frames",                       "1"                     },
4601   { "menu.button.active",                       "RocksElements.pcx"     },
4602   { "menu.button.active.xpos",                  "12"                    },
4603   { "menu.button.active.ypos",                  "8"                     },
4604   { "menu.button.active.frames",                "1"                     },
4605
4606   { "menu.button_left",                         "RocksDC.pcx"           },
4607   { "menu.button_left.xpos",                    "8"                     },
4608   { "menu.button_left.ypos",                    "8"                     },
4609   { "menu.button_left.frames",                  "1"                     },
4610   { "menu.button_left.active",                  "RocksDC.pcx"           },
4611   { "menu.button_left.active.xpos",             "8"                     },
4612   { "menu.button_left.active.ypos",             "9"                     },
4613   { "menu.button_left.active.frames",           "1"                     },
4614   { "menu.button_right",                        "RocksDC.pcx"           },
4615   { "menu.button_right.xpos",                   "9"                     },
4616   { "menu.button_right.ypos",                   "8"                     },
4617   { "menu.button_right.frames",                 "1"                     },
4618   { "menu.button_right.active",                 "RocksDC.pcx"           },
4619   { "menu.button_right.active.xpos",            "9"                     },
4620   { "menu.button_right.active.ypos",            "9"                     },
4621   { "menu.button_right.active.frames",          "1"                     },
4622   { "menu.button_up",                           "RocksDC.pcx"           },
4623   { "menu.button_up.xpos",                      "10"                    },
4624   { "menu.button_up.ypos",                      "8"                     },
4625   { "menu.button_up.frames",                    "1"                     },
4626   { "menu.button_up.active",                    "RocksDC.pcx"           },
4627   { "menu.button_up.active.xpos",               "10"                    },
4628   { "menu.button_up.active.ypos",               "9"                     },
4629   { "menu.button_up.active.frames",             "1"                     },
4630   { "menu.button_down",                         "RocksDC.pcx"           },
4631   { "menu.button_down.xpos",                    "11"                    },
4632   { "menu.button_down.ypos",                    "8"                     },
4633   { "menu.button_down.frames",                  "1"                     },
4634   { "menu.button_down.active",                  "RocksDC.pcx"           },
4635   { "menu.button_down.active.xpos",             "11"                    },
4636   { "menu.button_down.active.ypos",             "9"                     },
4637   { "menu.button_down.active.frames",           "1"                     },
4638
4639   { "menu.button_enter_menu",                   UNDEFINED_FILENAME      },
4640   { "menu.button_enter_menu.clone_from",        "menu.button_right"     },
4641   { "menu.button_enter_menu.active",            UNDEFINED_FILENAME      },
4642   { "menu.button_enter_menu.active.clone_from", "menu.button_right.active" },
4643   { "menu.button_leave_menu",                   UNDEFINED_FILENAME      },
4644   { "menu.button_leave_menu.clone_from",        "menu.button_left"      },
4645   { "menu.button_leave_menu.active",            UNDEFINED_FILENAME      },
4646   { "menu.button_leave_menu.active.clone_from", "menu.button_left.active" },
4647
4648   { "menu.button_next_level",                   UNDEFINED_FILENAME      },
4649   { "menu.button_next_level.clone_from",        "menu.button_right"     },
4650   { "menu.button_next_level.active",            UNDEFINED_FILENAME      },
4651   { "menu.button_next_level.active.clone_from", "menu.button_right.active" },
4652   { "menu.button_prev_level",                   UNDEFINED_FILENAME      },
4653   { "menu.button_prev_level.clone_from",        "menu.button_left"      },
4654   { "menu.button_prev_level.active",            UNDEFINED_FILENAME      },
4655   { "menu.button_prev_level.active.clone_from", "menu.button_left.active" },
4656
4657   { "menu.button_name",                         UNDEFINED_FILENAME      },
4658   { "menu.button_name.clone_from",              "menu.button"           },
4659   { "menu.button_name.active",                  UNDEFINED_FILENAME      },
4660   { "menu.button_name.active.clone_from",       "menu.button.active"    },
4661   { "menu.button_levels",                       UNDEFINED_FILENAME      },
4662   { "menu.button_levels.clone_from",            "menu.button_right"     },
4663   { "menu.button_levels.active",                UNDEFINED_FILENAME      },
4664   { "menu.button_levels.active.clone_from",     "menu.button_right.active" },
4665   { "menu.button_scores",                       UNDEFINED_FILENAME      },
4666   { "menu.button_scores.clone_from",            "menu.button"           },
4667   { "menu.button_scores.active",                UNDEFINED_FILENAME      },
4668   { "menu.button_scores.active.clone_from",     "menu.button.active"    },
4669   { "menu.button_editor",                       UNDEFINED_FILENAME      },
4670   { "menu.button_editor.clone_from",            "menu.button"           },
4671   { "menu.button_editor.active",                UNDEFINED_FILENAME      },
4672   { "menu.button_editor.active.clone_from",     "menu.button.active"    },
4673   { "menu.button_info",                         UNDEFINED_FILENAME      },
4674   { "menu.button_info.clone_from",              "menu.button_right"     },
4675   { "menu.button_info.active",                  UNDEFINED_FILENAME      },
4676   { "menu.button_info.active.clone_from",       "menu.button_right.active" },
4677   { "menu.button_game",                         UNDEFINED_FILENAME      },
4678   { "menu.button_game.clone_from",              "menu.button"           },
4679   { "menu.button_game.active",                  UNDEFINED_FILENAME      },
4680   { "menu.button_game.active.clone_from",       "menu.button.active"    },
4681   { "menu.button_setup",                        UNDEFINED_FILENAME      },
4682   { "menu.button_setup.clone_from",             "menu.button_right"     },
4683   { "menu.button_setup.active",                 UNDEFINED_FILENAME      },
4684   { "menu.button_setup.active.clone_from",      "menu.button_right.active" },
4685   { "menu.button_quit",                         UNDEFINED_FILENAME      },
4686   { "menu.button_quit.clone_from",              "menu.button"           },
4687   { "menu.button_quit.active",                  UNDEFINED_FILENAME      },
4688   { "menu.button_quit.active.clone_from",       "menu.button.active"    },
4689
4690   { "menu.scrollbar",                           "RocksDC.pcx"           },
4691   { "menu.scrollbar.xpos",                      "8"                     },
4692   { "menu.scrollbar.ypos",                      "10"                    },
4693   { "menu.scrollbar.frames",                    "1"                     },
4694   { "menu.scrollbar.active",                    "RocksDC.pcx"           },
4695   { "menu.scrollbar.active.xpos",               "9"                     },
4696   { "menu.scrollbar.active.ypos",               "10"                    },
4697   { "menu.scrollbar.active.frames",             "1"                     },
4698
4699   { "game.button.gfx.stop",                     "RocksDoor.pcx"         },
4700   { "game.button.gfx.stop.x",                   "305"                   },
4701   { "game.button.gfx.stop.y",                   "185"                   },
4702   { "game.button.gfx.stop.width",               "30"                    },
4703   { "game.button.gfx.stop.height",              "30"                    },
4704   { "game.button.gfx.stop.pressed_xoffset",     "-100"                  },
4705   { "game.button.gfx.pause",                    "RocksDoor.pcx"         },
4706   { "game.button.gfx.pause.x",                  "335"                   },
4707   { "game.button.gfx.pause.y",                  "185"                   },
4708   { "game.button.gfx.pause.width",              "30"                    },
4709   { "game.button.gfx.pause.height",             "30"                    },
4710   { "game.button.gfx.pause.pressed_xoffset",    "-100"                  },
4711   { "game.button.gfx.play",                     "RocksDoor.pcx"         },
4712   { "game.button.gfx.play.x",                   "365"                   },
4713   { "game.button.gfx.play.y",                   "185"                   },
4714   { "game.button.gfx.play.width",               "30"                    },
4715   { "game.button.gfx.play.height",              "30"                    },
4716   { "game.button.gfx.play.pressed_xoffset",     "-100"                  },
4717   { "game.button.gfx.sound_music",              "RocksDoor.pcx"         },
4718   { "game.button.gfx.sound_music.x",            "305"                   },
4719   { "game.button.gfx.sound_music.y",            "245"                   },
4720   { "game.button.gfx.sound_music.width",        "30"                    },
4721   { "game.button.gfx.sound_music.height",       "30"                    },
4722   { "game.button.gfx.sound_music.pressed_xoffset", "-100"               },
4723   { "game.button.gfx.sound_music.active_yoffset", "-30"                 },
4724   { "game.button.gfx.sound_loops",              "RocksDoor.pcx"         },
4725   { "game.button.gfx.sound_loops.x",            "335"                   },
4726   { "game.button.gfx.sound_loops.y",            "245"                   },
4727   { "game.button.gfx.sound_loops.width",        "30"                    },
4728   { "game.button.gfx.sound_loops.height",       "30"                    },
4729   { "game.button.gfx.sound_loops.pressed_xoffset", "-100"               },
4730   { "game.button.gfx.sound_loops.active_yoffset", "-30"                 },
4731   { "game.button.gfx.sound_simple",             "RocksDoor.pcx"         },
4732   { "game.button.gfx.sound_simple.x",           "365"                   },
4733   { "game.button.gfx.sound_simple.y",           "245"                   },
4734   { "game.button.gfx.sound_simple.width",       "30"                    },
4735   { "game.button.gfx.sound_simple.height",      "30"                    },
4736   { "game.button.gfx.sound_simple.pressed_xoffset", "-100"              },
4737   { "game.button.gfx.sound_simple.active_yoffset", "-30"                },
4738
4739   { "tape.button.gfx.eject",                    "RocksDoor.pcx"         },
4740   { "tape.button.gfx.eject.x",                  "305"                   },
4741   { "tape.button.gfx.eject.y",                  "357"                   },
4742   { "tape.button.gfx.eject.width",              "18"                    },
4743   { "tape.button.gfx.eject.height",             "18"                    },
4744   { "tape.button.gfx.eject.pressed_xoffset",    "-100"                  },
4745   { "tape.button.gfx.extra",                    "RocksDoor.pcx"         },
4746   { "tape.button.gfx.extra.x",                  "505"                   },
4747   { "tape.button.gfx.extra.y",                  "357"                   },
4748   { "tape.button.gfx.extra.width",              "18"                    },
4749   { "tape.button.gfx.extra.height",             "18"                    },
4750   { "tape.button.gfx.extra.pressed_xoffset",    "-100"                  },
4751   { "tape.button.gfx.stop",                     "RocksDoor.pcx"         },
4752   { "tape.button.gfx.stop.x",                   "323"                   },
4753   { "tape.button.gfx.stop.y",                   "357"                   },
4754   { "tape.button.gfx.stop.width",               "18"                    },
4755   { "tape.button.gfx.stop.height",              "18"                    },
4756   { "tape.button.gfx.stop.pressed_xoffset",     "-100"                  },
4757   { "tape.button.gfx.pause",                    "RocksDoor.pcx"         },
4758   { "tape.button.gfx.pause.x",                  "341"                   },
4759   { "tape.button.gfx.pause.y",                  "357"                   },
4760   { "tape.button.gfx.pause.width",              "18"                    },
4761   { "tape.button.gfx.pause.height",             "18"                    },
4762   { "tape.button.gfx.pause.pressed_xoffset",    "-100"                  },
4763   { "tape.button.gfx.record",                   "RocksDoor.pcx"         },
4764   { "tape.button.gfx.record.x",                 "359"                   },
4765   { "tape.button.gfx.record.y",                 "357"                   },
4766   { "tape.button.gfx.record.width",             "18"                    },
4767   { "tape.button.gfx.record.height",            "18"                    },
4768   { "tape.button.gfx.record.pressed_xoffset",   "-100"                  },
4769   { "tape.button.gfx.play",                     "RocksDoor.pcx"         },
4770   { "tape.button.gfx.play.x",                   "377"                   },
4771   { "tape.button.gfx.play.y",                   "357"                   },
4772   { "tape.button.gfx.play.width",               "18"                    },
4773   { "tape.button.gfx.play.height",              "18"                    },
4774   { "tape.button.gfx.play.pressed_xoffset",     "-100"                  },
4775
4776   { "tape.symbol.gfx.eject",                    UNDEFINED_FILENAME      },
4777   { "tape.symbol.gfx.stop",                     UNDEFINED_FILENAME      },
4778   { "tape.symbol.gfx.pause",                    "RocksDoor.pcx"         },
4779   { "tape.symbol.gfx.pause.x",                  "340"                   },
4780   { "tape.symbol.gfx.pause.y",                  "321"                   },
4781   { "tape.symbol.gfx.pause.width",              "17"                    },
4782   { "tape.symbol.gfx.pause.height",             "13"                    },
4783   { "tape.symbol.gfx.record",                   "RocksDoor.pcx"         },
4784   { "tape.symbol.gfx.record.x",                 "325"                   },
4785   { "tape.symbol.gfx.record.y",                 "321"                   },
4786   { "tape.symbol.gfx.record.width",             "16"                    },
4787   { "tape.symbol.gfx.record.height",            "16"                    },
4788   { "tape.symbol.gfx.play",                     "RocksDoor.pcx"         },
4789   { "tape.symbol.gfx.play.x",                   "357"                   },
4790   { "tape.symbol.gfx.play.y",                   "321"                   },
4791   { "tape.symbol.gfx.play.width",               "11"                    },
4792   { "tape.symbol.gfx.play.height",              "13"                    },
4793   { "tape.symbol.gfx.fast_forward",             "RocksDoor.pcx"         },
4794   { "tape.symbol.gfx.fast_forward.x",           "539"                   },
4795   { "tape.symbol.gfx.fast_forward.y",           "193"                   },
4796   { "tape.symbol.gfx.fast_forward.width",       "27"                    },
4797   { "tape.symbol.gfx.fast_forward.height",      "13"                    },
4798   { "tape.symbol.gfx.warp_forward",             "RocksDoor.pcx"         },
4799   { "tape.symbol.gfx.warp_forward.x",           "539"                   },
4800   { "tape.symbol.gfx.warp_forward.y",           "152"                   },
4801   { "tape.symbol.gfx.warp_forward.width",       "27"                    },
4802   { "tape.symbol.gfx.warp_forward.height",      "13"                    },
4803   { "tape.symbol.gfx.warp_forward_blind",       "RocksDoor.pcx"         },
4804   { "tape.symbol.gfx.warp_forward_blind.x",     "539"                   },
4805   { "tape.symbol.gfx.warp_forward_blind.y",     "165"                   },
4806   { "tape.symbol.gfx.warp_forward_blind.width", "27"                    },
4807   { "tape.symbol.gfx.warp_forward_blind.height","13"                    },
4808   { "tape.symbol.gfx.pause_before_end",         "RocksDoor.pcx"         },
4809   { "tape.symbol.gfx.pause_before_end.x",       "539"                   },
4810   { "tape.symbol.gfx.pause_before_end.y",       "221"                   },
4811   { "tape.symbol.gfx.pause_before_end.width",   "27"                    },
4812   { "tape.symbol.gfx.pause_before_end.height",  "13"                    },
4813   { "tape.symbol.gfx.single_step",              UNDEFINED_FILENAME      },
4814
4815   { "tape.label.gfx.eject",                     UNDEFINED_FILENAME      },
4816   { "tape.label.gfx.stop",                      UNDEFINED_FILENAME      },
4817   { "tape.label.gfx.pause",                     "RocksDoor.pcx"         },
4818   { "tape.label.gfx.pause.x",                   "305"                   },
4819   { "tape.label.gfx.pause.y",                   "341"                   },
4820   { "tape.label.gfx.pause.width",               "35"                    },
4821   { "tape.label.gfx.pause.height",              "8"                     },
4822   { "tape.label.gfx.record",                    "RocksDoor.pcx"         },
4823   { "tape.label.gfx.record.x",                  "305"                   },
4824   { "tape.label.gfx.record.y",                  "321"                   },
4825   { "tape.label.gfx.record.width",              "20"                    },
4826   { "tape.label.gfx.record.height",             "12"                    },
4827   { "tape.label.gfx.play",                      "RocksDoor.pcx"         },
4828   { "tape.label.gfx.play.x",                    "370"                   },
4829   { "tape.label.gfx.play.y",                    "321"                   },
4830   { "tape.label.gfx.play.width",                "22"                    },
4831   { "tape.label.gfx.play.height",               "12"                    },
4832   { "tape.label.gfx.fast_forward",              "RocksDoor.pcx"         },
4833   { "tape.label.gfx.fast_forward.x",            "505"                   },
4834   { "tape.label.gfx.fast_forward.y",            "193"                   },
4835   { "tape.label.gfx.fast_forward.width",        "40"                    },
4836   { "tape.label.gfx.fast_forward.height",       "28"                    },
4837   { "tape.label.gfx.warp_forward",              "RocksDoor.pcx"         },
4838   { "tape.label.gfx.warp_forward.x",            "505"                   },
4839   { "tape.label.gfx.warp_forward.y",            "165"                   },
4840   { "tape.label.gfx.warp_forward.width",        "40"                    },
4841   { "tape.label.gfx.warp_forward.height",       "28"                    },
4842   { "tape.label.gfx.warp_forward_blind",        "RocksDoor.pcx"         },
4843   { "tape.label.gfx.warp_forward_blind.x",      "505"                   },
4844   { "tape.label.gfx.warp_forward_blind.y",      "165"                   },
4845   { "tape.label.gfx.warp_forward_blind.width",  "40"                    },
4846   { "tape.label.gfx.warp_forward_blind.height", "28"                    },
4847   { "tape.label.gfx.pause_before_end",          "RocksDoor.pcx"         },
4848   { "tape.label.gfx.pause_before_end.x",        "505"                   },
4849   { "tape.label.gfx.pause_before_end.y",        "221"                   },
4850   { "tape.label.gfx.pause_before_end.width",    "40"                    },
4851   { "tape.label.gfx.pause_before_end.height",   "28"                    },
4852   { "tape.label.gfx.single_step",               "RocksDoor.pcx"         },
4853   { "tape.label.gfx.single_step.x",             "557"                   },
4854   { "tape.label.gfx.single_step.y",             "139"                   },
4855   { "tape.label.gfx.single_step.width",         "38"                    },
4856   { "tape.label.gfx.single_step.height",        "13"                    },
4857
4858   { "tape.label.gfx.date",                      "RocksDoor.pcx"         },
4859   { "tape.label.gfx.date.x",                    "305"                   },
4860   { "tape.label.gfx.date.y",                    "285"                   },
4861   { "tape.label.gfx.date.width",                "90"                    },
4862   { "tape.label.gfx.date.height",               "13"                    },
4863   { "tape.label.gfx.time",                      UNDEFINED_FILENAME      },
4864
4865   { "font.initial_1",                           "RocksFontSmall.pcx"    },
4866   { "font.initial_1.x",                         "0"                     },
4867   { "font.initial_1.y",                         "0"                     },
4868   { "font.initial_1.width",                     "14"                    },
4869   { "font.initial_1.height",                    "14"                    },
4870   { "font.initial_2",                           "RocksFontSmall.pcx"    },
4871   { "font.initial_2.x",                         "0"                     },
4872   { "font.initial_2.y",                         "70"                    },
4873   { "font.initial_2.width",                     "14"                    },
4874   { "font.initial_2.height",                    "14"                    },
4875   { "font.initial_3",                           "RocksFontSmall.pcx"    },
4876   { "font.initial_3.x",                         "0"                     },
4877   { "font.initial_3.y",                         "140"                   },
4878   { "font.initial_3.width",                     "14"                    },
4879   { "font.initial_3.height",                    "14"                    },
4880   { "font.initial_4",                           "RocksFontSmall.pcx"    },
4881   { "font.initial_4.x",                         "0"                     },
4882   { "font.initial_4.y",                         "210"                   },
4883   { "font.initial_4.width",                     "14"                    },
4884   { "font.initial_4.height",                    "14"                    },
4885
4886   { "font.title_1",                             "RocksFontBig.pcx"      },
4887   { "font.title_1.x",                           "0"                     },
4888   { "font.title_1.y",                           "480"                   },
4889   { "font.title_1.width",                       "32"                    },
4890   { "font.title_1.height",                      "32"                    },
4891   { "font.title_2",                             "RocksFontSmall.pcx"    },
4892   { "font.title_2.x",                           "0"                     },
4893   { "font.title_2.y",                           "0"                     },
4894   { "font.title_2.width",                       "14"                    },
4895   { "font.title_2.height",                      "14"                    },
4896   { "font.title_2.SETUP",                       UNDEFINED_FILENAME      },
4897   { "font.title_2.SETUP.clone_from",            "font.text_4"           },
4898
4899   { "font.menu_1",                              "RocksFontBig.pcx"      },
4900   { "font.menu_1.x",                            "0"                     },
4901   { "font.menu_1.y",                            "320"                   },
4902   { "font.menu_1.width",                        "32"                    },
4903   { "font.menu_1.height",                       "32"                    },
4904   { "font.menu_1.active",                       "RocksFontBig.pcx"      },
4905   { "font.menu_1.active.x",                     "0"                     },
4906   { "font.menu_1.active.y",                     "480"                   },
4907   { "font.menu_1.active.width",                 "32"                    },
4908   { "font.menu_1.active.height",                "32"                    },
4909   { "font.menu_2",                              "RocksFontMedium.pcx"   },
4910   { "font.menu_2.x",                            "0"                     },
4911   { "font.menu_2.y",                            "320"                   },
4912   { "font.menu_2.width",                        "16"                    },
4913   { "font.menu_2.height",                       "32"                    },
4914   { "font.menu_2.active",                       "RocksFontMedium.pcx"   },
4915   { "font.menu_2.active.x",                     "0"                     },
4916   { "font.menu_2.active.y",                     "480"                   },
4917   { "font.menu_2.active.width",                 "16"                    },
4918   { "font.menu_2.active.height",                "32"                    },
4919
4920   { "font.text_1",                              "RocksFontSmall.pcx"    },
4921   { "font.text_1.x",                            "0"                     },
4922   { "font.text_1.y",                            "140"                   },
4923   { "font.text_1.width",                        "14"                    },
4924   { "font.text_1.height",                       "14"                    },
4925   { "font.text_1.MAIN",                         UNDEFINED_FILENAME      },
4926   { "font.text_1.MAIN.clone_from",              "font.text_1.PREVIEW"   },
4927   { "font.text_1.LEVELS",                       "RocksFontMedium.pcx"   },
4928   { "font.text_1.LEVELS.x",                     "0"                     },
4929   { "font.text_1.LEVELS.y",                     "0"                     },
4930   { "font.text_1.LEVELS.width",                 "16"                    },
4931   { "font.text_1.LEVELS.height",                "32"                    },
4932   { "font.text_1.LEVELNR",                      UNDEFINED_FILENAME      },
4933   { "font.text_1.LEVELNR.clone_from",           "font.text_1.LEVELS"    },
4934   { "font.text_1.SETUP",                        UNDEFINED_FILENAME      },
4935   { "font.text_1.SETUP.clone_from",             "font.text_1.LEVELS"    },
4936   { "font.text_1.PREVIEW",                      "RocksFontEM.pcx"       },
4937   { "font.text_1.PREVIEW.x",                    "0"                     },
4938   { "font.text_1.PREVIEW.y",                    "160"                   },
4939   { "font.text_1.PREVIEW.width",                "16"                    },
4940   { "font.text_1.PREVIEW.height",               "16"                    },
4941   { "font.text_1.SCORES",                       "RocksFontMedium.pcx"   },
4942   { "font.text_1.SCORES.x",                     "0"                     },
4943   { "font.text_1.SCORES.y",                     "480"                   },
4944   { "font.text_1.SCORES.width",                 "16"                    },
4945   { "font.text_1.SCORES.height",                "32"                    },
4946   { "font.text_1.active.SCORES",                "RocksFontMedium.pcx"   },
4947   { "font.text_1.active.SCORES.x",              "0"                     },
4948   { "font.text_1.active.SCORES.y",              "0"                     },
4949   { "font.text_1.active.SCORES.width",          "16"                    },
4950   { "font.text_1.active.SCORES.height",         "32"                    },
4951   { "font.text_1.PANEL",                        UNDEFINED_FILENAME      },
4952   { "font.text_1.PANEL.clone_from",             "font.level_number"     },
4953   { "font.text_1.DOOR",                         UNDEFINED_FILENAME      },
4954   { "font.text_1.DOOR.clone_from",              "font.level_number"     },
4955   { "font.text_2",                              "RocksFontSmall.pcx"    },
4956   { "font.text_2.x",                            "0"                     },
4957   { "font.text_2.y",                            "210"                   },
4958   { "font.text_2.width",                        "14"                    },
4959   { "font.text_2.height",                       "14"                    },
4960   { "font.text_2.MAIN",                         UNDEFINED_FILENAME      },
4961   { "font.text_2.MAIN.clone_from",              "font.text_2.PREVIEW"   },
4962   { "font.text_2.LEVELS",                       "RocksFontMedium.pcx"   },
4963   { "font.text_2.LEVELS.x",                     "0"                     },
4964   { "font.text_2.LEVELS.y",                     "160"                   },
4965   { "font.text_2.LEVELS.width",                 "16"                    },
4966   { "font.text_2.LEVELS.height",                "32"                    },
4967   { "font.text_2.LEVELNR",                      UNDEFINED_FILENAME      },
4968   { "font.text_2.LEVELNR.clone_from",           "font.text_2.LEVELS"    },
4969   { "font.text_2.SETUP",                        UNDEFINED_FILENAME      },
4970   { "font.text_2.SETUP.clone_from",             "font.text_2.LEVELS"    },
4971   { "font.text_2.PREVIEW",                      "RocksFontEM.pcx"       },
4972   { "font.text_2.PREVIEW.x",                    "0"                     },
4973   { "font.text_2.PREVIEW.y",                    "160"                   },
4974   { "font.text_2.PREVIEW.width",                "16"                    },
4975   { "font.text_2.PREVIEW.height",               "16"                    },
4976   { "font.text_2.SCORES",                       "RocksFontBig.pcx"      },
4977   { "font.text_2.SCORES.x",                     "0"                     },
4978   { "font.text_2.SCORES.y",                     "320"                   },
4979   { "font.text_2.SCORES.width",                 "32"                    },
4980   { "font.text_2.SCORES.height",                "32"                    },
4981   { "font.text_2.active.SCORES",                "RocksFontBig.pcx"      },
4982   { "font.text_2.active.SCORES.x",              "0"                     },
4983   { "font.text_2.active.SCORES.y",              "0"                     },
4984   { "font.text_2.active.SCORES.width",          "32"                    },
4985   { "font.text_2.active.SCORES.height",         "32"                    },
4986   { "font.text_3",                              "RocksFontSmall.pcx"    },
4987   { "font.text_3.x",                            "0"                     },
4988   { "font.text_3.y",                            "0"                     },
4989   { "font.text_3.width",                        "14"                    },
4990   { "font.text_3.height",                       "14"                    },
4991   { "font.text_3.LEVELS",                       "RocksFontMedium.pcx"   },
4992   { "font.text_3.LEVELS.x",                     "0"                     },
4993   { "font.text_3.LEVELS.y",                     "320"                   },
4994   { "font.text_3.LEVELS.width",                 "16"                    },
4995   { "font.text_3.LEVELS.height",                "32"                    },
4996   { "font.text_3.LEVELNR",                      UNDEFINED_FILENAME      },
4997   { "font.text_3.LEVELNR.clone_from",           "font.text_3.LEVELS"    },
4998   { "font.text_3.SETUP",                        UNDEFINED_FILENAME      },
4999   { "font.text_3.SETUP.clone_from",             "font.text_3.LEVELS"    },
5000   { "font.text_3.PREVIEW",                      "RocksFontEM.pcx"       },
5001   { "font.text_3.PREVIEW.x",                    "0"                     },
5002   { "font.text_3.PREVIEW.y",                    "160"                   },
5003   { "font.text_3.PREVIEW.width",                "16"                    },
5004   { "font.text_3.PREVIEW.height",               "16"                    },
5005   { "font.text_3.SCORES",                       "RocksFontMedium.pcx"   },
5006   { "font.text_3.SCORES.x",                     "0"                     },
5007   { "font.text_3.SCORES.y",                     "480"                   },
5008   { "font.text_3.SCORES.width",                 "16"                    },
5009   { "font.text_3.SCORES.height",                "32"                    },
5010   { "font.text_3.active.SCORES",                "RocksFontMedium.pcx"   },
5011   { "font.text_3.active.SCORES.x",              "0"                     },
5012   { "font.text_3.active.SCORES.y",              "0"                     },
5013   { "font.text_3.active.SCORES.width",          "16"                    },
5014   { "font.text_3.active.SCORES.height",         "32"                    },
5015   { "font.text_4",                              "RocksFontSmall.pcx"    },
5016   { "font.text_4.x",                            "0"                     },
5017   { "font.text_4.y",                            "70"                    },
5018   { "font.text_4.width",                        "14"                    },
5019   { "font.text_4.height",                       "14"                    },
5020   { "font.text_4.MAIN",                         UNDEFINED_FILENAME      },
5021   { "font.text_4.MAIN.clone_from",              "font.text_3.PREVIEW"   },
5022   { "font.text_4.LEVELS",                       "RocksFontMedium.pcx"   },
5023   { "font.text_4.LEVELS.x",                     "0"                     },
5024   { "font.text_4.LEVELS.y",                     "480"                   },
5025   { "font.text_4.LEVELS.width",                 "16"                    },
5026   { "font.text_4.LEVELS.height",                "32"                    },
5027   { "font.text_4.LEVELNR",                      UNDEFINED_FILENAME      },
5028   { "font.text_4.LEVELNR.clone_from",           "font.text_4.LEVELS"    },
5029   { "font.text_4.SETUP",                        UNDEFINED_FILENAME      },
5030   { "font.text_4.SETUP.clone_from",             "font.text_4.LEVELS"    },
5031   { "font.text_4.SCORES",                       "RocksFontMedium.pcx"   },
5032   { "font.text_4.SCORES.x",                     "0"                     },
5033   { "font.text_4.SCORES.y",                     "480"                   },
5034   { "font.text_4.SCORES.width",                 "16"                    },
5035   { "font.text_4.SCORES.height",                "32"                    },
5036   { "font.text_4.active.SCORES",                "RocksFontMedium.pcx"   },
5037   { "font.text_4.active.SCORES.x",              "0"                     },
5038   { "font.text_4.active.SCORES.y",              "0"                     },
5039   { "font.text_4.active.SCORES.width",          "16"                    },
5040   { "font.text_4.active.SCORES.height",         "32"                    },
5041
5042   { "font.envelope_1",                          "RocksFontEM.pcx"       },
5043   { "font.envelope_1.x",                        "0"                     },
5044   { "font.envelope_1.y",                        "160"                   },
5045   { "font.envelope_1.width",                    "16"                    },
5046   { "font.envelope_1.height",                   "16"                    },
5047   { "font.envelope_2",                          "RocksFontEM.pcx"       },
5048   { "font.envelope_2.x",                        "0"                     },
5049   { "font.envelope_2.y",                        "160"                   },
5050   { "font.envelope_2.width",                    "16"                    },
5051   { "font.envelope_2.height",                   "16"                    },
5052   { "font.envelope_3",                          "RocksFontEM.pcx"       },
5053   { "font.envelope_3.x",                        "0"                     },
5054   { "font.envelope_3.y",                        "160"                   },
5055   { "font.envelope_3.width",                    "16"                    },
5056   { "font.envelope_3.height",                   "16"                    },
5057   { "font.envelope_4",                          "RocksFontEM.pcx"       },
5058   { "font.envelope_4.x",                        "0"                     },
5059   { "font.envelope_4.y",                        "160"                   },
5060   { "font.envelope_4.width",                    "16"                    },
5061   { "font.envelope_4.height",                   "16"                    },
5062
5063   { "font.input_1",                             "RocksFontSmall.pcx"    },
5064   { "font.input_1.x",                           "0"                     },
5065   { "font.input_1.y",                           "210"                   },
5066   { "font.input_1.width",                       "14"                    },
5067   { "font.input_1.height",                      "14"                    },
5068   { "font.input_1.MAIN",                        "RocksFontBig.pcx"      },
5069   { "font.input_1.MAIN.x",                      "0"                     },
5070   { "font.input_1.MAIN.y",                      "0"                     },
5071   { "font.input_1.MAIN.width",                  "32"                    },
5072   { "font.input_1.MAIN.height",                 "32"                    },
5073   { "font.input_1.active",                      "RocksFontSmall.pcx"    },
5074   { "font.input_1.active.x",                    "0"                     },
5075   { "font.input_1.active.y",                    "210"                   },
5076   { "font.input_1.active.width",                "14"                    },
5077   { "font.input_1.active.height",               "14"                    },
5078   { "font.input_1.active.MAIN",                 "RocksFontBig.pcx"      },
5079   { "font.input_1.active.MAIN.x",               "0"                     },
5080   { "font.input_1.active.MAIN.y",               "480"                   },
5081   { "font.input_1.active.MAIN.width",           "32"                    },
5082   { "font.input_1.active.MAIN.height",          "32"                    },
5083   { "font.input_1.active.SETUP",                "RocksFontBig.pcx"      },
5084   { "font.input_1.active.SETUP.x",              "0"                     },
5085   { "font.input_1.active.SETUP.y",              "0"                     },
5086   { "font.input_1.active.SETUP.width",          "32"                    },
5087   { "font.input_1.active.SETUP.height",         "32"                    },
5088   { "font.input_2",                             "RocksFontSmall.pcx"    },
5089   { "font.input_2.x",                           "0"                     },
5090   { "font.input_2.y",                           "210"                   },
5091   { "font.input_2.width",                       "14"                    },
5092   { "font.input_2.height",                      "14"                    },
5093   { "font.input_2.active",                      "RocksFontSmall.pcx"    },
5094   { "font.input_2.active.x",                    "0"                     },
5095   { "font.input_2.active.y",                    "210"                   },
5096   { "font.input_2.active.width",                "14"                    },
5097   { "font.input_2.active.height",               "14"                    },
5098
5099   { "font.option_off",                          "RocksFontBig.pcx"      },
5100   { "font.option_off.x",                        "0"                     },
5101   { "font.option_off.y",                        "160"                   },
5102   { "font.option_off.width",                    "32"                    },
5103   { "font.option_off.height",                   "32"                    },
5104   { "font.option_on",                           "RocksFontBig.pcx"      },
5105   { "font.option_on.x",                         "0"                     },
5106   { "font.option_on.y",                         "480"                   },
5107   { "font.option_on.width",                     "32"                    },
5108   { "font.option_on.height",                    "32"                    },
5109
5110   { "font.value_1",                             "RocksFontBig.pcx"      },
5111   { "font.value_1.x",                           "0"                     },
5112   { "font.value_1.y",                           "480"                   },
5113   { "font.value_1.width",                       "32"                    },
5114   { "font.value_1.height",                      "32"                    },
5115   { "font.value_2",                             "RocksFontMedium.pcx"   },
5116   { "font.value_2.x",                           "0"                     },
5117   { "font.value_2.y",                           "480"                   },
5118   { "font.value_2.width",                       "16"                    },
5119   { "font.value_2.height",                      "32"                    },
5120   { "font.value_old",                           "RocksFontBig.pcx"      },
5121   { "font.value_old.x",                         "0"                     },
5122   { "font.value_old.y",                         "160"                   },
5123   { "font.value_old.width",                     "32"                    },
5124   { "font.value_old.height",                    "32"                    },
5125
5126   { "font.level_number",                        "RocksFontSmall.pcx"    },
5127   { "font.level_number.x",                      "0"                     },
5128   { "font.level_number.y",                      "350"                   },
5129   { "font.level_number.width",                  "10"                    },
5130   { "font.level_number.height",                 "14"                    },
5131   { "font.level_number.active",                 UNDEFINED_FILENAME      },
5132   { "font.level_number.active.clone_from",      "font.level_number"     },
5133
5134   { "font.tape_recorder",                       "RocksFontSmall.pcx"    },
5135   { "font.tape_recorder.x",                     "0"                     },
5136   { "font.tape_recorder.y",                     "280"                   },
5137   { "font.tape_recorder.width",                 "11"                    },
5138   { "font.tape_recorder.height",                "14"                    },
5139
5140   { "font.game_info",                           "RocksFontEM.pcx"       },
5141   { "font.game_info.xpos",                      "0"                     },
5142   { "font.game_info.ypos",                      "0"                     },
5143   { "font.game_info.delay",                     "10"                    },
5144
5145   { "font.info.elements",                       UNDEFINED_FILENAME      },
5146   { "font.info.elements.clone_from",            "font.level_number"     },
5147
5148   { "font.info.levelset",                       UNDEFINED_FILENAME      },
5149   { "font.info.levelset.clone_from",            "font.level_number"     },
5150
5151   { "global.border",                            "RocksScreen.pcx"       },
5152   { "global.door",                              "RocksDoor.pcx"         },
5153
5154   { "global.busy",                              "RocksBusy.pcx"         },
5155   { "global.busy.x",                            "0"                     },
5156   { "global.busy.y",                            "0"                     },
5157   { "global.busy.width",                        "32"                    },
5158   { "global.busy.height",                       "32"                    },
5159   { "global.busy.frames",                       "28"                    },
5160   { "global.busy.frames_per_line",              "7"                     },
5161   { "global.busy.delay",                        "2"                     },
5162
5163   { "editor.element_border",                    "RocksMore.pcx"         },
5164   { "editor.element_border.xpos",               "0"                     },
5165   { "editor.element_border.ypos",               "2"                     },
5166
5167   { "editor.element_border_input",              "RocksMore.pcx"         },
5168   { "editor.element_border_input.xpos",         "10"                    },
5169   { "editor.element_border_input.ypos",         "7"                     },
5170
5171   { "editor.cascade_list",                      "RocksMore.pcx"         },
5172   { "editor.cascade_list.xpos",                 "10"                    },
5173   { "editor.cascade_list.ypos",                 "8"                     },
5174   { "editor.cascade_list.frames",               "1"                     },
5175   { "editor.cascade_list.active",               "RocksMore.pcx"         },
5176   { "editor.cascade_list.active.xpos",          "9"                     },
5177   { "editor.cascade_list.active.ypos",          "8"                     },
5178   { "editor.cascade_list.active.frames",        "1"                     },
5179
5180   { "background",                               UNDEFINED_FILENAME      },
5181   { "background.TITLE_INITIAL",                 UNDEFINED_FILENAME      },
5182   { "background.TITLE",                         UNDEFINED_FILENAME      },
5183   { "background.MAIN",                          UNDEFINED_FILENAME      },
5184   { "background.LEVELS",                        UNDEFINED_FILENAME      },
5185   { "background.LEVELNR",                       UNDEFINED_FILENAME      },
5186   { "background.SCORES",                        UNDEFINED_FILENAME      },
5187   { "background.EDITOR",                        UNDEFINED_FILENAME      },
5188   { "background.INFO",                          UNDEFINED_FILENAME      },
5189   { "background.INFO[ELEMENTS]",                UNDEFINED_FILENAME      },
5190   { "background.INFO[MUSIC]",                   UNDEFINED_FILENAME      },
5191   { "background.INFO[CREDITS]",                 UNDEFINED_FILENAME      },
5192   { "background.INFO[PROGRAM]",                 UNDEFINED_FILENAME      },
5193   { "background.INFO[VERSION]",                 UNDEFINED_FILENAME      },
5194   { "background.INFO[LEVELSET]",                UNDEFINED_FILENAME      },
5195   { "background.SETUP",                         UNDEFINED_FILENAME      },
5196   { "background.PLAYING",                       UNDEFINED_FILENAME      },
5197   { "background.DOOR",                          UNDEFINED_FILENAME      },
5198   { "background.TAPE",                          "RocksDoor.pcx"         },
5199   { "background.TAPE.x",                        "200"                   },
5200   { "background.TAPE.y",                        "280"                   },
5201   { "background.TAPE.width",                    "100"                   },
5202   { "background.TAPE.height",                   "100"                   },
5203   { "background.PANEL",                         "RocksDoor.pcx"         },
5204   { "background.PANEL.x",                       "400"                   },
5205   { "background.PANEL.y",                       "0"                     },
5206   { "background.PANEL.width",                   "100"                   },
5207   { "background.PANEL.height",                  "280"                   },
5208
5209   { "background.titlescreen_initial_1",         UNDEFINED_FILENAME      },
5210   { "background.titlescreen_initial_2",         UNDEFINED_FILENAME      },
5211   { "background.titlescreen_initial_3",         UNDEFINED_FILENAME      },
5212   { "background.titlescreen_initial_4",         UNDEFINED_FILENAME      },
5213   { "background.titlescreen_initial_5",         UNDEFINED_FILENAME      },
5214   { "background.titlescreen_1",                 UNDEFINED_FILENAME      },
5215   { "background.titlescreen_2",                 UNDEFINED_FILENAME      },
5216   { "background.titlescreen_3",                 UNDEFINED_FILENAME      },
5217   { "background.titlescreen_4",                 UNDEFINED_FILENAME      },
5218   { "background.titlescreen_5",                 UNDEFINED_FILENAME      },
5219   { "background.titlemessage_initial_1",        UNDEFINED_FILENAME      },
5220   { "background.titlemessage_initial_2",        UNDEFINED_FILENAME      },
5221   { "background.titlemessage_initial_3",        UNDEFINED_FILENAME      },
5222   { "background.titlemessage_initial_4",        UNDEFINED_FILENAME      },
5223   { "background.titlemessage_initial_5",        UNDEFINED_FILENAME      },
5224   { "background.titlemessage_1",                UNDEFINED_FILENAME      },
5225   { "background.titlemessage_2",                UNDEFINED_FILENAME      },
5226   { "background.titlemessage_3",                UNDEFINED_FILENAME      },
5227   { "background.titlemessage_4",                UNDEFINED_FILENAME      },
5228   { "background.titlemessage_5",                UNDEFINED_FILENAME      },
5229
5230   { "background.envelope_1",                    "RocksScreen.pcx"       },
5231   { "background.envelope_1.x",                  "0"                     },
5232   { "background.envelope_1.y",                  "0"                     },
5233   { "background.envelope_1.width",              "560"                   },
5234   { "background.envelope_1.height",             "560"                   },
5235   { "background.envelope_1.anim_mode",          "default"               },
5236   { "background.envelope_1.draw_masked",        "false"                 },
5237   { "background.envelope_2",                    "RocksScreen.pcx"       },
5238   { "background.envelope_2.x",                  "0"                     },
5239   { "background.envelope_2.y",                  "0"                     },
5240   { "background.envelope_2.width",              "560"                   },
5241   { "background.envelope_2.height",             "560"                   },
5242   { "background.envelope_2.anim_mode",          "default"               },
5243   { "background.envelope_2.draw_masked",        "false"                 },
5244   { "background.envelope_3",                    "RocksScreen.pcx"       },
5245   { "background.envelope_3.x",                  "0"                     },
5246   { "background.envelope_3.y",                  "0"                     },
5247   { "background.envelope_3.width",              "560"                   },
5248   { "background.envelope_3.height",             "560"                   },
5249   { "background.envelope_3.anim_mode",          "default"               },
5250   { "background.envelope_3.draw_masked",        "false"                 },
5251   { "background.envelope_4",                    "RocksScreen.pcx"       },
5252   { "background.envelope_4.x",                  "0"                     },
5253   { "background.envelope_4.y",                  "0"                     },
5254   { "background.envelope_4.width",              "560"                   },
5255   { "background.envelope_4.height",             "560"                   },
5256   { "background.envelope_4.anim_mode",          "default"               },
5257   { "background.envelope_4.draw_masked",        "false"                 },
5258
5259   { "titlescreen_initial_1",                    UNDEFINED_FILENAME      },
5260   { "titlescreen_initial_2",                    UNDEFINED_FILENAME      },
5261   { "titlescreen_initial_3",                    UNDEFINED_FILENAME      },
5262   { "titlescreen_initial_4",                    UNDEFINED_FILENAME      },
5263   { "titlescreen_initial_5",                    UNDEFINED_FILENAME      },
5264   { "titlescreen_1",                            UNDEFINED_FILENAME      },
5265   { "titlescreen_2",                            UNDEFINED_FILENAME      },
5266   { "titlescreen_3",                            UNDEFINED_FILENAME      },
5267   { "titlescreen_4",                            UNDEFINED_FILENAME      },
5268   { "titlescreen_5",                            UNDEFINED_FILENAME      },
5269
5270   /* the following directives are not associated with an image, but
5271      probably make sense to be defined in "graphicsinfo.conf", too */
5272
5273   /* keyword to start parser: "CONFIG_VARS_START" <-- do not change! */
5274
5275   { "[title_initial].fade_mode",                "fade"                  },
5276   { "[title_initial].fade_delay",               "500"                   },
5277   { "[title_initial].post_delay",               "250"                   },
5278   { "[title_initial].auto_delay",               "-1"                    },
5279   { "[title].fade_mode",                        "fade"                  },
5280   { "[title].fade_delay",                       "500"                   },
5281   { "[title].post_delay",                       "250"                   },
5282   { "[title].auto_delay",                       "-1"                    },
5283
5284   { "[titlemessage_initial].x",                 "336"                   },
5285   { "[titlemessage_initial].y",                 "280"                   },
5286   { "[titlemessage_initial].width",             "640"                   },
5287   { "[titlemessage_initial].height",            "512"                   },
5288   { "[titlemessage_initial].chars",             "-1"                    },
5289   { "[titlemessage_initial].lines",             "-1"                    },
5290   { "[titlemessage_initial].align",             "center"                },
5291   { "[titlemessage_initial].valign",            "middle"                },
5292   { "[titlemessage_initial].font",              "font.text_1"           },
5293   { "[titlemessage_initial].autowrap",          "false"                 },
5294   { "[titlemessage_initial].centered",          "false"                 },
5295   { "[titlemessage_initial].parse_comments",    "false"                 },
5296   { "[titlemessage_initial].sort_priority",     "0"                     },
5297   { "[titlemessage_initial].fade_mode",         ARG_DEFAULT             },
5298   { "[titlemessage_initial].fade_delay",        ARG_DEFAULT             },
5299   { "[titlemessage_initial].post_delay",        ARG_DEFAULT             },
5300   { "[titlemessage_initial].auto_delay",        ARG_DEFAULT             },
5301   { "[titlemessage].x",                         "336"                   },
5302   { "[titlemessage].y",                         "280"                   },
5303   { "[titlemessage].width",                     "640"                   },
5304   { "[titlemessage].height",                    "512"                   },
5305   { "[titlemessage].chars",                     "-1"                    },
5306   { "[titlemessage].lines",                     "-1"                    },
5307   { "[titlemessage].align",                     "center"                },
5308   { "[titlemessage].valign",                    "middle"                },
5309   { "[titlemessage].font",                      "font.text_1"           },
5310   { "[titlemessage].autowrap",                  "false"                 },
5311   { "[titlemessage].centered",                  "false"                 },
5312   { "[titlemessage].parse_comments",            "false"                 },
5313   { "[titlemessage].sort_priority",             "0"                     },
5314   { "[titlemessage].fade_mode",                 ARG_DEFAULT             },
5315   { "[titlemessage].fade_delay",                ARG_DEFAULT             },
5316   { "[titlemessage].post_delay",                ARG_DEFAULT             },
5317   { "[titlemessage].auto_delay",                ARG_DEFAULT             },
5318
5319   { "titlemessage_initial_1.x",                 ARG_DEFAULT             },
5320   { "titlemessage_initial_1.y",                 ARG_DEFAULT             },
5321   { "titlemessage_initial_1.width",             ARG_DEFAULT             },
5322   { "titlemessage_initial_1.height",            ARG_DEFAULT             },
5323   { "titlemessage_initial_1.chars",             ARG_DEFAULT             },
5324   { "titlemessage_initial_1.lines",             ARG_DEFAULT             },
5325   { "titlemessage_initial_1.align",             ARG_DEFAULT             },
5326   { "titlemessage_initial_1.valign",            ARG_DEFAULT             },
5327   { "titlemessage_initial_1.font",              ARG_DEFAULT             },
5328   { "titlemessage_initial_1.autowrap",          ARG_DEFAULT             },
5329   { "titlemessage_initial_1.centered",          ARG_DEFAULT             },
5330   { "titlemessage_initial_1.parse_comments",    ARG_DEFAULT             },
5331   { "titlemessage_initial_1.sort_priority",     ARG_DEFAULT             },
5332   { "titlemessage_initial_1.fade_mode",         ARG_DEFAULT             },
5333   { "titlemessage_initial_1.fade_delay",        ARG_DEFAULT             },
5334   { "titlemessage_initial_1.post_delay",        ARG_DEFAULT             },
5335   { "titlemessage_initial_1.auto_delay",        ARG_DEFAULT             },
5336   { "titlemessage_initial_2.x",                 ARG_DEFAULT             },
5337   { "titlemessage_initial_2.y",                 ARG_DEFAULT             },
5338   { "titlemessage_initial_2.width",             ARG_DEFAULT             },
5339   { "titlemessage_initial_2.height",            ARG_DEFAULT             },
5340   { "titlemessage_initial_2.chars",             ARG_DEFAULT             },
5341   { "titlemessage_initial_2.lines",             ARG_DEFAULT             },
5342   { "titlemessage_initial_2.align",             ARG_DEFAULT             },
5343   { "titlemessage_initial_2.valign",            ARG_DEFAULT             },
5344   { "titlemessage_initial_2.font",              ARG_DEFAULT             },
5345   { "titlemessage_initial_2.autowrap",          ARG_DEFAULT             },
5346   { "titlemessage_initial_2.centered",          ARG_DEFAULT             },
5347   { "titlemessage_initial_2.parse_comments",    ARG_DEFAULT             },
5348   { "titlemessage_initial_2.sort_priority",     ARG_DEFAULT             },
5349   { "titlemessage_initial_2.fade_mode",         ARG_DEFAULT             },
5350   { "titlemessage_initial_2.fade_delay",        ARG_DEFAULT             },
5351   { "titlemessage_initial_2.post_delay",        ARG_DEFAULT             },
5352   { "titlemessage_initial_2.auto_delay",        ARG_DEFAULT             },
5353   { "titlemessage_initial_3.x",                 ARG_DEFAULT             },
5354   { "titlemessage_initial_3.y",                 ARG_DEFAULT             },
5355   { "titlemessage_initial_3.width",             ARG_DEFAULT             },
5356   { "titlemessage_initial_3.height",            ARG_DEFAULT             },
5357   { "titlemessage_initial_3.chars",             ARG_DEFAULT             },
5358   { "titlemessage_initial_3.lines",             ARG_DEFAULT             },
5359   { "titlemessage_initial_3.align",             ARG_DEFAULT             },
5360   { "titlemessage_initial_3.valign",            ARG_DEFAULT             },
5361   { "titlemessage_initial_3.font",              ARG_DEFAULT             },
5362   { "titlemessage_initial_3.autowrap",          ARG_DEFAULT             },
5363   { "titlemessage_initial_3.centered",          ARG_DEFAULT             },
5364   { "titlemessage_initial_3.parse_comments",    ARG_DEFAULT             },
5365   { "titlemessage_initial_3.sort_priority",     ARG_DEFAULT             },
5366   { "titlemessage_initial_3.fade_mode",         ARG_DEFAULT             },
5367   { "titlemessage_initial_3.fade_delay",        ARG_DEFAULT             },
5368   { "titlemessage_initial_3.post_delay",        ARG_DEFAULT             },
5369   { "titlemessage_initial_3.auto_delay",        ARG_DEFAULT             },
5370   { "titlemessage_initial_4.x",                 ARG_DEFAULT             },
5371   { "titlemessage_initial_4.y",                 ARG_DEFAULT             },
5372   { "titlemessage_initial_4.width",             ARG_DEFAULT             },
5373   { "titlemessage_initial_4.height",            ARG_DEFAULT             },
5374   { "titlemessage_initial_4.chars",             ARG_DEFAULT             },
5375   { "titlemessage_initial_4.lines",             ARG_DEFAULT             },
5376   { "titlemessage_initial_4.align",             ARG_DEFAULT             },
5377   { "titlemessage_initial_4.valign",            ARG_DEFAULT             },
5378   { "titlemessage_initial_4.font",              ARG_DEFAULT             },
5379   { "titlemessage_initial_4.autowrap",          ARG_DEFAULT             },
5380   { "titlemessage_initial_4.centered",          ARG_DEFAULT             },
5381   { "titlemessage_initial_4.parse_comments",    ARG_DEFAULT             },
5382   { "titlemessage_initial_4.sort_priority",     ARG_DEFAULT             },
5383   { "titlemessage_initial_4.fade_mode",         ARG_DEFAULT             },
5384   { "titlemessage_initial_4.fade_delay",        ARG_DEFAULT             },
5385   { "titlemessage_initial_4.post_delay",        ARG_DEFAULT             },
5386   { "titlemessage_initial_4.auto_delay",        ARG_DEFAULT             },
5387   { "titlemessage_initial_5.x",                 ARG_DEFAULT             },
5388   { "titlemessage_initial_5.y",                 ARG_DEFAULT             },
5389   { "titlemessage_initial_5.width",             ARG_DEFAULT             },
5390   { "titlemessage_initial_5.height",            ARG_DEFAULT             },
5391   { "titlemessage_initial_5.chars",             ARG_DEFAULT             },
5392   { "titlemessage_initial_5.lines",             ARG_DEFAULT             },
5393   { "titlemessage_initial_5.align",             ARG_DEFAULT             },
5394   { "titlemessage_initial_5.valign",            ARG_DEFAULT             },
5395   { "titlemessage_initial_5.font",              ARG_DEFAULT             },
5396   { "titlemessage_initial_5.autowrap",          ARG_DEFAULT             },
5397   { "titlemessage_initial_5.centered",          ARG_DEFAULT             },
5398   { "titlemessage_initial_5.parse_comments",    ARG_DEFAULT             },
5399   { "titlemessage_initial_5.sort_priority",     ARG_DEFAULT             },
5400   { "titlemessage_initial_5.fade_mode",         ARG_DEFAULT             },
5401   { "titlemessage_initial_5.fade_delay",        ARG_DEFAULT             },
5402   { "titlemessage_initial_5.post_delay",        ARG_DEFAULT             },
5403   { "titlemessage_initial_5.auto_delay",        ARG_DEFAULT             },
5404   { "titlemessage_1.x",                         ARG_DEFAULT             },
5405   { "titlemessage_1.y",                         ARG_DEFAULT             },
5406   { "titlemessage_1.width",                     ARG_DEFAULT             },
5407   { "titlemessage_1.height",                    ARG_DEFAULT             },
5408   { "titlemessage_1.chars",                     ARG_DEFAULT             },
5409   { "titlemessage_1.lines",                     ARG_DEFAULT             },
5410   { "titlemessage_1.align",                     ARG_DEFAULT             },
5411   { "titlemessage_1.valign",                    ARG_DEFAULT             },
5412   { "titlemessage_1.font",                      ARG_DEFAULT             },
5413   { "titlemessage_1.autowrap",                  ARG_DEFAULT             },
5414   { "titlemessage_1.centered",                  ARG_DEFAULT             },
5415   { "titlemessage_1.parse_comments",            ARG_DEFAULT             },
5416   { "titlemessage_1.sort_priority",             ARG_DEFAULT             },
5417   { "titlemessage_1.fade_mode",                 ARG_DEFAULT             },
5418   { "titlemessage_1.fade_delay",                ARG_DEFAULT             },
5419   { "titlemessage_1.post_delay",                ARG_DEFAULT             },
5420   { "titlemessage_1.auto_delay",                ARG_DEFAULT             },
5421   { "titlemessage_2.x",                         ARG_DEFAULT             },
5422   { "titlemessage_2.y",                         ARG_DEFAULT             },
5423   { "titlemessage_2.width",                     ARG_DEFAULT             },
5424   { "titlemessage_2.height",                    ARG_DEFAULT             },
5425   { "titlemessage_2.chars",                     ARG_DEFAULT             },
5426   { "titlemessage_2.lines",                     ARG_DEFAULT             },
5427   { "titlemessage_2.align",                     ARG_DEFAULT             },
5428   { "titlemessage_2.valign",                    ARG_DEFAULT             },
5429   { "titlemessage_2.font",                      ARG_DEFAULT             },
5430   { "titlemessage_2.autowrap",                  ARG_DEFAULT             },
5431   { "titlemessage_2.centered",                  ARG_DEFAULT             },
5432   { "titlemessage_2.parse_comments",            ARG_DEFAULT             },
5433   { "titlemessage_2.sort_priority",             ARG_DEFAULT             },
5434   { "titlemessage_2.fade_mode",                 ARG_DEFAULT             },
5435   { "titlemessage_2.fade_delay",                ARG_DEFAULT             },
5436   { "titlemessage_2.post_delay",                ARG_DEFAULT             },
5437   { "titlemessage_2.auto_delay",                ARG_DEFAULT             },
5438   { "titlemessage_3.x",                         ARG_DEFAULT             },
5439   { "titlemessage_3.y",                         ARG_DEFAULT             },
5440   { "titlemessage_3.width",                     ARG_DEFAULT             },
5441   { "titlemessage_3.height",                    ARG_DEFAULT             },
5442   { "titlemessage_3.chars",                     ARG_DEFAULT             },
5443   { "titlemessage_3.lines",                     ARG_DEFAULT             },
5444   { "titlemessage_3.align",                     ARG_DEFAULT             },
5445   { "titlemessage_3.valign",                    ARG_DEFAULT             },
5446   { "titlemessage_3.font",                      ARG_DEFAULT             },
5447   { "titlemessage_3.autowrap",                  ARG_DEFAULT             },
5448   { "titlemessage_3.centered",                  ARG_DEFAULT             },
5449   { "titlemessage_3.parse_comments",            ARG_DEFAULT             },
5450   { "titlemessage_3.sort_priority",             ARG_DEFAULT             },
5451   { "titlemessage_3.fade_mode",                 ARG_DEFAULT             },
5452   { "titlemessage_3.fade_delay",                ARG_DEFAULT             },
5453   { "titlemessage_3.post_delay",                ARG_DEFAULT             },
5454   { "titlemessage_3.auto_delay",                ARG_DEFAULT             },
5455   { "titlemessage_4.x",                         ARG_DEFAULT             },
5456   { "titlemessage_4.y",                         ARG_DEFAULT             },
5457   { "titlemessage_4.width",                     ARG_DEFAULT             },
5458   { "titlemessage_4.height",                    ARG_DEFAULT             },
5459   { "titlemessage_4.chars",                     ARG_DEFAULT             },
5460   { "titlemessage_4.lines",                     ARG_DEFAULT             },
5461   { "titlemessage_4.align",                     ARG_DEFAULT             },
5462   { "titlemessage_4.valign",                    ARG_DEFAULT             },
5463   { "titlemessage_4.font",                      ARG_DEFAULT             },
5464   { "titlemessage_4.autowrap",                  ARG_DEFAULT             },
5465   { "titlemessage_4.centered",                  ARG_DEFAULT             },
5466   { "titlemessage_4.parse_comments",            ARG_DEFAULT             },
5467   { "titlemessage_4.sort_priority",             ARG_DEFAULT             },
5468   { "titlemessage_4.fade_mode",                 ARG_DEFAULT             },
5469   { "titlemessage_4.fade_delay",                ARG_DEFAULT             },
5470   { "titlemessage_4.post_delay",                ARG_DEFAULT             },
5471   { "titlemessage_4.auto_delay",                ARG_DEFAULT             },
5472   { "titlemessage_5.x",                         ARG_DEFAULT             },
5473   { "titlemessage_5.y",                         ARG_DEFAULT             },
5474   { "titlemessage_5.width",                     ARG_DEFAULT             },
5475   { "titlemessage_5.height",                    ARG_DEFAULT             },
5476   { "titlemessage_5.chars",                     ARG_DEFAULT             },
5477   { "titlemessage_5.lines",                     ARG_DEFAULT             },
5478   { "titlemessage_5.align",                     ARG_DEFAULT             },
5479   { "titlemessage_5.valign",                    ARG_DEFAULT             },
5480   { "titlemessage_5.font",                      ARG_DEFAULT             },
5481   { "titlemessage_5.autowrap",                  ARG_DEFAULT             },
5482   { "titlemessage_5.centered",                  ARG_DEFAULT             },
5483   { "titlemessage_5.parse_comments",            ARG_DEFAULT             },
5484   { "titlemessage_5.sort_priority",             ARG_DEFAULT             },
5485   { "titlemessage_5.fade_mode",                 ARG_DEFAULT             },
5486   { "titlemessage_5.fade_delay",                ARG_DEFAULT             },
5487   { "titlemessage_5.post_delay",                ARG_DEFAULT             },
5488   { "titlemessage_5.auto_delay",                ARG_DEFAULT             },
5489
5490   { "readme.x",                                 "272"                   },
5491   { "readme.y",                                 "150"                   },
5492   { "readme.width",                             "480"                   },
5493   { "readme.height",                            "364"                   },
5494   { "readme.chars",                             "-1"                    },
5495   { "readme.lines",                             "-1"                    },
5496   { "readme.align",                             "center"                },
5497   { "readme.valign",                            "top"                   },
5498   { "readme.font",                              "font.info.levelset"    },
5499   { "readme.autowrap",                          "true"                  },
5500   { "readme.centered",                          "false"                 },
5501   { "readme.parse_comments",                    "true"                  },
5502   { "readme.sort_priority",                     "0"                     },
5503
5504   { "global.num_toons",                         "20"                    },
5505
5506   { "border.draw_masked.TITLE",                 "false"                 },
5507   { "border.draw_masked.MAIN",                  "false"                 },
5508   { "border.draw_masked.LEVELS",                "false"                 },
5509   { "border.draw_masked.LEVELNR",               "false"                 },
5510   { "border.draw_masked.SCORES",                "false"                 },
5511   { "border.draw_masked.EDITOR",                "false"                 },
5512   { "border.draw_masked.INFO",                  "false"                 },
5513   { "border.draw_masked.SETUP",                 "false"                 },
5514   { "border.draw_masked.PLAYING",               "false"                 },
5515   { "border.draw_masked.DOOR",                  "false"                 },
5516
5517   { "border.draw_masked_when_fading",           "true"                  },
5518
5519   { "init.busy.x",                              "336"                   },
5520   { "init.busy.y",                              "280"                   },
5521   { "init.busy.align",                          "center"                },
5522   { "init.busy.valign",                         "middle"                },
5523
5524   { "menu.enter_menu.fade_mode",                "none"                  },
5525   { "menu.enter_menu.fade_delay",               "250"                   },
5526   { "menu.enter_menu.post_delay",               "125"                   },
5527   { "menu.leave_menu.fade_mode",                "none"                  },
5528   { "menu.leave_menu.fade_delay",               "250"                   },
5529   { "menu.leave_menu.post_delay",               "125"                   },
5530   { "menu.enter_screen.fade_mode",              "fade"                  },
5531   { "menu.enter_screen.fade_delay",             "250"                   },
5532   { "menu.enter_screen.post_delay",             "125"                   },
5533   { "menu.next_screen.fade_mode",               "crossfade"             },
5534   { "menu.next_screen.fade_delay",              "250"                   },
5535   { "menu.next_screen.post_delay",              "125"                   },
5536   { "menu.leave_screen.fade_mode",              "fade"                  },
5537   { "menu.leave_screen.fade_delay",             "250"                   },
5538   { "menu.leave_screen.post_delay",             "125"                   },
5539   { "menu.enter_screen.SCORES.fade_mode",       ARG_DEFAULT             },
5540   { "menu.enter_screen.SCORES.fade_delay",      ARG_DEFAULT             },
5541   { "menu.enter_screen.SCORES.post_delay",      ARG_DEFAULT             },
5542   { "menu.enter_screen.EDITOR.fade_mode",       ARG_DEFAULT             },
5543   { "menu.enter_screen.EDITOR.fade_delay",      ARG_DEFAULT             },
5544   { "menu.enter_screen.EDITOR.post_delay",      ARG_DEFAULT             },
5545   { "menu.enter_screen.INFO.fade_mode",         ARG_DEFAULT             },
5546   { "menu.enter_screen.INFO.fade_delay",        ARG_DEFAULT             },
5547   { "menu.enter_screen.INFO.post_delay",        ARG_DEFAULT             },
5548   { "menu.enter_screen.PLAYING.fade_mode",      ARG_DEFAULT             },
5549   { "menu.enter_screen.PLAYING.fade_delay",     ARG_DEFAULT             },
5550   { "menu.enter_screen.PLAYING.post_delay",     ARG_DEFAULT             },
5551   { "menu.leave_screen.SCORES.fade_mode",       ARG_DEFAULT             },
5552   { "menu.leave_screen.SCORES.fade_delay",      ARG_DEFAULT             },
5553   { "menu.leave_screen.SCORES.post_delay",      ARG_DEFAULT             },
5554   { "menu.leave_screen.EDITOR.fade_mode",       ARG_DEFAULT             },
5555   { "menu.leave_screen.EDITOR.fade_delay",      ARG_DEFAULT             },
5556   { "menu.leave_screen.EDITOR.post_delay",      ARG_DEFAULT             },
5557   { "menu.leave_screen.INFO.fade_mode",         ARG_DEFAULT             },
5558   { "menu.leave_screen.INFO.fade_delay",        ARG_DEFAULT             },
5559   { "menu.leave_screen.INFO.post_delay",        ARG_DEFAULT             },
5560   { "menu.leave_screen.PLAYING.fade_mode",      ARG_DEFAULT             },
5561   { "menu.leave_screen.PLAYING.fade_delay",     ARG_DEFAULT             },
5562   { "menu.leave_screen.PLAYING.post_delay",     ARG_DEFAULT             },
5563
5564   { "menu.draw_xoffset",                        "0"                     },
5565   { "menu.draw_yoffset",                        "0"                     },
5566   { "menu.draw_xoffset.MAIN",                   "0"                     },
5567   { "menu.draw_yoffset.MAIN",                   "0"                     },
5568   { "menu.draw_xoffset.LEVELS",                 "0"                     },
5569   { "menu.draw_yoffset.LEVELS",                 "0"                     },
5570   { "menu.draw_xoffset.LEVELNR",                "0"                     },
5571   { "menu.draw_yoffset.LEVELNR",                "0"                     },
5572   { "menu.draw_xoffset.SCORES",                 "0"                     },
5573   { "menu.draw_yoffset.SCORES",                 "0"                     },
5574   { "menu.draw_xoffset.EDITOR",                 "0"                     },
5575   { "menu.draw_yoffset.EDITOR",                 "0"                     },
5576   { "menu.draw_xoffset.INFO",                   "0"                     },
5577   { "menu.draw_yoffset.INFO",                   "0"                     },
5578   { "menu.draw_xoffset.INFO[ELEMENTS]",         "0"                     },
5579   { "menu.draw_yoffset.INFO[ELEMENTS]",         "0"                     },
5580   { "menu.draw_xoffset.INFO[MUSIC]",            "0"                     },
5581   { "menu.draw_yoffset.INFO[MUSIC]",            "0"                     },
5582   { "menu.draw_xoffset.INFO[CREDITS]",          "0"                     },
5583   { "menu.draw_yoffset.INFO[CREDITS]",          "0"                     },
5584   { "menu.draw_xoffset.INFO[PROGRAM]",          "0"                     },
5585   { "menu.draw_yoffset.INFO[PROGRAM]",          "0"                     },
5586   { "menu.draw_xoffset.INFO[VERSION]",          "0"                     },
5587   { "menu.draw_yoffset.INFO[VERSION]",          "0"                     },
5588   { "menu.draw_xoffset.INFO[LEVELSET]",         "0"                     },
5589   { "menu.draw_yoffset.INFO[LEVELSET]",         "0"                     },
5590   { "menu.draw_xoffset.SETUP",                  "0"                     },
5591   { "menu.draw_yoffset.SETUP",                  "0"                     },
5592   { "menu.draw_xoffset.SETUP[GAME]",            "0"                     },
5593   { "menu.draw_yoffset.SETUP[GAME]",            "0"                     },
5594   { "menu.draw_xoffset.SETUP[EDITOR]",          "0"                     },
5595   { "menu.draw_yoffset.SETUP[EDITOR]",          "0"                     },
5596   { "menu.draw_xoffset.SETUP[GRAPHICS]",        "0"                     },
5597   { "menu.draw_yoffset.SETUP[GRAPHICS]",        "0"                     },
5598   { "menu.draw_xoffset.SETUP[SOUND]",           "0"                     },
5599   { "menu.draw_yoffset.SETUP[SOUND]",           "0"                     },
5600   { "menu.draw_xoffset.SETUP[ARTWORK]",         "0"                     },
5601   { "menu.draw_yoffset.SETUP[ARTWORK]",         "0"                     },
5602   { "menu.draw_xoffset.SETUP[INPUT]",           "0"                     },
5603   { "menu.draw_yoffset.SETUP[INPUT]",           "0"                     },
5604   { "menu.draw_xoffset.SETUP[SHORTCUTS]",       "0"                     },
5605   { "menu.draw_yoffset.SETUP[SHORTCUTS]",       "0"                     },
5606   { "menu.draw_xoffset.SETUP[SHORTCUTS_1]",     "0"                     },
5607   { "menu.draw_yoffset.SETUP[SHORTCUTS_1]",     "0"                     },
5608   { "menu.draw_xoffset.SETUP[SHORTCUTS_2]",     "0"                     },
5609   { "menu.draw_yoffset.SETUP[SHORTCUTS_2]",     "0"                     },
5610   { "menu.draw_xoffset.SETUP[SHORTCUTS_3]",     "0"                     },
5611   { "menu.draw_yoffset.SETUP[SHORTCUTS_3]",     "0"                     },
5612   { "menu.draw_xoffset.SETUP[SHORTCUTS_4]",     "0"                     },
5613   { "menu.draw_yoffset.SETUP[SHORTCUTS_4]",     "0"                     },
5614   { "menu.draw_xoffset.SETUP[CHOOSE_ARTWORK]",  "0"                     },
5615   { "menu.draw_yoffset.SETUP[CHOOSE_ARTWORK]",  "0"                     },
5616   { "menu.draw_xoffset.SETUP[CHOOSE_OTHER]",    "0"                     },
5617   { "menu.draw_yoffset.SETUP[CHOOSE_OTHER]",    "0"                     },
5618
5619   { "menu.scrollbar_xoffset",                   "0"                     },
5620
5621   { "menu.list_size",                           "-1"                    },
5622   { "menu.list_size.LEVELS",                    "-1"                    },
5623   { "menu.list_size.LEVELNR",                   "-1"                    },
5624   { "menu.list_size.SCORES",                    "-1"                    },
5625   { "menu.list_size.INFO",                      "-1"                    },
5626   { "menu.list_size.SETUP",                     "-1"                    },
5627
5628   { "main.button.name.x",                       "0"                     },
5629   { "main.button.name.y",                       "64"                    },
5630   { "main.button.levels.x",                     "0"                     },
5631   { "main.button.levels.y",                     "96"                    },
5632   { "main.button.scores.x",                     "0"                     },
5633   { "main.button.scores.y",                     "128"                   },
5634   { "main.button.editor.x",                     "0"                     },
5635   { "main.button.editor.y",                     "160"                   },
5636   { "main.button.info.x",                       "0"                     },
5637   { "main.button.info.y",                       "192"                   },
5638   { "main.button.game.x",                       "0"                     },
5639   { "main.button.game.y",                       "224"                   },
5640   { "main.button.setup.x",                      "0"                     },
5641   { "main.button.setup.y",                      "256"                   },
5642   { "main.button.quit.x",                       "0"                     },
5643   { "main.button.quit.y",                       "288"                   },
5644
5645   { "main.button.prev_level.x",                 "320"                   },
5646   { "main.button.prev_level.y",                 "96"                    },
5647   { "main.button.next_level.x",                 "448"                   },
5648   { "main.button.next_level.y",                 "96"                    },
5649
5650   { "main.text.name.x",                         "-1"                    },
5651   { "main.text.name.y",                         "-1"                    },
5652   { "main.text.name.width",                     "-1"                    },
5653   { "main.text.name.height",                    "-1"                    },
5654   { "main.text.name.align",                     "left"                  },
5655   { "main.text.name.valign",                    "top"                   },
5656   { "main.text.name.font",                      "font.menu_1"           },
5657   { "main.text.levels.x",                       "-1"                    },
5658   { "main.text.levels.y",                       "-1"                    },
5659   { "main.text.levels.width",                   "-1"                    },
5660   { "main.text.levels.height",                  "-1"                    },
5661   { "main.text.levels.align",                   "left"                  },
5662   { "main.text.levels.valign",                  "top"                   },
5663   { "main.text.levels.font",                    "font.menu_1"           },
5664   { "main.text.scores.x",                       "-1"                    },
5665   { "main.text.scores.y",                       "-1"                    },
5666   { "main.text.scores.width",                   "-1"                    },
5667   { "main.text.scores.height",                  "-1"                    },
5668   { "main.text.scores.align",                   "left"                  },
5669   { "main.text.scores.valign",                  "top"                   },
5670   { "main.text.scores.font",                    "font.menu_1"           },
5671   { "main.text.editor.x",                       "-1"                    },
5672   { "main.text.editor.y",                       "-1"                    },
5673   { "main.text.editor.width",                   "-1"                    },
5674   { "main.text.editor.height",                  "-1"                    },
5675   { "main.text.editor.align",                   "left"                  },
5676   { "main.text.editor.valign",                  "top"                   },
5677   { "main.text.editor.font",                    "font.menu_1"           },
5678   { "main.text.info.x",                         "-1"                    },
5679   { "main.text.info.y",                         "-1"                    },
5680   { "main.text.info.width",                     "-1"                    },
5681   { "main.text.info.height",                    "-1"                    },
5682   { "main.text.info.align",                     "left"                  },
5683   { "main.text.info.valign",                    "top"                   },
5684   { "main.text.info.font",                      "font.menu_1"           },
5685   { "main.text.game.x",                         "-1"                    },
5686   { "main.text.game.y",                         "-1"                    },
5687   { "main.text.game.width",                     "-1"                    },
5688   { "main.text.game.height",                    "-1"                    },
5689   { "main.text.game.align",                     "left"                  },
5690   { "main.text.game.valign",                    "top"                   },
5691   { "main.text.game.font",                      "font.menu_1"           },
5692   { "main.text.setup.x",                        "-1"                    },
5693   { "main.text.setup.y",                        "-1"                    },
5694   { "main.text.setup.width",                    "-1"                    },
5695   { "main.text.setup.height",                   "-1"                    },
5696   { "main.text.setup.align",                    "left"                  },
5697   { "main.text.setup.valign",                   "top"                   },
5698   { "main.text.setup.font",                     "font.menu_1"           },
5699   { "main.text.quit.x",                         "-1"                    },
5700   { "main.text.quit.y",                         "-1"                    },
5701   { "main.text.quit.width",                     "-1"                    },
5702   { "main.text.quit.height",                    "-1"                    },
5703   { "main.text.quit.align",                     "left"                  },
5704   { "main.text.quit.valign",                    "top"                   },
5705   { "main.text.quit.font",                      "font.menu_1"           },
5706
5707   { "main.text.first_level.x",                  "488"                   },
5708   { "main.text.first_level.y",                  "98"                    },
5709   { "main.text.first_level.align",              "left"                  },
5710   { "main.text.first_level.valign",             "top"                   },
5711   { "main.text.first_level.digits",             "3"                     },
5712   { "main.text.first_level.font",               "font.text_3"           },
5713   { "main.text.last_level.x",                   "488"                   },
5714   { "main.text.last_level.y",                   "112"                   },
5715   { "main.text.last_level.align",               "left"                  },
5716   { "main.text.last_level.valign",              "top"                   },
5717   { "main.text.last_level.digits",              "3"                     },
5718   { "main.text.last_level.font",                "font.text_3"           },
5719   { "main.text.level_number.x",                 "352"                   },
5720   { "main.text.level_number.y",                 "96"                    },
5721   { "main.text.level_number.align",             "left"                  },
5722   { "main.text.level_number.valign",            "top"                   },
5723   { "main.text.level_number.digits",            "3"                     },
5724   { "main.text.level_number.font",              "font.value_1"          },
5725   { "main.text.level_info_1.x",                 "272"                   },
5726   { "main.text.level_info_1.y",                 "352"                   },
5727   { "main.text.level_info_1.align",             "center"                },
5728   { "main.text.level_info_1.valign",            "top"                   },
5729   { "main.text.level_info_1.chars",             "-1"                    },
5730   { "main.text.level_info_1.font",              "font.text_1"           },
5731   { "main.text.level_info_2.x",                 "272"                   },
5732   { "main.text.level_info_2.y",                 "523"                   },
5733   { "main.text.level_info_2.align",             "center"                },
5734   { "main.text.level_info_2.valign",            "top"                   },
5735   { "main.text.level_info_2.chars",             "-1"                    },
5736   { "main.text.level_info_2.font",              "font.text_2"           },
5737   { "main.text.level_info_2.font_header",       "font.text_4"           },
5738   { "main.text.level_name.x",                   "-1"                    },
5739   { "main.text.level_name.y",                   "-1"                    },
5740   { "main.text.level_name.align",               "left"                  },
5741   { "main.text.level_name.valign",              "top"                   },
5742   { "main.text.level_name.chars",               "-1"                    },
5743   { "main.text.level_name.font",                "font.text_2"           },
5744   { "main.text.level_author.x",                 "-1"                    },
5745   { "main.text.level_author.y",                 "-1"                    },
5746   { "main.text.level_author.align",             "left"                  },
5747   { "main.text.level_author.valign",            "top"                   },
5748   { "main.text.level_author.chars",             "-1"                    },
5749   { "main.text.level_author.font",              "font.text_2"           },
5750   { "main.text.level_year.x",                   "-1"                    },
5751   { "main.text.level_year.y",                   "-1"                    },
5752   { "main.text.level_year.align",               "left"                  },
5753   { "main.text.level_year.valign",              "top"                   },
5754   { "main.text.level_year.digits",              "-1"                    },
5755   { "main.text.level_year.font",                "font.text_2"           },
5756   { "main.text.level_imported_from.x",          "-1"                    },
5757   { "main.text.level_imported_from.y",          "-1"                    },
5758   { "main.text.level_imported_from.align",      "left"                  },
5759   { "main.text.level_imported_from.valign",     "top"                   },
5760   { "main.text.level_imported_from.chars",      "-1"                    },
5761   { "main.text.level_imported_from.font",       "font.text_2"           },
5762   { "main.text.level_imported_by.x",            "-1"                    },
5763   { "main.text.level_imported_by.y",            "-1"                    },
5764   { "main.text.level_imported_by.align",        "left"                  },
5765   { "main.text.level_imported_by.valign",       "top"                   },
5766   { "main.text.level_imported_by.chars",        "-1"                    },
5767   { "main.text.level_imported_by.font",         "font.text_2"           },
5768   { "main.text.level_tested_by.x",              "-1"                    },
5769   { "main.text.level_tested_by.y",              "-1"                    },
5770   { "main.text.level_tested_by.align",          "left"                  },
5771   { "main.text.level_tested_by.valign",         "top"                   },
5772   { "main.text.level_tested_by.chars",          "-1"                    },
5773   { "main.text.level_tested_by.font",           "font.text_2"           },
5774   { "main.text.title_1.x",                      "272"                   },
5775   { "main.text.title_1.y",                      "8"                     },
5776   { "main.text.title_1.align",                  "center"                },
5777   { "main.text.title_1.valign",                 "top"                   },
5778   { "main.text.title_1.font",                   "font.title_1"          },
5779   { "main.text.title_2.x",                      "272"                   },
5780   { "main.text.title_2.y",                      "46"                    },
5781   { "main.text.title_2.align",                  "center"                },
5782   { "main.text.title_2.valign",                 "top"                   },
5783   { "main.text.title_2.font",                   "font.title_2"          },
5784   { "main.text.title_3.x",                      "272"                   },
5785   { "main.text.title_3.y",                      "326"                   },
5786   { "main.text.title_3.align",                  "center"                },
5787   { "main.text.title_3.valign",                 "top"                   },
5788   { "main.text.title_3.font",                   "font.title_2"          },
5789
5790   { "main.input.name.x",                        "-1"                    },
5791   { "main.input.name.y",                        "-1"                    },
5792   { "main.input.name.align",                    "left"                  },
5793   { "main.input.name.valign",                   "top"                   },
5794   { "main.input.name.font",                     "font.input_1"          },
5795
5796   { "preview.x",                                "272"                   },
5797   { "preview.y",                                "380"                   },
5798   { "preview.align",                            "center"                },
5799   { "preview.valign",                           "top"                   },
5800   { "preview.xsize",                            "66"                    },
5801   { "preview.ysize",                            "34"                    },
5802   { "preview.xoffset",                          "0"                     },
5803   { "preview.yoffset",                          "0"                     },
5804   { "preview.tile_size",                        "4"                     },
5805   { "preview.step_offset",                      "1"                     },
5806   { "preview.step_delay",                       "50"                    },
5807   { "preview.anim_mode",                        "default"               },
5808
5809   { "door_1.width",                             "-1"                    },
5810   { "door_1.height",                            "-1"                    },
5811   { "door_1.step_offset",                       "2"                     },
5812   { "door_1.step_delay",                        "10"                    },
5813   { "door_1.anim_mode",                         "default"               },
5814
5815   { "door_2.width",                             "-1"                    },
5816   { "door_2.height",                            "-1"                    },
5817   { "door_2.step_offset",                       "2"                     },
5818   { "door_2.step_delay",                        "10"                    },
5819   { "door_2.anim_mode",                         "default"               },
5820
5821   { "game.panel.level_number.x",                "51"                    },
5822   { "game.panel.level_number.y",                "20"                    },
5823   { "game.panel.level_number.align",            "center"                },
5824   { "game.panel.level_number.valign",           "top"                   },
5825   { "game.panel.level_number.digits",           "-1"                    },
5826   { "game.panel.level_number.font",             "font.text_2"           },
5827   { "game.panel.level_number.font_narrow",      "font.text_1"           },
5828   { "game.panel.level_number.draw_masked",      "true"                  },
5829   { "game.panel.level_number.draw_order",       "0"                     },
5830
5831   { "game.panel.gems.x",                        "50"                    },
5832   { "game.panel.gems.y",                        "54"                    },
5833   { "game.panel.gems.align",                    "center"                },
5834   { "game.panel.gems.valign",                   "top"                   },
5835   { "game.panel.gems.digits",                   "3"                     },
5836   { "game.panel.gems.font",                     "font.text_2"           },
5837   { "game.panel.gems.draw_masked",              "true"                  },
5838   { "game.panel.gems.draw_order",               "0"                     },
5839
5840   { "game.panel.inventory_count.x",             "50"                    },
5841   { "game.panel.inventory_count.y",             "89"                    },
5842   { "game.panel.inventory_count.align",         "center"                },
5843   { "game.panel.inventory_count.valign",        "top"                   },
5844   { "game.panel.inventory_count.digits",        "3"                     },
5845   { "game.panel.inventory_count.font",          "font.text_2"           },
5846   { "game.panel.inventory_count.draw_masked",   "true"                  },
5847   { "game.panel.inventory_count.draw_order",    "0"                     },
5848
5849   { "game.panel.inventory_first_1.x",           "-1"                    },
5850   { "game.panel.inventory_first_1.y",           "-1"                    },
5851   { "game.panel.inventory_first_1.tile_size",   "16"                    },
5852   { "game.panel.inventory_first_1.draw_masked", "false"                 },
5853   { "game.panel.inventory_first_1.draw_order",  "0"                     },
5854   { "game.panel.inventory_first_2.x",           "-1"                    },
5855   { "game.panel.inventory_first_2.y",           "-1"                    },
5856   { "game.panel.inventory_first_2.tile_size",   "16"                    },
5857   { "game.panel.inventory_first_2.draw_masked", "false"                 },
5858   { "game.panel.inventory_first_2.draw_order",  "0"                     },
5859   { "game.panel.inventory_first_3.x",           "-1"                    },
5860   { "game.panel.inventory_first_3.y",           "-1"                    },
5861   { "game.panel.inventory_first_3.tile_size",   "16"                    },
5862   { "game.panel.inventory_first_3.draw_masked", "false"                 },
5863   { "game.panel.inventory_first_3.draw_order",  "0"                     },
5864   { "game.panel.inventory_first_4.x",           "-1"                    },
5865   { "game.panel.inventory_first_4.y",           "-1"                    },
5866   { "game.panel.inventory_first_4.tile_size",   "16"                    },
5867   { "game.panel.inventory_first_4.draw_masked", "false"                 },
5868   { "game.panel.inventory_first_4.draw_order",  "0"                     },
5869   { "game.panel.inventory_first_5.x",           "-1"                    },
5870   { "game.panel.inventory_first_5.y",           "-1"                    },
5871   { "game.panel.inventory_first_5.tile_size",   "16"                    },
5872   { "game.panel.inventory_first_5.draw_masked", "false"                 },
5873   { "game.panel.inventory_first_5.draw_order",  "0"                     },
5874   { "game.panel.inventory_first_6.x",           "-1"                    },
5875   { "game.panel.inventory_first_6.y",           "-1"                    },
5876   { "game.panel.inventory_first_6.tile_size",   "16"                    },
5877   { "game.panel.inventory_first_6.draw_masked", "false"                 },
5878   { "game.panel.inventory_first_6.draw_order",  "0"                     },
5879   { "game.panel.inventory_first_7.x",           "-1"                    },
5880   { "game.panel.inventory_first_7.y",           "-1"                    },
5881   { "game.panel.inventory_first_7.tile_size",   "16"                    },
5882   { "game.panel.inventory_first_7.draw_masked", "false"                 },
5883   { "game.panel.inventory_first_7.draw_order",  "0"                     },
5884   { "game.panel.inventory_first_8.x",           "-1"                    },
5885   { "game.panel.inventory_first_8.y",           "-1"                    },
5886   { "game.panel.inventory_first_8.tile_size",   "16"                    },
5887   { "game.panel.inventory_first_8.draw_masked", "false"                 },
5888   { "game.panel.inventory_first_8.draw_order",  "0"                     },
5889
5890   { "game.panel.inventory_last_1.x",            "-1"                    },
5891   { "game.panel.inventory_last_1.y",            "-1"                    },
5892   { "game.panel.inventory_last_1.tile_size",    "16"                    },
5893   { "game.panel.inventory_last_1.draw_masked",  "false"                 },
5894   { "game.panel.inventory_last_1.draw_order",   "0"                     },
5895   { "game.panel.inventory_last_2.x",            "-1"                    },
5896   { "game.panel.inventory_last_2.y",            "-1"                    },
5897   { "game.panel.inventory_last_2.tile_size",    "16"                    },
5898   { "game.panel.inventory_last_2.draw_masked",  "false"                 },
5899   { "game.panel.inventory_last_2.draw_order",   "0"                     },
5900   { "game.panel.inventory_last_3.x",            "-1"                    },
5901   { "game.panel.inventory_last_3.y",            "-1"                    },
5902   { "game.panel.inventory_last_3.tile_size",    "16"                    },
5903   { "game.panel.inventory_last_3.draw_masked",  "false"                 },
5904   { "game.panel.inventory_last_3.draw_order",   "0"                     },
5905   { "game.panel.inventory_last_4.x",            "-1"                    },
5906   { "game.panel.inventory_last_4.y",            "-1"                    },
5907   { "game.panel.inventory_last_4.tile_size",    "16"                    },
5908   { "game.panel.inventory_last_4.draw_masked",  "false"                 },
5909   { "game.panel.inventory_last_4.draw_order",   "0"                     },
5910   { "game.panel.inventory_last_5.x",            "-1"                    },
5911   { "game.panel.inventory_last_5.y",            "-1"                    },
5912   { "game.panel.inventory_last_5.tile_size",    "16"                    },
5913   { "game.panel.inventory_last_5.draw_masked",  "false"                 },
5914   { "game.panel.inventory_last_5.draw_order",   "0"                     },
5915   { "game.panel.inventory_last_6.x",            "-1"                    },
5916   { "game.panel.inventory_last_6.y",            "-1"                    },
5917   { "game.panel.inventory_last_6.tile_size",    "16"                    },
5918   { "game.panel.inventory_last_6.draw_masked",  "false"                 },
5919   { "game.panel.inventory_last_6.draw_order",   "0"                     },
5920   { "game.panel.inventory_last_7.x",            "-1"                    },
5921   { "game.panel.inventory_last_7.y",            "-1"                    },
5922   { "game.panel.inventory_last_7.tile_size",    "16"                    },
5923   { "game.panel.inventory_last_7.draw_masked",  "false"                 },
5924   { "game.panel.inventory_last_7.draw_order",   "0"                     },
5925   { "game.panel.inventory_last_8.x",            "-1"                    },
5926   { "game.panel.inventory_last_8.y",            "-1"                    },
5927   { "game.panel.inventory_last_8.tile_size",    "16"                    },
5928   { "game.panel.inventory_last_8.draw_masked",  "false"                 },
5929   { "game.panel.inventory_last_8.draw_order",   "0"                     },
5930
5931   { "game.panel.key_1.x",                       "18"                    },
5932   { "game.panel.key_1.y",                       "123"                   },
5933   { "game.panel.key_1.tile_size",               "16"                    },
5934   { "game.panel.key_1.draw_masked",             "false"                 },
5935   { "game.panel.key_1.draw_order",              "0"                     },
5936   { "game.panel.key_2.x",                       "34"                    },
5937   { "game.panel.key_2.y",                       "123"                   },
5938   { "game.panel.key_2.tile_size",               "16"                    },
5939   { "game.panel.key_2.draw_masked",             "false"                 },
5940   { "game.panel.key_2.draw_order",              "0"                     },
5941   { "game.panel.key_3.x",                       "50"                    },
5942   { "game.panel.key_3.y",                       "123"                   },
5943   { "game.panel.key_3.tile_size",               "16"                    },
5944   { "game.panel.key_3.draw_masked",             "false"                 },
5945   { "game.panel.key_3.draw_order",              "0"                     },
5946   { "game.panel.key_4.x",                       "66"                    },
5947   { "game.panel.key_4.y",                       "123"                   },
5948   { "game.panel.key_4.tile_size",               "16"                    },
5949   { "game.panel.key_4.draw_masked",             "false"                 },
5950   { "game.panel.key_4.draw_order",              "0"                     },
5951   { "game.panel.key_5.x",                       "-1"                    },
5952   { "game.panel.key_5.y",                       "-1"                    },
5953   { "game.panel.key_5.tile_size",               "16"                    },
5954   { "game.panel.key_5.draw_masked",             "false"                 },
5955   { "game.panel.key_5.draw_order",              "0"                     },
5956   { "game.panel.key_6.x",                       "-1"                    },
5957   { "game.panel.key_6.y",                       "-1"                    },
5958   { "game.panel.key_6.tile_size",               "16"                    },
5959   { "game.panel.key_6.draw_masked",             "false"                 },
5960   { "game.panel.key_6.draw_order",              "0"                     },
5961   { "game.panel.key_7.x",                       "-1"                    },
5962   { "game.panel.key_7.y",                       "-1"                    },
5963   { "game.panel.key_7.tile_size",               "16"                    },
5964   { "game.panel.key_7.draw_masked",             "false"                 },
5965   { "game.panel.key_7.draw_order",              "0"                     },
5966   { "game.panel.key_8.x",                       "-1"                    },
5967   { "game.panel.key_8.y",                       "-1"                    },
5968   { "game.panel.key_8.tile_size",               "16"                    },
5969   { "game.panel.key_8.draw_masked",             "false"                 },
5970   { "game.panel.key_8.draw_order",              "0"                     },
5971   { "game.panel.key_white.x",                   "-1"                    },
5972   { "game.panel.key_white.y",                   "-1"                    },
5973   { "game.panel.key_white.tile_size",           "16"                    },
5974   { "game.panel.key_white.draw_masked",         "false"                 },
5975   { "game.panel.key_white.draw_order",          "0"                     },
5976   { "game.panel.key_white_count.x",             "-1"                    },
5977   { "game.panel.key_white_count.y",             "-1"                    },
5978   { "game.panel.key_white_count.align",         "left"                  },
5979   { "game.panel.key_white_count.valign",        "top"                   },
5980   { "game.panel.key_white_count.digits",        "-1"                    },
5981   { "game.panel.key_white_count.font",          "font.text_2"           },
5982   { "game.panel.key_white_count.draw_masked",   "true"                  },
5983   { "game.panel.key_white_count.draw_order",    "0"                     },
5984
5985   { "game.panel.score.x",                       "50"                    },
5986   { "game.panel.score.y",                       "159"                   },
5987   { "game.panel.score.align",                   "center"                },
5988   { "game.panel.score.valign",                  "top"                   },
5989   { "game.panel.score.digits",                  "5"                     },
5990   { "game.panel.score.font",                    "font.text_2"           },
5991   { "game.panel.score.draw_masked",             "true"                  },
5992   { "game.panel.score.draw_order",              "0"                     },
5993
5994   { "game.panel.highscore.x",                   "-1"                    },
5995   { "game.panel.highscore.y",                   "-1"                    },
5996   { "game.panel.highscore.align",               "left"                  },
5997   { "game.panel.highscore.valign",              "top"                   },
5998   { "game.panel.highscore.digits",              "5"                     },
5999   { "game.panel.highscore.font",                "font.text_2"           },
6000   { "game.panel.highscore.draw_masked",         "true"                  },
6001   { "game.panel.highscore.draw_order",          "0"                     },
6002
6003   { "game.panel.time.x",                        "50"                    },
6004   { "game.panel.time.y",                        "194"                   },
6005   { "game.panel.time.align",                    "center"                },
6006   { "game.panel.time.valign",                   "top"                   },
6007   { "game.panel.time.digits",                   "-1"                    },
6008   { "game.panel.time.font",                     "font.text_2"           },
6009   { "game.panel.time.font_narrow",              "font.text_1"           },
6010   { "game.panel.time.draw_masked",              "true"                  },
6011   { "game.panel.time.draw_order",               "0"                     },
6012
6013   { "game.panel.time_hh.x",                     "-1"                    },
6014   { "game.panel.time_hh.y",                     "-1"                    },
6015   { "game.panel.time_hh.align",                 "left"                  },
6016   { "game.panel.time_hh.valign",                "top"                   },
6017   { "game.panel.time_hh.digits",                "2"                     },
6018   { "game.panel.time_hh.font",                  "font.text_2"           },
6019   { "game.panel.time_hh.draw_masked",           "true"                  },
6020   { "game.panel.time_hh.draw_order",            "0"                     },
6021   { "game.panel.time_mm.x",                     "-1"                    },
6022   { "game.panel.time_mm.y",                     "-1"                    },
6023   { "game.panel.time_mm.align",                 "left"                  },
6024   { "game.panel.time_mm.valign",                "top"                   },
6025   { "game.panel.time_mm.digits",                "2"                     },
6026   { "game.panel.time_mm.font",                  "font.text_2"           },
6027   { "game.panel.time_mm.draw_masked",           "true"                  },
6028   { "game.panel.time_mm.draw_order",            "0"                     },
6029   { "game.panel.time_ss.x",                     "-1"                    },
6030   { "game.panel.time_ss.y",                     "-1"                    },
6031   { "game.panel.time_ss.align",                 "left"                  },
6032   { "game.panel.time_ss.valign",                "top"                   },
6033   { "game.panel.time_ss.digits",                "2"                     },
6034   { "game.panel.time_ss.font",                  "font.text_2"           },
6035   { "game.panel.time_ss.draw_masked",           "true"                  },
6036   { "game.panel.time_ss.draw_order",            "0"                     },
6037
6038   { "game.panel.frame.x",                       "-1"                    },
6039   { "game.panel.frame.y",                       "-1"                    },
6040   { "game.panel.frame.align",                   "left"                  },
6041   { "game.panel.frame.valign",                  "top"                   },
6042   { "game.panel.frame.digits",                  "-1"                    },
6043   { "game.panel.frame.font",                    "font.text_2"           },
6044   { "game.panel.frame.draw_masked",             "true"                  },
6045   { "game.panel.frame.draw_order",              "0"                     },
6046
6047   { "game.panel.shield_normal.x",               "-1"                    },
6048   { "game.panel.shield_normal.y",               "-1"                    },
6049   { "game.panel.shield_normal.tile_size",       "16"                    },
6050   { "game.panel.shield_normal.draw_masked",     "false"                 },
6051   { "game.panel.shield_normal.draw_order",      "0"                     },
6052   { "game.panel.shield_normal_time.x",          "-1"                    },
6053   { "game.panel.shield_normal_time.y",          "-1"                    },
6054   { "game.panel.shield_normal_time.align",      "left"                  },
6055   { "game.panel.shield_normal_time.valign",     "top"                   },
6056   { "game.panel.shield_normal_time.digits",     "-1"                    },
6057   { "game.panel.shield_normal_time.font",       "font.text_2"           },
6058   { "game.panel.shield_normal_time.draw_masked", "true"                 },
6059   { "game.panel.shield_normal_time.draw_order", "0"                     },
6060   { "game.panel.shield_deadly.x",               "-1"                    },
6061   { "game.panel.shield_deadly.y",               "-1"                    },
6062   { "game.panel.shield_deadly.tile_size",       "16"                    },
6063   { "game.panel.shield_deadly.draw_masked",     "false"                 },
6064   { "game.panel.shield_deadly.draw_order",      "0"                     },
6065   { "game.panel.shield_deadly_time.x",          "-1"                    },
6066   { "game.panel.shield_deadly_time.y",          "-1"                    },
6067   { "game.panel.shield_deadly_time.align",      "left"                  },
6068   { "game.panel.shield_deadly_time.valign",     "top"                   },
6069   { "game.panel.shield_deadly_time.digits",     "-1"                    },
6070   { "game.panel.shield_deadly_time.font",       "font.text_2"           },
6071   { "game.panel.shield_deadly_time.draw_masked","true"                  },
6072   { "game.panel.shield_deadly_time.draw_order", "0"                     },
6073
6074   { "game.panel.exit.x",                        "-1"                    },
6075   { "game.panel.exit.y",                        "-1"                    },
6076   { "game.panel.exit.tile_size",                "16"                    },
6077   { "game.panel.exit.draw_masked",              "false"                 },
6078   { "game.panel.exit.draw_order",               "0"                     },
6079
6080   { "game.panel.emc_magic_ball.x",              "-1"                    },
6081   { "game.panel.emc_magic_ball.y",              "-1"                    },
6082   { "game.panel.emc_magic_ball.tile_size",      "16"                    },
6083   { "game.panel.emc_magic_ball.draw_masked",    "false"                 },
6084   { "game.panel.emc_magic_ball.draw_order",     "0"                     },
6085   { "game.panel.emc_magic_ball_switch.x",       "-1"                    },
6086   { "game.panel.emc_magic_ball_switch.y",       "-1"                    },
6087   { "game.panel.emc_magic_ball_switch.tile_size", "16"                  },
6088   { "game.panel.emc_magic_ball_switch.draw_masked", "true"              },
6089   { "game.panel.emc_magic_ball_switch.draw_order", "0"                  },
6090
6091   { "game.panel.light_switch.x",                "-1"                    },
6092   { "game.panel.light_switch.y",                "-1"                    },
6093   { "game.panel.light_switch.tile_size",        "16"                    },
6094   { "game.panel.light_switch.draw_masked",      "false"                 },
6095   { "game.panel.light_switch.draw_order",       "0"                     },
6096   { "game.panel.light_switch_time.x",           "-1"                    },
6097   { "game.panel.light_switch_time.y",           "-1"                    },
6098   { "game.panel.light_switch_time.align",       "left"                  },
6099   { "game.panel.light_switch_time.valign",      "top"                   },
6100   { "game.panel.light_switch_time.digits",      "-1"                    },
6101   { "game.panel.light_switch_time.font",        "font.text_2"           },
6102   { "game.panel.light_switch_time.draw_masked", "true"                  },
6103   { "game.panel.light_switch_time.draw_order",  "0"                     },
6104
6105   { "game.panel.timegate_switch.x",             "-1"                    },
6106   { "game.panel.timegate_switch.y",             "-1"                    },
6107   { "game.panel.timegate_switch.tile_size",     "16"                    },
6108   { "game.panel.timegate_switch.draw_masked",   "false"                 },
6109   { "game.panel.timegate_switch.draw_order",    "0"                     },
6110   { "game.panel.timegate_switch_time.x",        "-1"                    },
6111   { "game.panel.timegate_switch_time.y",        "-1"                    },
6112   { "game.panel.timegate_switch_time.align",    "left"                  },
6113   { "game.panel.timegate_switch_time.valign",   "top"                   },
6114   { "game.panel.timegate_switch_time.digits",   "-1"                    },
6115   { "game.panel.timegate_switch_time.font",     "font.text_2"           },
6116   { "game.panel.timegate_switch_time.draw_masked", "true"               },
6117   { "game.panel.timegate_switch_time.draw_order", "0"                   },
6118
6119   { "game.panel.switchgate_switch.x",           "-1"                    },
6120   { "game.panel.switchgate_switch.y",           "-1"                    },
6121   { "game.panel.switchgate_switch.tile_size",   "16"                    },
6122   { "game.panel.switchgate_switch.draw_masked", "false"                 },
6123   { "game.panel.switchgate_switch.draw_order",  "0"                     },
6124
6125   { "game.panel.emc_lenses.x",                  "-1"                    },
6126   { "game.panel.emc_lenses.y",                  "-1"                    },
6127   { "game.panel.emc_lenses.tile_size",          "16"                    },
6128   { "game.panel.emc_lenses.draw_masked",        "false"                 },
6129   { "game.panel.emc_lenses.draw_order",         "0"                     },
6130   { "game.panel.emc_lenses_time.x",             "-1"                    },
6131   { "game.panel.emc_lenses_time.y",             "-1"                    },
6132   { "game.panel.emc_lenses_time.align",         "left"                  },
6133   { "game.panel.emc_lenses_time.valign",        "top"                   },
6134   { "game.panel.emc_lenses_time.digits",        "-1"                    },
6135   { "game.panel.emc_lenses_time.font",          "font.text_2"           },
6136   { "game.panel.emc_lenses_time.draw_masked",   "true"                  },
6137   { "game.panel.emc_lenses_time.draw_order",    "0"                     },
6138
6139   { "game.panel.emc_magnifier.x",               "-1"                    },
6140   { "game.panel.emc_magnifier.y",               "-1"                    },
6141   { "game.panel.emc_magnifier.tile_size",       "16"                    },
6142   { "game.panel.emc_magnifier.draw_masked",     "false"                 },
6143   { "game.panel.emc_magnifier.draw_order",      "0"                     },
6144   { "game.panel.emc_magnifier_time.x",          "-1"                    },
6145   { "game.panel.emc_magnifier_time.y",          "-1"                    },
6146   { "game.panel.emc_magnifier_time.align",      "left"                  },
6147   { "game.panel.emc_magnifier_time.valign",     "top"                   },
6148   { "game.panel.emc_magnifier_time.digits",     "-1"                    },
6149   { "game.panel.emc_magnifier_time.font",       "font.text_2"           },
6150   { "game.panel.emc_magnifier_time.draw_masked","true"                  },
6151   { "game.panel.emc_magnifier_time.draw_order", "0"                     },
6152
6153   { "game.panel.balloon_switch.x",              "-1"                    },
6154   { "game.panel.balloon_switch.y",              "-1"                    },
6155   { "game.panel.balloon_switch.tile_size",      "16"                    },
6156   { "game.panel.balloon_switch.draw_masked",    "false"                 },
6157   { "game.panel.balloon_switch.draw_order",     "0"                     },
6158
6159   { "game.panel.dynabomb_number.x",             "-1"                    },
6160   { "game.panel.dynabomb_number.y",             "-1"                    },
6161   { "game.panel.dynabomb_number.align",         "left"                  },
6162   { "game.panel.dynabomb_number.valign",        "top"                   },
6163   { "game.panel.dynabomb_number.digits",        "-1"                    },
6164   { "game.panel.dynabomb_number.font",          "font.text_2"           },
6165   { "game.panel.dynabomb_number.draw_masked",   "true"                  },
6166   { "game.panel.dynabomb_number.draw_order",    "0"                     },
6167   { "game.panel.dynabomb_size.x",               "-1"                    },
6168   { "game.panel.dynabomb_size.y",               "-1"                    },
6169   { "game.panel.dynabomb_size.align",           "left"                  },
6170   { "game.panel.dynabomb_size.valign",          "top"                   },
6171   { "game.panel.dynabomb_size.digits",          "-1"                    },
6172   { "game.panel.dynabomb_size.font",            "font.text_2"           },
6173   { "game.panel.dynabomb_size.draw_masked",     "true"                  },
6174   { "game.panel.dynabomb_size.draw_order",      "0"                     },
6175   { "game.panel.dynabomb_power.x",              "-1"                    },
6176   { "game.panel.dynabomb_power.y",              "-1"                    },
6177   { "game.panel.dynabomb_power.tile_size",      "16"                    },
6178   { "game.panel.dynabomb_power.draw_masked",    "false"                 },
6179   { "game.panel.dynabomb_power.draw_order",     "0"                     },
6180
6181   { "game.panel.penguins.x",                    "-1"                    },
6182   { "game.panel.penguins.y",                    "-1"                    },
6183   { "game.panel.penguins.align",                "left"                  },
6184   { "game.panel.penguins.valign",               "top"                   },
6185   { "game.panel.penguins.digits",               "-1"                    },
6186   { "game.panel.penguins.font",                 "font.text_2"           },
6187   { "game.panel.penguins.draw_masked",          "true"                  },
6188   { "game.panel.penguins.draw_order",           "0"                     },
6189
6190   { "game.panel.sokoban_objects.x",             "-1"                    },
6191   { "game.panel.sokoban_objects.y",             "-1"                    },
6192   { "game.panel.sokoban_objects.align",         "left"                  },
6193   { "game.panel.sokoban_objects.valign",        "top"                   },
6194   { "game.panel.sokoban_objects.digits",        "-1"                    },
6195   { "game.panel.sokoban_objects.font",          "font.text_2"           },
6196   { "game.panel.sokoban_objects.draw_masked",   "true"                  },
6197   { "game.panel.sokoban_objects.draw_order",    "0"                     },
6198   { "game.panel.sokoban_fields.x",              "-1"                    },
6199   { "game.panel.sokoban_fields.y",              "-1"                    },
6200   { "game.panel.sokoban_fields.align",          "left"                  },
6201   { "game.panel.sokoban_fields.valign",         "top"                   },
6202   { "game.panel.sokoban_fields.digits",         "-1"                    },
6203   { "game.panel.sokoban_fields.font",           "font.text_2"           },
6204   { "game.panel.sokoban_fields.draw_masked",    "true"                  },
6205   { "game.panel.sokoban_fields.draw_order",     "0"                     },
6206
6207   { "game.panel.robot_wheel.x",                 "-1"                    },
6208   { "game.panel.robot_wheel.y",                 "-1"                    },
6209   { "game.panel.robot_wheel.tile_size",         "16"                    },
6210   { "game.panel.robot_wheel.draw_masked",       "false"                 },
6211   { "game.panel.robot_wheel.draw_order",        "0"                     },
6212
6213   { "game.panel.conveyor_belt_1.x",             "-1"                    },
6214   { "game.panel.conveyor_belt_1.y",             "-1"                    },
6215   { "game.panel.conveyor_belt_1.tile_size",     "16"                    },
6216   { "game.panel.conveyor_belt_1.draw_masked",   "false"                 },
6217   { "game.panel.conveyor_belt_1.draw_order",    "0"                     },
6218   { "game.panel.conveyor_belt_1_switch.x",      "-1"                    },
6219   { "game.panel.conveyor_belt_1_switch.y",      "-1"                    },
6220   { "game.panel.conveyor_belt_1_switch.tile_size", "16"                 },
6221   { "game.panel.conveyor_belt_1_switch.draw_masked", "false"            },
6222   { "game.panel.conveyor_belt_1_switch.draw_order", "0"                 },
6223   { "game.panel.conveyor_belt_2.x",             "-1"                    },
6224   { "game.panel.conveyor_belt_2.y",             "-1"                    },
6225   { "game.panel.conveyor_belt_2.tile_size",     "16"                    },
6226   { "game.panel.conveyor_belt_2.draw_masked",   "false"                 },
6227   { "game.panel.conveyor_belt_2.draw_order",    "0"                     },
6228   { "game.panel.conveyor_belt_2_switch.x",      "-1"                    },
6229   { "game.panel.conveyor_belt_2_switch.y",      "-1"                    },
6230   { "game.panel.conveyor_belt_2_switch.tile_size", "16"                 },
6231   { "game.panel.conveyor_belt_2_switch.draw_masked", "false"            },
6232   { "game.panel.conveyor_belt_2_switch.draw_order", "0"                 },
6233   { "game.panel.conveyor_belt_3.x",             "-1"                    },
6234   { "game.panel.conveyor_belt_3.y",             "-1"                    },
6235   { "game.panel.conveyor_belt_3.tile_size",     "16"                    },
6236   { "game.panel.conveyor_belt_3.draw_masked",   "false"                 },
6237   { "game.panel.conveyor_belt_3.draw_order",    "0"                     },
6238   { "game.panel.conveyor_belt_3_switch.x",      "-1"                    },
6239   { "game.panel.conveyor_belt_3_switch.y",      "-1"                    },
6240   { "game.panel.conveyor_belt_3_switch.tile_size", "16"                 },
6241   { "game.panel.conveyor_belt_3_switch.draw_masked", "false"            },
6242   { "game.panel.conveyor_belt_3_switch.draw_order", "0"                 },
6243   { "game.panel.conveyor_belt_4.x",             "-1"                    },
6244   { "game.panel.conveyor_belt_4.y",             "-1"                    },
6245   { "game.panel.conveyor_belt_4.tile_size",     "16"                    },
6246   { "game.panel.conveyor_belt_4.draw_masked",   "false"                 },
6247   { "game.panel.conveyor_belt_4.draw_order",    "0"                     },
6248   { "game.panel.conveyor_belt_4_switch.x",      "-1"                    },
6249   { "game.panel.conveyor_belt_4_switch.y",      "-1"                    },
6250   { "game.panel.conveyor_belt_4_switch.tile_size", "16"                 },
6251   { "game.panel.conveyor_belt_4_switch.draw_masked", "false"            },
6252   { "game.panel.conveyor_belt_4_switch.draw_order", "0"                 },
6253
6254   { "game.panel.magic_wall.x",                  "-1"                    },
6255   { "game.panel.magic_wall.y",                  "-1"                    },
6256   { "game.panel.magic_wall.tile_size",          "16"                    },
6257   { "game.panel.magic_wall.draw_masked",        "false"                 },
6258   { "game.panel.magic_wall.draw_order",         "0"                     },
6259   { "game.panel.magic_wall_time.x",             "-1"                    },
6260   { "game.panel.magic_wall_time.y",             "-1"                    },
6261   { "game.panel.magic_wall_time.align",         "left"                  },
6262   { "game.panel.magic_wall_time.valign",        "top"                   },
6263   { "game.panel.magic_wall_time.digits",        "-1"                    },
6264   { "game.panel.magic_wall_time.font",          "font.text_2"           },
6265   { "game.panel.magic_wall_time.draw_masked",   "true"                  },
6266   { "game.panel.magic_wall_time.draw_order",    "0"                     },
6267
6268   { "game.panel.gravity_state.x",               "-1"                    },
6269   { "game.panel.gravity_state.y",               "-1"                    },
6270   { "game.panel.gravity_state.align",           "left"                  },
6271   { "game.panel.gravity_state.valign",          "top"                   },
6272   { "game.panel.gravity_state.chars",           "-1"                    },
6273   { "game.panel.gravity_state.font",            "font.text_1"           },
6274   { "game.panel.gravity_state.font_active",     "font.text_2"           },
6275   { "game.panel.gravity_state.draw_masked",     "true"                  },
6276   { "game.panel.gravity_state.draw_order",      "0"                     },
6277
6278   { "game.panel.graphic_1.x",                   "-1"                    },
6279   { "game.panel.graphic_1.y",                   "-1"                    },
6280   { "game.panel.graphic_1.draw_masked",         "true"                  },
6281   { "game.panel.graphic_1.draw_order",          "0"                     },
6282   { "game.panel.graphic_2.x",                   "-1"                    },
6283   { "game.panel.graphic_2.y",                   "-1"                    },
6284   { "game.panel.graphic_2.draw_masked",         "true"                  },
6285   { "game.panel.graphic_2.draw_order",          "0"                     },
6286   { "game.panel.graphic_3.x",                   "-1"                    },
6287   { "game.panel.graphic_3.y",                   "-1"                    },
6288   { "game.panel.graphic_3.draw_masked",         "true"                  },
6289   { "game.panel.graphic_3.draw_order",          "0"                     },
6290   { "game.panel.graphic_4.x",                   "-1"                    },
6291   { "game.panel.graphic_4.y",                   "-1"                    },
6292   { "game.panel.graphic_4.draw_masked",         "true"                  },
6293   { "game.panel.graphic_4.draw_order",          "0"                     },
6294   { "game.panel.graphic_5.x",                   "-1"                    },
6295   { "game.panel.graphic_5.y",                   "-1"                    },
6296   { "game.panel.graphic_5.draw_masked",         "true"                  },
6297   { "game.panel.graphic_5.draw_order",          "0"                     },
6298   { "game.panel.graphic_6.x",                   "-1"                    },
6299   { "game.panel.graphic_6.y",                   "-1"                    },
6300   { "game.panel.graphic_6.draw_masked",         "true"                  },
6301   { "game.panel.graphic_6.draw_order",          "0"                     },
6302   { "game.panel.graphic_7.x",                   "-1"                    },
6303   { "game.panel.graphic_7.y",                   "-1"                    },
6304   { "game.panel.graphic_7.draw_masked",         "true"                  },
6305   { "game.panel.graphic_7.draw_order",          "0"                     },
6306   { "game.panel.graphic_8.x",                   "-1"                    },
6307   { "game.panel.graphic_8.y",                   "-1"                    },
6308   { "game.panel.graphic_8.draw_masked",         "true"                  },
6309   { "game.panel.graphic_8.draw_order",          "0"                     },
6310
6311   { "game.panel.element_1.x",                   "-1"                    },
6312   { "game.panel.element_1.y",                   "-1"                    },
6313   { "game.panel.element_1.tile_size",           "16"                    },
6314   { "game.panel.element_1.element",             "empty_space"           },
6315   { "game.panel.element_1.draw_masked",         "false"                 },
6316   { "game.panel.element_1.draw_order",          "0"                     },
6317   { "game.panel.element_1_count.x",             "-1"                    },
6318   { "game.panel.element_1_count.y",             "-1"                    },
6319   { "game.panel.element_1_count.align",         "left"                  },
6320   { "game.panel.element_1_count.valign",        "top"                   },
6321   { "game.panel.element_1_count.digits",        "-1"                    },
6322   { "game.panel.element_1_count.font",          "font.text_2"           },
6323   { "game.panel.element_1_count.element",       "empty_space"           },
6324   { "game.panel.element_1_count.draw_masked",   "true"                  },
6325   { "game.panel.element_1_count.draw_order",    "0"                     },
6326   { "game.panel.element_2.x",                   "-1"                    },
6327   { "game.panel.element_2.y",                   "-1"                    },
6328   { "game.panel.element_2.tile_size",           "16"                    },
6329   { "game.panel.element_2.element",             "empty_space"           },
6330   { "game.panel.element_2.draw_masked",         "false"                 },
6331   { "game.panel.element_2.draw_order",          "0"                     },
6332   { "game.panel.element_2_count.x",             "-1"                    },
6333   { "game.panel.element_2_count.y",             "-1"                    },
6334   { "game.panel.element_2_count.align",         "left"                  },
6335   { "game.panel.element_2_count.valign",        "top"                   },
6336   { "game.panel.element_2_count.digits",        "-1"                    },
6337   { "game.panel.element_2_count.font",          "font.text_2"           },
6338   { "game.panel.element_2_count.element",       "empty_space"           },
6339   { "game.panel.element_2_count.draw_masked",   "true"                  },
6340   { "game.panel.element_2_count.draw_order",    "0"                     },
6341   { "game.panel.element_3.x",                   "-1"                    },
6342   { "game.panel.element_3.y",                   "-1"                    },
6343   { "game.panel.element_3.tile_size",           "16"                    },
6344   { "game.panel.element_3.element",             "empty_space"           },
6345   { "game.panel.element_3.draw_masked",         "false"                 },
6346   { "game.panel.element_3.draw_order",          "0"                     },
6347   { "game.panel.element_3_count.x",             "-1"                    },
6348   { "game.panel.element_3_count.y",             "-1"                    },
6349   { "game.panel.element_3_count.align",         "left"                  },
6350   { "game.panel.element_3_count.valign",        "top"                   },
6351   { "game.panel.element_3_count.digits",        "-1"                    },
6352   { "game.panel.element_3_count.font",          "font.text_2"           },
6353   { "game.panel.element_3_count.element",       "empty_space"           },
6354   { "game.panel.element_3_count.draw_masked",   "true"                  },
6355   { "game.panel.element_3_count.draw_order",    "0"                     },
6356   { "game.panel.element_4.x",                   "-1"                    },
6357   { "game.panel.element_4.y",                   "-1"                    },
6358   { "game.panel.element_4.tile_size",           "16"                    },
6359   { "game.panel.element_4.element",             "empty_space"           },
6360   { "game.panel.element_4.draw_masked",         "false"                 },
6361   { "game.panel.element_4.draw_order",          "0"                     },
6362   { "game.panel.element_4_count.x",             "-1"                    },
6363   { "game.panel.element_4_count.y",             "-1"                    },
6364   { "game.panel.element_4_count.align",         "left"                  },
6365   { "game.panel.element_4_count.valign",        "top"                   },
6366   { "game.panel.element_4_count.digits",        "-1"                    },
6367   { "game.panel.element_4_count.font",          "font.text_2"           },
6368   { "game.panel.element_4_count.element",       "empty_space"           },
6369   { "game.panel.element_4_count.draw_masked",   "true"                  },
6370   { "game.panel.element_4_count.draw_order",    "0"                     },
6371   { "game.panel.element_5.x",                   "-1"                    },
6372   { "game.panel.element_5.y",                   "-1"                    },
6373   { "game.panel.element_5.tile_size",           "16"                    },
6374   { "game.panel.element_5.element",             "empty_space"           },
6375   { "game.panel.element_5.draw_masked",         "false"                 },
6376   { "game.panel.element_5.draw_order",          "0"                     },
6377   { "game.panel.element_5_count.x",             "-1"                    },
6378   { "game.panel.element_5_count.y",             "-1"                    },
6379   { "game.panel.element_5_count.align",         "left"                  },
6380   { "game.panel.element_5_count.valign",        "top"                   },
6381   { "game.panel.element_5_count.digits",        "-1"                    },
6382   { "game.panel.element_5_count.font",          "font.text_2"           },
6383   { "game.panel.element_5_count.element",       "empty_space"           },
6384   { "game.panel.element_5_count.draw_masked",   "true"                  },
6385   { "game.panel.element_5_count.draw_order",    "0"                     },
6386   { "game.panel.element_6.x",                   "-1"                    },
6387   { "game.panel.element_6.y",                   "-1"                    },
6388   { "game.panel.element_6.tile_size",           "16"                    },
6389   { "game.panel.element_6.element",             "empty_space"           },
6390   { "game.panel.element_6.draw_masked",         "false"                 },
6391   { "game.panel.element_6.draw_order",          "0"                     },
6392   { "game.panel.element_6_count.x",             "-1"                    },
6393   { "game.panel.element_6_count.y",             "-1"                    },
6394   { "game.panel.element_6_count.align",         "left"                  },
6395   { "game.panel.element_6_count.valign",        "top"                   },
6396   { "game.panel.element_6_count.digits",        "-1"                    },
6397   { "game.panel.element_6_count.font",          "font.text_2"           },
6398   { "game.panel.element_6_count.element",       "empty_space"           },
6399   { "game.panel.element_6_count.draw_masked",   "true"                  },
6400   { "game.panel.element_6_count.draw_order",    "0"                     },
6401   { "game.panel.element_7.x",                   "-1"                    },
6402   { "game.panel.element_7.y",                   "-1"                    },
6403   { "game.panel.element_7.tile_size",           "16"                    },
6404   { "game.panel.element_7.element",             "empty_space"           },
6405   { "game.panel.element_7.draw_masked",         "false"                 },
6406   { "game.panel.element_7.draw_order",          "0"                     },
6407   { "game.panel.element_7_count.x",             "-1"                    },
6408   { "game.panel.element_7_count.y",             "-1"                    },
6409   { "game.panel.element_7_count.align",         "left"                  },
6410   { "game.panel.element_7_count.valign",        "top"                   },
6411   { "game.panel.element_7_count.digits",        "-1"                    },
6412   { "game.panel.element_7_count.font",          "font.text_2"           },
6413   { "game.panel.element_7_count.element",       "empty_space"           },
6414   { "game.panel.element_7_count.draw_masked",   "true"                  },
6415   { "game.panel.element_7_count.draw_order",    "0"                     },
6416   { "game.panel.element_8.x",                   "-1"                    },
6417   { "game.panel.element_8.y",                   "-1"                    },
6418   { "game.panel.element_8.tile_size",           "16"                    },
6419   { "game.panel.element_8.element",             "empty_space"           },
6420   { "game.panel.element_8.draw_masked",         "false"                 },
6421   { "game.panel.element_8.draw_order",          "0"                     },
6422   { "game.panel.element_8_count.x",             "-1"                    },
6423   { "game.panel.element_8_count.y",             "-1"                    },
6424   { "game.panel.element_8_count.align",         "left"                  },
6425   { "game.panel.element_8_count.valign",        "top"                   },
6426   { "game.panel.element_8_count.digits",        "-1"                    },
6427   { "game.panel.element_8_count.font",          "font.text_2"           },
6428   { "game.panel.element_8_count.element",       "empty_space"           },
6429   { "game.panel.element_8_count.draw_masked",   "true"                  },
6430   { "game.panel.element_8_count.draw_order",    "0"                     },
6431
6432   { "game.panel.ce_score_1.x",                  "-1"                    },
6433   { "game.panel.ce_score_1.y",                  "-1"                    },
6434   { "game.panel.ce_score_1.align",              "left"                  },
6435   { "game.panel.ce_score_1.valign",             "top"                   },
6436   { "game.panel.ce_score_1.digits",             "-1"                    },
6437   { "game.panel.ce_score_1.font",               "font.text_2"           },
6438   { "game.panel.ce_score_1.element",            "empty_space"           },
6439   { "game.panel.ce_score_1.draw_masked",        "true"                  },
6440   { "game.panel.ce_score_1.draw_order",         "0"                     },
6441   { "game.panel.ce_score_1_element.x",          "-1"                    },
6442   { "game.panel.ce_score_1_element.y",          "-1"                    },
6443   { "game.panel.ce_score_1_element.tile_size",  "16"                    },
6444   { "game.panel.ce_score_1_element.element",    "empty_space"           },
6445   { "game.panel.ce_score_1_element.draw_masked","false"                 },
6446   { "game.panel.ce_score_1_element.draw_order", "0"                     },
6447   { "game.panel.ce_score_2.x",                  "-1"                    },
6448   { "game.panel.ce_score_2.y",                  "-1"                    },
6449   { "game.panel.ce_score_2.align",              "left"                  },
6450   { "game.panel.ce_score_2.valign",             "top"                   },
6451   { "game.panel.ce_score_2.digits",             "-1"                    },
6452   { "game.panel.ce_score_2.font",               "font.text_2"           },
6453   { "game.panel.ce_score_2.element",            "empty_space"           },
6454   { "game.panel.ce_score_2.draw_masked",        "true"                  },
6455   { "game.panel.ce_score_2.draw_order",         "0"                     },
6456   { "game.panel.ce_score_2_element.x",          "-1"                    },
6457   { "game.panel.ce_score_2_element.y",          "-1"                    },
6458   { "game.panel.ce_score_2_element.tile_size",  "16"                    },
6459   { "game.panel.ce_score_2_element.element",    "empty_space"           },
6460   { "game.panel.ce_score_2_element.draw_masked","false"                 },
6461   { "game.panel.ce_score_2_element.draw_order", "0"                     },
6462   { "game.panel.ce_score_3.x",                  "-1"                    },
6463   { "game.panel.ce_score_3.y",                  "-1"                    },
6464   { "game.panel.ce_score_3.align",              "left"                  },
6465   { "game.panel.ce_score_3.valign",             "top"                   },
6466   { "game.panel.ce_score_3.digits",             "-1"                    },
6467   { "game.panel.ce_score_3.font",               "font.text_2"           },
6468   { "game.panel.ce_score_3.element",            "empty_space"           },
6469   { "game.panel.ce_score_3.draw_masked",        "true"                  },
6470   { "game.panel.ce_score_3.draw_order",         "0"                     },
6471   { "game.panel.ce_score_3_element.x",          "-1"                    },
6472   { "game.panel.ce_score_3_element.y",          "-1"                    },
6473   { "game.panel.ce_score_3_element.tile_size",  "16"                    },
6474   { "game.panel.ce_score_3_element.element",    "empty_space"           },
6475   { "game.panel.ce_score_3_element.draw_masked","false"                 },
6476   { "game.panel.ce_score_3_element.draw_order", "0"                     },
6477   { "game.panel.ce_score_4.x",                  "-1"                    },
6478   { "game.panel.ce_score_4.y",                  "-1"                    },
6479   { "game.panel.ce_score_4.align",              "left"                  },
6480   { "game.panel.ce_score_4.valign",             "top"                   },
6481   { "game.panel.ce_score_4.digits",             "-1"                    },
6482   { "game.panel.ce_score_4.font",               "font.text_2"           },
6483   { "game.panel.ce_score_4.element",            "empty_space"           },
6484   { "game.panel.ce_score_4.draw_masked",        "true"                  },
6485   { "game.panel.ce_score_4.draw_order",         "0"                     },
6486   { "game.panel.ce_score_4_element.x",          "-1"                    },
6487   { "game.panel.ce_score_4_element.y",          "-1"                    },
6488   { "game.panel.ce_score_4_element.tile_size",  "16"                    },
6489   { "game.panel.ce_score_4_element.element",    "empty_space"           },
6490   { "game.panel.ce_score_4_element.draw_masked","false"                 },
6491   { "game.panel.ce_score_4_element.draw_order", "0"                     },
6492   { "game.panel.ce_score_5.x",                  "-1"                    },
6493   { "game.panel.ce_score_5.y",                  "-1"                    },
6494   { "game.panel.ce_score_5.align",              "left"                  },
6495   { "game.panel.ce_score_5.valign",             "top"                   },
6496   { "game.panel.ce_score_5.digits",             "-1"                    },
6497   { "game.panel.ce_score_5.font",               "font.text_2"           },
6498   { "game.panel.ce_score_5.element",            "empty_space"           },
6499   { "game.panel.ce_score_5.draw_masked",        "true"                  },
6500   { "game.panel.ce_score_5.draw_order",         "0"                     },
6501   { "game.panel.ce_score_5_element.x",          "-1"                    },
6502   { "game.panel.ce_score_5_element.y",          "-1"                    },
6503   { "game.panel.ce_score_5_element.tile_size",  "16"                    },
6504   { "game.panel.ce_score_5_element.element",    "empty_space"           },
6505   { "game.panel.ce_score_5_element.draw_masked","false"                 },
6506   { "game.panel.ce_score_5_element.draw_order", "0"                     },
6507   { "game.panel.ce_score_6.x",                  "-1"                    },
6508   { "game.panel.ce_score_6.y",                  "-1"                    },
6509   { "game.panel.ce_score_6.align",              "left"                  },
6510   { "game.panel.ce_score_6.valign",             "top"                   },
6511   { "game.panel.ce_score_6.digits",             "-1"                    },
6512   { "game.panel.ce_score_6.font",               "font.text_2"           },
6513   { "game.panel.ce_score_6.element",            "empty_space"           },
6514   { "game.panel.ce_score_6.draw_masked",        "true"                  },
6515   { "game.panel.ce_score_6.draw_order",         "0"                     },
6516   { "game.panel.ce_score_6_element.x",          "-1"                    },
6517   { "game.panel.ce_score_6_element.y",          "-1"                    },
6518   { "game.panel.ce_score_6_element.tile_size",  "16"                    },
6519   { "game.panel.ce_score_6_element.element",    "empty_space"           },
6520   { "game.panel.ce_score_6_element.draw_masked","false"                 },
6521   { "game.panel.ce_score_6_element.draw_order", "0"                     },
6522   { "game.panel.ce_score_7.x",                  "-1"                    },
6523   { "game.panel.ce_score_7.y",                  "-1"                    },
6524   { "game.panel.ce_score_7.align",              "left"                  },
6525   { "game.panel.ce_score_7.valign",             "top"                   },
6526   { "game.panel.ce_score_7.digits",             "-1"                    },
6527   { "game.panel.ce_score_7.font",               "font.text_2"           },
6528   { "game.panel.ce_score_7.element",            "empty_space"           },
6529   { "game.panel.ce_score_7.draw_masked",        "true"                  },
6530   { "game.panel.ce_score_7.draw_order",         "0"                     },
6531   { "game.panel.ce_score_7_element.x",          "-1"                    },
6532   { "game.panel.ce_score_7_element.y",          "-1"                    },
6533   { "game.panel.ce_score_7_element.tile_size",  "16"                    },
6534   { "game.panel.ce_score_7_element.element",    "empty_space"           },
6535   { "game.panel.ce_score_7_element.draw_masked","false"                 },
6536   { "game.panel.ce_score_7_element.draw_order", "0"                     },
6537   { "game.panel.ce_score_8.x",                  "-1"                    },
6538   { "game.panel.ce_score_8.y",                  "-1"                    },
6539   { "game.panel.ce_score_8.align",              "left"                  },
6540   { "game.panel.ce_score_8.valign",             "top"                   },
6541   { "game.panel.ce_score_8.digits",             "-1"                    },
6542   { "game.panel.ce_score_8.font",               "font.text_2"           },
6543   { "game.panel.ce_score_8.element",            "empty_space"           },
6544   { "game.panel.ce_score_8.draw_masked",        "true"                  },
6545   { "game.panel.ce_score_8.draw_order",         "0"                     },
6546   { "game.panel.ce_score_8_element.x",          "-1"                    },
6547   { "game.panel.ce_score_8_element.y",          "-1"                    },
6548   { "game.panel.ce_score_8_element.tile_size",  "16"                    },
6549   { "game.panel.ce_score_8_element.element",    "empty_space"           },
6550   { "game.panel.ce_score_8_element.draw_masked","false"                 },
6551   { "game.panel.ce_score_8_element.draw_order", "0"                     },
6552
6553   { "game.panel.player_name.x",                 "-1"                    },
6554   { "game.panel.player_name.y",                 "-1"                    },
6555   { "game.panel.player_name.align",             "left"                  },
6556   { "game.panel.player_name.valign",            "top"                   },
6557   { "game.panel.player_name.chars",             "-1"                    },
6558   { "game.panel.player_name.font",              "font.text_2"           },
6559   { "game.panel.player_name.draw_masked",       "true"                  },
6560   { "game.panel.player_name.draw_order",        "0"                     },
6561
6562   { "game.panel.level_name.x",                  "-1"                    },
6563   { "game.panel.level_name.y",                  "-1"                    },
6564   { "game.panel.level_name.align",              "left"                  },
6565   { "game.panel.level_name.valign",             "top"                   },
6566   { "game.panel.level_name.chars",              "-1"                    },
6567   { "game.panel.level_name.font",               "font.text_2"           },
6568   { "game.panel.level_name.draw_masked",        "true"                  },
6569   { "game.panel.level_name.draw_order",         "0"                     },
6570   { "game.panel.level_author.x",                "-1"                    },
6571   { "game.panel.level_author.y",                "-1"                    },
6572   { "game.panel.level_author.align",            "left"                  },
6573   { "game.panel.level_author.valign",           "top"                   },
6574   { "game.panel.level_author.chars",            "-1"                    },
6575   { "game.panel.level_author.font",             "font.text_2"           },
6576   { "game.panel.level_author.draw_masked",      "true"                  },
6577   { "game.panel.level_author.draw_order",       "0"                     },
6578
6579   { "game.button.stop.x",                       "5"                     },
6580   { "game.button.stop.y",                       "215"                   },
6581   { "game.button.pause.x",                      "35"                    },
6582   { "game.button.pause.y",                      "215"                   },
6583   { "game.button.play.x",                       "65"                    },
6584   { "game.button.play.y",                       "215"                   },
6585   { "game.button.sound_music.x",                "5"                     },
6586   { "game.button.sound_music.y",                "245"                   },
6587   { "game.button.sound_loops.x",                "35"                    },
6588   { "game.button.sound_loops.y",                "245"                   },
6589   { "game.button.sound_simple.x",               "65"                    },
6590   { "game.button.sound_simple.y",               "245"                   },
6591
6592   { "tape.button.eject.x",                      "5"                     },
6593   { "tape.button.eject.y",                      "77"                    },
6594   { "tape.button.stop.x",                       "23"                    },
6595   { "tape.button.stop.y",                       "77"                    },
6596   { "tape.button.pause.x",                      "41"                    },
6597   { "tape.button.pause.y",                      "77"                    },
6598   { "tape.button.record.x",                     "59"                    },
6599   { "tape.button.record.y",                     "77"                    },
6600   { "tape.button.play.x",                       "77"                    },
6601   { "tape.button.play.y",                       "77"                    },
6602
6603   { "tape.symbol.eject.x",                      "-1"                    },
6604   { "tape.symbol.eject.y",                      "-1"                    },
6605   { "tape.symbol.stop.x",                       "-1"                    },
6606   { "tape.symbol.stop.y",                       "-1"                    },
6607   { "tape.symbol.pause.x",                      "40"                    },
6608   { "tape.symbol.pause.y",                      "41"                    },
6609   { "tape.symbol.record.x",                     "25"                    },
6610   { "tape.symbol.record.y",                     "41"                    },
6611   { "tape.symbol.play.x",                       "57"                    },
6612   { "tape.symbol.play.y",                       "41"                    },
6613   { "tape.symbol.fast_forward.x",               "39"                    },
6614   { "tape.symbol.fast_forward.y",               "42"                    },
6615   { "tape.symbol.warp_forward.x",               "39"                    },
6616   { "tape.symbol.warp_forward.y",               "42"                    },
6617   { "tape.symbol.warp_forward_blind.x",         "39"                    },
6618   { "tape.symbol.warp_forward_blind.y",         "42"                    },
6619   { "tape.symbol.pause_before_end.x",           "39"                    },
6620   { "tape.symbol.pause_before_end.y",           "42"                    },
6621   { "tape.symbol.single_step.x",                "-1"                    },
6622   { "tape.symbol.single_step.y",                "-1"                    },
6623
6624   { "tape.label.eject.x",                       "-1"                    },
6625   { "tape.label.eject.y",                       "-1"                    },
6626   { "tape.label.stop.x",                        "-1"                    },
6627   { "tape.label.stop.y",                        "-1"                    },
6628   { "tape.label.pause.x",                       "5"                     },
6629   { "tape.label.pause.y",                       "61"                    },
6630   { "tape.label.record.x",                      "5"                     },
6631   { "tape.label.record.y",                      "41"                    },
6632   { "tape.label.play.x",                        "70"                    },
6633   { "tape.label.play.y",                        "41"                    },
6634   { "tape.label.fast_forward.x",                "5"                     },
6635   { "tape.label.fast_forward.y",                "42"                    },
6636   { "tape.label.warp_forward.x",                "-1"                    },
6637   { "tape.label.warp_forward.y",                "-1"                    },
6638   { "tape.label.warp_forward_blind.x",          "5"                     },
6639   { "tape.label.warp_forward_blind.y",          "42"                    },
6640   { "tape.label.pause_before_end.x",            "5"                     },
6641   { "tape.label.pause_before_end.y",            "42"                    },
6642   { "tape.label.single_step.x",                 "57"                    },
6643   { "tape.label.single_step.y",                 "42"                    },
6644
6645   { "tape.label.date.x",                        "5"                     },
6646   { "tape.label.date.y",                        "5"                     },
6647   { "tape.label.time.x",                        "-1"                    },
6648   { "tape.label.time.y",                        "-1"                    },
6649
6650   { "tape.text.date.x",                         "7"                     },
6651   { "tape.text.date.y",                         "19"                    },
6652   { "tape.text.date.align",                     "left"                  },
6653   { "tape.text.date.valign",                    "top"                   },
6654   { "tape.text.date.digits",                    "-1"                    },
6655   { "tape.text.date.font",                      "font.tape_recorder"    },
6656
6657   { "tape.text.time.x",                         "44"                    },
6658   { "tape.text.time.y",                         "55"                    },
6659   { "tape.text.time.align",                     "left"                  },
6660   { "tape.text.time.valign",                    "top"                   },
6661   { "tape.text.time.digits",                    "-1"                    },
6662   { "tape.text.time.font",                      "font.tape_recorder"    },
6663
6664   { "game.forced_scroll_delay_value",           "-1"                    },
6665   { "game.use_native_emc_graphics_engine",      "false"                 },
6666   { "game.use_native_sp_graphics_engine",       "true"                  },
6667   { "game.use_masked_pushing",                  "false"                 },
6668   { "game.tile_size",                           "32"                    },
6669
6670   { "[player].boring_delay_fixed",              "1000"                  },
6671   { "[player].boring_delay_random",             "1000"                  },
6672   { "[player].sleeping_delay_fixed",            "2000"                  },
6673   { "[player].sleeping_delay_random",           "2000"                  },
6674
6675   { "viewport.window.width",                    "672"                   },
6676   { "viewport.window.height",                   "560"                   },
6677   { "viewport.playfield.x",                     "6"                     },
6678   { "viewport.playfield.y",                     "6"                     },
6679   { "viewport.playfield.width",                 "548"                   },
6680   { "viewport.playfield.height",                "548"                   },
6681   { "viewport.playfield.border_size",           "2"                     },
6682   { "viewport.playfield.MAIN.x",                ARG_DEFAULT             },
6683   { "viewport.playfield.MAIN.y",                ARG_DEFAULT             },
6684   { "viewport.playfield.MAIN.width",            ARG_DEFAULT             },
6685   { "viewport.playfield.MAIN.height",           ARG_DEFAULT             },
6686   { "viewport.playfield.MAIN.border_size",      ARG_DEFAULT             },
6687   { "viewport.playfield.PLAYING.x",             ARG_DEFAULT             },
6688   { "viewport.playfield.PLAYING.y",             ARG_DEFAULT             },
6689   { "viewport.playfield.PLAYING.width",         ARG_DEFAULT             },
6690   { "viewport.playfield.PLAYING.height",        ARG_DEFAULT             },
6691   { "viewport.playfield.PLAYING.border_size",   ARG_DEFAULT             },
6692   { "viewport.playfield.EDITOR.x",              ARG_DEFAULT             },
6693   { "viewport.playfield.EDITOR.y",              ARG_DEFAULT             },
6694   { "viewport.playfield.EDITOR.width",          ARG_DEFAULT             },
6695   { "viewport.playfield.EDITOR.height",         ARG_DEFAULT             },
6696   { "viewport.playfield.EDITOR.border_size",    ARG_DEFAULT             },
6697   { "viewport.door_1.x",                        "566"                   },
6698   { "viewport.door_1.y",                        "60"                    },
6699   { "viewport.door_1.MAIN.x",                   ARG_DEFAULT             },
6700   { "viewport.door_1.MAIN.y",                   ARG_DEFAULT             },
6701   { "viewport.door_1.PLAYING.x",                ARG_DEFAULT             },
6702   { "viewport.door_1.PLAYING.y",                ARG_DEFAULT             },
6703   { "viewport.door_1.EDITOR.x",                 ARG_DEFAULT             },
6704   { "viewport.door_1.EDITOR.y",                 ARG_DEFAULT             },
6705   { "viewport.door_2.x",                        "566"                   },
6706   { "viewport.door_2.y",                        "400"                   },
6707   { "viewport.door_2.MAIN.x",                   ARG_DEFAULT             },
6708   { "viewport.door_2.MAIN.y",                   ARG_DEFAULT             },
6709   { "viewport.door_2.PLAYING.x",                ARG_DEFAULT             },
6710   { "viewport.door_2.PLAYING.y",                ARG_DEFAULT             },
6711   { "viewport.door_2.EDITOR.x",                 "566"                   },
6712   { "viewport.door_2.EDITOR.y",                 "356"                   },
6713
6714   { NULL,                                       NULL                    }
6715 };