542c5e5a58887569f5a1644ecbefe9d642287491
[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_TOKEN      },
47   { ".diggable_like",                   ARG_UNDEFINED,  TYPE_TOKEN      },
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_TOKEN      },
63   { ".fade_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
64   { ".post_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
65   { ".auto_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
66
67   { NULL,                               NULL,           0               }
68 };
69
70 struct ConfigInfo image_config[] =
71 {
72   /* images for Boulder Dash style elements and actions */
73
74   { "bd_wall",                                  "RocksDC.pcx"           },
75   { "bd_wall.xpos",                             "12"                    },
76   { "bd_wall.ypos",                             "9"                     },
77   { "bd_wall.frames",                           "1"                     },
78   { "bd_wall.EDITOR",                           "RocksDC.pcx"           },
79   { "bd_wall.EDITOR.xpos",                      "14"                    },
80   { "bd_wall.EDITOR.ypos",                      "13"                    },
81
82   { "bd_rock",                                  "RocksDC.pcx"           },
83   { "bd_rock.xpos",                             "12"                    },
84   { "bd_rock.ypos",                             "10"                    },
85   { "bd_rock.frames",                           "1"                     },
86   { "bd_rock.EDITOR",                           "RocksDC.pcx"           },
87   { "bd_rock.EDITOR.xpos",                      "14"                    },
88   { "bd_rock.EDITOR.ypos",                      "14"                    },
89   { "bd_rock.moving.left",                      "RocksDC.pcx"           },
90   { "bd_rock.moving.left.xpos",                 "12"                    },
91   { "bd_rock.moving.left.ypos",                 "10"                    },
92   { "bd_rock.moving.left.frames",               "4"                     },
93   { "bd_rock.moving.left.delay",                "2"                     },
94   { "bd_rock.moving.left.anim_mode",            "reverse"               },
95   { "bd_rock.moving.right",                     "RocksDC.pcx"           },
96   { "bd_rock.moving.right.xpos",                "12"                    },
97   { "bd_rock.moving.right.ypos",                "10"                    },
98   { "bd_rock.moving.right.frames",              "4"                     },
99   { "bd_rock.moving.right.start_frame",         "1"                     },
100   { "bd_rock.moving.right.delay",               "2"                     },
101   { "bd_rock.pushing.left",                     "RocksDC.pcx"           },
102   { "bd_rock.pushing.left.xpos",                "12"                    },
103   { "bd_rock.pushing.left.ypos",                "10"                    },
104   { "bd_rock.pushing.left.frames",              "4"                     },
105   { "bd_rock.pushing.left.delay",               "2"                     },
106   { "bd_rock.pushing.left.anim_mode",           "reverse"               },
107   { "bd_rock.pushing.right",                    "RocksDC.pcx"           },
108   { "bd_rock.pushing.right.xpos",               "12"                    },
109   { "bd_rock.pushing.right.ypos",               "10"                    },
110   { "bd_rock.pushing.right.frames",             "4"                     },
111   { "bd_rock.pushing.right.start_frame",        "1"                     },
112   { "bd_rock.pushing.right.delay",              "2"                     },
113
114   { "bd_diamond",                               "RocksElements.pcx"     },
115   { "bd_diamond.xpos",                          "0"                     },
116   { "bd_diamond.ypos",                          "10"                    },
117   { "bd_diamond.frames",                        "4"                     },
118   { "bd_diamond.delay",                         "4"                     },
119   { "bd_diamond.anim_mode",                     "reverse"               },
120   { "bd_diamond.moving",                        "RocksElements.pcx"     },
121   { "bd_diamond.moving.xpos",                   "3"                     },
122   { "bd_diamond.moving.ypos",                   "10"                    },
123   { "bd_diamond.moving.frames",                 "2"                     },
124   { "bd_diamond.moving.delay",                  "4"                     },
125   { "bd_diamond.falling",                       "RocksElements.pcx"     },
126   { "bd_diamond.falling.xpos",                  "3"                     },
127   { "bd_diamond.falling.ypos",                  "10"                    },
128   { "bd_diamond.falling.frames",                "2"                     },
129   { "bd_diamond.falling.delay",                 "4"                     },
130
131   { "bd_magic_wall",                            "RocksElements.pcx"     },
132   { "bd_magic_wall.xpos",                       "12"                    },
133   { "bd_magic_wall.ypos",                       "10"                    },
134   { "bd_magic_wall.frames",                     "1"                     },
135   { "bd_magic_wall.active",                     "RocksElements.pcx"     },
136   { "bd_magic_wall.active.xpos",                "12"                    },
137   { "bd_magic_wall.active.ypos",                "10"                    },
138   { "bd_magic_wall.active.frames",              "4"                     },
139   { "bd_magic_wall.active.anim_mode",           "reverse"               },
140   { "bd_magic_wall.active.delay",               "4"                     },
141   { "bd_magic_wall.active.global_sync",         "true"                  },
142   { "bd_magic_wall.filling",                    "RocksElements.pcx"     },
143   { "bd_magic_wall.filling.xpos",               "12"                    },
144   { "bd_magic_wall.filling.ypos",               "10"                    },
145   { "bd_magic_wall.filling.frames",             "4"                     },
146   { "bd_magic_wall.filling.anim_mode",          "reverse"               },
147   { "bd_magic_wall.filling.delay",              "4"                     },
148   { "bd_magic_wall.filling.global_sync",        "true"                  },
149   { "bd_magic_wall_full",                       "RocksElements.pcx"     },
150   { "bd_magic_wall_full.xpos",                  "12"                    },
151   { "bd_magic_wall_full.ypos",                  "10"                    },
152   { "bd_magic_wall_full.frames",                "4"                     },
153   { "bd_magic_wall_full.anim_mode",             "reverse"               },
154   { "bd_magic_wall_full.delay",                 "4"                     },
155   { "bd_magic_wall_full.global_sync",           "true"                  },
156   { "bd_magic_wall.emptying",                   "RocksElements.pcx"     },
157   { "bd_magic_wall.emptying.xpos",              "12"                    },
158   { "bd_magic_wall.emptying.ypos",              "10"                    },
159   { "bd_magic_wall.emptying.frames",            "4"                     },
160   { "bd_magic_wall.emptying.anim_mode",         "reverse"               },
161   { "bd_magic_wall.emptying.delay",             "4"                     },
162   { "bd_magic_wall.emptying.global_sync",       "true"                  },
163   { "bd_magic_wall_dead",                       "RocksElements.pcx"     },
164   { "bd_magic_wall_dead.xpos",                  "12"                    },
165   { "bd_magic_wall_dead.ypos",                  "10"                    },
166   { "bd_magic_wall_dead.frames",                "1"                     },
167
168   { "bd_amoeba",                                "RocksElements.pcx"     },
169   { "bd_amoeba.xpos",                           "8"                     },
170   { "bd_amoeba.ypos",                           "6"                     },
171   { "bd_amoeba.frames",                         "4"                     },
172   { "bd_amoeba.delay",                          "1000000"               },
173   { "bd_amoeba.anim_mode",                      "random"                },
174   { "bd_amoeba.EDITOR",                         "RocksElements.pcx"     },
175   { "bd_amoeba.EDITOR.xpos",                    "8"                     },
176   { "bd_amoeba.EDITOR.ypos",                    "7"                     },
177
178   { "bd_butterfly",                             "RocksElements.pcx"     },
179   { "bd_butterfly.xpos",                        "4"                     },
180   { "bd_butterfly.ypos",                        "12"                    },
181   { "bd_butterfly.frames",                      "2"                     },
182   { "bd_butterfly.anim_mode",                   "pingpong"              },
183   { "bd_butterfly.delay",                       "4"                     },
184   { "bd_butterfly.global_sync",                 "true"                  },
185   { "bd_butterfly.right",                       "RocksElements.pcx"     },
186   { "bd_butterfly.right.xpos",                  "4"                     },
187   { "bd_butterfly.right.ypos",                  "12"                    },
188   { "bd_butterfly.right.frames",                "2"                     },
189   { "bd_butterfly.right.anim_mode",             "pingpong"              },
190   { "bd_butterfly.right.delay",                 "4"                     },
191   { "bd_butterfly.right.global_sync",           "true"                  },
192   { "bd_butterfly.right.EDITOR",                "RocksElements.pcx"     },
193   { "bd_butterfly.right.EDITOR.xpos",           "8"                     },
194   { "bd_butterfly.right.EDITOR.ypos",           "12"                    },
195   { "bd_butterfly.up",                          "RocksElements.pcx"     },
196   { "bd_butterfly.up.xpos",                     "4"                     },
197   { "bd_butterfly.up.ypos",                     "12"                    },
198   { "bd_butterfly.up.frames",                   "2"                     },
199   { "bd_butterfly.up.anim_mode",                "pingpong"              },
200   { "bd_butterfly.up.delay",                    "4"                     },
201   { "bd_butterfly.up.global_sync",              "true"                  },
202   { "bd_butterfly.up.EDITOR",                   "RocksElements.pcx"     },
203   { "bd_butterfly.up.EDITOR.xpos",              "9"                     },
204   { "bd_butterfly.up.EDITOR.ypos",              "12"                    },
205   { "bd_butterfly.left",                        "RocksElements.pcx"     },
206   { "bd_butterfly.left.xpos",                   "4"                     },
207   { "bd_butterfly.left.ypos",                   "12"                    },
208   { "bd_butterfly.left.frames",                 "2"                     },
209   { "bd_butterfly.left.anim_mode",              "pingpong"              },
210   { "bd_butterfly.left.delay",                  "4"                     },
211   { "bd_butterfly.left.global_sync",            "true"                  },
212   { "bd_butterfly.left.EDITOR",                 "RocksElements.pcx"     },
213   { "bd_butterfly.left.EDITOR.xpos",            "10"                    },
214   { "bd_butterfly.left.EDITOR.ypos",            "12"                    },
215   { "bd_butterfly.down",                        "RocksElements.pcx"     },
216   { "bd_butterfly.down.xpos",                   "4"                     },
217   { "bd_butterfly.down.ypos",                   "12"                    },
218   { "bd_butterfly.down.frames",                 "2"                     },
219   { "bd_butterfly.down.anim_mode",              "pingpong"              },
220   { "bd_butterfly.down.delay",                  "4"                     },
221   { "bd_butterfly.down.global_sync",            "true"                  },
222   { "bd_butterfly.down.EDITOR",                 "RocksElements.pcx"     },
223   { "bd_butterfly.down.EDITOR.xpos",            "11"                    },
224   { "bd_butterfly.down.EDITOR.ypos",            "12"                    },
225
226   { "bd_firefly",                               "RocksElements.pcx"     },
227   { "bd_firefly.xpos",                          "6"                     },
228   { "bd_firefly.ypos",                          "12"                    },
229   { "bd_firefly.frames",                        "2"                     },
230   { "bd_firefly.anim_mode",                     "pingpong"              },
231   { "bd_firefly.delay",                         "4"                     },
232   { "bd_firefly.global_sync",                   "true"                  },
233   { "bd_firefly.right",                         "RocksElements.pcx"     },
234   { "bd_firefly.right.xpos",                    "6"                     },
235   { "bd_firefly.right.ypos",                    "12"                    },
236   { "bd_firefly.right.frames",                  "2"                     },
237   { "bd_firefly.right.anim_mode",               "pingpong"              },
238   { "bd_firefly.right.delay",                   "4"                     },
239   { "bd_firefly.right.global_sync",             "true"                  },
240   { "bd_firefly.right.EDITOR",                  "RocksElements.pcx"     },
241   { "bd_firefly.right.EDITOR.xpos",             "12"                    },
242   { "bd_firefly.right.EDITOR.ypos",             "12"                    },
243   { "bd_firefly.up",                            "RocksElements.pcx"     },
244   { "bd_firefly.up.xpos",                       "6"                     },
245   { "bd_firefly.up.ypos",                       "12"                    },
246   { "bd_firefly.up.frames",                     "2"                     },
247   { "bd_firefly.up.anim_mode",                  "pingpong"              },
248   { "bd_firefly.up.delay",                      "4"                     },
249   { "bd_firefly.up.global_sync",                "true"                  },
250   { "bd_firefly.up.EDITOR",                     "RocksElements.pcx"     },
251   { "bd_firefly.up.EDITOR.xpos",                "13"                    },
252   { "bd_firefly.up.EDITOR.ypos",                "12"                    },
253   { "bd_firefly.left",                          "RocksElements.pcx"     },
254   { "bd_firefly.left.xpos",                     "6"                     },
255   { "bd_firefly.left.ypos",                     "12"                    },
256   { "bd_firefly.left.frames",                   "2"                     },
257   { "bd_firefly.left.anim_mode",                "pingpong"              },
258   { "bd_firefly.left.delay",                    "4"                     },
259   { "bd_firefly.left.global_sync",              "true"                  },
260   { "bd_firefly.left.EDITOR",                   "RocksElements.pcx"     },
261   { "bd_firefly.left.EDITOR.xpos",              "14"                    },
262   { "bd_firefly.left.EDITOR.ypos",              "12"                    },
263   { "bd_firefly.down",                          "RocksElements.pcx"     },
264   { "bd_firefly.down.xpos",                     "6"                     },
265   { "bd_firefly.down.ypos",                     "12"                    },
266   { "bd_firefly.down.frames",                   "2"                     },
267   { "bd_firefly.down.anim_mode",                "pingpong"              },
268   { "bd_firefly.down.delay",                    "4"                     },
269   { "bd_firefly.down.global_sync",              "true"                  },
270   { "bd_firefly.down.EDITOR",                   "RocksElements.pcx"     },
271   { "bd_firefly.down.EDITOR.xpos",              "15"                    },
272   { "bd_firefly.down.EDITOR.ypos",              "12"                    },
273
274   /* images for Supaplex style elements and actions */
275
276   { "[sp_default].exploding",                   "RocksSP.pcx"           },
277   { "[sp_default].exploding.xpos",              "8"                     },
278   { "[sp_default].exploding.ypos",              "3"                     },
279   { "[sp_default].exploding.frames",            "8"                     },
280   { "[sp_default].exploding.delay",             "3"                     },
281   { "[sp_default].exploding.anim_mode",         "linear"                },
282
283   { "sp_zonk",                                  "RocksSP.pcx"           },
284   { "sp_zonk.xpos",                             "1"                     },
285   { "sp_zonk.ypos",                             "0"                     },
286   { "sp_zonk.frames",                           "1"                     },
287   { "sp_zonk.moving.left",                      "RocksSP.pcx"           },
288   { "sp_zonk.moving.left.xpos",                 "0"                     },
289   { "sp_zonk.moving.left.ypos",                 "6"                     },
290   { "sp_zonk.moving.left.frames",               "4"                     },
291   { "sp_zonk.moving.left.delay",                "2"                     },
292   { "sp_zonk.moving.left.anim_mode",            "reverse"               },
293   { "sp_zonk.moving.right",                     "RocksSP.pcx"           },
294   { "sp_zonk.moving.right.xpos",                "0"                     },
295   { "sp_zonk.moving.right.ypos",                "6"                     },
296   { "sp_zonk.moving.right.frames",              "4"                     },
297   { "sp_zonk.moving.right.start_frame",         "1"                     },
298   { "sp_zonk.moving.right.delay",               "2"                     },
299   { "sp_zonk.pushing.left",                     "RocksSP.pcx"           },
300   { "sp_zonk.pushing.left.xpos",                "0"                     },
301   { "sp_zonk.pushing.left.ypos",                "6"                     },
302   { "sp_zonk.pushing.left.frames",              "4"                     },
303   { "sp_zonk.pushing.left.delay",               "2"                     },
304   { "sp_zonk.pushing.left.anim_mode",           "reverse"               },
305   { "sp_zonk.pushing.right",                    "RocksSP.pcx"           },
306   { "sp_zonk.pushing.right.xpos",               "0"                     },
307   { "sp_zonk.pushing.right.ypos",               "6"                     },
308   { "sp_zonk.pushing.right.frames",             "4"                     },
309   { "sp_zonk.pushing.right.start_frame",        "1"                     },
310   { "sp_zonk.pushing.right.delay",              "2"                     },
311
312   { "sp_base",                                  "RocksSP.pcx"           },
313   { "sp_base.xpos",                             "2"                     },
314   { "sp_base.ypos",                             "0"                     },
315   { "sp_base.frames",                           "1"                     },
316   { "sp_base.digging",                          "RocksSP.pcx"           },
317   { "sp_base.digging.xpos",                     "2"                     },
318   { "sp_base.digging.ypos",                     "0"                     },
319   { "sp_base.digging.frames",                   "1"                     },
320   { "sp_base.digging.anim_mode",                "opaque_player"         },
321   { "sp_base.snapping",                         "RocksSP.pcx"           },
322   { "sp_base.snapping.xpos",                    "8"                     },
323   { "sp_base.snapping.ypos",                    "2"                     },
324   { "sp_base.snapping.frames",                  "7"                     },
325   { "sp_base.snapping.anim_mode",               "linear"                },
326
327   { "sp_murphy",                                "RocksSP.pcx"           },
328   { "sp_murphy.xpos",                           "3"                     },
329   { "sp_murphy.ypos",                           "0"                     },
330   { "sp_murphy.frames",                         "1"                     },
331   { "sp_murphy.moving.left",                    "RocksSP.pcx"           },
332   { "sp_murphy.moving.left.xpos",               "8"                     },
333   { "sp_murphy.moving.left.ypos",               "0"                     },
334   { "sp_murphy.moving.left.frames",             "3"                     },
335   { "sp_murphy.moving.left.anim_mode",          "pingpong"              },
336   { "sp_murphy.moving.left.delay",              "2"                     },
337   { "sp_murphy.moving.right",                   "RocksSP.pcx"           },
338   { "sp_murphy.moving.right.xpos",              "11"                    },
339   { "sp_murphy.moving.right.ypos",              "0"                     },
340   { "sp_murphy.moving.right.frames",            "3"                     },
341   { "sp_murphy.moving.right.anim_mode",         "pingpong"              },
342   { "sp_murphy.moving.right.delay",             "2"                     },
343   { "sp_murphy.digging.left",                   "RocksSP.pcx"           },
344   { "sp_murphy.digging.left.xpos",              "8"                     },
345   { "sp_murphy.digging.left.ypos",              "0"                     },
346   { "sp_murphy.digging.left.frames",            "3"                     },
347   { "sp_murphy.digging.left.anim_mode",         "pingpong"              },
348   { "sp_murphy.digging.left.delay",             "2"                     },
349   { "sp_murphy.digging.right",                  "RocksSP.pcx"           },
350   { "sp_murphy.digging.right.xpos",             "11"                    },
351   { "sp_murphy.digging.right.ypos",             "0"                     },
352   { "sp_murphy.digging.right.frames",           "3"                     },
353   { "sp_murphy.digging.right.anim_mode",        "pingpong"              },
354   { "sp_murphy.digging.right.delay",            "2"                     },
355   { "sp_murphy.collecting.left",                "RocksSP.pcx"           },
356   { "sp_murphy.collecting.left.xpos",           "8"                     },
357   { "sp_murphy.collecting.left.ypos",           "0"                     },
358   { "sp_murphy.collecting.left.frames",         "3"                     },
359   { "sp_murphy.collecting.left.anim_mode",      "pingpong"              },
360   { "sp_murphy.collecting.left.delay",          "2"                     },
361   { "sp_murphy.collecting.right",               "RocksSP.pcx"           },
362   { "sp_murphy.collecting.right.xpos",          "11"                    },
363   { "sp_murphy.collecting.right.ypos",          "0"                     },
364   { "sp_murphy.collecting.right.frames",        "3"                     },
365   { "sp_murphy.collecting.right.anim_mode",     "pingpong"              },
366   { "sp_murphy.collecting.right.delay",         "2"                     },
367   { "sp_murphy.pushing.left",                   "RocksSP.pcx"           },
368   { "sp_murphy.pushing.left.xpos",              "11"                    },
369   { "sp_murphy.pushing.left.ypos",              "1"                     },
370   { "sp_murphy.pushing.left.frames",            "1"                     },
371   { "sp_murphy.pushing.right",                  "RocksSP.pcx"           },
372   { "sp_murphy.pushing.right.xpos",             "10"                    },
373   { "sp_murphy.pushing.right.ypos",             "1"                     },
374   { "sp_murphy.pushing.right.frames",           "1"                     },
375   { "sp_murphy.snapping.left",                  "RocksSP.pcx"           },
376   { "sp_murphy.snapping.left.xpos",             "9"                     },
377   { "sp_murphy.snapping.left.ypos",             "1"                     },
378   { "sp_murphy.snapping.left.frames",           "1"                     },
379   { "sp_murphy.snapping.right",                 "RocksSP.pcx"           },
380   { "sp_murphy.snapping.right.xpos",            "8"                     },
381   { "sp_murphy.snapping.right.ypos",            "1"                     },
382   { "sp_murphy.snapping.right.frames",          "1"                     },
383   { "sp_murphy.snapping.up",                    "RocksSP.pcx"           },
384   { "sp_murphy.snapping.up.xpos",               "14"                    },
385   { "sp_murphy.snapping.up.ypos",               "0"                     },
386   { "sp_murphy.snapping.up.frames",             "1"                     },
387   { "sp_murphy.snapping.down",                  "RocksSP.pcx"           },
388   { "sp_murphy.snapping.down.xpos",             "15"                    },
389   { "sp_murphy.snapping.down.ypos",             "0"                     },
390   { "sp_murphy.snapping.down.frames",           "1"                     },
391   { "sp_murphy.boring",                         "RocksSP.pcx"           },
392   { "sp_murphy.boring.xpos",                    "11"                    },
393   { "sp_murphy.boring.ypos",                    "12"                    },
394   { "sp_murphy.boring.frames",                  "1"                     },
395   { "sp_murphy.boring[1]",                      "RocksSP.pcx"           },
396   { "sp_murphy.boring[1].xpos",                 "0"                     },
397   { "sp_murphy.boring[1].ypos",                 "12"                    },
398   { "sp_murphy.boring[1].frames",               "12"                    },
399   { "sp_murphy.boring[1].delay",                "10"                    },
400   { "sp_murphy.boring[1].anim_mode",            "linear"                },
401   { "sp_murphy.boring[1].anim_delay_fixed",     "120"                   },
402   { "sp_murphy.boring[1].anim_delay_random",    "0"                     },
403   { "sp_murphy.boring[1].post_delay_fixed",     "500"                   },
404   { "sp_murphy.boring[1].post_delay_random",    "500"                   },
405   { "sp_murphy.sleeping.left",                  "RocksSP.pcx"           },
406   { "sp_murphy.sleeping.left.xpos",             "4"                     },
407   { "sp_murphy.sleeping.left.ypos",             "9"                     },
408   { "sp_murphy.sleeping.left.frames",           "3"                     },
409   { "sp_murphy.sleeping.left.delay",            "100"                   },
410   { "sp_murphy.sleeping.left.anim_mode",        "linear,reverse"        },
411   { "sp_murphy.sleeping.right",                 "RocksSP.pcx"           },
412   { "sp_murphy.sleeping.right.xpos",            "13"                    },
413   { "sp_murphy.sleeping.right.ypos",            "12"                    },
414   { "sp_murphy.sleeping.right.frames",          "3"                     },
415   { "sp_murphy.sleeping.right.delay",           "100"                   },
416   { "sp_murphy.sleeping.right.anim_mode",       "linear"                },
417
418   { "sp_murphy_clone",                          "RocksSP.pcx"           },
419   { "sp_murphy_clone.xpos",                     "3"                     },
420   { "sp_murphy_clone.ypos",                     "0"                     },
421   { "sp_murphy_clone.frames",                   "1"                     },
422
423   { "sp_infotron",                              "RocksSP.pcx"           },
424   { "sp_infotron.xpos",                         "4"                     },
425   { "sp_infotron.ypos",                         "0"                     },
426   { "sp_infotron.frames",                       "1"                     },
427   { "sp_infotron.EDITOR",                       "RocksSP.pcx"           },
428   { "sp_infotron.EDITOR.xpos",                  "8"                     },
429   { "sp_infotron.EDITOR.ypos",                  "11"                    },
430   { "sp_infotron.collecting",                   "RocksSP.pcx"           },
431   { "sp_infotron.collecting.xpos",              "8"                     },
432   { "sp_infotron.collecting.ypos",              "7"                     },
433   { "sp_infotron.collecting.frames",            "8"                     },
434   { "sp_infotron.collecting.anim_mode",         "linear"                },
435
436   { "sp_chip_single",                           "RocksSP.pcx"           },
437   { "sp_chip_single.xpos",                      "5"                     },
438   { "sp_chip_single.ypos",                      "0"                     },
439   { "sp_chip_single.frames",                    "1"                     },
440   { "sp_chip_left",                             "RocksSP.pcx"           },
441   { "sp_chip_left.xpos",                        "2"                     },
442   { "sp_chip_left.ypos",                        "3"                     },
443   { "sp_chip_left.frames",                      "1"                     },
444   { "sp_chip_right",                            "RocksSP.pcx"           },
445   { "sp_chip_right.xpos",                       "3"                     },
446   { "sp_chip_right.ypos",                       "3"                     },
447   { "sp_chip_right.frames",                     "1"                     },
448   { "sp_chip_top",                              "RocksSP.pcx"           },
449   { "sp_chip_top.xpos",                         "6"                     },
450   { "sp_chip_top.ypos",                         "4"                     },
451   { "sp_chip_top.frames",                       "1"                     },
452   { "sp_chip_bottom",                           "RocksSP.pcx"           },
453   { "sp_chip_bottom.xpos",                      "7"                     },
454   { "sp_chip_bottom.ypos",                      "4"                     },
455   { "sp_chip_bottom.frames",                    "1"                     },
456
457   { "sp_hardware_gray",                         "RocksSP.pcx"           },
458   { "sp_hardware_gray.xpos",                    "6"                     },
459   { "sp_hardware_gray.ypos",                    "0"                     },
460   { "sp_hardware_gray.frames",                  "1"                     },
461   { "sp_hardware_green",                        "RocksSP.pcx"           },
462   { "sp_hardware_green.xpos",                   "5"                     },
463   { "sp_hardware_green.ypos",                   "3"                     },
464   { "sp_hardware_green.frames",                 "1"                     },
465   { "sp_hardware_blue",                         "RocksSP.pcx"           },
466   { "sp_hardware_blue.xpos",                    "6"                     },
467   { "sp_hardware_blue.ypos",                    "3"                     },
468   { "sp_hardware_blue.frames",                  "1"                     },
469   { "sp_hardware_red",                          "RocksSP.pcx"           },
470   { "sp_hardware_red.xpos",                     "7"                     },
471   { "sp_hardware_red.ypos",                     "3"                     },
472   { "sp_hardware_red.frames",                   "1"                     },
473   { "sp_hardware_yellow",                       "RocksSP.pcx"           },
474   { "sp_hardware_yellow.xpos",                  "0"                     },
475   { "sp_hardware_yellow.ypos",                  "4"                     },
476   { "sp_hardware_yellow.frames",                "1"                     },
477
478   { "sp_exit_closed",                           "RocksSP.pcx"           },
479   { "sp_exit_closed.xpos",                      "7"                     },
480   { "sp_exit_closed.ypos",                      "0"                     },
481   { "sp_exit_closed.frames",                    "1"                     },
482   { "sp_exit.opening",                          "RocksSP.pcx"           },
483   { "sp_exit.opening.xpos",                     "7"                     },
484   { "sp_exit.opening.ypos",                     "0"                     },
485   { "sp_exit.opening.frames",                   "1"                     },
486   { "sp_exit_open",                             "RocksSP.pcx"           },
487   { "sp_exit_open.xpos",                        "7"                     },
488   { "sp_exit_open.ypos",                        "0"                     },
489   { "sp_exit_open.frames",                      "1"                     },
490   { "sp_exit.closing",                          "RocksSP.pcx"           },
491   { "sp_exit.closing.xpos",                     "7"                     },
492   { "sp_exit.closing.ypos",                     "0"                     },
493   { "sp_exit.closing.frames",                   "1"                     },
494
495   { "sp_disk_orange",                           "RocksSP.pcx"           },
496   { "sp_disk_orange.xpos",                      "0"                     },
497   { "sp_disk_orange.ypos",                      "1"                     },
498   { "sp_disk_orange.frames",                    "1"                     },
499
500   { "sp_disk_yellow",                           "RocksSP.pcx"           },
501   { "sp_disk_yellow.xpos",                      "2"                     },
502   { "sp_disk_yellow.ypos",                      "2"                     },
503   { "sp_disk_yellow.frames",                    "1"                     },
504
505   { "sp_disk_red",                              "RocksSP.pcx"           },
506   { "sp_disk_red.xpos",                         "4"                     },
507   { "sp_disk_red.ypos",                         "2"                     },
508   { "sp_disk_red.frames",                       "1"                     },
509   { "sp_disk_red.collecting",                   "RocksSP.pcx"           },
510   { "sp_disk_red.collecting.xpos",              "8"                     },
511   { "sp_disk_red.collecting.ypos",              "5"                     },
512   { "sp_disk_red.collecting.frames",            "8"                     },
513   { "sp_disk_red.collecting.anim_mode",         "linear"                },
514   { "sp_disk_red.active",                       "RocksSP.pcx"           },
515   { "sp_disk_red.active.xpos",                  "4"                     },
516   { "sp_disk_red.active.ypos",                  "2"                     },
517   { "sp_disk_red.active.frames",                "1"                     },
518
519   { "sp_port_right",                            "RocksSP.pcx"           },
520   { "sp_port_right.xpos",                       "1"                     },
521   { "sp_port_right.ypos",                       "1"                     },
522   { "sp_port_right.frames",                     "1"                     },
523   { "sp_port_down",                             "RocksSP.pcx"           },
524   { "sp_port_down.xpos",                        "2"                     },
525   { "sp_port_down.ypos",                        "1"                     },
526   { "sp_port_down.frames",                      "1"                     },
527   { "sp_port_left",                             "RocksSP.pcx"           },
528   { "sp_port_left.xpos",                        "3"                     },
529   { "sp_port_left.ypos",                        "1"                     },
530   { "sp_port_left.frames",                      "1"                     },
531   { "sp_port_up",                               "RocksSP.pcx"           },
532   { "sp_port_up.xpos",                          "4"                     },
533   { "sp_port_up.ypos",                          "1"                     },
534   { "sp_port_up.frames",                        "1"                     },
535   { "sp_port_horizontal",                       "RocksSP.pcx"           },
536   { "sp_port_horizontal.xpos",                  "6"                     },
537   { "sp_port_horizontal.ypos",                  "2"                     },
538   { "sp_port_horizontal.frames",                "1"                     },
539   { "sp_port_vertical",                         "RocksSP.pcx"           },
540   { "sp_port_vertical.xpos",                    "5"                     },
541   { "sp_port_vertical.ypos",                    "2"                     },
542   { "sp_port_vertical.frames",                  "1"                     },
543   { "sp_port_any",                              "RocksSP.pcx"           },
544   { "sp_port_any.xpos",                         "7"                     },
545   { "sp_port_any.ypos",                         "2"                     },
546   { "sp_port_any.frames",                       "1"                     },
547   { "sp_gravity_port_right",                    "RocksSP.pcx"           },
548   { "sp_gravity_port_right.xpos",               "1"                     },
549   { "sp_gravity_port_right.ypos",               "1"                     },
550   { "sp_gravity_port_right.frames",             "1"                     },
551   { "sp_gravity_port_right.EDITOR",             "RocksSP.pcx"           },
552   { "sp_gravity_port_right.EDITOR.xpos",        "5"                     },
553   { "sp_gravity_port_right.EDITOR.ypos",        "1"                     },
554   { "sp_gravity_port_down",                     "RocksSP.pcx"           },
555   { "sp_gravity_port_down.xpos",                "2"                     },
556   { "sp_gravity_port_down.ypos",                "1"                     },
557   { "sp_gravity_port_down.frames",              "1"                     },
558   { "sp_gravity_port_down.EDITOR",              "RocksSP.pcx"           },
559   { "sp_gravity_port_down.EDITOR.xpos",         "6"                     },
560   { "sp_gravity_port_down.EDITOR.ypos",         "1"                     },
561   { "sp_gravity_port_left",                     "RocksSP.pcx"           },
562   { "sp_gravity_port_left.xpos",                "3"                     },
563   { "sp_gravity_port_left.ypos",                "1"                     },
564   { "sp_gravity_port_left.frames",              "1"                     },
565   { "sp_gravity_port_left.EDITOR",              "RocksSP.pcx"           },
566   { "sp_gravity_port_left.EDITOR.xpos",         "7"                     },
567   { "sp_gravity_port_left.EDITOR.ypos",         "1"                     },
568   { "sp_gravity_port_up",                       "RocksSP.pcx"           },
569   { "sp_gravity_port_up.xpos",                  "4"                     },
570   { "sp_gravity_port_up.ypos",                  "1"                     },
571   { "sp_gravity_port_up.frames",                "1"                     },
572   { "sp_gravity_port_up.EDITOR",                "RocksSP.pcx"           },
573   { "sp_gravity_port_up.EDITOR.xpos",           "0"                     },
574   { "sp_gravity_port_up.EDITOR.ypos",           "2"                     },
575   { "sp_gravity_on_port_right",                 "RocksSP.pcx"           },
576   { "sp_gravity_on_port_right.xpos",            "1"                     },
577   { "sp_gravity_on_port_right.ypos",            "1"                     },
578   { "sp_gravity_on_port_right.frames",          "1"                     },
579   { "sp_gravity_on_port_right.EDITOR",          "RocksSP.pcx"           },
580   { "sp_gravity_on_port_right.EDITOR.xpos",     "5"                     },
581   { "sp_gravity_on_port_right.EDITOR.ypos",     "1"                     },
582   { "sp_gravity_on_port_down",                  "RocksSP.pcx"           },
583   { "sp_gravity_on_port_down.xpos",             "2"                     },
584   { "sp_gravity_on_port_down.ypos",             "1"                     },
585   { "sp_gravity_on_port_down.frames",           "1"                     },
586   { "sp_gravity_on_port_down.EDITOR",           "RocksSP.pcx"           },
587   { "sp_gravity_on_port_down.EDITOR.xpos",      "6"                     },
588   { "sp_gravity_on_port_down.EDITOR.ypos",      "1"                     },
589   { "sp_gravity_on_port_left",                  "RocksSP.pcx"           },
590   { "sp_gravity_on_port_left.xpos",             "3"                     },
591   { "sp_gravity_on_port_left.ypos",             "1"                     },
592   { "sp_gravity_on_port_left.frames",           "1"                     },
593   { "sp_gravity_on_port_left.EDITOR",           "RocksSP.pcx"           },
594   { "sp_gravity_on_port_left.EDITOR.xpos",      "7"                     },
595   { "sp_gravity_on_port_left.EDITOR.ypos",      "1"                     },
596   { "sp_gravity_on_port_up",                    "RocksSP.pcx"           },
597   { "sp_gravity_on_port_up.xpos",               "4"                     },
598   { "sp_gravity_on_port_up.ypos",               "1"                     },
599   { "sp_gravity_on_port_up.frames",             "1"                     },
600   { "sp_gravity_on_port_up.EDITOR",             "RocksSP.pcx"           },
601   { "sp_gravity_on_port_up.EDITOR.xpos",        "0"                     },
602   { "sp_gravity_on_port_up.EDITOR.ypos",        "2"                     },
603   { "sp_gravity_off_port_right",                "RocksSP.pcx"           },
604   { "sp_gravity_off_port_right.xpos",           "1"                     },
605   { "sp_gravity_off_port_right.ypos",           "1"                     },
606   { "sp_gravity_off_port_right.frames",         "1"                     },
607   { "sp_gravity_off_port_right.EDITOR",         "RocksSP.pcx"           },
608   { "sp_gravity_off_port_right.EDITOR.xpos",    "5"                     },
609   { "sp_gravity_off_port_right.EDITOR.ypos",    "1"                     },
610   { "sp_gravity_off_port_down",                 "RocksSP.pcx"           },
611   { "sp_gravity_off_port_down.xpos",            "2"                     },
612   { "sp_gravity_off_port_down.ypos",            "1"                     },
613   { "sp_gravity_off_port_down.frames",          "1"                     },
614   { "sp_gravity_off_port_down.EDITOR",          "RocksSP.pcx"           },
615   { "sp_gravity_off_port_down.EDITOR.xpos",     "6"                     },
616   { "sp_gravity_off_port_down.EDITOR.ypos",     "1"                     },
617   { "sp_gravity_off_port_left",                 "RocksSP.pcx"           },
618   { "sp_gravity_off_port_left.xpos",            "3"                     },
619   { "sp_gravity_off_port_left.ypos",            "1"                     },
620   { "sp_gravity_off_port_left.frames",          "1"                     },
621   { "sp_gravity_off_port_left.EDITOR",          "RocksSP.pcx"           },
622   { "sp_gravity_off_port_left.EDITOR.xpos",     "7"                     },
623   { "sp_gravity_off_port_left.EDITOR.ypos",     "1"                     },
624   { "sp_gravity_off_port_up",                   "RocksSP.pcx"           },
625   { "sp_gravity_off_port_up.xpos",              "4"                     },
626   { "sp_gravity_off_port_up.ypos",              "1"                     },
627   { "sp_gravity_off_port_up.frames",            "1"                     },
628   { "sp_gravity_off_port_up.EDITOR",            "RocksSP.pcx"           },
629   { "sp_gravity_off_port_up.EDITOR.xpos",       "0"                     },
630   { "sp_gravity_off_port_up.EDITOR.ypos",       "2"                     },
631
632   { "sp_sniksnak",                              "RocksSP.pcx"           },
633   { "sp_sniksnak.xpos",                         "1"                     },
634   { "sp_sniksnak.ypos",                         "2"                     },
635   { "sp_sniksnak.frames",                       "1"                     },
636   { "sp_sniksnak.left",                         "RocksSP.pcx"           },
637   { "sp_sniksnak.left.xpos",                    "8"                     },
638   { "sp_sniksnak.left.ypos",                    "8"                     },
639   { "sp_sniksnak.left.frames",                  "4"                     },
640   { "sp_sniksnak.left.anim_mode",               "pingpong2"             },
641   { "sp_sniksnak.right",                        "RocksSP.pcx"           },
642   { "sp_sniksnak.right.xpos",                   "12"                    },
643   { "sp_sniksnak.right.ypos",                   "8"                     },
644   { "sp_sniksnak.right.frames",                 "4"                     },
645   { "sp_sniksnak.right.anim_mode",              "pingpong2"             },
646   { "sp_sniksnak.up",                           "RocksSP.pcx"           },
647   { "sp_sniksnak.up.xpos",                      "8"                     },
648   { "sp_sniksnak.up.ypos",                      "9"                     },
649   { "sp_sniksnak.up.frames",                    "4"                     },
650   { "sp_sniksnak.up.anim_mode",                 "pingpong2"             },
651   { "sp_sniksnak.down",                         "RocksSP.pcx"           },
652   { "sp_sniksnak.down.xpos",                    "12"                    },
653   { "sp_sniksnak.down.ypos",                    "9"                     },
654   { "sp_sniksnak.down.frames",                  "4"                     },
655   { "sp_sniksnak.down.anim_mode",               "pingpong2"             },
656   { "sp_sniksnak.turning_from_left.up",         "RocksSP.pcx"           },
657   { "sp_sniksnak.turning_from_left.up.xpos",    "12"                    },
658   { "sp_sniksnak.turning_from_left.up.ypos",    "6"                     },
659   { "sp_sniksnak.turning_from_left.up.frames",  "2"                     },
660   { "sp_sniksnak.turning_from_left.up.delay",   "4"                     },
661   { "sp_sniksnak.turning_from_left.up.offset",  "1408"                  },
662   { "sp_sniksnak.turning_from_left.up.anim_mode","linear"               },
663   { "sp_sniksnak.turning_from_left.down",       "RocksSP.pcx"           },
664   { "sp_sniksnak.turning_from_left.down.xpos",  "13"                    },
665   { "sp_sniksnak.turning_from_left.down.ypos",  "6"                     },
666   { "sp_sniksnak.turning_from_left.down.frames","2"                     },
667   { "sp_sniksnak.turning_from_left.down.delay", "4"                     },
668   { "sp_sniksnak.turning_from_left.down.offset","1504"                  },
669   { "sp_sniksnak.turning_from_left.down.anim_mode","linear"             },
670   { "sp_sniksnak.turning_from_right.up",        "RocksSP.pcx"           },
671   { "sp_sniksnak.turning_from_right.up.xpos",   "15"                    },
672   { "sp_sniksnak.turning_from_right.up.ypos",   "6"                     },
673   { "sp_sniksnak.turning_from_right.up.frames", "2"                     },
674   { "sp_sniksnak.turning_from_right.up.delay",  "4"                     },
675   { "sp_sniksnak.turning_from_right.up.offset", "1312"                  },
676   { "sp_sniksnak.turning_from_right.up.anim_mode","linear"              },
677   { "sp_sniksnak.turning_from_right.down",      "RocksSP.pcx"           },
678   { "sp_sniksnak.turning_from_right.down.xpos", "14"                    },
679   { "sp_sniksnak.turning_from_right.down.ypos", "6"                     },
680   { "sp_sniksnak.turning_from_right.down.frames","2"                    },
681   { "sp_sniksnak.turning_from_right.down.delay","4"                     },
682   { "sp_sniksnak.turning_from_right.down.offset","1472"                 },
683   { "sp_sniksnak.turning_from_right.down.anim_mode","linear"            },
684   { "sp_sniksnak.turning_from_up.left",         "RocksSP.pcx"           },
685   { "sp_sniksnak.turning_from_up.left.xpos",    "12"                    },
686   { "sp_sniksnak.turning_from_up.left.ypos",    "6"                     },
687   { "sp_sniksnak.turning_from_up.left.frames",  "2"                     },
688   { "sp_sniksnak.turning_from_up.left.delay",   "4"                     },
689   { "sp_sniksnak.turning_from_up.left.offset",  "896"                   },
690   { "sp_sniksnak.turning_from_up.left.anim_mode","linear"               },
691   { "sp_sniksnak.turning_from_up.right",        "RocksSP.pcx"           },
692   { "sp_sniksnak.turning_from_up.right.xpos",   "15"                    },
693   { "sp_sniksnak.turning_from_up.right.ypos",   "6"                     },
694   { "sp_sniksnak.turning_from_up.right.frames", "2"                     },
695   { "sp_sniksnak.turning_from_up.right.delay",  "4"                     },
696   { "sp_sniksnak.turning_from_up.right.offset", "928"                   },
697   { "sp_sniksnak.turning_from_up.right.anim_mode","linear"              },
698   { "sp_sniksnak.turning_from_down.left",       "RocksSP.pcx"           },
699   { "sp_sniksnak.turning_from_down.left.xpos",  "13"                    },
700   { "sp_sniksnak.turning_from_down.left.ypos",  "6"                     },
701   { "sp_sniksnak.turning_from_down.left.frames","2"                     },
702   { "sp_sniksnak.turning_from_down.left.delay", "4"                     },
703   { "sp_sniksnak.turning_from_down.left.offset","864"                   },
704   { "sp_sniksnak.turning_from_down.left.anim_mode","linear"             },
705   { "sp_sniksnak.turning_from_down.right",      "RocksSP.pcx"           },
706   { "sp_sniksnak.turning_from_down.right.xpos", "14"                    },
707   { "sp_sniksnak.turning_from_down.right.ypos", "6"                     },
708   { "sp_sniksnak.turning_from_down.right.frames","2"                    },
709   { "sp_sniksnak.turning_from_down.right.delay","4"                     },
710   { "sp_sniksnak.turning_from_down.right.offset","960"                  },
711   { "sp_sniksnak.turning_from_down.right.anim_mode","linear"            },
712
713   { "sp_electron",                              "RocksSP.pcx"           },
714   { "sp_electron.xpos",                         "8"                     },
715   { "sp_electron.ypos",                         "10"                    },
716   { "sp_electron.frames",                       "8"                     },
717   { "sp_electron.delay",                        "4"                     },
718   { "sp_electron.global_sync",                  "true"                  },
719   { "sp_electron.EDITOR",                       "RocksSP.pcx"           },
720   { "sp_electron.EDITOR.xpos",                  "10"                    },
721   { "sp_electron.EDITOR.ypos",                  "11"                    },
722   { "sp_electron.exploding",                    "RocksSP.pcx"           },
723   { "sp_electron.exploding.xpos",               "8"                     },
724   { "sp_electron.exploding.ypos",               "4"                     },
725   { "sp_electron.exploding.frames",             "8"                     },
726   { "sp_electron.exploding.delay",              "3"                     },
727   { "sp_electron.exploding.anim_mode",          "linear"                },
728
729   { "sp_terminal",                              "RocksSP.pcx"           },
730   { "sp_terminal.xpos",                         "0"                     },
731   { "sp_terminal.ypos",                         "10"                    },
732   { "sp_terminal.frames",                       "7"                     },
733   { "sp_terminal.delay",                        "12"                    },
734   { "sp_terminal.EDITOR",                       "RocksSP.pcx"           },
735   { "sp_terminal.EDITOR.xpos",                  "9"                     },
736   { "sp_terminal.EDITOR.ypos",                  "11"                    },
737   { "sp_terminal.active",                       "RocksSP.pcx"           },
738   { "sp_terminal.active.xpos",                  "0"                     },
739   { "sp_terminal.active.ypos",                  "11"                    },
740   { "sp_terminal.active.frames",                "7"                     },
741   { "sp_terminal.active.delay",                 "4"                     },
742
743   { "sp_buggy_base",                            "RocksSP.pcx"           },
744   { "sp_buggy_base.xpos",                       "1"                     },
745   { "sp_buggy_base.ypos",                       "3"                     },
746   { "sp_buggy_base.frames",                     "1"                     },
747   { "sp_buggy_base.EDITOR",                     "RocksSP.pcx"           },
748   { "sp_buggy_base.EDITOR.xpos",                "9"                     },
749   { "sp_buggy_base.EDITOR.ypos",                "6"                     },
750   { "sp_buggy_base.activating",                 "RocksSP.pcx"           },
751   { "sp_buggy_base.activating.xpos",            "15"                    },
752   { "sp_buggy_base.activating.ypos",            "2"                     },
753   { "sp_buggy_base.activating.frames",          "1"                     },
754   { "sp_buggy_base.active",                     "RocksSP.pcx"           },
755   { "sp_buggy_base.active.xpos",                "8"                     },
756   { "sp_buggy_base.active.ypos",                "6"                     },
757   { "sp_buggy_base.active.frames",              "4"                     },
758   { "sp_buggy_base.active.anim_mode",           "random"                },
759
760   { "sp_hardware_base_1",                       "RocksSP.pcx"           },
761   { "sp_hardware_base_1.xpos",                  "4"                     },
762   { "sp_hardware_base_1.ypos",                  "3"                     },
763   { "sp_hardware_base_1.frames",                "1"                     },
764   { "sp_hardware_base_2",                       "RocksSP.pcx"           },
765   { "sp_hardware_base_2.xpos",                  "1"                     },
766   { "sp_hardware_base_2.ypos",                  "4"                     },
767   { "sp_hardware_base_2.frames",                "1"                     },
768   { "sp_hardware_base_3",                       "RocksSP.pcx"           },
769   { "sp_hardware_base_3.xpos",                  "2"                     },
770   { "sp_hardware_base_3.ypos",                  "4"                     },
771   { "sp_hardware_base_3.frames",                "1"                     },
772   { "sp_hardware_base_4",                       "RocksSP.pcx"           },
773   { "sp_hardware_base_4.xpos",                  "3"                     },
774   { "sp_hardware_base_4.ypos",                  "4"                     },
775   { "sp_hardware_base_4.frames",                "1"                     },
776   { "sp_hardware_base_5",                       "RocksSP.pcx"           },
777   { "sp_hardware_base_5.xpos",                  "4"                     },
778   { "sp_hardware_base_5.ypos",                  "4"                     },
779   { "sp_hardware_base_5.frames",                "1"                     },
780   { "sp_hardware_base_6",                       "RocksSP.pcx"           },
781   { "sp_hardware_base_6.xpos",                  "5"                     },
782   { "sp_hardware_base_6.ypos",                  "4"                     },
783   { "sp_hardware_base_6.frames",                "1"                     },
784
785   /* images for Sokoban style elements and actions */
786
787   { "sokoban_object",                           "RocksElements.pcx"     },
788   { "sokoban_object.xpos",                      "9"                     },
789   { "sokoban_object.ypos",                      "7"                     },
790   { "sokoban_object.frames",                    "1"                     },
791   { "sokoban_object.EDITOR",                    "RocksElements.pcx"     },
792   { "sokoban_object.EDITOR.xpos",               "2"                     },
793   { "sokoban_object.EDITOR.ypos",               "14"                    },
794
795   { "sokoban_field_empty",                      "RocksElements.pcx"     },
796   { "sokoban_field_empty.xpos",                 "10"                    },
797   { "sokoban_field_empty.ypos",                 "7"                     },
798   { "sokoban_field_empty.frames",               "1"                     },
799
800   { "sokoban_field_full",                       "RocksElements.pcx"     },
801   { "sokoban_field_full.xpos",                  "11"                    },
802   { "sokoban_field_full.ypos",                  "7"                     },
803   { "sokoban_field_full.frames",                "1"                     },
804
805   { "sokoban_field_player",                     "RocksHeroes.pcx"       },
806   { "sokoban_field_player.xpos",                "0"                     },
807   { "sokoban_field_player.ypos",                "15"                    },
808   { "sokoban_field_player.frames",              "1"                     },
809   { "sokoban_field_player.EDITOR",              "RocksHeroes.pcx"       },
810   { "sokoban_field_player.EDITOR.xpos",         "1"                     },
811   { "sokoban_field_player.EDITOR.ypos",         "15"                    },
812
813   /* images for Emerald Mine style elements and actions */
814
815   { "empty_space",                              "RocksSP.pcx"           },
816   { "empty_space.xpos",                         "0"                     },
817   { "empty_space.ypos",                         "0"                     },
818   { "empty_space.frames",                       "1"                     },
819
820   { "sand",                                     "RocksElements.pcx"     },
821   { "sand.xpos",                                "0"                     },
822   { "sand.ypos",                                "0"                     },
823   { "sand.frames",                              "1"                     },
824   { "sand.CRUMBLED",                            "RocksElements.pcx"     },
825   { "sand.CRUMBLED.xpos",                       "1"                     },
826   { "sand.CRUMBLED.ypos",                       "0"                     },
827   { "sand.CRUMBLED.frames",                     "1"                     },
828   { "sand.digging.left",                        "RocksMore.pcx"         },
829   { "sand.digging.left.xpos",                   "6"                     },
830   { "sand.digging.left.ypos",                   "3"                     },
831   { "sand.digging.left.frames",                 "3"                     },
832   { "sand.digging.left.delay",                  "2"                     },
833   { "sand.digging.left.anim_mode",              "linear"                },
834   { "sand.digging.right",                       "RocksMore.pcx"         },
835   { "sand.digging.right.xpos",                  "9"                     },
836   { "sand.digging.right.ypos",                  "3"                     },
837   { "sand.digging.right.frames",                "3"                     },
838   { "sand.digging.right.delay",                 "2"                     },
839   { "sand.digging.right.anim_mode",             "linear"                },
840   { "sand.digging.up",                          "RocksMore.pcx"         },
841   { "sand.digging.up.xpos",                     "0"                     },
842   { "sand.digging.up.ypos",                     "3"                     },
843   { "sand.digging.up.frames",                   "3"                     },
844   { "sand.digging.up.delay",                    "2"                     },
845   { "sand.digging.up.anim_mode",                "linear"                },
846   { "sand.digging.down",                        "RocksMore.pcx"         },
847   { "sand.digging.down.xpos",                   "3"                     },
848   { "sand.digging.down.ypos",                   "3"                     },
849   { "sand.digging.down.frames",                 "3"                     },
850   { "sand.digging.down.delay",                  "2"                     },
851   { "sand.digging.down.anim_mode",              "linear"                },
852   { "sand.digging.left.CRUMBLED",               "RocksMore.pcx"         },
853   { "sand.digging.left.CRUMBLED.xpos",          "6"                     },
854   { "sand.digging.left.CRUMBLED.ypos",          "0"                     },
855   { "sand.digging.left.CRUMBLED.frames",        "3"                     },
856   { "sand.digging.left.CRUMBLED.delay",         "2"                     },
857   { "sand.digging.left.CRUMBLED.anim_mode",     "linear"                },
858   { "sand.digging.right.CRUMBLED",              "RocksMore.pcx"         },
859   { "sand.digging.right.CRUMBLED.xpos",         "9"                     },
860   { "sand.digging.right.CRUMBLED.ypos",         "0"                     },
861   { "sand.digging.right.CRUMBLED.frames",       "3"                     },
862   { "sand.digging.right.CRUMBLED.delay",        "2"                     },
863   { "sand.digging.right.CRUMBLED.anim_mode",    "linear"                },
864   { "sand.digging.up.CRUMBLED",                 "RocksMore.pcx"         },
865   { "sand.digging.up.CRUMBLED.xpos",            "0"                     },
866   { "sand.digging.up.CRUMBLED.ypos",            "0"                     },
867   { "sand.digging.up.CRUMBLED.frames",          "3"                     },
868   { "sand.digging.up.CRUMBLED.delay",           "2"                     },
869   { "sand.digging.up.CRUMBLED.anim_mode",       "linear"                },
870   { "sand.digging.down.CRUMBLED",               "RocksMore.pcx"         },
871   { "sand.digging.down.CRUMBLED.xpos",          "3"                     },
872   { "sand.digging.down.CRUMBLED.ypos",          "0"                     },
873   { "sand.digging.down.CRUMBLED.frames",        "3"                     },
874   { "sand.digging.down.CRUMBLED.delay",         "2"                     },
875   { "sand.digging.down.CRUMBLED.anim_mode",     "linear"                },
876
877   { "wall",                                     "RocksElements.pcx"     },
878   { "wall.xpos",                                "5"                     },
879   { "wall.ypos",                                "0"                     },
880   { "wall.frames",                              "1"                     },
881
882   { "wall_slippery",                            "RocksElements.pcx"     },
883   { "wall_slippery.xpos",                       "6"                     },
884   { "wall_slippery.ypos",                       "0"                     },
885   { "wall_slippery.frames",                     "1"                     },
886
887   { "steelwall",                                "RocksElements.pcx"     },
888   { "steelwall.xpos",                           "4"                     },
889   { "steelwall.ypos",                           "0"                     },
890   { "steelwall.frames",                         "1"                     },
891
892   { "rock",                                     "RocksElements.pcx"     },
893   { "rock.xpos",                                "12"                    },
894   { "rock.ypos",                                "0"                     },
895   { "rock.frames",                              "1"                     },
896   { "rock.moving.left",                         "RocksElements.pcx"     },
897   { "rock.moving.left.xpos",                    "12"                    },
898   { "rock.moving.left.ypos",                    "0"                     },
899   { "rock.moving.left.frames",                  "4"                     },
900   { "rock.moving.left.delay",                   "2"                     },
901   { "rock.moving.left.anim_mode",               "reverse"               },
902   { "rock.moving.right",                        "RocksElements.pcx"     },
903   { "rock.moving.right.xpos",                   "12"                    },
904   { "rock.moving.right.ypos",                   "0"                     },
905   { "rock.moving.right.frames",                 "4"                     },
906   { "rock.moving.right.start_frame",            "1"                     },
907   { "rock.moving.right.delay",                  "2"                     },
908   { "rock.pushing.left",                        "RocksElements.pcx"     },
909   { "rock.pushing.left.xpos",                   "12"                    },
910   { "rock.pushing.left.ypos",                   "0"                     },
911   { "rock.pushing.left.frames",                 "4"                     },
912   { "rock.pushing.left.delay",                  "2"                     },
913   { "rock.pushing.left.anim_mode",              "reverse"               },
914   { "rock.pushing.right",                       "RocksElements.pcx"     },
915   { "rock.pushing.right.xpos",                  "12"                    },
916   { "rock.pushing.right.ypos",                  "0"                     },
917   { "rock.pushing.right.frames",                "4"                     },
918   { "rock.pushing.right.start_frame",           "1"                     },
919   { "rock.pushing.right.delay",                 "2"                     },
920
921   { "emerald",                                  "RocksElements.pcx"     },
922   { "emerald.xpos",                             "8"                     },
923   { "emerald.ypos",                             "0"                     },
924   { "emerald.frames",                           "1"                     },
925   { "emerald.moving",                           "RocksElements.pcx"     },
926   { "emerald.moving.xpos",                      "8"                     },
927   { "emerald.moving.ypos",                      "0"                     },
928   { "emerald.moving.frames",                    "2"                     },
929   { "emerald.moving.delay",                     "4"                     },
930   { "emerald.falling",                          "RocksElements.pcx"     },
931   { "emerald.falling.xpos",                     "8"                     },
932   { "emerald.falling.ypos",                     "0"                     },
933   { "emerald.falling.frames",                   "2"                     },
934   { "emerald.falling.delay",                    "4"                     },
935   { "emerald.collecting",                       "RocksMore.pcx"         },
936   { "emerald.collecting.xpos",                  "3"                     },
937   { "emerald.collecting.ypos",                  "2"                     },
938   { "emerald.collecting.frames",                "3"                     },
939   { "emerald.collecting.delay",                 "2"                     },
940   { "emerald.collecting.anim_mode",             "linear"                },
941
942   { "diamond",                                  "RocksElements.pcx"     },
943   { "diamond.xpos",                             "10"                    },
944   { "diamond.ypos",                             "0"                     },
945   { "diamond.frames",                           "1"                     },
946   { "diamond.moving",                           "RocksElements.pcx"     },
947   { "diamond.moving.xpos",                      "10"                    },
948   { "diamond.moving.ypos",                      "0"                     },
949   { "diamond.moving.frames",                    "2"                     },
950   { "diamond.moving.delay",                     "4"                     },
951   { "diamond.falling",                          "RocksElements.pcx"     },
952   { "diamond.falling.xpos",                     "10"                    },
953   { "diamond.falling.ypos",                     "0"                     },
954   { "diamond.falling.frames",                   "2"                     },
955   { "diamond.falling.delay",                    "4"                     },
956   { "diamond.collecting",                       "RocksMore.pcx"         },
957   { "diamond.collecting.xpos",                  "7"                     },
958   { "diamond.collecting.ypos",                  "2"                     },
959   { "diamond.collecting.frames",                "3"                     },
960   { "diamond.collecting.delay",                 "2"                     },
961   { "diamond.collecting.anim_mode",             "linear"                },
962
963   { "bomb",                                     "RocksElements.pcx"     },
964   { "bomb.xpos",                                "11"                    },
965   { "bomb.ypos",                                "1"                     },
966   { "bomb.frames",                              "1"                     },
967
968   { "nut",                                      "RocksElements.pcx"     },
969   { "nut.xpos",                                 "12"                    },
970   { "nut.ypos",                                 "1"                     },
971   { "nut.frames",                               "1"                     },
972   { "nut.breaking",                             "RocksElements.pcx"     },
973   { "nut.breaking.xpos",                        "13"                    },
974   { "nut.breaking.ypos",                        "1"                     },
975   { "nut.breaking.frames",                      "3"                     },
976   { "nut.breaking.delay",                       "2"                     },
977   { "nut.breaking.anim_mode",                   "linear"                },
978
979   { "dynamite",                                 "RocksElements.pcx"     },
980   { "dynamite.xpos",                            "0"                     },
981   { "dynamite.ypos",                            "3"                     },
982   { "dynamite.frames",                          "1"                     },
983   { "dynamite.EDITOR",                          "RocksElements.pcx"     },
984   { "dynamite.EDITOR.xpos",                     "0"                     },
985   { "dynamite.EDITOR.ypos",                     "14"                    },
986   { "dynamite.active",                          "RocksElements.pcx"     },
987   { "dynamite.active.xpos",                     "1"                     },
988   { "dynamite.active.ypos",                     "3"                     },
989   { "dynamite.active.frames",                   "7"                     },
990   { "dynamite.active.delay",                    "12"                    },
991   { "dynamite.active.anim_mode",                "linear"                },
992   { "dynamite.active.EDITOR",                   "RocksElements.pcx"     },
993   { "dynamite.active.EDITOR.xpos",              "1"                     },
994   { "dynamite.active.EDITOR.ypos",              "14"                    },
995
996   { "em_dynamite",                              "RocksEMC.pcx"          },
997   { "em_dynamite.xpos",                         "0"                     },
998   { "em_dynamite.ypos",                         "15"                    },
999   { "em_dynamite.frames",                       "1"                     },
1000   { "em_dynamite.active",                       "RocksEMC.pcx"          },
1001   { "em_dynamite.active.xpos",                  "1"                     },
1002   { "em_dynamite.active.ypos",                  "15"                    },
1003   { "em_dynamite.active.frames",                "4"                     },
1004   { "em_dynamite.active.delay",                 "8"                     },
1005   { "em_dynamite.active.anim_mode",             "linear"                },
1006   { "em_dynamite.active.EDITOR",                "RocksEMC.pcx"          },
1007   { "em_dynamite.active.EDITOR.xpos",           "2"                     },
1008   { "em_dynamite.active.EDITOR.ypos",           "15"                    },
1009
1010   { "wall_emerald",                             "RocksElements.pcx"     },
1011   { "wall_emerald.xpos",                        "4"                     },
1012   { "wall_emerald.ypos",                        "8"                     },
1013   { "wall_emerald.frames",                      "1"                     },
1014
1015   { "wall_diamond",                             "RocksElements.pcx"     },
1016   { "wall_diamond.xpos",                        "5"                     },
1017   { "wall_diamond.ypos",                        "8"                     },
1018   { "wall_diamond.frames",                      "1"                     },
1019
1020   { "bug",                                      "RocksElements.pcx"     },
1021   { "bug.xpos",                                 "8"                     },
1022   { "bug.ypos",                                 "4"                     },
1023   { "bug.frames",                               "4"                     },
1024   { "bug.delay",                                "8"                     },
1025   { "bug.right",                                "RocksElements.pcx"     },
1026   { "bug.right.xpos",                           "8"                     },
1027   { "bug.right.ypos",                           "4"                     },
1028   { "bug.right.frames",                         "1"                     },
1029   { "bug.up",                                   "RocksElements.pcx"     },
1030   { "bug.up.xpos",                              "9"                     },
1031   { "bug.up.ypos",                              "4"                     },
1032   { "bug.up.frames",                            "1"                     },
1033   { "bug.left",                                 "RocksElements.pcx"     },
1034   { "bug.left.xpos",                            "10"                    },
1035   { "bug.left.ypos",                            "4"                     },
1036   { "bug.left.frames",                          "1"                     },
1037   { "bug.down",                                 "RocksElements.pcx"     },
1038   { "bug.down.xpos",                            "11"                    },
1039   { "bug.down.ypos",                            "4"                     },
1040   { "bug.down.frames",                          "1"                     },
1041   { "bug.moving.right",                         "RocksElements.pcx"     },
1042   { "bug.moving.right.xpos",                    "8"                     },
1043   { "bug.moving.right.ypos",                    "4"                     },
1044   { "bug.moving.right.frames",                  "2"                     },
1045   { "bug.moving.right.delay",                   "4"                     },
1046   { "bug.moving.right.offset",                  "128"                   },
1047   { "bug.moving.up",                            "RocksElements.pcx"     },
1048   { "bug.moving.up.xpos",                       "9"                     },
1049   { "bug.moving.up.ypos",                       "4"                     },
1050   { "bug.moving.up.frames",                     "2"                     },
1051   { "bug.moving.up.delay",                      "4"                     },
1052   { "bug.moving.up.offset",                     "128"                   },
1053   { "bug.moving.left",                          "RocksElements.pcx"     },
1054   { "bug.moving.left.xpos",                     "10"                    },
1055   { "bug.moving.left.ypos",                     "4"                     },
1056   { "bug.moving.left.frames",                   "2"                     },
1057   { "bug.moving.left.delay",                    "4"                     },
1058   { "bug.moving.left.offset",                   "128"                   },
1059   { "bug.moving.down",                          "RocksElements.pcx"     },
1060   { "bug.moving.down.xpos",                     "11"                    },
1061   { "bug.moving.down.ypos",                     "4"                     },
1062   { "bug.moving.down.frames",                   "2"                     },
1063   { "bug.moving.down.delay",                    "4"                     },
1064   { "bug.moving.down.offset",                   "128"                   },
1065   { "bug.turning_from_right.up",                "RocksMore.pcx"         },
1066   { "bug.turning_from_right.up.xpos",           "0"                     },
1067   { "bug.turning_from_right.up.ypos",           "6"                     },
1068   { "bug.turning_from_right.up.frames",         "4"                     },
1069   { "bug.turning_from_right.up.delay",          "2"                     },
1070   { "bug.turning_from_right.up.anim_mode",      "linear,reverse"        },
1071   { "bug.turning_from_up.left",                 "RocksMore.pcx"         },
1072   { "bug.turning_from_up.left.xpos",            "12"                    },
1073   { "bug.turning_from_up.left.ypos",            "6"                     },
1074   { "bug.turning_from_up.left.frames",          "4"                     },
1075   { "bug.turning_from_up.left.delay",           "2"                     },
1076   { "bug.turning_from_up.left.anim_mode",       "linear,reverse"        },
1077   { "bug.turning_from_left.down",               "RocksMore.pcx"         },
1078   { "bug.turning_from_left.down.xpos",          "8"                     },
1079   { "bug.turning_from_left.down.ypos",          "6"                     },
1080   { "bug.turning_from_left.down.frames",        "4"                     },
1081   { "bug.turning_from_left.down.delay",         "2"                     },
1082   { "bug.turning_from_left.down.anim_mode",     "linear,reverse"        },
1083   { "bug.turning_from_down.right",              "RocksMore.pcx"         },
1084   { "bug.turning_from_down.right.xpos",         "4"                     },
1085   { "bug.turning_from_down.right.ypos",         "6"                     },
1086   { "bug.turning_from_down.right.frames",       "4"                     },
1087   { "bug.turning_from_down.right.delay",        "2"                     },
1088   { "bug.turning_from_down.right.anim_mode",    "linear,reverse"        },
1089   { "bug.turning_from_right.down",              "RocksMore.pcx"         },
1090   { "bug.turning_from_right.down.xpos",         "5"                     },
1091   { "bug.turning_from_right.down.ypos",         "6"                     },
1092   { "bug.turning_from_right.down.frames",       "4"                     },
1093   { "bug.turning_from_right.down.delay",        "2"                     },
1094   { "bug.turning_from_right.down.anim_mode",    "linear"                },
1095   { "bug.turning_from_up.right",                "RocksMore.pcx"         },
1096   { "bug.turning_from_up.right.xpos",           "1"                     },
1097   { "bug.turning_from_up.right.ypos",           "6"                     },
1098   { "bug.turning_from_up.right.frames",         "4"                     },
1099   { "bug.turning_from_up.right.delay",          "2"                     },
1100   { "bug.turning_from_up.right.anim_mode",      "linear"                },
1101   { "bug.turning_from_left.up",                 "RocksMore.pcx"         },
1102   { "bug.turning_from_left.up.xpos",            "13"                    },
1103   { "bug.turning_from_left.up.ypos",            "6"                     },
1104   { "bug.turning_from_left.up.frames",          "4"                     },
1105   { "bug.turning_from_left.up.delay",           "2"                     },
1106   { "bug.turning_from_left.up.anim_mode",       "linear"                },
1107   { "bug.turning_from_down.left",               "RocksMore.pcx"         },
1108   { "bug.turning_from_down.left.xpos",          "9"                     },
1109   { "bug.turning_from_down.left.ypos",          "6"                     },
1110   { "bug.turning_from_down.left.frames",        "4"                     },
1111   { "bug.turning_from_down.left.delay",         "2"                     },
1112   { "bug.turning_from_down.left.anim_mode",     "linear"                },
1113
1114   { "spaceship",                                "RocksElements.pcx"     },
1115   { "spaceship.xpos",                           "8"                     },
1116   { "spaceship.ypos",                           "3"                     },
1117   { "spaceship.frames",                         "4"                     },
1118   { "spaceship.delay",                          "8"                     },
1119   { "spaceship.right",                          "RocksElements.pcx"     },
1120   { "spaceship.right.xpos",                     "8"                     },
1121   { "spaceship.right.ypos",                     "3"                     },
1122   { "spaceship.right.frames",                   "1"                     },
1123   { "spaceship.up",                             "RocksElements.pcx"     },
1124   { "spaceship.up.xpos",                        "9"                     },
1125   { "spaceship.up.ypos",                        "3"                     },
1126   { "spaceship.up.frames",                      "1"                     },
1127   { "spaceship.left",                           "RocksElements.pcx"     },
1128   { "spaceship.left.xpos",                      "10"                    },
1129   { "spaceship.left.ypos",                      "3"                     },
1130   { "spaceship.left.frames",                    "1"                     },
1131   { "spaceship.down",                           "RocksElements.pcx"     },
1132   { "spaceship.down.xpos",                      "11"                    },
1133   { "spaceship.down.ypos",                      "3"                     },
1134   { "spaceship.down.frames",                    "1"                     },
1135   { "spaceship.moving.right",                   "RocksElements.pcx"     },
1136   { "spaceship.moving.right.xpos",              "8"                     },
1137   { "spaceship.moving.right.ypos",              "3"                     },
1138   { "spaceship.moving.right.frames",            "2"                     },
1139   { "spaceship.moving.right.delay",             "4"                     },
1140   { "spaceship.moving.right.offset",            "128"                   },
1141   { "spaceship.moving.up",                      "RocksElements.pcx"     },
1142   { "spaceship.moving.up.xpos",                 "9"                     },
1143   { "spaceship.moving.up.ypos",                 "3"                     },
1144   { "spaceship.moving.up.frames",               "2"                     },
1145   { "spaceship.moving.up.delay",                "4"                     },
1146   { "spaceship.moving.up.offset",               "128"                   },
1147   { "spaceship.moving.left",                    "RocksElements.pcx"     },
1148   { "spaceship.moving.left.xpos",               "10"                    },
1149   { "spaceship.moving.left.ypos",               "3"                     },
1150   { "spaceship.moving.left.frames",             "2"                     },
1151   { "spaceship.moving.left.delay",              "4"                     },
1152   { "spaceship.moving.left.offset",             "128"                   },
1153   { "spaceship.moving.down",                    "RocksElements.pcx"     },
1154   { "spaceship.moving.down.xpos",               "11"                    },
1155   { "spaceship.moving.down.ypos",               "3"                     },
1156   { "spaceship.moving.down.frames",             "2"                     },
1157   { "spaceship.moving.down.delay",              "4"                     },
1158   { "spaceship.moving.down.offset",             "128"                   },
1159   { "spaceship.turning_from_right.up",          "RocksMore.pcx"         },
1160   { "spaceship.turning_from_right.up.xpos",     "0"                     },
1161   { "spaceship.turning_from_right.up.ypos",     "5"                     },
1162   { "spaceship.turning_from_right.up.frames",   "4"                     },
1163   { "spaceship.turning_from_right.up.delay",    "2"                     },
1164   { "spaceship.turning_from_right.up.anim_mode","linear,reverse"        },
1165   { "spaceship.turning_from_up.left",           "RocksMore.pcx"         },
1166   { "spaceship.turning_from_up.left.xpos",      "12"                    },
1167   { "spaceship.turning_from_up.left.ypos",      "5"                     },
1168   { "spaceship.turning_from_up.left.frames",    "4"                     },
1169   { "spaceship.turning_from_up.left.delay",     "2"                     },
1170   { "spaceship.turning_from_up.left.anim_mode", "linear,reverse"        },
1171   { "spaceship.turning_from_left.down",         "RocksMore.pcx"         },
1172   { "spaceship.turning_from_left.down.xpos",    "8"                     },
1173   { "spaceship.turning_from_left.down.ypos",    "5"                     },
1174   { "spaceship.turning_from_left.down.frames",  "4"                     },
1175   { "spaceship.turning_from_left.down.delay",   "2"                     },
1176   { "spaceship.turning_from_left.down.anim_mode","linear,reverse"       },
1177   { "spaceship.turning_from_down.right",        "RocksMore.pcx"         },
1178   { "spaceship.turning_from_down.right.xpos",   "4"                     },
1179   { "spaceship.turning_from_down.right.ypos",   "5"                     },
1180   { "spaceship.turning_from_down.right.frames", "4"                     },
1181   { "spaceship.turning_from_down.right.delay",  "2"                     },
1182   { "spaceship.turning_from_down.right.anim_mode","linear,reverse"      },
1183   { "spaceship.turning_from_right.down",        "RocksMore.pcx"         },
1184   { "spaceship.turning_from_right.down.xpos",   "5"                     },
1185   { "spaceship.turning_from_right.down.ypos",   "5"                     },
1186   { "spaceship.turning_from_right.down.frames", "4"                     },
1187   { "spaceship.turning_from_right.down.delay",  "2"                     },
1188   { "spaceship.turning_from_right.down.anim_mode","linear"              },
1189   { "spaceship.turning_from_up.right",          "RocksMore.pcx"         },
1190   { "spaceship.turning_from_up.right.xpos",     "1"                     },
1191   { "spaceship.turning_from_up.right.ypos",     "5"                     },
1192   { "spaceship.turning_from_up.right.frames",   "4"                     },
1193   { "spaceship.turning_from_up.right.delay",    "2"                     },
1194   { "spaceship.turning_from_up.right.anim_mode","linear"                },
1195   { "spaceship.turning_from_left.up",           "RocksMore.pcx"         },
1196   { "spaceship.turning_from_left.up.xpos",      "13"                    },
1197   { "spaceship.turning_from_left.up.ypos",      "5"                     },
1198   { "spaceship.turning_from_left.up.frames",    "4"                     },
1199   { "spaceship.turning_from_left.up.delay",     "2"                     },
1200   { "spaceship.turning_from_left.up.anim_mode", "linear"                },
1201   { "spaceship.turning_from_down.left",         "RocksMore.pcx"         },
1202   { "spaceship.turning_from_down.left.xpos",    "9"                     },
1203   { "spaceship.turning_from_down.left.ypos",    "5"                     },
1204   { "spaceship.turning_from_down.left.frames",  "4"                     },
1205   { "spaceship.turning_from_down.left.delay",   "2"                     },
1206   { "spaceship.turning_from_down.left.anim_mode","linear"               },
1207
1208   { "yamyam",                                   "RocksElements.pcx"     },
1209   { "yamyam.xpos",                              "0"                     },
1210   { "yamyam.ypos",                              "5"                     },
1211   { "yamyam.frames",                            "4"                     },
1212   { "yamyam.anim_mode",                         "pingpong2"             },
1213   { "yamyam.left",                              "RocksElements.pcx"     },
1214   { "yamyam.left.xpos",                         "0"                     },
1215   { "yamyam.left.ypos",                         "5"                     },
1216   { "yamyam.left.frames",                       "4"                     },
1217   { "yamyam.left.anim_mode",                    "pingpong2"             },
1218   { "yamyam.left.EDITOR",                       "RocksEMC.pcx"          },
1219   { "yamyam.left.EDITOR.xpos",                  "7"                     },
1220   { "yamyam.left.EDITOR.ypos",                  "15"                    },
1221   { "yamyam.right",                             "RocksElements.pcx"     },
1222   { "yamyam.right.xpos",                        "0"                     },
1223   { "yamyam.right.ypos",                        "5"                     },
1224   { "yamyam.right.frames",                      "4"                     },
1225   { "yamyam.right.anim_mode",                   "pingpong2"             },
1226   { "yamyam.right.EDITOR",                      "RocksEMC.pcx"          },
1227   { "yamyam.right.EDITOR.xpos",                 "8"                     },
1228   { "yamyam.right.EDITOR.ypos",                 "15"                    },
1229   { "yamyam.up",                                "RocksElements.pcx"     },
1230   { "yamyam.up.xpos",                           "0"                     },
1231   { "yamyam.up.ypos",                           "5"                     },
1232   { "yamyam.up.frames",                         "4"                     },
1233   { "yamyam.up.anim_mode",                      "pingpong2"             },
1234   { "yamyam.up.EDITOR",                         "RocksEMC.pcx"          },
1235   { "yamyam.up.EDITOR.xpos",                    "5"                     },
1236   { "yamyam.up.EDITOR.ypos",                    "15"                    },
1237   { "yamyam.down",                              "RocksElements.pcx"     },
1238   { "yamyam.down.xpos",                         "0"                     },
1239   { "yamyam.down.ypos",                         "5"                     },
1240   { "yamyam.down.frames",                       "4"                     },
1241   { "yamyam.down.anim_mode",                    "pingpong2"             },
1242   { "yamyam.down.EDITOR",                       "RocksEMC.pcx"          },
1243   { "yamyam.down.EDITOR.xpos",                  "6"                     },
1244   { "yamyam.down.EDITOR.ypos",                  "15"                    },
1245   { "yamyam.moving",                            "RocksElements.pcx"     },
1246   { "yamyam.moving.xpos",                       "0"                     },
1247   { "yamyam.moving.ypos",                       "5"                     },
1248   { "yamyam.moving.frames",                     "1"                     },
1249
1250   { "robot",                                    "RocksElements.pcx"     },
1251   { "robot.xpos",                               "4"                     },
1252   { "robot.ypos",                               "5"                     },
1253   { "robot.frames",                             "4"                     },
1254   { "robot.anim_mode",                          "pingpong2"             },
1255   { "robot.moving",                             "RocksElements.pcx"     },
1256   { "robot.moving.xpos",                        "4"                     },
1257   { "robot.moving.ypos",                        "5"                     },
1258   { "robot.moving.frames",                      "1"                     },
1259
1260   { "robot_wheel",                              "RocksElements.pcx"     },
1261   { "robot_wheel.xpos",                         "0"                     },
1262   { "robot_wheel.ypos",                         "6"                     },
1263   { "robot_wheel.frames",                       "1"                     },
1264   { "robot_wheel.active",                       "RocksElements.pcx"     },
1265   { "robot_wheel.active.xpos",                  "0"                     },
1266   { "robot_wheel.active.ypos",                  "6"                     },
1267   { "robot_wheel.active.frames",                "4"                     },
1268
1269   { "magic_wall",                               "RocksElements.pcx"     },
1270   { "magic_wall.xpos",                          "0"                     },
1271   { "magic_wall.ypos",                          "8"                     },
1272   { "magic_wall.frames",                        "1"                     },
1273   { "magic_wall.active",                        "RocksElements.pcx"     },
1274   { "magic_wall.active.xpos",                   "0"                     },
1275   { "magic_wall.active.ypos",                   "8"                     },
1276   { "magic_wall.active.frames",                 "4"                     },
1277   { "magic_wall.active.anim_mode",              "reverse"               },
1278   { "magic_wall.active.delay",                  "4"                     },
1279   { "magic_wall.active.global_sync",            "true"                  },
1280   { "magic_wall.filling",                       "RocksElements.pcx"     },
1281   { "magic_wall.filling.xpos",                  "0"                     },
1282   { "magic_wall.filling.ypos",                  "8"                     },
1283   { "magic_wall.filling.frames",                "4"                     },
1284   { "magic_wall.filling.anim_mode",             "reverse"               },
1285   { "magic_wall.filling.delay",                 "4"                     },
1286   { "magic_wall.filling.global_sync",           "true"                  },
1287   { "magic_wall_full",                          "RocksElements.pcx"     },
1288   { "magic_wall_full.xpos",                     "0"                     },
1289   { "magic_wall_full.ypos",                     "8"                     },
1290   { "magic_wall_full.frames",                   "4"                     },
1291   { "magic_wall_full.anim_mode",                "reverse"               },
1292   { "magic_wall_full.delay",                    "4"                     },
1293   { "magic_wall_full.global_sync",              "true"                  },
1294   { "magic_wall.emptying",                      "RocksElements.pcx"     },
1295   { "magic_wall.emptying.xpos",                 "0"                     },
1296   { "magic_wall.emptying.ypos",                 "8"                     },
1297   { "magic_wall.emptying.frames",               "4"                     },
1298   { "magic_wall.emptying.anim_mode",            "reverse"               },
1299   { "magic_wall.emptying.delay",                "4"                     },
1300   { "magic_wall.emptying.global_sync",          "true"                  },
1301   { "magic_wall_dead",                          "RocksElements.pcx"     },
1302   { "magic_wall_dead.xpos",                     "0"                     },
1303   { "magic_wall_dead.ypos",                     "8"                     },
1304   { "magic_wall_dead.frames",                   "1"                     },
1305
1306   { "quicksand_empty",                          "RocksElements.pcx"     },
1307   { "quicksand_empty.xpos",                     "2"                     },
1308   { "quicksand_empty.ypos",                     "0"                     },
1309   { "quicksand_empty.frames",                   "1"                     },
1310   { "quicksand.filling",                        "RocksElements.pcx"     },
1311   { "quicksand.filling.xpos",                   "3"                     },
1312   { "quicksand.filling.ypos",                   "0"                     },
1313   { "quicksand.filling.frames",                 "1"                     },
1314   { "quicksand_full",                           "RocksElements.pcx"     },
1315   { "quicksand_full.xpos",                      "3"                     },
1316   { "quicksand_full.ypos",                      "0"                     },
1317   { "quicksand_full.frames",                    "1"                     },
1318   { "quicksand_full.EDITOR",                    "RocksElements.pcx"     },
1319   { "quicksand_full.EDITOR.xpos",               "3"                     },
1320   { "quicksand_full.EDITOR.ypos",               "14"                    },
1321   { "quicksand.emptying",                       "RocksElements.pcx"     },
1322   { "quicksand.emptying.xpos",                  "3"                     },
1323   { "quicksand.emptying.ypos",                  "0"                     },
1324   { "quicksand.emptying.frames",                "1"                     },
1325
1326   { "acid_pool_topleft",                        "RocksElements.pcx"     },
1327   { "acid_pool_topleft.xpos",                   "0"                     },
1328   { "acid_pool_topleft.ypos",                   "1"                     },
1329   { "acid_pool_topleft.frames",                 "1"                     },
1330   { "acid_pool_topright",                       "RocksElements.pcx"     },
1331   { "acid_pool_topright.xpos",                  "2"                     },
1332   { "acid_pool_topright.ypos",                  "1"                     },
1333   { "acid_pool_topright.frames",                "1"                     },
1334   { "acid_pool_bottomleft",                     "RocksElements.pcx"     },
1335   { "acid_pool_bottomleft.xpos",                "0"                     },
1336   { "acid_pool_bottomleft.ypos",                "2"                     },
1337   { "acid_pool_bottomleft.frames",              "1"                     },
1338   { "acid_pool_bottom",                         "RocksElements.pcx"     },
1339   { "acid_pool_bottom.xpos",                    "1"                     },
1340   { "acid_pool_bottom.ypos",                    "2"                     },
1341   { "acid_pool_bottom.frames",                  "1"                     },
1342   { "acid_pool_bottomright",                    "RocksElements.pcx"     },
1343   { "acid_pool_bottomright.xpos",               "2"                     },
1344   { "acid_pool_bottomright.ypos",               "2"                     },
1345   { "acid_pool_bottomright.frames",             "1"                     },
1346
1347   { "acid",                                     "RocksElements.pcx"     },
1348   { "acid.xpos",                                "12"                    },
1349   { "acid.ypos",                                "7"                     },
1350   { "acid.frames",                              "4"                     },
1351   { "acid.delay",                               "10"                    },
1352   { "acid.global_sync",                         "true"                  },
1353
1354   { "acid_splash_left",                         "RocksHeroes.pcx"       },
1355   { "acid_splash_left.xpos",                    "8"                     },
1356   { "acid_splash_left.ypos",                    "10"                    },
1357   { "acid_splash_left.frames",                  "4"                     },
1358   { "acid_splash_left.delay",                   "2"                     },
1359   { "acid_splash_left.anim_mode",               "linear"                },
1360   { "acid_splash_right",                        "RocksHeroes.pcx"       },
1361   { "acid_splash_right.xpos",                   "12"                    },
1362   { "acid_splash_right.ypos",                   "10"                    },
1363   { "acid_splash_right.frames",                 "4"                     },
1364   { "acid_splash_right.delay",                  "2"                     },
1365   { "acid_splash_right.anim_mode",              "linear"                },
1366
1367   { "amoeba_drop",                              "RocksElements.pcx"     },
1368   { "amoeba_drop.xpos",                         "5"                     },
1369   { "amoeba_drop.ypos",                         "6"                     },
1370   { "amoeba_drop.frames",                       "1"                     },
1371   { "amoeba.growing",                           "RocksElements.pcx"     },
1372   { "amoeba.growing.xpos",                      "5"                     },
1373   { "amoeba.growing.ypos",                      "6"                     },
1374   { "amoeba.growing.frames",                    "3"                     },
1375   { "amoeba.growing.delay",                     "2"                     },
1376   { "amoeba.growing.anim_mode",                 "linear"                },
1377   { "amoeba.shrinking",                         "RocksElements.pcx"     },
1378   { "amoeba.shrinking.xpos",                    "5"                     },
1379   { "amoeba.shrinking.ypos",                    "6"                     },
1380   { "amoeba.shrinking.frames",                  "3"                     },
1381   { "amoeba.shrinking.delay",                   "2"                     },
1382   { "amoeba.shrinking.anim_mode",               "linear,reverse"        },
1383   { "amoeba_wet",                               "RocksElements.pcx"     },
1384   { "amoeba_wet.xpos",                          "8"                     },
1385   { "amoeba_wet.ypos",                          "6"                     },
1386   { "amoeba_wet.frames",                        "4"                     },
1387   { "amoeba_wet.delay",                         "1000000"               },
1388   { "amoeba_wet.anim_mode",                     "random"                },
1389   { "amoeba_wet.EDITOR",                        "RocksElements.pcx"     },
1390   { "amoeba_wet.EDITOR.xpos",                   "4"                     },
1391   { "amoeba_wet.EDITOR.ypos",                   "6"                     },
1392   { "amoeba.dropping",                          "RocksElements.pcx"     },
1393   { "amoeba.dropping.xpos",                     "8"                     },
1394   { "amoeba.dropping.ypos",                     "6"                     },
1395   { "amoeba.dropping.frames",                   "4"                     },
1396   { "amoeba.dropping.delay",                    "1000000"               },
1397   { "amoeba.dropping.anim_mode",                "random"                },
1398   { "amoeba_dry",                               "RocksElements.pcx"     },
1399   { "amoeba_dry.xpos",                          "8"                     },
1400   { "amoeba_dry.ypos",                          "6"                     },
1401   { "amoeba_dry.frames",                        "4"                     },
1402   { "amoeba_dry.delay",                         "1000000"               },
1403   { "amoeba_dry.anim_mode",                     "random"                },
1404   { "amoeba_full",                              "RocksElements.pcx"     },
1405   { "amoeba_full.xpos",                         "8"                     },
1406   { "amoeba_full.ypos",                         "6"                     },
1407   { "amoeba_full.frames",                       "4"                     },
1408   { "amoeba_full.delay",                        "1000000"               },
1409   { "amoeba_full.anim_mode",                    "random"                },
1410   { "amoeba_full.EDITOR",                       "RocksElements.pcx"     },
1411   { "amoeba_full.EDITOR.xpos",                  "8"                     },
1412   { "amoeba_full.EDITOR.ypos",                  "7"                     },
1413   { "amoeba_dead",                              "RocksElements.pcx"     },
1414   { "amoeba_dead.xpos",                         "12"                    },
1415   { "amoeba_dead.ypos",                         "6"                     },
1416   { "amoeba_dead.frames",                       "4"                     },
1417   { "amoeba_dead.delay",                        "1000000"               },
1418   { "amoeba_dead.anim_mode",                    "random"                },
1419   { "amoeba_dead.EDITOR",                       "RocksElements.pcx"     },
1420   { "amoeba_dead.EDITOR.xpos",                  "12"                    },
1421   { "amoeba_dead.EDITOR.ypos",                  "6"                     },
1422
1423   { "em_key_1",                                 "RocksSP.pcx"           },
1424   { "em_key_1.xpos",                            "4"                     },
1425   { "em_key_1.ypos",                            "6"                     },
1426   { "em_key_1.frames",                          "1"                     },
1427   { "em_key_2",                                 "RocksSP.pcx"           },
1428   { "em_key_2.xpos",                            "5"                     },
1429   { "em_key_2.ypos",                            "6"                     },
1430   { "em_key_2.frames",                          "1"                     },
1431   { "em_key_3",                                 "RocksSP.pcx"           },
1432   { "em_key_3.xpos",                            "6"                     },
1433   { "em_key_3.ypos",                            "6"                     },
1434   { "em_key_3.frames",                          "1"                     },
1435   { "em_key_4",                                 "RocksSP.pcx"           },
1436   { "em_key_4.xpos",                            "7"                     },
1437   { "em_key_4.ypos",                            "6"                     },
1438   { "em_key_4.frames",                          "1"                     },
1439
1440   { "dc_key_white",                             "RocksSP.pcx"           },
1441   { "dc_key_white.xpos",                        "7"                     },
1442   { "dc_key_white.ypos",                        "5"                     },
1443   { "dc_key_white.frames",                      "1"                     },
1444
1445   { "em_gate_1",                                "RocksSP.pcx"           },
1446   { "em_gate_1.xpos",                           "0"                     },
1447   { "em_gate_1.ypos",                           "7"                     },
1448   { "em_gate_1.frames",                         "1"                     },
1449   { "em_gate_2",                                "RocksSP.pcx"           },
1450   { "em_gate_2.xpos",                           "1"                     },
1451   { "em_gate_2.ypos",                           "7"                     },
1452   { "em_gate_2.frames",                         "1"                     },
1453   { "em_gate_3",                                "RocksSP.pcx"           },
1454   { "em_gate_3.xpos",                           "2"                     },
1455   { "em_gate_3.ypos",                           "7"                     },
1456   { "em_gate_3.frames",                         "1"                     },
1457   { "em_gate_4",                                "RocksSP.pcx"           },
1458   { "em_gate_4.xpos",                           "3"                     },
1459   { "em_gate_4.ypos",                           "7"                     },
1460   { "em_gate_4.frames",                         "1"                     },
1461
1462   { "dc_gate_white",                            "RocksSP.pcx"           },
1463   { "dc_gate_white.xpos",                       "6"                     },
1464   { "dc_gate_white.ypos",                       "5"                     },
1465   { "dc_gate_white.frames",                     "1"                     },
1466
1467   { "em_gate_1_gray",                           "RocksSP.pcx"           },
1468   { "em_gate_1_gray.xpos",                      "4"                     },
1469   { "em_gate_1_gray.ypos",                      "7"                     },
1470   { "em_gate_1_gray.frames",                    "1"                     },
1471   { "em_gate_1_gray.EDITOR",                    "RocksSP.pcx"           },
1472   { "em_gate_1_gray.EDITOR.xpos",               "12"                    },
1473   { "em_gate_1_gray.EDITOR.ypos",               "11"                    },
1474   { "em_gate_1_gray.active",                    "RocksSP.pcx"           },
1475   { "em_gate_1_gray.active.xpos",               "0"                     },
1476   { "em_gate_1_gray.active.ypos",               "7"                     },
1477   { "em_gate_1_gray.active.frames",             "1"                     },
1478   { "em_gate_2_gray",                           "RocksSP.pcx"           },
1479   { "em_gate_2_gray.xpos",                      "5"                     },
1480   { "em_gate_2_gray.ypos",                      "7"                     },
1481   { "em_gate_2_gray.frames",                    "1"                     },
1482   { "em_gate_2_gray.EDITOR",                    "RocksSP.pcx"           },
1483   { "em_gate_2_gray.EDITOR.xpos",               "13"                    },
1484   { "em_gate_2_gray.EDITOR.ypos",               "11"                    },
1485   { "em_gate_2_gray.active",                    "RocksSP.pcx"           },
1486   { "em_gate_2_gray.active.xpos",               "1"                     },
1487   { "em_gate_2_gray.active.ypos",               "7"                     },
1488   { "em_gate_2_gray.active.frames",             "1"                     },
1489   { "em_gate_3_gray",                           "RocksSP.pcx"           },
1490   { "em_gate_3_gray.xpos",                      "6"                     },
1491   { "em_gate_3_gray.ypos",                      "7"                     },
1492   { "em_gate_3_gray.frames",                    "1"                     },
1493   { "em_gate_3_gray.EDITOR",                    "RocksSP.pcx"           },
1494   { "em_gate_3_gray.EDITOR.xpos",               "14"                    },
1495   { "em_gate_3_gray.EDITOR.ypos",               "11"                    },
1496   { "em_gate_3_gray.active",                    "RocksSP.pcx"           },
1497   { "em_gate_3_gray.active.xpos",               "2"                     },
1498   { "em_gate_3_gray.active.ypos",               "7"                     },
1499   { "em_gate_3_gray.active.frames",             "1"                     },
1500   { "em_gate_4_gray",                           "RocksSP.pcx"           },
1501   { "em_gate_4_gray.xpos",                      "7"                     },
1502   { "em_gate_4_gray.ypos",                      "7"                     },
1503   { "em_gate_4_gray.frames",                    "1"                     },
1504   { "em_gate_4_gray.EDITOR",                    "RocksSP.pcx"           },
1505   { "em_gate_4_gray.EDITOR.xpos",               "15"                    },
1506   { "em_gate_4_gray.EDITOR.ypos",               "11"                    },
1507   { "em_gate_4_gray.active",                    "RocksSP.pcx"           },
1508   { "em_gate_4_gray.active.xpos",               "3"                     },
1509   { "em_gate_4_gray.active.ypos",               "7"                     },
1510   { "em_gate_4_gray.active.frames",             "1"                     },
1511
1512   { "dc_gate_white_gray",                       "RocksSP.pcx"           },
1513   { "dc_gate_white_gray.xpos",                  "7"                     },
1514   { "dc_gate_white_gray.ypos",                  "7"                     },
1515   { "dc_gate_white_gray.frames",                "1"                     },
1516   { "dc_gate_white_gray.EDITOR",                "RocksSP.pcx"           },
1517   { "dc_gate_white_gray.EDITOR.xpos",           "11"                    },
1518   { "dc_gate_white_gray.EDITOR.ypos",           "11"                    },
1519   { "dc_gate_white_gray.active",                "RocksSP.pcx"           },
1520   { "dc_gate_white_gray.active.xpos",           "6"                     },
1521   { "dc_gate_white_gray.active.ypos",           "5"                     },
1522   { "dc_gate_white_gray.active.frames",         "1"                     },
1523
1524   { "dc_gate_fake_gray",                        "RocksSP.pcx"           },
1525   { "dc_gate_fake_gray.xpos",                   "7"                     },
1526   { "dc_gate_fake_gray.ypos",                   "7"                     },
1527   { "dc_gate_fake_gray.frames",                 "1"                     },
1528
1529   { "exit_closed",                              "RocksElements.pcx"     },
1530   { "exit_closed.xpos",                         "0"                     },
1531   { "exit_closed.ypos",                         "11"                    },
1532   { "exit_closed.frames",                       "1"                     },
1533   { "exit.opening",                             "RocksElements.pcx"     },
1534   { "exit.opening.xpos",                        "0"                     },
1535   { "exit.opening.ypos",                        "11"                    },
1536   { "exit.opening.frames",                      "5"                     },
1537   { "exit.opening.delay",                       "6"                     },
1538   { "exit.opening.anim_mode",                   "linear"                },
1539   { "exit_open",                                "RocksElements.pcx"     },
1540   { "exit_open.xpos",                           "4"                     },
1541   { "exit_open.ypos",                           "11"                    },
1542   { "exit_open.frames",                         "4"                     },
1543   { "exit_open.delay",                          "4"                     },
1544   { "exit_open.anim_mode",                      "pingpong"              },
1545   { "exit.closing",                             "RocksElements.pcx"     },
1546   { "exit.closing.xpos",                        "0"                     },
1547   { "exit.closing.ypos",                        "11"                    },
1548   { "exit.closing.frames",                      "5"                     },
1549   { "exit.closing.delay",                       "6"                     },
1550   { "exit.closing.anim_mode",                   "linear,reverse"        },
1551
1552   { "steel_exit_closed",                        "RocksDC2.pcx"  },
1553   { "steel_exit_closed.xpos",                   "8"                     },
1554   { "steel_exit_closed.ypos",                   "0"                     },
1555   { "steel_exit_closed.frames",                 "1"                     },
1556   { "steel_exit.opening",                       "RocksDC2.pcx"  },
1557   { "steel_exit.opening.xpos",                  "8"                     },
1558   { "steel_exit.opening.ypos",                  "0"                     },
1559   { "steel_exit.opening.frames",                "5"                     },
1560   { "steel_exit.opening.delay",                 "6"                     },
1561   { "steel_exit.opening.anim_mode",             "linear"                },
1562   { "steel_exit_open",                          "RocksDC2.pcx"  },
1563   { "steel_exit_open.xpos",                     "12"                    },
1564   { "steel_exit_open.ypos",                     "0"                     },
1565   { "steel_exit_open.frames",                   "4"                     },
1566   { "steel_exit_open.delay",                    "4"                     },
1567   { "steel_exit_open.anim_mode",                "pingpong"              },
1568   { "steel_exit.closing",                       "RocksDC2.pcx"  },
1569   { "steel_exit.closing.xpos",                  "8"                     },
1570   { "steel_exit.closing.ypos",                  "0"                     },
1571   { "steel_exit.closing.frames",                "5"                     },
1572   { "steel_exit.closing.delay",                 "6"                     },
1573   { "steel_exit.closing.anim_mode",             "linear,reverse"        },
1574
1575   { "em_exit_closed",                           "RocksDC2.pcx"  },
1576   { "em_exit_closed.xpos",                      "0"                     },
1577   { "em_exit_closed.ypos",                      "4"                     },
1578   { "em_exit_closed.frames",                    "1"                     },
1579   { "em_exit.opening",                          "RocksDC2.pcx"  },
1580   { "em_exit.opening.xpos",                     "0"                     },
1581   { "em_exit.opening.ypos",                     "4"                     },
1582   { "em_exit.opening.frames",                   "5"                     },
1583   { "em_exit.opening.delay",                    "6"                     },
1584   { "em_exit.opening.anim_mode",                "linear"                },
1585   { "em_exit_open",                             "RocksDC2.pcx"  },
1586   { "em_exit_open.xpos",                        "4"                     },
1587   { "em_exit_open.ypos",                        "4"                     },
1588   { "em_exit_open.frames",                      "4"                     },
1589   { "em_exit_open.delay",                       "4"                     },
1590   { "em_exit_open.anim_mode",                   "pingpong"              },
1591   { "em_exit.closing",                          "RocksDC2.pcx"  },
1592   { "em_exit.closing.xpos",                     "0"                     },
1593   { "em_exit.closing.ypos",                     "6"                     },
1594   { "em_exit.closing.frames",                   "5"                     },
1595   { "em_exit.closing.delay",                    "6"                     },
1596   { "em_exit.closing.anim_mode",                "linear"                },
1597
1598   { "em_steel_exit_closed",                     "RocksDC2.pcx"  },
1599   { "em_steel_exit_closed.xpos",                "0"                     },
1600   { "em_steel_exit_closed.ypos",                "5"                     },
1601   { "em_steel_exit_closed.frames",              "1"                     },
1602   { "em_steel_exit.opening",                    "RocksDC2.pcx"  },
1603   { "em_steel_exit.opening.xpos",               "0"                     },
1604   { "em_steel_exit.opening.ypos",               "5"                     },
1605   { "em_steel_exit.opening.frames",             "5"                     },
1606   { "em_steel_exit.opening.delay",              "6"                     },
1607   { "em_steel_exit.opening.anim_mode",          "linear"                },
1608   { "em_steel_exit_open",                       "RocksDC2.pcx"  },
1609   { "em_steel_exit_open.xpos",                  "4"                     },
1610   { "em_steel_exit_open.ypos",                  "5"                     },
1611   { "em_steel_exit_open.frames",                "4"                     },
1612   { "em_steel_exit_open.delay",                 "4"                     },
1613   { "em_steel_exit_open.anim_mode",             "pingpong"              },
1614   { "em_steel_exit.closing",                    "RocksDC2.pcx"  },
1615   { "em_steel_exit.closing.xpos",               "0"                     },
1616   { "em_steel_exit.closing.ypos",               "7"                     },
1617   { "em_steel_exit.closing.frames",             "5"                     },
1618   { "em_steel_exit.closing.delay",              "6"                     },
1619   { "em_steel_exit.closing.anim_mode",          "linear"                },
1620
1621   /* images for Emerald Mine Club style elements and actions */
1622
1623   { "balloon",                                  "RocksDC.pcx"           },
1624   { "balloon.xpos",                             "12"                    },
1625   { "balloon.ypos",                             "7"                     },
1626   { "balloon.frames",                           "1"                     },
1627   { "balloon.moving",                           "RocksDC.pcx"           },
1628   { "balloon.moving.xpos",                      "12"                    },
1629   { "balloon.moving.ypos",                      "7"                     },
1630   { "balloon.moving.frames",                    "4"                     },
1631   { "balloon.moving.anim_mode",                 "pingpong"              },
1632   { "balloon.moving.delay",                     "2"                     },
1633   { "balloon.pushing",                          "RocksDC.pcx"           },
1634   { "balloon.pushing.xpos",                     "12"                    },
1635   { "balloon.pushing.ypos",                     "7"                     },
1636   { "balloon.pushing.frames",                   "4"                     },
1637   { "balloon.pushing.anim_mode",                "pingpong"              },
1638   { "balloon.pushing.delay",                    "2"                     },
1639   { "balloon_switch_left",                      "RocksDC.pcx"           },
1640   { "balloon_switch_left.xpos",                 "8"                     },
1641   { "balloon_switch_left.ypos",                 "7"                     },
1642   { "balloon_switch_left.frames",               "1"                     },
1643   { "balloon_switch_right",                     "RocksDC.pcx"           },
1644   { "balloon_switch_right.xpos",                "9"                     },
1645   { "balloon_switch_right.ypos",                "7"                     },
1646   { "balloon_switch_right.frames",              "1"                     },
1647   { "balloon_switch_up",                        "RocksDC.pcx"           },
1648   { "balloon_switch_up.xpos",                   "10"                    },
1649   { "balloon_switch_up.ypos",                   "7"                     },
1650   { "balloon_switch_up.frames",                 "1"                     },
1651   { "balloon_switch_down",                      "RocksDC.pcx"           },
1652   { "balloon_switch_down.xpos",                 "11"                    },
1653   { "balloon_switch_down.ypos",                 "7"                     },
1654   { "balloon_switch_down.frames",               "1"                     },
1655   { "balloon_switch_any",                       "RocksDC.pcx"           },
1656   { "balloon_switch_any.xpos",                  "15"                    },
1657   { "balloon_switch_any.ypos",                  "0"                     },
1658   { "balloon_switch_any.frames",                "1"                     },
1659   { "balloon_switch_none",                      "RocksDC.pcx"           },
1660   { "balloon_switch_none.xpos",                 "13"                    },
1661   { "balloon_switch_none.ypos",                 "5"                     },
1662   { "balloon_switch_none.frames",               "1"                     },
1663
1664   { "spring",                                   "RocksDC.pcx"           },
1665   { "spring.xpos",                              "8"                     },
1666   { "spring.ypos",                              "13"                    },
1667   { "spring.frames",                            "1"                     },
1668
1669   { "emc_steelwall_1",                          "RocksDC.pcx"           },
1670   { "emc_steelwall_1.xpos",                     "14"                    },
1671   { "emc_steelwall_1.ypos",                     "0"                     },
1672   { "emc_steelwall_1.frames",                   "1"                     },
1673   { "emc_steelwall_2",                          "RocksEMC.pcx"          },
1674   { "emc_steelwall_2.xpos",                     "9"                     },
1675   { "emc_steelwall_2.ypos",                     "8"                     },
1676   { "emc_steelwall_2.frames",                   "1"                     },
1677   { "emc_steelwall_3",                          "RocksEMC.pcx"          },
1678   { "emc_steelwall_3.xpos",                     "9"                     },
1679   { "emc_steelwall_3.ypos",                     "9"                     },
1680   { "emc_steelwall_3.frames",                   "1"                     },
1681   { "emc_steelwall_4",                          "RocksEMC.pcx"          },
1682   { "emc_steelwall_4.xpos",                     "9"                     },
1683   { "emc_steelwall_4.ypos",                     "10"                    },
1684   { "emc_steelwall_4.frames",                   "1"                     },
1685
1686   { "emc_wall_1",                               "RocksDC.pcx"           },
1687   { "emc_wall_1.xpos",                          "13"                    },
1688   { "emc_wall_1.ypos",                          "6"                     },
1689   { "emc_wall_1.frames",                        "1"                     },
1690   { "emc_wall_2",                               "RocksDC.pcx"           },
1691   { "emc_wall_2.xpos",                          "14"                    },
1692   { "emc_wall_2.ypos",                          "6"                     },
1693   { "emc_wall_2.frames",                        "1"                     },
1694   { "emc_wall_3",                               "RocksDC.pcx"           },
1695   { "emc_wall_3.xpos",                          "15"                    },
1696   { "emc_wall_3.ypos",                          "6"                     },
1697   { "emc_wall_3.frames",                        "1"                     },
1698   { "emc_wall_4",                               "RocksDC.pcx"           },
1699   { "emc_wall_4.xpos",                          "14"                    },
1700   { "emc_wall_4.ypos",                          "1"                     },
1701   { "emc_wall_4.frames",                        "1"                     },
1702   { "emc_wall_5",                               "RocksDC.pcx"           },
1703   { "emc_wall_5.xpos",                          "15"                    },
1704   { "emc_wall_5.ypos",                          "1"                     },
1705   { "emc_wall_5.frames",                        "1"                     },
1706   { "emc_wall_6",                               "RocksDC.pcx"           },
1707   { "emc_wall_6.xpos",                          "14"                    },
1708   { "emc_wall_6.ypos",                          "2"                     },
1709   { "emc_wall_6.frames",                        "1"                     },
1710   { "emc_wall_7",                               "RocksDC.pcx"           },
1711   { "emc_wall_7.xpos",                          "15"                    },
1712   { "emc_wall_7.ypos",                          "2"                     },
1713   { "emc_wall_7.frames",                        "1"                     },
1714   { "emc_wall_8",                               "RocksEMC.pcx"          },
1715   { "emc_wall_8.xpos",                          "8"                     },
1716   { "emc_wall_8.ypos",                          "7"                     },
1717   { "emc_wall_8.frames",                        "1"                     },
1718
1719   /* images for Diamond Caves style elements and actions */
1720
1721   { "invisible_steelwall",                      "RocksSP.pcx"           },
1722   { "invisible_steelwall.xpos",                 "3"                     },
1723   { "invisible_steelwall.ypos",                 "5"                     },
1724   { "invisible_steelwall.frames",               "1"                     },
1725   { "invisible_steelwall.EDITOR",               "RocksSP.pcx"           },
1726   { "invisible_steelwall.EDITOR.xpos",          "1"                     },
1727   { "invisible_steelwall.EDITOR.ypos",          "5"                     },
1728   { "invisible_steelwall.active",               "RocksSP.pcx"           },
1729   { "invisible_steelwall.active.xpos",          "1"                     },
1730   { "invisible_steelwall.active.ypos",          "5"                     },
1731   { "invisible_steelwall.active.frames",        "1"                     },
1732
1733   { "invisible_wall",                           "RocksSP.pcx"           },
1734   { "invisible_wall.xpos",                      "7"                     },
1735   { "invisible_wall.ypos",                      "5"                     },
1736   { "invisible_wall.frames",                    "1"                     },
1737   { "invisible_wall.EDITOR",                    "RocksSP.pcx"           },
1738   { "invisible_wall.EDITOR.xpos",               "5"                     },
1739   { "invisible_wall.EDITOR.ypos",               "5"                     },
1740   { "invisible_wall.active",                    "RocksSP.pcx"           },
1741   { "invisible_wall.active.xpos",               "5"                     },
1742   { "invisible_wall.active.ypos",               "5"                     },
1743   { "invisible_wall.active.frames",             "1"                     },
1744
1745   { "invisible_sand",                           "RocksSP.pcx"           },
1746   { "invisible_sand.xpos",                      "0"                     },
1747   { "invisible_sand.ypos",                      "0"                     },
1748   { "invisible_sand.frames",                    "1"                     },
1749   { "invisible_sand.EDITOR",                    "RocksEMC.pcx"          },
1750   { "invisible_sand.EDITOR.xpos",               "2"                     },
1751   { "invisible_sand.EDITOR.ypos",               "4"                     },
1752   { "invisible_sand.active",                    "RocksEMC.pcx"          },
1753   { "invisible_sand.active.xpos",               "2"                     },
1754   { "invisible_sand.active.ypos",               "4"                     },
1755   { "invisible_sand.active.frames",             "1"                     },
1756   { "invisible_sand.active.CRUMBLED",           "RocksEMC.pcx"          },
1757   { "invisible_sand.active.CRUMBLED.xpos",      "3"                     },
1758   { "invisible_sand.active.CRUMBLED.ypos",      "4"                     },
1759   { "invisible_sand.active.CRUMBLED.frames",    "1"                     },
1760   { "invisible_sand.active.digging.left",       "RocksEMC.pcx"          },
1761   { "invisible_sand.active.digging.left.xpos",  "6"                     },
1762   { "invisible_sand.active.digging.left.ypos",  "2"                     },
1763   { "invisible_sand.active.digging.left.frames","3"                     },
1764   { "invisible_sand.active.digging.left.delay", "2"                     },
1765   { "invisible_sand.active.digging.left.anim_mode","linear"             },
1766   { "invisible_sand.active.digging.right",      "RocksEMC.pcx"          },
1767   { "invisible_sand.active.digging.right.xpos", "9"                     },
1768   { "invisible_sand.active.digging.right.ypos", "2"                     },
1769   { "invisible_sand.active.digging.right.frames","3"                    },
1770   { "invisible_sand.active.digging.right.delay","2"                     },
1771   { "invisible_sand.active.digging.right.anim_mode","linear"            },
1772   { "invisible_sand.active.digging.up",         "RocksEMC.pcx"          },
1773   { "invisible_sand.active.digging.up.xpos",    "0"                     },
1774   { "invisible_sand.active.digging.up.ypos",    "2"                     },
1775   { "invisible_sand.active.digging.up.frames",  "3"                     },
1776   { "invisible_sand.active.digging.up.delay",   "2"                     },
1777   { "invisible_sand.active.digging.up.anim_mode","linear"               },
1778   { "invisible_sand.active.digging.down",       "RocksEMC.pcx"          },
1779   { "invisible_sand.active.digging.down.xpos",  "3"                     },
1780   { "invisible_sand.active.digging.down.ypos",  "2"                     },
1781   { "invisible_sand.active.digging.down.frames","3"                     },
1782   { "invisible_sand.active.digging.down.delay", "2"                     },
1783   { "invisible_sand.active.digging.down.anim_mode","linear"             },
1784   { "invisible_sand.active.digging.left.CRUMBLED",      "RocksEMC.pcx"  },
1785   { "invisible_sand.active.digging.left.CRUMBLED.xpos", "6"             },
1786   { "invisible_sand.active.digging.left.CRUMBLED.ypos", "3"             },
1787   { "invisible_sand.active.digging.left.CRUMBLED.frames","3"            },
1788   { "invisible_sand.active.digging.left.CRUMBLED.delay","2"             },
1789   { "invisible_sand.active.digging.left.CRUMBLED.anim_mode","linear"    },
1790   { "invisible_sand.active.digging.right.CRUMBLED",     "RocksEMC.pcx"  },
1791   { "invisible_sand.active.digging.right.CRUMBLED.xpos","9"             },
1792   { "invisible_sand.active.digging.right.CRUMBLED.ypos","3"             },
1793   { "invisible_sand.active.digging.right.CRUMBLED.frames","3"           },
1794   { "invisible_sand.active.digging.right.CRUMBLED.delay","2"            },
1795   { "invisible_sand.active.digging.right.CRUMBLED.anim_mode","linear"   },
1796   { "invisible_sand.active.digging.up.CRUMBLED",        "RocksEMC.pcx"  },
1797   { "invisible_sand.active.digging.up.CRUMBLED.xpos",   "0"             },
1798   { "invisible_sand.active.digging.up.CRUMBLED.ypos",   "3"             },
1799   { "invisible_sand.active.digging.up.CRUMBLED.frames", "3"             },
1800   { "invisible_sand.active.digging.up.CRUMBLED.delay",  "2"             },
1801   { "invisible_sand.active.digging.up.CRUMBLED.anim_mode","linear"      },
1802   { "invisible_sand.active.digging.down.CRUMBLED",      "RocksEMC.pcx"  },
1803   { "invisible_sand.active.digging.down.CRUMBLED.xpos", "3"             },
1804   { "invisible_sand.active.digging.down.CRUMBLED.ypos", "3"             },
1805   { "invisible_sand.active.digging.down.CRUMBLED.frames","3"            },
1806   { "invisible_sand.active.digging.down.CRUMBLED.delay","2"             },
1807   { "invisible_sand.active.digging.down.CRUMBLED.anim_mode","linear"    },
1808
1809   { "conveyor_belt_1_middle",                   "RocksDC.pcx"           },
1810   { "conveyor_belt_1_middle.xpos",              "0"                     },
1811   { "conveyor_belt_1_middle.ypos",              "0"                     },
1812   { "conveyor_belt_1_middle.frames",            "1"                     },
1813   { "conveyor_belt_1_middle.active",            "RocksDC.pcx"           },
1814   { "conveyor_belt_1_middle.active.xpos",       "0"                     },
1815   { "conveyor_belt_1_middle.active.ypos",       "0"                     },
1816   { "conveyor_belt_1_middle.active.frames",     "8"                     },
1817   { "conveyor_belt_1_middle.active.delay",      "2"                     },
1818   { "conveyor_belt_1_left",                     "RocksDC.pcx"           },
1819   { "conveyor_belt_1_left.xpos",                "0"                     },
1820   { "conveyor_belt_1_left.ypos",                "1"                     },
1821   { "conveyor_belt_1_left.frames",              "1"                     },
1822   { "conveyor_belt_1_left.active",              "RocksDC.pcx"           },
1823   { "conveyor_belt_1_left.active.xpos",         "0"                     },
1824   { "conveyor_belt_1_left.active.ypos",         "1"                     },
1825   { "conveyor_belt_1_left.active.frames",       "8"                     },
1826   { "conveyor_belt_1_left.active.delay",        "2"                     },
1827   { "conveyor_belt_1_right",                    "RocksDC.pcx"           },
1828   { "conveyor_belt_1_right.xpos",               "0"                     },
1829   { "conveyor_belt_1_right.ypos",               "2"                     },
1830   { "conveyor_belt_1_right.frames",             "1"                     },
1831   { "conveyor_belt_1_right.active",             "RocksDC.pcx"           },
1832   { "conveyor_belt_1_right.active.xpos",        "0"                     },
1833   { "conveyor_belt_1_right.active.ypos",        "2"                     },
1834   { "conveyor_belt_1_right.active.frames",      "8"                     },
1835   { "conveyor_belt_1_right.active.delay",       "2"                     },
1836   { "conveyor_belt_1_switch_left",              "RocksDC.pcx"           },
1837   { "conveyor_belt_1_switch_left.xpos",         "0"                     },
1838   { "conveyor_belt_1_switch_left.ypos",         "12"                    },
1839   { "conveyor_belt_1_switch_left.frames",       "1"                     },
1840   { "conveyor_belt_1_switch_middle",            "RocksDC.pcx"           },
1841   { "conveyor_belt_1_switch_middle.xpos",       "0"                     },
1842   { "conveyor_belt_1_switch_middle.ypos",       "13"                    },
1843   { "conveyor_belt_1_switch_middle.frames",     "1"                     },
1844   { "conveyor_belt_1_switch_right",             "RocksDC.pcx"           },
1845   { "conveyor_belt_1_switch_right.xpos",        "0"                     },
1846   { "conveyor_belt_1_switch_right.ypos",        "14"                    },
1847   { "conveyor_belt_1_switch_right.frames",      "1"                     },
1848
1849   { "conveyor_belt_2_middle",                   "RocksDC.pcx"           },
1850   { "conveyor_belt_2_middle.xpos",              "0"                     },
1851   { "conveyor_belt_2_middle.ypos",              "3"                     },
1852   { "conveyor_belt_2_middle.frames",            "1"                     },
1853   { "conveyor_belt_2_middle.active",            "RocksDC.pcx"           },
1854   { "conveyor_belt_2_middle.active.xpos",       "0"                     },
1855   { "conveyor_belt_2_middle.active.ypos",       "3"                     },
1856   { "conveyor_belt_2_middle.active.frames",     "8"                     },
1857   { "conveyor_belt_2_middle.active.delay",      "2"                     },
1858   { "conveyor_belt_2_left",                     "RocksDC.pcx"           },
1859   { "conveyor_belt_2_left.xpos",                "0"                     },
1860   { "conveyor_belt_2_left.ypos",                "4"                     },
1861   { "conveyor_belt_2_left.frames",              "1"                     },
1862   { "conveyor_belt_2_left.active",              "RocksDC.pcx"           },
1863   { "conveyor_belt_2_left.active.xpos",         "0"                     },
1864   { "conveyor_belt_2_left.active.ypos",         "4"                     },
1865   { "conveyor_belt_2_left.active.frames",       "8"                     },
1866   { "conveyor_belt_2_left.active.delay",        "2"                     },
1867   { "conveyor_belt_2_right",                    "RocksDC.pcx"           },
1868   { "conveyor_belt_2_right.xpos",               "0"                     },
1869   { "conveyor_belt_2_right.ypos",               "5"                     },
1870   { "conveyor_belt_2_right.frames",             "1"                     },
1871   { "conveyor_belt_2_right.active",             "RocksDC.pcx"           },
1872   { "conveyor_belt_2_right.active.xpos",        "0"                     },
1873   { "conveyor_belt_2_right.active.ypos",        "5"                     },
1874   { "conveyor_belt_2_right.active.frames",      "8"                     },
1875   { "conveyor_belt_2_right.active.delay",       "2"                     },
1876   { "conveyor_belt_2_switch_left",              "RocksDC.pcx"           },
1877   { "conveyor_belt_2_switch_left.xpos",         "1"                     },
1878   { "conveyor_belt_2_switch_left.ypos",         "12"                    },
1879   { "conveyor_belt_2_switch_left.frames",       "1"                     },
1880   { "conveyor_belt_2_switch_middle",            "RocksDC.pcx"           },
1881   { "conveyor_belt_2_switch_middle.xpos",       "1"                     },
1882   { "conveyor_belt_2_switch_middle.ypos",       "13"                    },
1883   { "conveyor_belt_2_switch_middle.frames",     "1"                     },
1884   { "conveyor_belt_2_switch_right",             "RocksDC.pcx"           },
1885   { "conveyor_belt_2_switch_right.xpos",        "1"                     },
1886   { "conveyor_belt_2_switch_right.ypos",        "14"                    },
1887   { "conveyor_belt_2_switch_right.frames",      "1"                     },
1888
1889   { "conveyor_belt_3_middle",                   "RocksDC.pcx"           },
1890   { "conveyor_belt_3_middle.xpos",              "0"                     },
1891   { "conveyor_belt_3_middle.ypos",              "6"                     },
1892   { "conveyor_belt_3_middle.frames",            "1"                     },
1893   { "conveyor_belt_3_middle.active",            "RocksDC.pcx"           },
1894   { "conveyor_belt_3_middle.active.xpos",       "0"                     },
1895   { "conveyor_belt_3_middle.active.ypos",       "6"                     },
1896   { "conveyor_belt_3_middle.active.frames",     "8"                     },
1897   { "conveyor_belt_3_middle.active.delay",      "2"                     },
1898   { "conveyor_belt_3_left",                     "RocksDC.pcx"           },
1899   { "conveyor_belt_3_left.xpos",                "0"                     },
1900   { "conveyor_belt_3_left.ypos",                "7"                     },
1901   { "conveyor_belt_3_left.frames",              "1"                     },
1902   { "conveyor_belt_3_left.active",              "RocksDC.pcx"           },
1903   { "conveyor_belt_3_left.active.xpos",         "0"                     },
1904   { "conveyor_belt_3_left.active.ypos",         "7"                     },
1905   { "conveyor_belt_3_left.active.frames",       "8"                     },
1906   { "conveyor_belt_3_left.active.delay",        "2"                     },
1907   { "conveyor_belt_3_right",                    "RocksDC.pcx"           },
1908   { "conveyor_belt_3_right.xpos",               "0"                     },
1909   { "conveyor_belt_3_right.ypos",               "8"                     },
1910   { "conveyor_belt_3_right.frames",             "1"                     },
1911   { "conveyor_belt_3_right.active",             "RocksDC.pcx"           },
1912   { "conveyor_belt_3_right.active.xpos",        "0"                     },
1913   { "conveyor_belt_3_right.active.ypos",        "8"                     },
1914   { "conveyor_belt_3_right.active.frames",      "8"                     },
1915   { "conveyor_belt_3_right.active.delay",       "2"                     },
1916   { "conveyor_belt_3_switch_left",              "RocksDC.pcx"           },
1917   { "conveyor_belt_3_switch_left.xpos",         "2"                     },
1918   { "conveyor_belt_3_switch_left.ypos",         "12"                    },
1919   { "conveyor_belt_3_switch_left.frames",       "1"                     },
1920   { "conveyor_belt_3_switch_middle",            "RocksDC.pcx"           },
1921   { "conveyor_belt_3_switch_middle.xpos",       "2"                     },
1922   { "conveyor_belt_3_switch_middle.ypos",       "13"                    },
1923   { "conveyor_belt_3_switch_middle.frames",     "1"                     },
1924   { "conveyor_belt_3_switch_right",             "RocksDC.pcx"           },
1925   { "conveyor_belt_3_switch_right.xpos",        "2"                     },
1926   { "conveyor_belt_3_switch_right.ypos",        "14"                    },
1927   { "conveyor_belt_3_switch_right.frames",      "1"                     },
1928
1929   { "conveyor_belt_4_middle",                   "RocksDC.pcx"           },
1930   { "conveyor_belt_4_middle.xpos",              "0"                     },
1931   { "conveyor_belt_4_middle.ypos",              "9"                     },
1932   { "conveyor_belt_4_middle.frames",            "1"                     },
1933   { "conveyor_belt_4_middle.active",            "RocksDC.pcx"           },
1934   { "conveyor_belt_4_middle.active.xpos",       "0"                     },
1935   { "conveyor_belt_4_middle.active.ypos",       "9"                     },
1936   { "conveyor_belt_4_middle.active.frames",     "8"                     },
1937   { "conveyor_belt_4_middle.active.delay",      "2"                     },
1938   { "conveyor_belt_4_left",                     "RocksDC.pcx"           },
1939   { "conveyor_belt_4_left.xpos",                "0"                     },
1940   { "conveyor_belt_4_left.ypos",                "10"                    },
1941   { "conveyor_belt_4_left.frames",              "1"                     },
1942   { "conveyor_belt_4_left.active",              "RocksDC.pcx"           },
1943   { "conveyor_belt_4_left.active.xpos",         "0"                     },
1944   { "conveyor_belt_4_left.active.ypos",         "10"                    },
1945   { "conveyor_belt_4_left.active.frames",       "8"                     },
1946   { "conveyor_belt_4_left.active.delay",        "2"                     },
1947   { "conveyor_belt_4_right",                    "RocksDC.pcx"           },
1948   { "conveyor_belt_4_right.xpos",               "0"                     },
1949   { "conveyor_belt_4_right.ypos",               "11"                    },
1950   { "conveyor_belt_4_right.frames",             "1"                     },
1951   { "conveyor_belt_4_right.active",             "RocksDC.pcx"           },
1952   { "conveyor_belt_4_right.active.xpos",        "0"                     },
1953   { "conveyor_belt_4_right.active.ypos",        "11"                    },
1954   { "conveyor_belt_4_right.active.frames",      "8"                     },
1955   { "conveyor_belt_4_right.active.delay",       "2"                     },
1956   { "conveyor_belt_4_switch_left",              "RocksDC.pcx"           },
1957   { "conveyor_belt_4_switch_left.xpos",         "3"                     },
1958   { "conveyor_belt_4_switch_left.ypos",         "12"                    },
1959   { "conveyor_belt_4_switch_left.frames",       "1"                     },
1960   { "conveyor_belt_4_switch_middle",            "RocksDC.pcx"           },
1961   { "conveyor_belt_4_switch_middle.xpos",       "3"                     },
1962   { "conveyor_belt_4_switch_middle.ypos",       "13"                    },
1963   { "conveyor_belt_4_switch_middle.frames",     "1"                     },
1964   { "conveyor_belt_4_switch_right",             "RocksDC.pcx"           },
1965   { "conveyor_belt_4_switch_right.xpos",        "3"                     },
1966   { "conveyor_belt_4_switch_right.ypos",        "14"                    },
1967   { "conveyor_belt_4_switch_right.frames",      "1"                     },
1968
1969   { "switchgate_switch_up",                     "RocksDC.pcx"           },
1970   { "switchgate_switch_up.xpos",                "4"                     },
1971   { "switchgate_switch_up.ypos",                "12"                    },
1972   { "switchgate_switch_up.frames",              "1"                     },
1973   { "switchgate_switch_down",                   "RocksDC.pcx"           },
1974   { "switchgate_switch_down.xpos",              "5"                     },
1975   { "switchgate_switch_down.ypos",              "12"                    },
1976   { "switchgate_switch_down.frames",            "1"                     },
1977
1978   { "dc_switchgate_switch_up",                  "RocksDC2.pcx"          },
1979   { "dc_switchgate_switch_up.xpos",             "10"                    },
1980   { "dc_switchgate_switch_up.ypos",             "1"                     },
1981   { "dc_switchgate_switch_up.frames",           "1"                     },
1982   { "dc_switchgate_switch_down",                "RocksDC2.pcx"          },
1983   { "dc_switchgate_switch_down.xpos",           "11"                    },
1984   { "dc_switchgate_switch_down.ypos",           "1"                     },
1985   { "dc_switchgate_switch_down.frames",         "1"                     },
1986
1987   { "light_switch",                             "RocksDC.pcx"           },
1988   { "light_switch.xpos",                        "6"                     },
1989   { "light_switch.ypos",                        "12"                    },
1990   { "light_switch.frames",                      "1"                     },
1991   { "light_switch.active",                      "RocksDC.pcx"           },
1992   { "light_switch.active.xpos",                 "7"                     },
1993   { "light_switch.active.ypos",                 "12"                    },
1994   { "light_switch.active.frames",               "1"                     },
1995
1996   { "timegate_switch",                          "RocksDC.pcx"           },
1997   { "timegate_switch.xpos",                     "0"                     },
1998   { "timegate_switch.ypos",                     "15"                    },
1999   { "timegate_switch.frames",                   "1"                     },
2000   { "timegate_switch.active",                   "RocksDC.pcx"           },
2001   { "timegate_switch.active.xpos",              "0"                     },
2002   { "timegate_switch.active.ypos",              "15"                    },
2003   { "timegate_switch.active.frames",            "4"                     },
2004
2005   { "dc_timegate_switch",                       "RocksDC2.pcx"          },
2006   { "dc_timegate_switch.xpos",                  "12"                    },
2007   { "dc_timegate_switch.ypos",                  "1"                     },
2008   { "dc_timegate_switch.frames",                "1"                     },
2009   { "dc_timegate_switch.active",                "RocksDC2.pcx"          },
2010   { "dc_timegate_switch.active.xpos",           "12"                    },
2011   { "dc_timegate_switch.active.ypos",           "1"                     },
2012   { "dc_timegate_switch.active.frames",         "4"                     },
2013
2014   { "envelope_1",                               "RocksMore.pcx"         },
2015   { "envelope_1.xpos",                          "0"                     },
2016   { "envelope_1.ypos",                          "4"                     },
2017   { "envelope_1.frames",                        "1"                     },
2018   { "envelope_1.collecting",                    "RocksMore.pcx"         },
2019   { "envelope_1.collecting.xpos",               "5"                     },
2020   { "envelope_1.collecting.ypos",               "4"                     },
2021   { "envelope_1.collecting.frames",             "3"                     },
2022   { "envelope_1.collecting.delay",              "2"                     },
2023   { "envelope_1.collecting.anim_mode",          "linear"                },
2024   { "envelope_2",                               "RocksMore.pcx"         },
2025   { "envelope_2.xpos",                          "1"                     },
2026   { "envelope_2.ypos",                          "4"                     },
2027   { "envelope_2.frames",                        "1"                     },
2028   { "envelope_2.collecting",                    "RocksMore.pcx"         },
2029   { "envelope_2.collecting.xpos",               "5"                     },
2030   { "envelope_2.collecting.ypos",               "4"                     },
2031   { "envelope_2.collecting.frames",             "3"                     },
2032   { "envelope_2.collecting.delay",              "2"                     },
2033   { "envelope_2.collecting.anim_mode",          "linear"                },
2034   { "envelope_3",                               "RocksMore.pcx"         },
2035   { "envelope_3.xpos",                          "2"                     },
2036   { "envelope_3.ypos",                          "4"                     },
2037   { "envelope_3.frames",                        "1"                     },
2038   { "envelope_3.collecting",                    "RocksMore.pcx"         },
2039   { "envelope_3.collecting.xpos",               "5"                     },
2040   { "envelope_3.collecting.ypos",               "4"                     },
2041   { "envelope_3.collecting.frames",             "3"                     },
2042   { "envelope_3.collecting.delay",              "2"                     },
2043   { "envelope_3.collecting.anim_mode",          "linear"                },
2044   { "envelope_4",                               "RocksMore.pcx"         },
2045   { "envelope_4.xpos",                          "3"                     },
2046   { "envelope_4.ypos",                          "4"                     },
2047   { "envelope_4.frames",                        "1"                     },
2048   { "envelope_4.collecting",                    "RocksMore.pcx"         },
2049   { "envelope_4.collecting.xpos",               "5"                     },
2050   { "envelope_4.collecting.ypos",               "4"                     },
2051   { "envelope_4.collecting.frames",             "3"                     },
2052   { "envelope_4.collecting.delay",              "2"                     },
2053   { "envelope_4.collecting.anim_mode",          "linear"                },
2054
2055   { "sign_radioactivity",                       "RocksDC.pcx"           },
2056   { "sign_radioactivity.xpos",                  "4"                     },
2057   { "sign_radioactivity.ypos",                  "13"                    },
2058   { "sign_radioactivity.frames",                "1"                     },
2059
2060   { "sign_give_way",                            "RocksDC.pcx"           },
2061   { "sign_give_way.xpos",                       "5"                     },
2062   { "sign_give_way.ypos",                       "13"                    },
2063   { "sign_give_way.frames",                     "1"                     },
2064
2065   { "sign_no_entry",                            "RocksDC.pcx"           },
2066   { "sign_no_entry.xpos",                       "6"                     },
2067   { "sign_no_entry.ypos",                       "13"                    },
2068   { "sign_no_entry.frames",                     "1"                     },
2069
2070   { "sign_emergency_exit",                      "RocksDC.pcx"           },
2071   { "sign_emergency_exit.xpos",                 "7"                     },
2072   { "sign_emergency_exit.ypos",                 "13"                    },
2073   { "sign_emergency_exit.frames",               "1"                     },
2074
2075   { "sign_yin_yang",                            "RocksDC.pcx"           },
2076   { "sign_yin_yang.xpos",                       "4"                     },
2077   { "sign_yin_yang.ypos",                       "14"                    },
2078   { "sign_yin_yang.frames",                     "1"                     },
2079
2080   { "sign_exclamation",                         "RocksDC.pcx"           },
2081   { "sign_exclamation.xpos",                    "5"                     },
2082   { "sign_exclamation.ypos",                    "14"                    },
2083   { "sign_exclamation.frames",                  "1"                     },
2084
2085   { "sign_stop",                                "RocksDC.pcx"           },
2086   { "sign_stop.xpos",                           "6"                     },
2087   { "sign_stop.ypos",                           "14"                    },
2088   { "sign_stop.frames",                         "1"                     },
2089
2090   { "sign_parking",                             "RocksDC.pcx"           },
2091   { "sign_parking.xpos",                        "6"                     },
2092   { "sign_parking.ypos",                        "15"                    },
2093   { "sign_parking.frames",                      "1"                     },
2094
2095   { "sign_wheelchair",                          "RocksDC.pcx"           },
2096   { "sign_wheelchair.xpos",                     "7"                     },
2097   { "sign_wheelchair.ypos",                     "15"                    },
2098   { "sign_wheelchair.frames",                   "1"                     },
2099
2100   { "sign_entry_forbidden",                     "RocksDC.pcx"           },
2101   { "sign_entry_forbidden.xpos",                "12"                    },
2102   { "sign_entry_forbidden.ypos",                "15"                    },
2103   { "sign_entry_forbidden.frames",              "1"                     },
2104
2105   { "sperms",                                   "RocksDC2.pcx"          },
2106   { "sperms.xpos",                              "11"                    },
2107   { "sperms.ypos",                              "3"                     },
2108   { "sperms.frames",                            "1"                     },
2109
2110   { "bullet",                                   "RocksDC2.pcx"          },
2111   { "bullet.xpos",                              "12"                    },
2112   { "bullet.ypos",                              "3"                     },
2113   { "bullet.frames",                            "1"                     },
2114
2115   { "heart",                                    "RocksDC2.pcx"          },
2116   { "heart.xpos",                               "13"                    },
2117   { "heart.ypos",                               "3"                     },
2118   { "heart.frames",                             "1"                     },
2119
2120   { "cross",                                    "RocksDC2.pcx"          },
2121   { "cross.xpos",                               "14"                    },
2122   { "cross.ypos",                               "3"                     },
2123   { "cross.frames",                             "1"                     },
2124
2125   { "frankie",                                  "RocksDC2.pcx"          },
2126   { "frankie.xpos",                             "15"                    },
2127   { "frankie.ypos",                             "3"                     },
2128   { "frankie.frames",                           "1"                     },
2129
2130   { "sign_sperms",                              "RocksDC2.pcx"          },
2131   { "sign_sperms.xpos",                         "11"                    },
2132   { "sign_sperms.ypos",                         "2"                     },
2133   { "sign_sperms.frames",                       "1"                     },
2134
2135   { "sign_bullet",                              "RocksDC2.pcx"          },
2136   { "sign_bullet.xpos",                         "12"                    },
2137   { "sign_bullet.ypos",                         "2"                     },
2138   { "sign_bullet.frames",                       "1"                     },
2139
2140   { "sign_heart",                               "RocksDC2.pcx"          },
2141   { "sign_heart.xpos",                          "13"                    },
2142   { "sign_heart.ypos",                          "2"                     },
2143   { "sign_heart.frames",                        "1"                     },
2144
2145   { "sign_cross",                               "RocksDC2.pcx"          },
2146   { "sign_cross.xpos",                          "14"                    },
2147   { "sign_cross.ypos",                          "2"                     },
2148   { "sign_cross.frames",                        "1"                     },
2149
2150   { "sign_frankie",                             "RocksDC2.pcx"          },
2151   { "sign_frankie.xpos",                        "15"                    },
2152   { "sign_frankie.ypos",                        "2"                     },
2153   { "sign_frankie.frames",                      "1"                     },
2154
2155   { "landmine",                                 "RocksDC.pcx"           },
2156   { "landmine.xpos",                            "7"                     },
2157   { "landmine.ypos",                            "14"                    },
2158   { "landmine.frames",                          "1"                     },
2159   { "landmine.crumbled_like",                   "sand"                  },
2160
2161   { "dc_landmine",                              "RocksDC.pcx"           },
2162   { "dc_landmine.xpos",                         "14"                    },
2163   { "dc_landmine.ypos",                         "5"                     },
2164   { "dc_landmine.frames",                       "1"                     },
2165   { "dc_landmine.crumbled_like",                "sand"                  },
2166
2167   { "steelwall_slippery",                       "RocksDC.pcx"           },
2168   { "steelwall_slippery.xpos",                  "5"                     },
2169   { "steelwall_slippery.ypos",                  "15"                    },
2170   { "steelwall_slippery.frames",                "1"                     },
2171
2172   { "extra_time",                               "RocksDC.pcx"           },
2173   { "extra_time.xpos",                          "8"                     },
2174   { "extra_time.ypos",                          "0"                     },
2175   { "extra_time.frames",                        "6"                     },
2176   { "extra_time.delay",                         "4"                     },
2177
2178   { "shield_normal",                            "RocksDC.pcx"           },
2179   { "shield_normal.xpos",                       "8"                     },
2180   { "shield_normal.ypos",                       "2"                     },
2181   { "shield_normal.frames",                     "6"                     },
2182   { "shield_normal.delay",                      "4"                     },
2183   { "shield_normal.active",                     "RocksHeroes.pcx"       },
2184   { "shield_normal.active.xpos",                "1"                     },
2185   { "shield_normal.active.ypos",                "13"                    },
2186   { "shield_normal.active.frames",              "3"                     },
2187   { "shield_normal.active.delay",               "8"                     },
2188   { "shield_normal.active.anim_mode",           "pingpong"              },
2189
2190   { "shield_deadly",                            "RocksDC.pcx"           },
2191   { "shield_deadly.xpos",                       "8"                     },
2192   { "shield_deadly.ypos",                       "1"                     },
2193   { "shield_deadly.frames",                     "6"                     },
2194   { "shield_deadly.delay",                      "4"                     },
2195   { "shield_deadly.active",                     "RocksHeroes.pcx"       },
2196   { "shield_deadly.active.xpos",                "5"                     },
2197   { "shield_deadly.active.ypos",                "13"                    },
2198   { "shield_deadly.active.frames",              "3"                     },
2199   { "shield_deadly.active.delay",               "8"                     },
2200   { "shield_deadly.active.anim_mode",           "pingpong"              },
2201
2202   { "switchgate_closed",                        "RocksDC.pcx"           },
2203   { "switchgate_closed.xpos",                   "8"                     },
2204   { "switchgate_closed.ypos",                   "5"                     },
2205   { "switchgate_closed.frames",                 "1"                     },
2206   { "switchgate.opening",                       "RocksDC.pcx"           },
2207   { "switchgate.opening.xpos",                  "8"                     },
2208   { "switchgate.opening.ypos",                  "5"                     },
2209   { "switchgate.opening.frames",                "5"                     },
2210   { "switchgate.opening.delay",                 "6"                     },
2211   { "switchgate_open",                          "RocksDC.pcx"           },
2212   { "switchgate_open.xpos",                     "12"                    },
2213   { "switchgate_open.ypos",                     "5"                     },
2214   { "switchgate_open.frames",                   "1"                     },
2215   { "switchgate.closing",                       "RocksDC.pcx"           },
2216   { "switchgate.closing.xpos",                  "8"                     },
2217   { "switchgate.closing.ypos",                  "5"                     },
2218   { "switchgate.closing.frames",                "5"                     },
2219   { "switchgate.closing.delay",                 "6"                     },
2220   { "switchgate.closing.anim_mode",             "reverse"               },
2221
2222   { "timegate_closed",                          "RocksDC.pcx"           },
2223   { "timegate_closed.xpos",                     "8"                     },
2224   { "timegate_closed.ypos",                     "6"                     },
2225   { "timegate_closed.frames",                   "1"                     },
2226   { "timegate.opening",                         "RocksDC.pcx"           },
2227   { "timegate.opening.xpos",                    "8"                     },
2228   { "timegate.opening.ypos",                    "6"                     },
2229   { "timegate.opening.frames",                  "5"                     },
2230   { "timegate.opening.delay",                   "6"                     },
2231   { "timegate_open",                            "RocksDC.pcx"           },
2232   { "timegate_open.xpos",                       "12"                    },
2233   { "timegate_open.ypos",                       "6"                     },
2234   { "timegate_open.frames",                     "1"                     },
2235   { "timegate.closing",                         "RocksDC.pcx"           },
2236   { "timegate.closing.xpos",                    "8"                     },
2237   { "timegate.closing.ypos",                    "6"                     },
2238   { "timegate.closing.frames",                  "5"                     },
2239   { "timegate.closing.delay",                   "6"                     },
2240   { "timegate.closing.anim_mode",               "reverse"               },
2241
2242   { "pearl",                                    "RocksDC.pcx"           },
2243   { "pearl.xpos",                               "8"                     },
2244   { "pearl.ypos",                               "11"                    },
2245   { "pearl.frames",                             "1"                     },
2246   { "pearl.breaking",                           "RocksDC.pcx"           },
2247   { "pearl.breaking.xpos",                      "8"                     },
2248   { "pearl.breaking.ypos",                      "12"                    },
2249   { "pearl.breaking.frames",                    "4"                     },
2250   { "pearl.breaking.delay",                     "2"                     },
2251   { "pearl.breaking.anim_mode",                 "linear"                },
2252
2253   { "crystal",                                  "RocksDC.pcx"           },
2254   { "crystal.xpos",                             "9"                     },
2255   { "crystal.ypos",                             "11"                    },
2256   { "crystal.frames",                           "1"                     },
2257
2258   { "wall_pearl",                               "RocksDC.pcx"           },
2259   { "wall_pearl.xpos",                          "10"                    },
2260   { "wall_pearl.ypos",                          "11"                    },
2261   { "wall_pearl.frames",                        "1"                     },
2262
2263   { "wall_crystal",                             "RocksDC.pcx"           },
2264   { "wall_crystal.xpos",                        "11"                    },
2265   { "wall_crystal.ypos",                        "11"                    },
2266   { "wall_crystal.frames",                      "1"                     },
2267
2268   { "dc_steelwall_1_left",                      "RocksDC2.pcx"          },
2269   { "dc_steelwall_1_left.xpos",                 "5"                     },
2270   { "dc_steelwall_1_left.ypos",                 "1"                     },
2271   { "dc_steelwall_1_left.frames",               "1"                     },
2272   { "dc_steelwall_1_right",                     "RocksDC2.pcx"          },
2273   { "dc_steelwall_1_right.xpos",                "3"                     },
2274   { "dc_steelwall_1_right.ypos",                "1"                     },
2275   { "dc_steelwall_1_right.frames",              "1"                     },
2276   { "dc_steelwall_1_top",                       "RocksDC2.pcx"          },
2277   { "dc_steelwall_1_top.xpos",                  "4"                     },
2278   { "dc_steelwall_1_top.ypos",                  "2"                     },
2279   { "dc_steelwall_1_top.frames",                "1"                     },
2280   { "dc_steelwall_1_bottom",                    "RocksDC2.pcx"          },
2281   { "dc_steelwall_1_bottom.xpos",               "4"                     },
2282   { "dc_steelwall_1_bottom.ypos",               "0"                     },
2283   { "dc_steelwall_1_bottom.frames",             "1"                     },
2284   { "dc_steelwall_1_horizontal",                "RocksDC2.pcx"          },
2285   { "dc_steelwall_1_horizontal.xpos",           "1"                     },
2286   { "dc_steelwall_1_horizontal.ypos",           "0"                     },
2287   { "dc_steelwall_1_horizontal.frames",         "1"                     },
2288   { "dc_steelwall_1_vertical",                  "RocksDC2.pcx"          },
2289   { "dc_steelwall_1_vertical.xpos",             "0"                     },
2290   { "dc_steelwall_1_vertical.ypos",             "1"                     },
2291   { "dc_steelwall_1_vertical.frames",           "1"                     },
2292   { "dc_steelwall_1_topleft",                   "RocksDC2.pcx"          },
2293   { "dc_steelwall_1_topleft.xpos",              "0"                     },
2294   { "dc_steelwall_1_topleft.ypos",              "0"                     },
2295   { "dc_steelwall_1_topleft.frames",            "1"                     },
2296   { "dc_steelwall_1_topright",                  "RocksDC2.pcx"          },
2297   { "dc_steelwall_1_topright.xpos",             "2"                     },
2298   { "dc_steelwall_1_topright.ypos",             "0"                     },
2299   { "dc_steelwall_1_topright.frames",           "1"                     },
2300   { "dc_steelwall_1_bottomleft",                "RocksDC2.pcx"          },
2301   { "dc_steelwall_1_bottomleft.xpos",           "0"                     },
2302   { "dc_steelwall_1_bottomleft.ypos",           "2"                     },
2303   { "dc_steelwall_1_bottomleft.frames",         "1"                     },
2304   { "dc_steelwall_1_bottomright",               "RocksDC2.pcx"          },
2305   { "dc_steelwall_1_bottomright.xpos",          "2"                     },
2306   { "dc_steelwall_1_bottomright.ypos",          "2"                     },
2307   { "dc_steelwall_1_bottomright.frames",        "1"                     },
2308   { "dc_steelwall_1_topleft_2",                 "RocksDC2.pcx"          },
2309   { "dc_steelwall_1_topleft_2.xpos",            "5"                     },
2310   { "dc_steelwall_1_topleft_2.ypos",            "2"                     },
2311   { "dc_steelwall_1_topleft_2.frames",          "1"                     },
2312   { "dc_steelwall_1_topright_2",                "RocksDC2.pcx"          },
2313   { "dc_steelwall_1_topright_2.xpos",           "3"                     },
2314   { "dc_steelwall_1_topright_2.ypos",           "2"                     },
2315   { "dc_steelwall_1_topright_2.frames",         "1"                     },
2316   { "dc_steelwall_1_bottomleft_2",              "RocksDC2.pcx"          },
2317   { "dc_steelwall_1_bottomleft_2.xpos",         "5"                     },
2318   { "dc_steelwall_1_bottomleft_2.ypos",         "0"                     },
2319   { "dc_steelwall_1_bottomleft_2.frames",       "1"                     },
2320   { "dc_steelwall_1_bottomright_2",             "RocksDC2.pcx"          },
2321   { "dc_steelwall_1_bottomright_2.xpos",        "3"                     },
2322   { "dc_steelwall_1_bottomright_2.ypos",        "0"                     },
2323   { "dc_steelwall_1_bottomright_2.frames",      "1"                     },
2324
2325   { "dc_steelwall_2_left",                      "RocksDC2.pcx"          },
2326   { "dc_steelwall_2_left.xpos",                 "6"                     },
2327   { "dc_steelwall_2_left.ypos",                 "1"                     },
2328   { "dc_steelwall_2_left.frames",               "1"                     },
2329   { "dc_steelwall_2_right",                     "RocksDC2.pcx"          },
2330   { "dc_steelwall_2_right.xpos",                "9"                     },
2331   { "dc_steelwall_2_right.ypos",                "1"                     },
2332   { "dc_steelwall_2_right.frames",              "1"                     },
2333   { "dc_steelwall_2_top",                       "RocksDC2.pcx"          },
2334   { "dc_steelwall_2_top.xpos",                  "7"                     },
2335   { "dc_steelwall_2_top.ypos",                  "0"                     },
2336   { "dc_steelwall_2_top.frames",                "1"                     },
2337   { "dc_steelwall_2_bottom",                    "RocksDC2.pcx"          },
2338   { "dc_steelwall_2_bottom.xpos",               "7"                     },
2339   { "dc_steelwall_2_bottom.ypos",               "3"                     },
2340   { "dc_steelwall_2_bottom.frames",             "1"                     },
2341   { "dc_steelwall_2_horizontal",                "RocksDC2.pcx"          },
2342   { "dc_steelwall_2_horizontal.xpos",           "8"                     },
2343   { "dc_steelwall_2_horizontal.ypos",           "1"                     },
2344   { "dc_steelwall_2_horizontal.frames",         "1"                     },
2345   { "dc_steelwall_2_vertical",                  "RocksDC2.pcx"          },
2346   { "dc_steelwall_2_vertical.xpos",             "7"                     },
2347   { "dc_steelwall_2_vertical.ypos",             "2"                     },
2348   { "dc_steelwall_2_vertical.frames",           "1"                     },
2349   { "dc_steelwall_2_middle",                    "RocksDC2.pcx"          },
2350   { "dc_steelwall_2_middle.xpos",               "7"                     },
2351   { "dc_steelwall_2_middle.ypos",               "1"                     },
2352   { "dc_steelwall_2_middle.frames",             "1"                     },
2353   { "dc_steelwall_2_single",                    "RocksDC2.pcx"          },
2354   { "dc_steelwall_2_single.xpos",               "6"                     },
2355   { "dc_steelwall_2_single.ypos",               "0"                     },
2356   { "dc_steelwall_2_single.frames",             "1"                     },
2357
2358   /* images for DX Boulderdash style elements and actions */
2359
2360   { "tube_right_down",                          "RocksDC.pcx"           },
2361   { "tube_right_down.xpos",                     "9"                     },
2362   { "tube_right_down.ypos",                     "13"                    },
2363   { "tube_right_down.frames",                   "1"                     },
2364
2365   { "tube_horizontal_down",                     "RocksDC.pcx"           },
2366   { "tube_horizontal_down.xpos",                "10"                    },
2367   { "tube_horizontal_down.ypos",                "13"                    },
2368   { "tube_horizontal_down.frames",              "1"                     },
2369
2370   { "tube_left_down",                           "RocksDC.pcx"           },
2371   { "tube_left_down.xpos",                      "11"                    },
2372   { "tube_left_down.ypos",                      "13"                    },
2373   { "tube_left_down.frames",                    "1"                     },
2374
2375   { "tube_horizontal",                          "RocksDC.pcx"           },
2376   { "tube_horizontal.xpos",                     "8"                     },
2377   { "tube_horizontal.ypos",                     "14"                    },
2378   { "tube_horizontal.frames",                   "1"                     },
2379
2380   { "tube_vertical_right",                      "RocksDC.pcx"           },
2381   { "tube_vertical_right.xpos",                 "9"                     },
2382   { "tube_vertical_right.ypos",                 "14"                    },
2383   { "tube_vertical_right.frames",               "1"                     },
2384
2385   { "tube_any",                                 "RocksDC.pcx"           },
2386   { "tube_any.xpos",                            "10"                    },
2387   { "tube_any.ypos",                            "14"                    },
2388   { "tube_any.frames",                          "1"                     },
2389
2390   { "tube_vertical_left",                       "RocksDC.pcx"           },
2391   { "tube_vertical_left.xpos",                  "11"                    },
2392   { "tube_vertical_left.ypos",                  "14"                    },
2393   { "tube_vertical_left.frames",                "1"                     },
2394
2395   { "tube_vertical",                            "RocksDC.pcx"           },
2396   { "tube_vertical.xpos",                       "8"                     },
2397   { "tube_vertical.ypos",                       "15"                    },
2398   { "tube_vertical.frames",                     "1"                     },
2399
2400   { "tube_right_up",                            "RocksDC.pcx"           },
2401   { "tube_right_up.xpos",                       "9"                     },
2402   { "tube_right_up.ypos",                       "15"                    },
2403   { "tube_right_up.frames",                     "1"                     },
2404
2405   { "tube_horizontal_up",                       "RocksDC.pcx"           },
2406   { "tube_horizontal_up.xpos",                  "10"                    },
2407   { "tube_horizontal_up.ypos",                  "15"                    },
2408   { "tube_horizontal_up.frames",                "1"                     },
2409
2410   { "tube_left_up",                             "RocksDC.pcx"           },
2411   { "tube_left_up.xpos",                        "11"                    },
2412   { "tube_left_up.ypos",                        "15"                    },
2413   { "tube_left_up.frames",                      "1"                     },
2414
2415   { "trap",                                     "RocksDC.pcx"           },
2416   { "trap.xpos",                                "12"                    },
2417   { "trap.ypos",                                "8"                     },
2418   { "trap.frames",                              "1"                     },
2419   { "trap.crumbled_like",                       "sand"                  },
2420   { "trap.diggable_like",                       "sand"                  },
2421   { "trap.active",                              "RocksDC.pcx"           },
2422   { "trap.active.xpos",                         "12"                    },
2423   { "trap.active.ypos",                         "8"                     },
2424   { "trap.active.frames",                       "4"                     },
2425   { "trap.active.delay",                        "4"                     },
2426   { "trap.active.anim_mode",                    "pingpong2"             },
2427   { "trap.active.crumbled_like",                "sand"                  },
2428
2429   { "dx_supabomb",                              "RocksDC.pcx"           },
2430   { "dx_supabomb.xpos",                         "15"                    },
2431   { "dx_supabomb.ypos",                         "9"                     },
2432   { "dx_supabomb.frames",                       "1"                     },
2433
2434   /* images for Rocks'n'Diamonds style elements and actions */
2435
2436   { "key_1",                                    "RocksElements.pcx"     },
2437   { "key_1.xpos",                               "4"                     },
2438   { "key_1.ypos",                               "1"                     },
2439   { "key_1.frames",                             "1"                     },
2440   { "key_1.EDITOR",                             "RocksElements.pcx"     },
2441   { "key_1.EDITOR.xpos",                        "4"                     },
2442   { "key_1.EDITOR.ypos",                        "14"                    },
2443   { "key_2",                                    "RocksElements.pcx"     },
2444   { "key_2.xpos",                               "5"                     },
2445   { "key_2.ypos",                               "1"                     },
2446   { "key_2.frames",                             "1"                     },
2447   { "key_2.EDITOR",                             "RocksElements.pcx"     },
2448   { "key_2.EDITOR.xpos",                        "5"                     },
2449   { "key_2.EDITOR.ypos",                        "14"                    },
2450   { "key_3",                                    "RocksElements.pcx"     },
2451   { "key_3.xpos",                               "6"                     },
2452   { "key_3.ypos",                               "1"                     },
2453   { "key_3.frames",                             "1"                     },
2454   { "key_3.EDITOR",                             "RocksElements.pcx"     },
2455   { "key_3.EDITOR.xpos",                        "6"                     },
2456   { "key_3.EDITOR.ypos",                        "14"                    },
2457   { "key_4",                                    "RocksElements.pcx"     },
2458   { "key_4.xpos",                               "7"                     },
2459   { "key_4.ypos",                               "1"                     },
2460   { "key_4.frames",                             "1"                     },
2461   { "key_4.EDITOR",                             "RocksElements.pcx"     },
2462   { "key_4.EDITOR.xpos",                        "7"                     },
2463   { "key_4.EDITOR.ypos",                        "14"                    },
2464
2465   { "gate_1",                                   "RocksElements.pcx"     },
2466   { "gate_1.xpos",                              "4"                     },
2467   { "gate_1.ypos",                              "2"                     },
2468   { "gate_1.frames",                            "1"                     },
2469   { "gate_2",                                   "RocksElements.pcx"     },
2470   { "gate_2.xpos",                              "5"                     },
2471   { "gate_2.ypos",                              "2"                     },
2472   { "gate_2.frames",                            "1"                     },
2473   { "gate_3",                                   "RocksElements.pcx"     },
2474   { "gate_3.xpos",                              "6"                     },
2475   { "gate_3.ypos",                              "2"                     },
2476   { "gate_3.frames",                            "1"                     },
2477   { "gate_4",                                   "RocksElements.pcx"     },
2478   { "gate_4.xpos",                              "7"                     },
2479   { "gate_4.ypos",                              "2"                     },
2480   { "gate_4.frames",                            "1"                     },
2481   { "gate_1_gray",                              "RocksElements.pcx"     },
2482   { "gate_1_gray.xpos",                         "8"                     },
2483   { "gate_1_gray.ypos",                         "2"                     },
2484   { "gate_1_gray.frames",                       "1"                     },
2485   { "gate_1_gray.EDITOR",                       "RocksElements.pcx"     },
2486   { "gate_1_gray.EDITOR.xpos",                  "8"                     },
2487   { "gate_1_gray.EDITOR.ypos",                  "14"                    },
2488   { "gate_1_gray.active",                       "RocksElements.pcx"     },
2489   { "gate_1_gray.active.xpos",                  "4"                     },
2490   { "gate_1_gray.active.ypos",                  "2"                     },
2491   { "gate_1_gray.active.frames",                "1"                     },
2492   { "gate_2_gray",                              "RocksElements.pcx"     },
2493   { "gate_2_gray.xpos",                         "9"                     },
2494   { "gate_2_gray.ypos",                         "2"                     },
2495   { "gate_2_gray.frames",                       "1"                     },
2496   { "gate_2_gray.EDITOR",                       "RocksElements.pcx"     },
2497   { "gate_2_gray.EDITOR.xpos",                  "9"                     },
2498   { "gate_2_gray.EDITOR.ypos",                  "14"                    },
2499   { "gate_2_gray.active",                       "RocksElements.pcx"     },
2500   { "gate_2_gray.active.xpos",                  "5"                     },
2501   { "gate_2_gray.active.ypos",                  "2"                     },
2502   { "gate_2_gray.active.frames",                "1"                     },
2503   { "gate_3_gray",                              "RocksElements.pcx"     },
2504   { "gate_3_gray.xpos",                         "10"                    },
2505   { "gate_3_gray.ypos",                         "2"                     },
2506   { "gate_3_gray.frames",                       "1"                     },
2507   { "gate_3_gray.EDITOR",                       "RocksElements.pcx"     },
2508   { "gate_3_gray.EDITOR.xpos",                  "10"                    },
2509   { "gate_3_gray.EDITOR.ypos",                  "14"                    },
2510   { "gate_3_gray.active",                       "RocksElements.pcx"     },
2511   { "gate_3_gray.active.xpos",                  "6"                     },
2512   { "gate_3_gray.active.ypos",                  "2"                     },
2513   { "gate_3_gray.active.frames",                "1"                     },
2514   { "gate_4_gray",                              "RocksElements.pcx"     },
2515   { "gate_4_gray.xpos",                         "11"                    },
2516   { "gate_4_gray.ypos",                         "2"                     },
2517   { "gate_4_gray.frames",                       "1"                     },
2518   { "gate_4_gray.EDITOR",                       "RocksElements.pcx"     },
2519   { "gate_4_gray.EDITOR.xpos",                  "11"                    },
2520   { "gate_4_gray.EDITOR.ypos",                  "14"                    },
2521   { "gate_4_gray.active",                       "RocksElements.pcx"     },
2522   { "gate_4_gray.active.xpos",                  "7"                     },
2523   { "gate_4_gray.active.ypos",                  "2"                     },
2524   { "gate_4_gray.active.frames",                "1"                     },
2525
2526   { "game_of_life",                             "RocksElements.pcx"     },
2527   { "game_of_life.xpos",                        "8"                     },
2528   { "game_of_life.ypos",                        "1"                     },
2529   { "game_of_life.frames",                      "1"                     },
2530
2531   { "biomaze",                                  "RocksElements.pcx"     },
2532   { "biomaze.xpos",                             "9"                     },
2533   { "biomaze.ypos",                             "1"                     },
2534   { "biomaze.frames",                           "1"                     },
2535
2536   { "pacman",                                   "RocksElements.pcx"     },
2537   { "pacman.xpos",                              "8"                     },
2538   { "pacman.ypos",                              "5"                     },
2539   { "pacman.frames",                            "1"                     },
2540   { "pacman.right",                             "RocksElements.pcx"     },
2541   { "pacman.right.xpos",                        "8"                     },
2542   { "pacman.right.ypos",                        "5"                     },
2543   { "pacman.right.frames",                      "2"                     },
2544   { "pacman.right.delay",                       "4"                     },
2545   { "pacman.right.offset",                      "128"                   },
2546   { "pacman.up",                                "RocksElements.pcx"     },
2547   { "pacman.up.xpos",                           "9"                     },
2548   { "pacman.up.ypos",                           "5"                     },
2549   { "pacman.up.frames",                         "2"                     },
2550   { "pacman.up.delay",                          "4"                     },
2551   { "pacman.up.offset",                         "128"                   },
2552   { "pacman.left",                              "RocksElements.pcx"     },
2553   { "pacman.left.xpos",                         "10"                    },
2554   { "pacman.left.ypos",                         "5"                     },
2555   { "pacman.left.frames",                       "2"                     },
2556   { "pacman.left.delay",                        "4"                     },
2557   { "pacman.left.offset",                       "128"                   },
2558   { "pacman.down",                              "RocksElements.pcx"     },
2559   { "pacman.down.xpos",                         "11"                    },
2560   { "pacman.down.ypos",                         "5"                     },
2561   { "pacman.down.frames",                       "2"                     },
2562   { "pacman.down.delay",                        "4"                     },
2563   { "pacman.down.offset",                       "128"                   },
2564   { "pacman.turning_from_right",                "RocksElements.pcx"     },
2565   { "pacman.turning_from_right.xpos",           "12"                    },
2566   { "pacman.turning_from_right.ypos",           "5"                     },
2567   { "pacman.turning_from_right.frames",         "1"                     },
2568   { "pacman.turning_from_up",                   "RocksElements.pcx"     },
2569   { "pacman.turning_from_up.xpos",              "13"                    },
2570   { "pacman.turning_from_up.ypos",              "5"                     },
2571   { "pacman.turning_from_up.frames",            "1"                     },
2572   { "pacman.turning_from_left",                 "RocksElements.pcx"     },
2573   { "pacman.turning_from_left.xpos",            "14"                    },
2574   { "pacman.turning_from_left.ypos",            "5"                     },
2575   { "pacman.turning_from_left.frames",          "1"                     },
2576   { "pacman.turning_from_down",                 "RocksElements.pcx"     },
2577   { "pacman.turning_from_down.xpos",            "15"                    },
2578   { "pacman.turning_from_down.ypos",            "5"                     },
2579   { "pacman.turning_from_down.frames",          "1"                     },
2580
2581   { "lamp",                                     "RocksElements.pcx"     },
2582   { "lamp.xpos",                                "0"                     },
2583   { "lamp.ypos",                                "7"                     },
2584   { "lamp.frames",                              "1"                     },
2585   { "lamp.EDITOR",                              "RocksElements.pcx"     },
2586   { "lamp.EDITOR.xpos",                         "2"                     },
2587   { "lamp.EDITOR.ypos",                         "14"                    },
2588   { "lamp.active",                              "RocksElements.pcx"     },
2589   { "lamp.active.xpos",                         "1"                     },
2590   { "lamp.active.ypos",                         "7"                     },
2591   { "lamp.active.frames",                       "1"                     },
2592
2593   { "time_orb_full",                            "RocksElements.pcx"     },
2594   { "time_orb_full.xpos",                       "2"                     },
2595   { "time_orb_full.ypos",                       "7"                     },
2596   { "time_orb_full.frames",                     "1"                     },
2597   { "time_orb_empty",                           "RocksElements.pcx"     },
2598   { "time_orb_empty.xpos",                      "3"                     },
2599   { "time_orb_empty.ypos",                      "7"                     },
2600   { "time_orb_empty.frames",                    "1"                     },
2601
2602   { "emerald_yellow",                           "RocksElements.pcx"     },
2603   { "emerald_yellow.xpos",                      "10"                    },
2604   { "emerald_yellow.ypos",                      "8"                     },
2605   { "emerald_yellow.frames",                    "1"                     },
2606   { "emerald_yellow.moving",                    "RocksElements.pcx"     },
2607   { "emerald_yellow.moving.xpos",               "10"                    },
2608   { "emerald_yellow.moving.ypos",               "8"                     },
2609   { "emerald_yellow.moving.frames",             "2"                     },
2610   { "emerald_yellow.moving.delay",              "4"                     },
2611   { "emerald_yellow.falling",                   "RocksElements.pcx"     },
2612   { "emerald_yellow.falling.xpos",              "10"                    },
2613   { "emerald_yellow.falling.ypos",              "8"                     },
2614   { "emerald_yellow.falling.frames",            "2"                     },
2615   { "emerald_yellow.falling.delay",             "4"                     },
2616   { "emerald_red",                              "RocksElements.pcx"     },
2617   { "emerald_red.xpos",                         "8"                     },
2618   { "emerald_red.ypos",                         "9"                     },
2619   { "emerald_red.frames",                       "1"                     },
2620   { "emerald_red.moving",                       "RocksElements.pcx"     },
2621   { "emerald_red.moving.xpos",                  "8"                     },
2622   { "emerald_red.moving.ypos",                  "9"                     },
2623   { "emerald_red.moving.frames",                "2"                     },
2624   { "emerald_red.moving.delay",                 "4"                     },
2625   { "emerald_red.falling",                      "RocksElements.pcx"     },
2626   { "emerald_red.falling.xpos",                 "8"                     },
2627   { "emerald_red.falling.ypos",                 "9"                     },
2628   { "emerald_red.falling.frames",               "2"                     },
2629   { "emerald_red.falling.delay",                "4"                     },
2630   { "emerald_purple",                           "RocksElements.pcx"     },
2631   { "emerald_purple.xpos",                      "10"                    },
2632   { "emerald_purple.ypos",                      "9"                     },
2633   { "emerald_purple.frames",                    "1"                     },
2634   { "emerald_purple.moving",                    "RocksElements.pcx"     },
2635   { "emerald_purple.moving.xpos",               "10"                    },
2636   { "emerald_purple.moving.ypos",               "9"                     },
2637   { "emerald_purple.moving.frames",             "2"                     },
2638   { "emerald_purple.moving.delay",              "4"                     },
2639   { "emerald_purple.falling",                   "RocksElements.pcx"     },
2640   { "emerald_purple.falling.xpos",              "10"                    },
2641   { "emerald_purple.falling.ypos",              "9"                     },
2642   { "emerald_purple.falling.frames",            "2"                     },
2643   { "emerald_purple.falling.delay",             "4"                     },
2644
2645   { "wall_emerald_yellow",                      "RocksElements.pcx"     },
2646   { "wall_emerald_yellow.xpos",                 "8"                     },
2647   { "wall_emerald_yellow.ypos",                 "8"                     },
2648   { "wall_emerald_yellow.frames",               "1"                     },
2649   { "wall_emerald_red",                         "RocksElements.pcx"     },
2650   { "wall_emerald_red.xpos",                    "6"                     },
2651   { "wall_emerald_red.ypos",                    "8"                     },
2652   { "wall_emerald_red.frames",                  "1"                     },
2653   { "wall_emerald_purple",                      "RocksElements.pcx"     },
2654   { "wall_emerald_purple.xpos",                 "7"                     },
2655   { "wall_emerald_purple.ypos",                 "8"                     },
2656   { "wall_emerald_purple.frames",               "1"                     },
2657   { "wall_bd_diamond",                          "RocksElements.pcx"     },
2658   { "wall_bd_diamond.xpos",                     "9"                     },
2659   { "wall_bd_diamond.ypos",                     "8"                     },
2660   { "wall_bd_diamond.frames",                   "1"                     },
2661
2662   { "expandable_wall",                          "RocksElements.pcx"     },
2663   { "expandable_wall.xpos",                     "11"                    },
2664   { "expandable_wall.ypos",                     "10"                    },
2665   { "expandable_wall.frames",                   "1"                     },
2666   { "expandable_wall_horizontal",               "RocksElements.pcx"     },
2667   { "expandable_wall_horizontal.xpos",          "5"                     },
2668   { "expandable_wall_horizontal.ypos",          "9"                     },
2669   { "expandable_wall_horizontal.frames",        "1"                     },
2670   { "expandable_wall_horizontal.EDITOR",        "RocksElements.pcx"     },
2671   { "expandable_wall_horizontal.EDITOR.xpos",   "13"                    },
2672   { "expandable_wall_horizontal.EDITOR.ypos",   "13"                    },
2673   { "expandable_wall_vertical",                 "RocksElements.pcx"     },
2674   { "expandable_wall_vertical.xpos",            "6"                     },
2675   { "expandable_wall_vertical.ypos",            "9"                     },
2676   { "expandable_wall_vertical.frames",          "1"                     },
2677   { "expandable_wall_vertical.EDITOR",          "RocksElements.pcx"     },
2678   { "expandable_wall_vertical.EDITOR.xpos",     "14"                    },
2679   { "expandable_wall_vertical.EDITOR.ypos",     "13"                    },
2680   { "expandable_wall_any",                      "RocksElements.pcx"     },
2681   { "expandable_wall_any.xpos",                 "4"                     },
2682   { "expandable_wall_any.ypos",                 "9"                     },
2683   { "expandable_wall_any.frames",               "1"                     },
2684   { "expandable_wall_any.EDITOR",               "RocksElements.pcx"     },
2685   { "expandable_wall_any.EDITOR.xpos",          "12"                    },
2686   { "expandable_wall_any.EDITOR.ypos",          "13"                    },
2687
2688   { "expandable_steelwall_horizontal",          "RocksDC2.pcx"          },
2689   { "expandable_steelwall_horizontal.xpos",     "6"                     },
2690   { "expandable_steelwall_horizontal.ypos",     "2"                     },
2691   { "expandable_steelwall_horizontal.frames",   "1"                     },
2692   { "expandable_steelwall_horizontal.EDITOR",   "RocksDC2.pcx"          },
2693   { "expandable_steelwall_horizontal.EDITOR.xpos","9"                   },
2694   { "expandable_steelwall_horizontal.EDITOR.ypos","2"                   },
2695   { "expandable_steelwall_vertical",            "RocksDC2.pcx"          },
2696   { "expandable_steelwall_vertical.xpos",       "6"                     },
2697   { "expandable_steelwall_vertical.ypos",       "2"                     },
2698   { "expandable_steelwall_vertical.frames",     "1"                     },
2699   { "expandable_steelwall_vertical.EDITOR",     "RocksDC2.pcx"          },
2700   { "expandable_steelwall_vertical.EDITOR.xpos","10"                    },
2701   { "expandable_steelwall_vertical.EDITOR.ypos","2"                     },
2702   { "expandable_steelwall_any",                 "RocksDC2.pcx"          },
2703   { "expandable_steelwall_any.xpos",            "6"                     },
2704   { "expandable_steelwall_any.ypos",            "2"                     },
2705   { "expandable_steelwall_any.frames",          "1"                     },
2706   { "expandable_steelwall_any.EDITOR",          "RocksDC2.pcx"          },
2707   { "expandable_steelwall_any.EDITOR.xpos",     "8"                     },
2708   { "expandable_steelwall_any.EDITOR.ypos",     "2"                     },
2709
2710   { "bd_expandable_wall",                       "RocksElements.pcx"     },
2711   { "bd_expandable_wall.xpos",                  "5"                     },
2712   { "bd_expandable_wall.ypos",                  "9"                     },
2713   { "bd_expandable_wall.frames",                "1"                     },
2714   { "bd_expandable_wall.EDITOR",                "RocksDC.pcx"           },
2715   { "bd_expandable_wall.EDITOR.xpos",           "15"                    },
2716   { "bd_expandable_wall.EDITOR.ypos",           "15"                    },
2717
2718   { "expandable_wall.growing.left",             "RocksElements.pcx"     },
2719   { "expandable_wall.growing.left.xpos",        "8"                     },
2720   { "expandable_wall.growing.left.ypos",        "10"                    },
2721   { "expandable_wall.growing.left.frames",      "3"                     },
2722   { "expandable_wall.growing.left.delay",       "6"                     },
2723   { "expandable_wall.growing.left.anim_mode",   "linear"                },
2724   { "expandable_wall.growing.right",            "RocksElements.pcx"     },
2725   { "expandable_wall.growing.right.xpos",       "5"                     },
2726   { "expandable_wall.growing.right.ypos",       "10"                    },
2727   { "expandable_wall.growing.right.frames",     "3"                     },
2728   { "expandable_wall.growing.right.delay",      "6"                     },
2729   { "expandable_wall.growing.right.anim_mode",  "linear"                },
2730   { "expandable_wall.growing.up",               "RocksHeroes.pcx"       },
2731   { "expandable_wall.growing.up.xpos",          "3"                     },
2732   { "expandable_wall.growing.up.ypos",          "12"                    },
2733   { "expandable_wall.growing.up.frames",        "3"                     },
2734   { "expandable_wall.growing.up.delay",         "6"                     },
2735   { "expandable_wall.growing.up.anim_mode",     "linear"                },
2736   { "expandable_wall.growing.down",             "RocksHeroes.pcx"       },
2737   { "expandable_wall.growing.down.xpos",        "0"                     },
2738   { "expandable_wall.growing.down.ypos",        "12"                    },
2739   { "expandable_wall.growing.down.frames",      "3"                     },
2740   { "expandable_wall.growing.down.delay",       "6"                     },
2741   { "expandable_wall.growing.down.anim_mode",   "linear"                },
2742
2743   { "expandable_steelwall.growing.left",        "RocksDC2.pcx"          },
2744   { "expandable_steelwall.growing.left.xpos",   "8"                     },
2745   { "expandable_steelwall.growing.left.ypos",   "4"                     },
2746   { "expandable_steelwall.growing.left.frames", "4"                     },
2747   { "expandable_steelwall.growing.left.delay",  "4"                     },
2748   { "expandable_steelwall.growing.left.anim_mode","linear"              },
2749   { "expandable_steelwall.growing.right",       "RocksDC2.pcx"          },
2750   { "expandable_steelwall.growing.right.xpos",  "12"                    },
2751   { "expandable_steelwall.growing.right.ypos",  "4"                     },
2752   { "expandable_steelwall.growing.right.frames","4"                     },
2753   { "expandable_steelwall.growing.right.delay", "4"                     },
2754   { "expandable_steelwall.growing.right.anim_mode","linear"             },
2755   { "expandable_steelwall.growing.up",          "RocksDC2.pcx"          },
2756   { "expandable_steelwall.growing.up.xpos",     "8"                     },
2757   { "expandable_steelwall.growing.up.ypos",     "5"                     },
2758   { "expandable_steelwall.growing.up.frames",   "4"                     },
2759   { "expandable_steelwall.growing.up.delay",    "4"                     },
2760   { "expandable_steelwall.growing.up.anim_mode","linear"                },
2761   { "expandable_steelwall.growing.down",        "RocksDC2.pcx"          },
2762   { "expandable_steelwall.growing.down.xpos",   "12"                    },
2763   { "expandable_steelwall.growing.down.ypos",   "5"                     },
2764   { "expandable_steelwall.growing.down.frames", "4"                     },
2765   { "expandable_steelwall.growing.down.delay",  "4"                     },
2766   { "expandable_steelwall.growing.down.anim_mode","linear"              },
2767
2768   { "black_orb",                                "RocksElements.pcx"     },
2769   { "black_orb.xpos",                           "13"                    },
2770   { "black_orb.ypos",                           "9"                     },
2771   { "black_orb.frames",                         "1"                     },
2772
2773   { "speed_pill",                               "RocksElements.pcx"     },
2774   { "speed_pill.xpos",                          "14"                    },
2775   { "speed_pill.ypos",                          "9"                     },
2776   { "speed_pill.frames",                        "1"                     },
2777
2778   { "dark_yamyam",                              "RocksElements.pcx"     },
2779   { "dark_yamyam.xpos",                         "8"                     },
2780   { "dark_yamyam.ypos",                         "11"                    },
2781   { "dark_yamyam.frames",                       "4"                     },
2782   { "dark_yamyam.anim_mode",                    "pingpong2"             },
2783
2784   { "dynabomb",                                 "RocksElements.pcx"     },
2785   { "dynabomb.xpos",                            "12"                    },
2786   { "dynabomb.ypos",                            "11"                    },
2787   { "dynabomb.frames",                          "1"                     },
2788   { "dynabomb.active",                          "RocksElements.pcx"     },
2789   { "dynabomb.active.xpos",                     "12"                    },
2790   { "dynabomb.active.ypos",                     "11"                    },
2791   { "dynabomb.active.frames",                   "4"                     },
2792   { "dynabomb.active.delay",                    "6"                     },
2793   { "dynabomb.active.anim_mode",                "pingpong"              },
2794   { "dynabomb_player_1",                        "RocksElements.pcx"     },
2795   { "dynabomb_player_1.xpos",                   "12"                    },
2796   { "dynabomb_player_1.ypos",                   "11"                    },
2797   { "dynabomb_player_1.frames",                 "1"                     },
2798   { "dynabomb_player_1.active",                 "RocksElements.pcx"     },
2799   { "dynabomb_player_1.active.xpos",            "12"                    },
2800   { "dynabomb_player_1.active.ypos",            "11"                    },
2801   { "dynabomb_player_1.active.frames",          "4"                     },
2802   { "dynabomb_player_1.active.delay",           "6"                     },
2803   { "dynabomb_player_1.active.anim_mode",       "pingpong"              },
2804   { "dynabomb_player_2",                        "RocksElements.pcx"     },
2805   { "dynabomb_player_2.xpos",                   "12"                    },
2806   { "dynabomb_player_2.ypos",                   "11"                    },
2807   { "dynabomb_player_2.frames",                 "1"                     },
2808   { "dynabomb_player_2.active",                 "RocksElements.pcx"     },
2809   { "dynabomb_player_2.active.xpos",            "12"                    },
2810   { "dynabomb_player_2.active.ypos",            "11"                    },
2811   { "dynabomb_player_2.active.frames",          "4"                     },
2812   { "dynabomb_player_2.active.delay",           "6"                     },
2813   { "dynabomb_player_2.active.anim_mode",       "pingpong"              },
2814   { "dynabomb_player_3",                        "RocksElements.pcx"     },
2815   { "dynabomb_player_3.xpos",                   "12"                    },
2816   { "dynabomb_player_3.ypos",                   "11"                    },
2817   { "dynabomb_player_3.frames",                 "1"                     },
2818   { "dynabomb_player_3.active",                 "RocksElements.pcx"     },
2819   { "dynabomb_player_3.active.xpos",            "12"                    },
2820   { "dynabomb_player_3.active.ypos",            "11"                    },
2821   { "dynabomb_player_3.active.frames",          "4"                     },
2822   { "dynabomb_player_3.active.delay",           "6"                     },
2823   { "dynabomb_player_3.active.anim_mode",       "pingpong"              },
2824   { "dynabomb_player_4",                        "RocksElements.pcx"     },
2825   { "dynabomb_player_4.xpos",                   "12"                    },
2826   { "dynabomb_player_4.ypos",                   "11"                    },
2827   { "dynabomb_player_4.frames",                 "1"                     },
2828   { "dynabomb_player_4.active",                 "RocksElements.pcx"     },
2829   { "dynabomb_player_4.active.xpos",            "12"                    },
2830   { "dynabomb_player_4.active.ypos",            "11"                    },
2831   { "dynabomb_player_4.active.frames",          "4"                     },
2832   { "dynabomb_player_4.active.delay",           "6"                     },
2833   { "dynabomb_player_4.active.anim_mode",       "pingpong"              },
2834   { "dynabomb_increase_number",                 "RocksElements.pcx"     },
2835   { "dynabomb_increase_number.xpos",            "12"                    },
2836   { "dynabomb_increase_number.ypos",            "11"                    },
2837   { "dynabomb_increase_number.frames",          "1"                     },
2838   { "dynabomb_increase_size",                   "RocksElements.pcx"     },
2839   { "dynabomb_increase_size.xpos",              "15"                    },
2840   { "dynabomb_increase_size.ypos",              "11"                    },
2841   { "dynabomb_increase_size.frames",            "1"                     },
2842   { "dynabomb_increase_power",                  "RocksElements.pcx"     },
2843   { "dynabomb_increase_power.xpos",             "12"                    },
2844   { "dynabomb_increase_power.ypos",             "9"                     },
2845   { "dynabomb_increase_power.frames",           "1"                     },
2846
2847   { "pig",                                      "RocksHeroes.pcx"       },
2848   { "pig.xpos",                                 "8"                     },
2849   { "pig.ypos",                                 "0"                     },
2850   { "pig.frames",                               "1"                     },
2851   { "pig.down",                                 "RocksHeroes.pcx"       },
2852   { "pig.down.xpos",                            "8"                     },
2853   { "pig.down.ypos",                            "0"                     },
2854   { "pig.down.frames",                          "1"                     },
2855   { "pig.up",                                   "RocksHeroes.pcx"       },
2856   { "pig.up.xpos",                              "12"                    },
2857   { "pig.up.ypos",                              "0"                     },
2858   { "pig.up.frames",                            "1"                     },
2859   { "pig.left",                                 "RocksHeroes.pcx"       },
2860   { "pig.left.xpos",                            "8"                     },
2861   { "pig.left.ypos",                            "1"                     },
2862   { "pig.left.frames",                          "1"                     },
2863   { "pig.right",                                "RocksHeroes.pcx"       },
2864   { "pig.right.xpos",                           "12"                    },
2865   { "pig.right.ypos",                           "1"                     },
2866   { "pig.right.frames",                         "1"                     },
2867   { "pig.moving.down",                          "RocksHeroes.pcx"       },
2868   { "pig.moving.down.xpos",                     "8"                     },
2869   { "pig.moving.down.ypos",                     "0"                     },
2870   { "pig.moving.down.frames",                   "4"                     },
2871   { "pig.moving.down.delay",                    "2"                     },
2872   { "pig.moving.up",                            "RocksHeroes.pcx"       },
2873   { "pig.moving.up.xpos",                       "12"                    },
2874   { "pig.moving.up.ypos",                       "0"                     },
2875   { "pig.moving.up.frames",                     "4"                     },
2876   { "pig.moving.up.delay",                      "2"                     },
2877   { "pig.moving.left",                          "RocksHeroes.pcx"       },
2878   { "pig.moving.left.xpos",                     "8"                     },
2879   { "pig.moving.left.ypos",                     "1"                     },
2880   { "pig.moving.left.frames",                   "4"                     },
2881   { "pig.moving.left.delay",                    "2"                     },
2882   { "pig.moving.right",                         "RocksHeroes.pcx"       },
2883   { "pig.moving.right.xpos",                    "12"                    },
2884   { "pig.moving.right.ypos",                    "1"                     },
2885   { "pig.moving.right.frames",                  "4"                     },
2886   { "pig.moving.right.delay",                   "2"                     },
2887   { "pig.digging.down",                         "RocksHeroes.pcx"       },
2888   { "pig.digging.down.xpos",                    "8"                     },
2889   { "pig.digging.down.ypos",                    "0"                     },
2890   { "pig.digging.down.frames",                  "4"                     },
2891   { "pig.digging.down.delay",                   "2"                     },
2892   { "pig.digging.up",                           "RocksHeroes.pcx"       },
2893   { "pig.digging.up.xpos",                      "12"                    },
2894   { "pig.digging.up.ypos",                      "0"                     },
2895   { "pig.digging.up.frames",                    "4"                     },
2896   { "pig.digging.up.delay",                     "2"                     },
2897   { "pig.digging.left",                         "RocksHeroes.pcx"       },
2898   { "pig.digging.left.xpos",                    "8"                     },
2899   { "pig.digging.left.ypos",                    "1"                     },
2900   { "pig.digging.left.frames",                  "4"                     },
2901   { "pig.digging.left.delay",                   "2"                     },
2902   { "pig.digging.right",                        "RocksHeroes.pcx"       },
2903   { "pig.digging.right.xpos",                   "12"                    },
2904   { "pig.digging.right.ypos",                   "1"                     },
2905   { "pig.digging.right.frames",                 "4"                     },
2906   { "pig.digging.right.delay",                  "2"                     },
2907
2908   { "dragon",                                   "RocksHeroes.pcx"       },
2909   { "dragon.xpos",                              "8"                     },
2910   { "dragon.ypos",                              "2"                     },
2911   { "dragon.frames",                            "1"                     },
2912   { "dragon.down",                              "RocksHeroes.pcx"       },
2913   { "dragon.down.xpos",                         "8"                     },
2914   { "dragon.down.ypos",                         "2"                     },
2915   { "dragon.down.frames",                       "1"                     },
2916   { "dragon.up",                                "RocksHeroes.pcx"       },
2917   { "dragon.up.xpos",                           "12"                    },
2918   { "dragon.up.ypos",                           "2"                     },
2919   { "dragon.up.frames",                         "1"                     },
2920   { "dragon.left",                              "RocksHeroes.pcx"       },
2921   { "dragon.left.xpos",                         "8"                     },
2922   { "dragon.left.ypos",                         "3"                     },
2923   { "dragon.left.frames",                       "1"                     },
2924   { "dragon.right",                             "RocksHeroes.pcx"       },
2925   { "dragon.right.xpos",                        "12"                    },
2926   { "dragon.right.ypos",                        "3"                     },
2927   { "dragon.right.frames",                      "1"                     },
2928   { "dragon.moving.down",                       "RocksHeroes.pcx"       },
2929   { "dragon.moving.down.xpos",                  "8"                     },
2930   { "dragon.moving.down.ypos",                  "2"                     },
2931   { "dragon.moving.down.frames",                "4"                     },
2932   { "dragon.moving.down.delay",                 "2"                     },
2933   { "dragon.moving.up",                         "RocksHeroes.pcx"       },
2934   { "dragon.moving.up.xpos",                    "12"                    },
2935   { "dragon.moving.up.ypos",                    "2"                     },
2936   { "dragon.moving.up.frames",                  "4"                     },
2937   { "dragon.moving.up.delay",                   "2"                     },
2938   { "dragon.moving.left",                       "RocksHeroes.pcx"       },
2939   { "dragon.moving.left.xpos",                  "8"                     },
2940   { "dragon.moving.left.ypos",                  "3"                     },
2941   { "dragon.moving.left.frames",                "4"                     },
2942   { "dragon.moving.left.delay",                 "2"                     },
2943   { "dragon.moving.right",                      "RocksHeroes.pcx"       },
2944   { "dragon.moving.right.xpos",                 "12"                    },
2945   { "dragon.moving.right.ypos",                 "3"                     },
2946   { "dragon.moving.right.frames",               "4"                     },
2947   { "dragon.moving.right.delay",                "2"                     },
2948   { "dragon.attacking.down",                    "RocksHeroes.pcx"       },
2949   { "dragon.attacking.down.xpos",               "8"                     },
2950   { "dragon.attacking.down.ypos",               "2"                     },
2951   { "dragon.attacking.down.frames",             "1"                     },
2952   { "dragon.attacking.up",                      "RocksHeroes.pcx"       },
2953   { "dragon.attacking.up.xpos",                 "12"                    },
2954   { "dragon.attacking.up.ypos",                 "2"                     },
2955   { "dragon.attacking.up.frames",               "1"                     },
2956   { "dragon.attacking.left",                    "RocksHeroes.pcx"       },
2957   { "dragon.attacking.left.xpos",               "8"                     },
2958   { "dragon.attacking.left.ypos",               "3"                     },
2959   { "dragon.attacking.left.frames",             "1"                     },
2960   { "dragon.attacking.right",                   "RocksHeroes.pcx"       },
2961   { "dragon.attacking.right.xpos",              "12"                    },
2962   { "dragon.attacking.right.ypos",              "3"                     },
2963   { "dragon.attacking.right.frames",            "1"                     },
2964
2965   { "mole",                                     "RocksHeroes.pcx"       },
2966   { "mole.xpos",                                "8"                     },
2967   { "mole.ypos",                                "4"                     },
2968   { "mole.frames",                              "1"                     },
2969   { "mole.down",                                "RocksHeroes.pcx"       },
2970   { "mole.down.xpos",                           "8"                     },
2971   { "mole.down.ypos",                           "4"                     },
2972   { "mole.down.frames",                         "1"                     },
2973   { "mole.up",                                  "RocksHeroes.pcx"       },
2974   { "mole.up.xpos",                             "12"                    },
2975   { "mole.up.ypos",                             "4"                     },
2976   { "mole.up.frames",                           "1"                     },
2977   { "mole.left",                                "RocksHeroes.pcx"       },
2978   { "mole.left.xpos",                           "8"                     },
2979   { "mole.left.ypos",                           "5"                     },
2980   { "mole.left.frames",                         "1"                     },
2981   { "mole.right",                               "RocksHeroes.pcx"       },
2982   { "mole.right.xpos",                          "12"                    },
2983   { "mole.right.ypos",                          "5"                     },
2984   { "mole.right.frames",                        "1"                     },
2985   { "mole.moving.down",                         "RocksHeroes.pcx"       },
2986   { "mole.moving.down.xpos",                    "8"                     },
2987   { "mole.moving.down.ypos",                    "4"                     },
2988   { "mole.moving.down.frames",                  "4"                     },
2989   { "mole.moving.down.delay",                   "2"                     },
2990   { "mole.moving.up",                           "RocksHeroes.pcx"       },
2991   { "mole.moving.up.xpos",                      "12"                    },
2992   { "mole.moving.up.ypos",                      "4"                     },
2993   { "mole.moving.up.frames",                    "4"                     },
2994   { "mole.moving.up.delay",                     "2"                     },
2995   { "mole.moving.left",                         "RocksHeroes.pcx"       },
2996   { "mole.moving.left.xpos",                    "8"                     },
2997   { "mole.moving.left.ypos",                    "5"                     },
2998   { "mole.moving.left.frames",                  "4"                     },
2999   { "mole.moving.left.delay",                   "2"                     },
3000   { "mole.moving.right",                        "RocksHeroes.pcx"       },
3001   { "mole.moving.right.xpos",                   "12"                    },
3002   { "mole.moving.right.ypos",                   "5"                     },
3003   { "mole.moving.right.frames",                 "4"                     },
3004   { "mole.moving.right.delay",                  "2"                     },
3005   { "mole.digging.down",                        "RocksHeroes.pcx"       },
3006   { "mole.digging.down.xpos",                   "8"                     },
3007   { "mole.digging.down.ypos",                   "4"                     },
3008   { "mole.digging.down.frames",                 "4"                     },
3009   { "mole.digging.down.delay",                  "2"                     },
3010   { "mole.digging.up",                          "RocksHeroes.pcx"       },
3011   { "mole.digging.up.xpos",                     "12"                    },
3012   { "mole.digging.up.ypos",                     "4"                     },
3013   { "mole.digging.up.frames",                   "4"                     },
3014   { "mole.digging.up.delay",                    "2"                     },
3015   { "mole.digging.left",                        "RocksHeroes.pcx"       },
3016   { "mole.digging.left.xpos",                   "8"                     },
3017   { "mole.digging.left.ypos",                   "5"                     },
3018   { "mole.digging.left.frames",                 "4"                     },
3019   { "mole.digging.left.delay",                  "2"                     },
3020   { "mole.digging.right",                       "RocksHeroes.pcx"       },
3021   { "mole.digging.right.xpos",                  "12"                    },
3022   { "mole.digging.right.ypos",                  "5"                     },
3023   { "mole.digging.right.frames",                "4"                     },
3024   { "mole.digging.right.delay",                 "2"                     },
3025
3026   { "penguin",                                  "RocksHeroes.pcx"       },
3027   { "penguin.xpos",                             "8"                     },
3028   { "penguin.ypos",                             "6"                     },
3029   { "penguin.frames",                           "1"                     },
3030   { "penguin.EDITOR",                           "RocksElements.pcx"     },
3031   { "penguin.EDITOR.xpos",                      "12"                    },
3032   { "penguin.EDITOR.ypos",                      "14"                    },
3033   { "penguin.down",                             "RocksHeroes.pcx"       },
3034   { "penguin.down.xpos",                        "8"                     },
3035   { "penguin.down.ypos",                        "6"                     },
3036   { "penguin.down.frames",                      "1"                     },
3037   { "penguin.up",                               "RocksHeroes.pcx"       },
3038   { "penguin.up.xpos",                          "12"                    },
3039   { "penguin.up.ypos",                          "6"                     },
3040   { "penguin.up.frames",                        "1"                     },
3041   { "penguin.left",                             "RocksHeroes.pcx"       },
3042   { "penguin.left.xpos",                        "8"                     },
3043   { "penguin.left.ypos",                        "7"                     },
3044   { "penguin.left.frames",                      "1"                     },
3045   { "penguin.right",                            "RocksHeroes.pcx"       },
3046   { "penguin.right.xpos",                       "12"                    },
3047   { "penguin.right.ypos",                       "7"                     },
3048   { "penguin.right.frames",                     "1"                     },
3049   { "penguin.moving.down",                      "RocksHeroes.pcx"       },
3050   { "penguin.moving.down.xpos",                 "8"                     },
3051   { "penguin.moving.down.ypos",                 "6"                     },
3052   { "penguin.moving.down.frames",               "4"                     },
3053   { "penguin.moving.down.delay",                "2"                     },
3054   { "penguin.moving.up",                        "RocksHeroes.pcx"       },
3055   { "penguin.moving.up.xpos",                   "12"                    },
3056   { "penguin.moving.up.ypos",                   "6"                     },
3057   { "penguin.moving.up.frames",                 "4"                     },
3058   { "penguin.moving.up.delay",                  "2"                     },
3059   { "penguin.moving.left",                      "RocksHeroes.pcx"       },
3060   { "penguin.moving.left.xpos",                 "8"                     },
3061   { "penguin.moving.left.ypos",                 "7"                     },
3062   { "penguin.moving.left.frames",               "4"                     },
3063   { "penguin.moving.left.delay",                "2"                     },
3064   { "penguin.moving.right",                     "RocksHeroes.pcx"       },
3065   { "penguin.moving.right.xpos",                "12"                    },
3066   { "penguin.moving.right.ypos",                "7"                     },
3067   { "penguin.moving.right.frames",              "4"                     },
3068   { "penguin.moving.right.delay",               "2"                     },
3069
3070   { "satellite",                                "RocksHeroes.pcx"       },
3071   { "satellite.xpos",                           "8"                     },
3072   { "satellite.ypos",                           "9"                     },
3073   { "satellite.frames",                         "8"                     },
3074   { "satellite.delay",                          "2"                     },
3075   { "satellite.global_sync",                    "true"                  },
3076
3077   { "flames_1_left",                            "RocksHeroes.pcx"       },
3078   { "flames_1_left.xpos",                       "8"                     },
3079   { "flames_1_left.ypos",                       "12"                    },
3080   { "flames_1_left.frames",                     "2"                     },
3081   { "flames_1_left.offset",                     "96"                    },
3082   { "flames_2_left",                            "RocksHeroes.pcx"       },
3083   { "flames_2_left.xpos",                       "9"                     },
3084   { "flames_2_left.ypos",                       "12"                    },
3085   { "flames_2_left.frames",                     "2"                     },
3086   { "flames_2_left.offset",                     "96"                    },
3087   { "flames_3_left",                            "RocksHeroes.pcx"       },
3088   { "flames_3_left.xpos",                       "10"                    },
3089   { "flames_3_left.ypos",                       "12"                    },
3090   { "flames_3_left.frames",                     "2"                     },
3091   { "flames_3_left.offset",                     "96"                    },
3092
3093   { "flames_1_right",                           "RocksHeroes.pcx"       },
3094   { "flames_1_right.xpos",                      "8"                     },
3095   { "flames_1_right.ypos",                      "13"                    },
3096   { "flames_1_right.frames",                    "2"                     },
3097   { "flames_1_right.offset",                    "96"                    },
3098   { "flames_2_right",                           "RocksHeroes.pcx"       },
3099   { "flames_2_right.xpos",                      "9"                     },
3100   { "flames_2_right.ypos",                      "13"                    },
3101   { "flames_2_right.frames",                    "2"                     },
3102   { "flames_2_right.offset",                    "96"                    },
3103   { "flames_3_right",                           "RocksHeroes.pcx"       },
3104   { "flames_3_right.xpos",                      "10"                    },
3105   { "flames_3_right.ypos",                      "13"                    },
3106   { "flames_3_right.frames",                    "2"                     },
3107   { "flames_3_right.offset",                    "96"                    },
3108
3109   { "flames_1_up",                              "RocksHeroes.pcx"       },
3110   { "flames_1_up.xpos",                         "8"                     },
3111   { "flames_1_up.ypos",                         "14"                    },
3112   { "flames_1_up.frames",                       "2"                     },
3113   { "flames_1_up.offset",                       "96"                    },
3114   { "flames_2_up",                              "RocksHeroes.pcx"       },
3115   { "flames_2_up.xpos",                         "9"                     },
3116   { "flames_2_up.ypos",                         "14"                    },
3117   { "flames_2_up.frames",                       "2"                     },
3118   { "flames_2_up.offset",                       "96"                    },
3119   { "flames_3_up",                              "RocksHeroes.pcx"       },
3120   { "flames_3_up.xpos",                         "10"                    },
3121   { "flames_3_up.ypos",                         "14"                    },
3122   { "flames_3_up.frames",                       "2"                     },
3123   { "flames_3_up.offset",                       "96"                    },
3124
3125   { "flames_1_down",                            "RocksHeroes.pcx"       },
3126   { "flames_1_down.xpos",                       "8"                     },
3127   { "flames_1_down.ypos",                       "15"                    },
3128   { "flames_1_down.frames",                     "2"                     },
3129   { "flames_1_down.offset",                     "96"                    },
3130   { "flames_2_down",                            "RocksHeroes.pcx"       },
3131   { "flames_2_down.xpos",                       "9"                     },
3132   { "flames_2_down.ypos",                       "15"                    },
3133   { "flames_2_down.frames",                     "2"                     },
3134   { "flames_2_down.offset",                     "96"                    },
3135   { "flames_3_down",                            "RocksHeroes.pcx"       },
3136   { "flames_3_down.xpos",                       "10"                    },
3137   { "flames_3_down.ypos",                       "15"                    },
3138   { "flames_3_down.frames",                     "2"                     },
3139   { "flames_3_down.offset",                     "96"                    },
3140
3141   { "stoneblock",                               "RocksElements.pcx"     },
3142   { "stoneblock.xpos",                          "10"                    },
3143   { "stoneblock.ypos",                          "1"                     },
3144   { "stoneblock.frames",                        "1"                     },
3145
3146   /* images for other elements and actions */
3147
3148   { "player_1",                                 "RocksHeroes.pcx"       },
3149   { "player_1.xpos",                            "0"                     },
3150   { "player_1.ypos",                            "0"                     },
3151   { "player_1.frames",                          "1"                     },
3152   { "player_1.EDITOR",                          "RocksElements.pcx"     },
3153   { "player_1.EDITOR.xpos",                     "4"                     },
3154   { "player_1.EDITOR.ypos",                     "7"                     },
3155   { "player_1.down",                            "RocksHeroes.pcx"       },
3156   { "player_1.down.xpos",                       "0"                     },
3157   { "player_1.down.ypos",                       "0"                     },
3158   { "player_1.down.frames",                     "1"                     },
3159   { "player_1.up",                              "RocksHeroes.pcx"       },
3160   { "player_1.up.xpos",                         "4"                     },
3161   { "player_1.up.ypos",                         "0"                     },
3162   { "player_1.up.frames",                       "1"                     },
3163   { "player_1.left",                            "RocksHeroes.pcx"       },
3164   { "player_1.left.xpos",                       "0"                     },
3165   { "player_1.left.ypos",                       "1"                     },
3166   { "player_1.left.frames",                     "1"                     },
3167   { "player_1.right",                           "RocksHeroes.pcx"       },
3168   { "player_1.right.xpos",                      "4"                     },
3169   { "player_1.right.ypos",                      "1"                     },
3170   { "player_1.right.frames",                    "1"                     },
3171   { "player_1.moving.down",                     "RocksHeroes.pcx"       },
3172   { "player_1.moving.down.xpos",                "0"                     },
3173   { "player_1.moving.down.ypos",                "0"                     },
3174   { "player_1.moving.down.frames",              "4"                     },
3175   { "player_1.moving.down.start_frame",         "1"                     },
3176   { "player_1.moving.down.delay",               "4"                     },
3177   { "player_1.moving.up",                       "RocksHeroes.pcx"       },
3178   { "player_1.moving.up.xpos",                  "4"                     },
3179   { "player_1.moving.up.ypos",                  "0"                     },
3180   { "player_1.moving.up.frames",                "4"                     },
3181   { "player_1.moving.up.start_frame",           "1"                     },
3182   { "player_1.moving.up.delay",                 "4"                     },
3183   { "player_1.moving.left",                     "RocksHeroes.pcx"       },
3184   { "player_1.moving.left.xpos",                "0"                     },
3185   { "player_1.moving.left.ypos",                "1"                     },
3186   { "player_1.moving.left.frames",              "4"                     },
3187   { "player_1.moving.left.start_frame",         "1"                     },
3188   { "player_1.moving.left.delay",               "4"                     },
3189   { "player_1.moving.right",                    "RocksHeroes.pcx"       },
3190   { "player_1.moving.right.xpos",               "4"                     },
3191   { "player_1.moving.right.ypos",               "1"                     },
3192   { "player_1.moving.right.frames",             "4"                     },
3193   { "player_1.moving.right.start_frame",        "1"                     },
3194   { "player_1.moving.right.delay",              "4"                     },
3195   { "player_1.digging.down",                    "RocksHeroes.pcx"       },
3196   { "player_1.digging.down.xpos",               "0"                     },
3197   { "player_1.digging.down.ypos",               "0"                     },
3198   { "player_1.digging.down.frames",             "4"                     },
3199   { "player_1.digging.down.start_frame",        "1"                     },
3200   { "player_1.digging.down.delay",              "4"                     },
3201   { "player_1.digging.up",                      "RocksHeroes.pcx"       },
3202   { "player_1.digging.up.xpos",                 "4"                     },
3203   { "player_1.digging.up.ypos",                 "0"                     },
3204   { "player_1.digging.up.frames",               "4"                     },
3205   { "player_1.digging.up.start_frame",          "1"                     },
3206   { "player_1.digging.up.delay",                "4"                     },
3207   { "player_1.digging.left",                    "RocksHeroes.pcx"       },
3208   { "player_1.digging.left.xpos",               "0"                     },
3209   { "player_1.digging.left.ypos",               "1"                     },
3210   { "player_1.digging.left.frames",             "4"                     },
3211   { "player_1.digging.left.start_frame",        "1"                     },
3212   { "player_1.digging.left.delay",              "4"                     },
3213   { "player_1.digging.right",                   "RocksHeroes.pcx"       },
3214   { "player_1.digging.right.xpos",              "4"                     },
3215   { "player_1.digging.right.ypos",              "1"                     },
3216   { "player_1.digging.right.frames",            "4"                     },
3217   { "player_1.digging.right.start_frame",       "1"                     },
3218   { "player_1.digging.right.delay",             "4"                     },
3219   { "player_1.collecting.down",                 "RocksHeroes.pcx"       },
3220   { "player_1.collecting.down.xpos",            "0"                     },
3221   { "player_1.collecting.down.ypos",            "0"                     },
3222   { "player_1.collecting.down.frames",          "4"                     },
3223   { "player_1.collecting.down.start_frame",     "1"                     },
3224   { "player_1.collecting.down.delay",           "4"                     },
3225   { "player_1.collecting.up",                   "RocksHeroes.pcx"       },
3226   { "player_1.collecting.up.xpos",              "4"                     },
3227   { "player_1.collecting.up.ypos",              "0"                     },
3228   { "player_1.collecting.up.frames",            "4"                     },
3229   { "player_1.collecting.up.start_frame",       "1"                     },
3230   { "player_1.collecting.up.delay",             "4"                     },
3231   { "player_1.collecting.left",                 "RocksHeroes.pcx"       },
3232   { "player_1.collecting.left.xpos",            "0"                     },
3233   { "player_1.collecting.left.ypos",            "1"                     },
3234   { "player_1.collecting.left.frames",          "4"                     },
3235   { "player_1.collecting.left.start_frame",     "1"                     },
3236   { "player_1.collecting.left.delay",           "4"                     },
3237   { "player_1.collecting.right",                "RocksHeroes.pcx"       },
3238   { "player_1.collecting.right.xpos",           "4"                     },
3239   { "player_1.collecting.right.ypos",           "1"                     },
3240   { "player_1.collecting.right.frames",         "4"                     },
3241   { "player_1.collecting.right.start_frame",    "1"                     },
3242   { "player_1.collecting.right.delay",          "4"                     },
3243   { "player_1.pushing.down",                    "RocksHeroes.pcx"       },
3244   { "player_1.pushing.down.xpos",               "0"                     },
3245   { "player_1.pushing.down.ypos",               "0"                     },
3246   { "player_1.pushing.down.frames",             "4"                     },
3247   { "player_1.pushing.down.delay",              "4"                     },
3248   { "player_1.pushing.up",                      "RocksHeroes.pcx"       },
3249   { "player_1.pushing.up.xpos",                 "4"                     },
3250   { "player_1.pushing.up.ypos",                 "0"                     },
3251   { "player_1.pushing.up.frames",               "4"                     },
3252   { "player_1.pushing.up.delay",                "4"                     },
3253   { "player_1.pushing.left",                    "RocksHeroes.pcx"       },
3254   { "player_1.pushing.left.xpos",               "4"                     },
3255   { "player_1.pushing.left.ypos",               "2"                     },
3256   { "player_1.pushing.left.frames",             "4"                     },
3257   { "player_1.pushing.left.delay",              "4"                     },
3258   { "player_1.pushing.right",                   "RocksHeroes.pcx"       },
3259   { "player_1.pushing.right.xpos",              "0"                     },
3260   { "player_1.pushing.right.ypos",              "2"                     },
3261   { "player_1.pushing.right.frames",            "4"                     },
3262   { "player_1.pushing.right.delay",             "4"                     },
3263   { "player_1.snapping.down",                   "RocksHeroes.pcx"       },
3264   { "player_1.snapping.down.xpos",              "0"                     },
3265   { "player_1.snapping.down.ypos",              "0"                     },
3266   { "player_1.snapping.down.frames",            "1"                     },
3267   { "player_1.snapping.up",                     "RocksHeroes.pcx"       },
3268   { "player_1.snapping.up.xpos",                "4"                     },
3269   { "player_1.snapping.up.ypos",                "0"                     },
3270   { "player_1.snapping.up.frames",              "1"                     },
3271   { "player_1.snapping.left",                   "RocksHeroes.pcx"       },
3272   { "player_1.snapping.left.xpos",              "0"                     },
3273   { "player_1.snapping.left.ypos",              "1"                     },
3274   { "player_1.snapping.left.frames",            "1"                     },
3275   { "player_1.snapping.right",                  "RocksHeroes.pcx"       },
3276   { "player_1.snapping.right.xpos",             "4"                     },
3277   { "player_1.snapping.right.ypos",             "1"                     },
3278   { "player_1.snapping.right.frames",           "1"                     },
3279
3280   { "player_2",                                 "RocksHeroes.pcx"       },
3281   { "player_2.xpos",                            "0"                     },
3282   { "player_2.ypos",                            "3"                     },
3283   { "player_2.frames",                          "1"                     },
3284   { "player_2.EDITOR",                          "RocksElements.pcx"     },
3285   { "player_2.EDITOR.xpos",                     "5"                     },
3286   { "player_2.EDITOR.ypos",                     "7"                     },
3287   { "player_2.down",                            "RocksHeroes.pcx"       },
3288   { "player_2.down.xpos",                       "0"                     },
3289   { "player_2.down.ypos",                       "3"                     },
3290   { "player_2.down.frames",                     "1"                     },
3291   { "player_2.up",                              "RocksHeroes.pcx"       },
3292   { "player_2.up.xpos",                         "4"                     },
3293   { "player_2.up.ypos",                         "3"                     },
3294   { "player_2.up.frames",                       "1"                     },
3295   { "player_2.left",                            "RocksHeroes.pcx"       },
3296   { "player_2.left.xpos",                       "0"                     },
3297   { "player_2.left.ypos",                       "4"                     },
3298   { "player_2.left.frames",                     "1"                     },
3299   { "player_2.right",                           "RocksHeroes.pcx"       },
3300   { "player_2.right.xpos",                      "4"                     },
3301   { "player_2.right.ypos",                      "4"                     },
3302   { "player_2.right.frames",                    "1"                     },
3303   { "player_2.moving.down",                     "RocksHeroes.pcx"       },
3304   { "player_2.moving.down.xpos",                "0"                     },
3305   { "player_2.moving.down.ypos",                "3"                     },
3306   { "player_2.moving.down.frames",              "4"                     },
3307   { "player_2.moving.down.start_frame",         "1"                     },
3308   { "player_2.moving.down.delay",               "4"                     },
3309   { "player_2.moving.up",                       "RocksHeroes.pcx"       },
3310   { "player_2.moving.up.xpos",                  "4"                     },
3311   { "player_2.moving.up.ypos",                  "3"                     },
3312   { "player_2.moving.up.frames",                "4"                     },
3313   { "player_2.moving.up.start_frame",           "1"                     },
3314   { "player_2.moving.up.delay",                 "4"                     },
3315   { "player_2.moving.left",                     "RocksHeroes.pcx"       },
3316   { "player_2.moving.left.xpos",                "0"                     },
3317   { "player_2.moving.left.ypos",                "4"                     },
3318   { "player_2.moving.left.frames",              "4"                     },
3319   { "player_2.moving.left.start_frame",         "1"                     },
3320   { "player_2.moving.left.delay",               "4"                     },
3321   { "player_2.moving.right",                    "RocksHeroes.pcx"       },
3322   { "player_2.moving.right.xpos",               "4"                     },
3323   { "player_2.moving.right.ypos",               "4"                     },
3324   { "player_2.moving.right.frames",             "4"                     },
3325   { "player_2.moving.right.start_frame",        "1"                     },
3326   { "player_2.moving.right.delay",              "4"                     },
3327   { "player_2.digging.down",                    "RocksHeroes.pcx"       },
3328   { "player_2.digging.down.xpos",               "0"                     },
3329   { "player_2.digging.down.ypos",               "3"                     },
3330   { "player_2.digging.down.frames",             "4"                     },
3331   { "player_2.digging.down.start_frame",        "1"                     },
3332   { "player_2.digging.down.delay",              "4"                     },
3333   { "player_2.digging.up",                      "RocksHeroes.pcx"       },
3334   { "player_2.digging.up.xpos",                 "4"                     },
3335   { "player_2.digging.up.ypos",                 "3"                     },
3336   { "player_2.digging.up.frames",               "4"                     },
3337   { "player_2.digging.up.start_frame",          "1"                     },
3338   { "player_2.digging.up.delay",                "4"                     },
3339   { "player_2.digging.left",                    "RocksHeroes.pcx"       },
3340   { "player_2.digging.left.xpos",               "0"                     },
3341   { "player_2.digging.left.ypos",               "4"                     },
3342   { "player_2.digging.left.frames",             "4"                     },
3343   { "player_2.digging.left.start_frame",        "1"                     },
3344   { "player_2.digging.left.delay",              "4"                     },
3345   { "player_2.digging.right",                   "RocksHeroes.pcx"       },
3346   { "player_2.digging.right.xpos",              "4"                     },
3347   { "player_2.digging.right.ypos",              "4"                     },
3348   { "player_2.digging.right.frames",            "4"                     },
3349   { "player_2.digging.right.start_frame",       "1"                     },
3350   { "player_2.digging.right.delay",             "4"                     },
3351   { "player_2.collecting.down",                 "RocksHeroes.pcx"       },
3352   { "player_2.collecting.down.xpos",            "0"                     },
3353   { "player_2.collecting.down.ypos",            "3"                     },
3354   { "player_2.collecting.down.frames",          "4"                     },
3355   { "player_2.collecting.down.start_frame",     "1"                     },
3356   { "player_2.collecting.down.delay",           "4"                     },
3357   { "player_2.collecting.up",                   "RocksHeroes.pcx"       },
3358   { "player_2.collecting.up.xpos",              "4"                     },
3359   { "player_2.collecting.up.ypos",              "3"                     },
3360   { "player_2.collecting.up.frames",            "4"                     },
3361   { "player_2.collecting.up.start_frame",       "1"                     },
3362   { "player_2.collecting.up.delay",             "4"                     },
3363   { "player_2.collecting.left",                 "RocksHeroes.pcx"       },
3364   { "player_2.collecting.left.xpos",            "0"                     },
3365   { "player_2.collecting.left.ypos",            "4"                     },
3366   { "player_2.collecting.left.frames",          "4"                     },
3367   { "player_2.collecting.left.start_frame",     "1"                     },
3368   { "player_2.collecting.left.delay",           "4"                     },
3369   { "player_2.collecting.right",                "RocksHeroes.pcx"       },
3370   { "player_2.collecting.right.xpos",           "4"                     },
3371   { "player_2.collecting.right.ypos",           "4"                     },
3372   { "player_2.collecting.right.frames",         "4"                     },
3373   { "player_2.collecting.right.start_frame",    "1"                     },
3374   { "player_2.collecting.right.delay",          "4"                     },
3375   { "player_2.pushing.down",                    "RocksHeroes.pcx"       },
3376   { "player_2.pushing.down.xpos",               "0"                     },
3377   { "player_2.pushing.down.ypos",               "3"                     },
3378   { "player_2.pushing.down.frames",             "4"                     },
3379   { "player_2.pushing.down.delay",              "4"                     },
3380   { "player_2.pushing.up",                      "RocksHeroes.pcx"       },
3381   { "player_2.pushing.up.xpos",                 "4"                     },
3382   { "player_2.pushing.up.ypos",                 "3"                     },
3383   { "player_2.pushing.up.frames",               "4"                     },
3384   { "player_2.pushing.up.delay",                "4"                     },
3385   { "player_2.pushing.left",                    "RocksHeroes.pcx"       },
3386   { "player_2.pushing.left.xpos",               "4"                     },
3387   { "player_2.pushing.left.ypos",               "5"                     },
3388   { "player_2.pushing.left.frames",             "4"                     },
3389   { "player_2.pushing.left.delay",              "4"                     },
3390   { "player_2.pushing.right",                   "RocksHeroes.pcx"       },
3391   { "player_2.pushing.right.xpos",              "0"                     },
3392   { "player_2.pushing.right.ypos",              "5"                     },
3393   { "player_2.pushing.right.frames",            "4"                     },
3394   { "player_2.pushing.right.delay",             "4"                     },
3395   { "player_2.snapping.down",                   "RocksHeroes.pcx"       },
3396   { "player_2.snapping.down.xpos",              "0"                     },
3397   { "player_2.snapping.down.ypos",              "3"                     },
3398   { "player_2.snapping.down.frames",            "1"                     },
3399   { "player_2.snapping.up",                     "RocksHeroes.pcx"       },
3400   { "player_2.snapping.up.xpos",                "4"                     },
3401   { "player_2.snapping.up.ypos",                "3"                     },
3402   { "player_2.snapping.up.frames",              "1"                     },
3403   { "player_2.snapping.left",                   "RocksHeroes.pcx"       },
3404   { "player_2.snapping.left.xpos",              "0"                     },
3405   { "player_2.snapping.left.ypos",              "4"                     },
3406   { "player_2.snapping.left.frames",            "1"                     },
3407   { "player_2.snapping.right",                  "RocksHeroes.pcx"       },
3408   { "player_2.snapping.right.xpos",             "4"                     },
3409   { "player_2.snapping.right.ypos",             "4"                     },
3410   { "player_2.snapping.right.frames",           "1"                     },
3411
3412   { "player_3",                                 "RocksHeroes.pcx"       },
3413   { "player_3.xpos",                            "0"                     },
3414   { "player_3.ypos",                            "6"                     },
3415   { "player_3.frames",                          "1"                     },
3416   { "player_3.EDITOR",                          "RocksElements.pcx"     },
3417   { "player_3.EDITOR.xpos",                     "6"                     },
3418   { "player_3.EDITOR.ypos",                     "7"                     },
3419   { "player_3.down",                            "RocksHeroes.pcx"       },
3420   { "player_3.down.xpos",                       "0"                     },
3421   { "player_3.down.ypos",                       "6"                     },
3422   { "player_3.down.frames",                     "1"                     },
3423   { "player_3.up",                              "RocksHeroes.pcx"       },
3424   { "player_3.up.xpos",                         "4"                     },
3425   { "player_3.up.ypos",                         "6"                     },
3426   { "player_3.up.frames",                       "1"                     },
3427   { "player_3.left",                            "RocksHeroes.pcx"       },
3428   { "player_3.left.xpos",                       "0"                     },
3429   { "player_3.left.ypos",                       "7"                     },
3430   { "player_3.left.frames",                     "1"                     },
3431   { "player_3.right",                           "RocksHeroes.pcx"       },
3432   { "player_3.right.xpos",                      "4"                     },
3433   { "player_3.right.ypos",                      "7"                     },
3434   { "player_3.right.frames",                    "1"                     },
3435   { "player_3.moving.down",                     "RocksHeroes.pcx"       },
3436   { "player_3.moving.down.xpos",                "0"                     },
3437   { "player_3.moving.down.ypos",                "6"                     },
3438   { "player_3.moving.down.frames",              "4"                     },
3439   { "player_3.moving.down.start_frame",         "1"                     },
3440   { "player_3.moving.down.delay",               "4"                     },
3441   { "player_3.moving.up",                       "RocksHeroes.pcx"       },
3442   { "player_3.moving.up.xpos",                  "4"                     },
3443   { "player_3.moving.up.ypos",                  "6"                     },
3444   { "player_3.moving.up.frames",                "4"                     },
3445   { "player_3.moving.up.start_frame",           "1"                     },
3446   { "player_3.moving.up.delay",                 "4"                     },
3447   { "player_3.moving.left",                     "RocksHeroes.pcx"       },
3448   { "player_3.moving.left.xpos",                "0"                     },
3449   { "player_3.moving.left.ypos",                "7"                     },
3450   { "player_3.moving.left.frames",              "4"                     },
3451   { "player_3.moving.left.start_frame",         "1"                     },
3452   { "player_3.moving.left.delay",               "4"                     },
3453   { "player_3.moving.right",                    "RocksHeroes.pcx"       },
3454   { "player_3.moving.right.xpos",               "4"                     },
3455   { "player_3.moving.right.ypos",               "7"                     },
3456   { "player_3.moving.right.frames",             "4"                     },
3457   { "player_3.moving.right.start_frame",        "1"                     },
3458   { "player_3.moving.right.delay",              "4"                     },
3459   { "player_3.digging.down",                    "RocksHeroes.pcx"       },
3460   { "player_3.digging.down.xpos",               "0"                     },
3461   { "player_3.digging.down.ypos",               "6"                     },
3462   { "player_3.digging.down.frames",             "4"                     },
3463   { "player_3.digging.down.start_frame",        "1"                     },
3464   { "player_3.digging.down.delay",              "4"                     },
3465   { "player_3.digging.up",                      "RocksHeroes.pcx"       },
3466   { "player_3.digging.up.xpos",                 "4"                     },
3467   { "player_3.digging.up.ypos",                 "6"                     },
3468   { "player_3.digging.up.frames",               "4"                     },
3469   { "player_3.digging.up.start_frame",          "1"                     },
3470   { "player_3.digging.up.delay",                "4"                     },
3471   { "player_3.digging.left",                    "RocksHeroes.pcx"       },
3472   { "player_3.digging.left.xpos",               "0"                     },
3473   { "player_3.digging.left.ypos",               "7"                     },
3474   { "player_3.digging.left.frames",             "4"                     },
3475   { "player_3.digging.left.start_frame",        "1"                     },
3476   { "player_3.digging.left.delay",              "4"                     },
3477   { "player_3.digging.right",                   "RocksHeroes.pcx"       },
3478   { "player_3.digging.right.xpos",              "4"                     },
3479   { "player_3.digging.right.ypos",              "7"                     },
3480   { "player_3.digging.right.frames",            "4"                     },
3481   { "player_3.digging.right.start_frame",       "1"                     },
3482   { "player_3.digging.right.delay",             "4"                     },
3483   { "player_3.collecting.down",                 "RocksHeroes.pcx"       },
3484   { "player_3.collecting.down.xpos",            "0"                     },
3485   { "player_3.collecting.down.ypos",            "6"                     },
3486   { "player_3.collecting.down.frames",          "4"                     },
3487   { "player_3.collecting.down.start_frame",     "1"                     },
3488   { "player_3.collecting.down.delay",           "4"                     },
3489   { "player_3.collecting.up",                   "RocksHeroes.pcx"       },
3490   { "player_3.collecting.up.xpos",              "4"                     },
3491   { "player_3.collecting.up.ypos",              "6"                     },
3492   { "player_3.collecting.up.frames",            "4"                     },
3493   { "player_3.collecting.up.start_frame",       "1"                     },
3494   { "player_3.collecting.up.delay",             "4"                     },
3495   { "player_3.collecting.left",                 "RocksHeroes.pcx"       },
3496   { "player_3.collecting.left.xpos",            "0"                     },
3497   { "player_3.collecting.left.ypos",            "7"                     },
3498   { "player_3.collecting.left.frames",          "4"                     },
3499   { "player_3.collecting.left.start_frame",     "1"                     },
3500   { "player_3.collecting.left.delay",           "4"                     },
3501   { "player_3.collecting.right",                "RocksHeroes.pcx"       },
3502   { "player_3.collecting.right.xpos",           "4"                     },
3503   { "player_3.collecting.right.ypos",           "7"                     },
3504   { "player_3.collecting.right.frames",         "4"                     },
3505   { "player_3.collecting.right.start_frame",    "1"                     },
3506   { "player_3.collecting.right.delay",          "4"                     },
3507   { "player_3.pushing.down",                    "RocksHeroes.pcx"       },
3508   { "player_3.pushing.down.xpos",               "0"                     },
3509   { "player_3.pushing.down.ypos",               "6"                     },
3510   { "player_3.pushing.down.frames",             "4"                     },
3511   { "player_3.pushing.down.delay",              "4"                     },
3512   { "player_3.pushing.up",                      "RocksHeroes.pcx"       },
3513   { "player_3.pushing.up.xpos",                 "4"                     },
3514   { "player_3.pushing.up.ypos",                 "6"                     },
3515   { "player_3.pushing.up.frames",               "4"                     },
3516   { "player_3.pushing.up.delay",                "4"                     },
3517   { "player_3.pushing.left",                    "RocksHeroes.pcx"       },
3518   { "player_3.pushing.left.xpos",               "4"                     },
3519   { "player_3.pushing.left.ypos",               "8"                     },
3520   { "player_3.pushing.left.frames",             "4"                     },
3521   { "player_3.pushing.left.delay",              "4"                     },
3522   { "player_3.pushing.right",                   "RocksHeroes.pcx"       },
3523   { "player_3.pushing.right.xpos",              "0"                     },
3524   { "player_3.pushing.right.ypos",              "8"                     },
3525   { "player_3.pushing.right.frames",            "4"                     },
3526   { "player_3.pushing.right.delay",             "4"                     },
3527   { "player_3.snapping.down",                   "RocksHeroes.pcx"       },
3528   { "player_3.snapping.down.xpos",              "0"                     },
3529   { "player_3.snapping.down.ypos",              "6"                     },
3530   { "player_3.snapping.down.frames",            "1"                     },
3531   { "player_3.snapping.up",                     "RocksHeroes.pcx"       },
3532   { "player_3.snapping.up.xpos",                "4"                     },
3533   { "player_3.snapping.up.ypos",                "6"                     },
3534   { "player_3.snapping.up.frames",              "1"                     },
3535   { "player_3.snapping.left",                   "RocksHeroes.pcx"       },
3536   { "player_3.snapping.left.xpos",              "0"                     },
3537   { "player_3.snapping.left.ypos",              "7"                     },
3538   { "player_3.snapping.left.frames",            "1"                     },
3539   { "player_3.snapping.right",                  "RocksHeroes.pcx"       },
3540   { "player_3.snapping.right.xpos",             "4"                     },
3541   { "player_3.snapping.right.ypos",             "7"                     },
3542   { "player_3.snapping.right.frames",           "1"                     },
3543
3544   { "player_4",                                 "RocksHeroes.pcx"       },
3545   { "player_4.xpos",                            "0"                     },
3546   { "player_4.ypos",                            "9"                     },
3547   { "player_4.frames",                          "1"                     },
3548   { "player_4.EDITOR",                          "RocksElements.pcx"     },
3549   { "player_4.EDITOR.xpos",                     "7"                     },
3550   { "player_4.EDITOR.ypos",                     "7"                     },
3551   { "player_4.down",                            "RocksHeroes.pcx"       },
3552   { "player_4.down.xpos",                       "0"                     },
3553   { "player_4.down.ypos",                       "9"                     },
3554   { "player_4.down.frames",                     "1"                     },
3555   { "player_4.up",                              "RocksHeroes.pcx"       },
3556   { "player_4.up.xpos",                         "4"                     },
3557   { "player_4.up.ypos",                         "9"                     },
3558   { "player_4.up.frames",                       "1"                     },
3559   { "player_4.left",                            "RocksHeroes.pcx"       },
3560   { "player_4.left.xpos",                       "0"                     },
3561   { "player_4.left.ypos",                       "10"                    },
3562   { "player_4.left.frames",                     "1"                     },
3563   { "player_4.right",                           "RocksHeroes.pcx"       },
3564   { "player_4.right.xpos",                      "4"                     },
3565   { "player_4.right.ypos",                      "10"                    },
3566   { "player_4.right.frames",                    "1"                     },
3567   { "player_4.moving.down",                     "RocksHeroes.pcx"       },
3568   { "player_4.moving.down.xpos",                "0"                     },
3569   { "player_4.moving.down.ypos",                "9"                     },
3570   { "player_4.moving.down.frames",              "4"                     },
3571   { "player_4.moving.down.start_frame",         "1"                     },
3572   { "player_4.moving.down.delay",               "4"                     },
3573   { "player_4.moving.up",                       "RocksHeroes.pcx"       },
3574   { "player_4.moving.up.xpos",                  "4"                     },
3575   { "player_4.moving.up.ypos",                  "9"                     },
3576   { "player_4.moving.up.frames",                "4"                     },
3577   { "player_4.moving.up.start_frame",           "1"                     },
3578   { "player_4.moving.up.delay",                 "4"                     },
3579   { "player_4.moving.left",                     "RocksHeroes.pcx"       },
3580   { "player_4.moving.left.xpos",                "0"                     },
3581   { "player_4.moving.left.ypos",                "10"                    },
3582   { "player_4.moving.left.frames",              "4"                     },
3583   { "player_4.moving.left.start_frame",         "1"                     },
3584   { "player_4.moving.left.delay",               "4"                     },
3585   { "player_4.moving.right",                    "RocksHeroes.pcx"       },
3586   { "player_4.moving.right.xpos",               "4"                     },
3587   { "player_4.moving.right.ypos",               "10"                    },
3588   { "player_4.moving.right.frames",             "4"                     },
3589   { "player_4.moving.right.start_frame",        "1"                     },
3590   { "player_4.moving.right.delay",              "4"                     },
3591   { "player_4.digging.down",                    "RocksHeroes.pcx"       },
3592   { "player_4.digging.down.xpos",               "0"                     },
3593   { "player_4.digging.down.ypos",               "9"                     },
3594   { "player_4.digging.down.frames",             "4"                     },
3595   { "player_4.digging.down.start_frame",        "1"                     },
3596   { "player_4.digging.down.delay",              "4"                     },
3597   { "player_4.digging.up",                      "RocksHeroes.pcx"       },
3598   { "player_4.digging.up.xpos",                 "4"                     },
3599   { "player_4.digging.up.ypos",                 "9"                     },
3600   { "player_4.digging.up.frames",               "4"                     },
3601   { "player_4.digging.up.start_frame",          "1"                     },
3602   { "player_4.digging.up.delay",                "4"                     },
3603   { "player_4.digging.left",                    "RocksHeroes.pcx"       },
3604   { "player_4.digging.left.xpos",               "0"                     },
3605   { "player_4.digging.left.ypos",               "10"                    },
3606   { "player_4.digging.left.frames",             "4"                     },
3607   { "player_4.digging.left.start_frame",        "1"                     },
3608   { "player_4.digging.left.delay",              "4"                     },
3609   { "player_4.digging.right",                   "RocksHeroes.pcx"       },
3610   { "player_4.digging.right.xpos",              "4"                     },
3611   { "player_4.digging.right.ypos",              "10"                    },
3612   { "player_4.digging.right.frames",            "4"                     },
3613   { "player_4.digging.right.start_frame",       "1"                     },
3614   { "player_4.digging.right.delay",             "4"                     },
3615   { "player_4.collecting.down",                 "RocksHeroes.pcx"       },
3616   { "player_4.collecting.down.xpos",            "0"                     },
3617   { "player_4.collecting.down.ypos",            "9"                     },
3618   { "player_4.collecting.down.frames",          "4"                     },
3619   { "player_4.collecting.down.start_frame",     "1"                     },
3620   { "player_4.collecting.down.delay",           "4"                     },
3621   { "player_4.collecting.up",                   "RocksHeroes.pcx"       },
3622   { "player_4.collecting.up.xpos",              "4"                     },
3623   { "player_4.collecting.up.ypos",              "9"                     },
3624   { "player_4.collecting.up.frames",            "4"                     },
3625   { "player_4.collecting.up.start_frame",       "1"                     },
3626   { "player_4.collecting.up.delay",             "4"                     },
3627   { "player_4.collecting.left",                 "RocksHeroes.pcx"       },
3628   { "player_4.collecting.left.xpos",            "0"                     },
3629   { "player_4.collecting.left.ypos",            "10"                    },
3630   { "player_4.collecting.left.frames",          "4"                     },
3631   { "player_4.collecting.left.start_frame",     "1"                     },
3632   { "player_4.collecting.left.delay",           "4"                     },
3633   { "player_4.collecting.right",                "RocksHeroes.pcx"       },
3634   { "player_4.collecting.right.xpos",           "4"                     },
3635   { "player_4.collecting.right.ypos",           "10"                    },
3636   { "player_4.collecting.right.frames",         "4"                     },
3637   { "player_4.collecting.right.start_frame",    "1"                     },
3638   { "player_4.collecting.right.delay",          "4"                     },
3639   { "player_4.pushing.down",                    "RocksHeroes.pcx"       },
3640   { "player_4.pushing.down.xpos",               "0"                     },
3641   { "player_4.pushing.down.ypos",               "9"                     },
3642   { "player_4.pushing.down.frames",             "4"                     },
3643   { "player_4.pushing.down.delay",              "4"                     },
3644   { "player_4.pushing.up",                      "RocksHeroes.pcx"       },
3645   { "player_4.pushing.up.xpos",                 "4"                     },
3646   { "player_4.pushing.up.ypos",                 "9"                     },
3647   { "player_4.pushing.up.frames",               "4"                     },
3648   { "player_4.pushing.up.delay",                "4"                     },
3649   { "player_4.pushing.left",                    "RocksHeroes.pcx"       },
3650   { "player_4.pushing.left.xpos",               "4"                     },
3651   { "player_4.pushing.left.ypos",               "11"                    },
3652   { "player_4.pushing.left.frames",             "4"                     },
3653   { "player_4.pushing.left.delay",              "4"                     },
3654   { "player_4.pushing.right",                   "RocksHeroes.pcx"       },
3655   { "player_4.pushing.right.xpos",              "0"                     },
3656   { "player_4.pushing.right.ypos",              "11"                    },
3657   { "player_4.pushing.right.frames",            "4"                     },
3658   { "player_4.pushing.right.delay",             "4"                     },
3659   { "player_4.snapping.down",                   "RocksHeroes.pcx"       },
3660   { "player_4.snapping.down.xpos",              "0"                     },
3661   { "player_4.snapping.down.ypos",              "9"                     },
3662   { "player_4.snapping.down.frames",            "1"                     },
3663   { "player_4.snapping.up",                     "RocksHeroes.pcx"       },
3664   { "player_4.snapping.up.xpos",                "4"                     },
3665   { "player_4.snapping.up.ypos",                "9"                     },
3666   { "player_4.snapping.up.frames",              "1"                     },
3667   { "player_4.snapping.left",                   "RocksHeroes.pcx"       },
3668   { "player_4.snapping.left.xpos",              "0"                     },
3669   { "player_4.snapping.left.ypos",              "10"                    },
3670   { "player_4.snapping.left.frames",            "1"                     },
3671   { "player_4.snapping.right",                  "RocksHeroes.pcx"       },
3672   { "player_4.snapping.right.xpos",             "4"                     },
3673   { "player_4.snapping.right.ypos",             "10"                    },
3674   { "player_4.snapping.right.frames",           "1"                     },
3675
3676   { "[default].exploding",                      "RocksElements.pcx"     },
3677   { "[default].exploding.xpos",                 "0"                     },
3678   { "[default].exploding.ypos",                 "4"                     },
3679   { "[default].exploding.frames",               "8"                     },
3680   { "[default].exploding.delay",                "2"                     },
3681   { "[default].exploding.anim_mode",            "linear"                },
3682
3683   { "twinkle_blue",                             "RocksHeroes.pcx"       },
3684   { "twinkle_blue.xpos",                        "9"                     },
3685   { "twinkle_blue.ypos",                        "11"                    },
3686   { "twinkle_blue.frames",                      "3"                     },
3687   { "twinkle_blue.delay",                       "2"                     },
3688   { "twinkle_blue.anim_mode",                   "pingpong"              },
3689   { "twinkle_blue.global_sync",                 "false"                 },
3690   { "twinkle_white",                            "RocksHeroes.pcx"       },
3691   { "twinkle_white.xpos",                       "13"                    },
3692   { "twinkle_white.ypos",                       "11"                    },
3693   { "twinkle_white.frames",                     "3"                     },
3694   { "twinkle_white.delay",                      "2"                     },
3695   { "twinkle_white.anim_mode",                  "pingpong"              },
3696   { "twinkle_white.global_sync",                "false"                 },
3697
3698   { "steelwall_topleft",                        "RocksElements.pcx"     },
3699   { "steelwall_topleft.xpos",                   "4"                     },
3700   { "steelwall_topleft.ypos",                   "0"                     },
3701   { "steelwall_topleft.frames",                 "1"                     },
3702   { "steelwall_topright",                       "RocksElements.pcx"     },
3703   { "steelwall_topright.xpos",                  "4"                     },
3704   { "steelwall_topright.ypos",                  "0"                     },
3705   { "steelwall_topright.frames",                "1"                     },
3706   { "steelwall_bottomleft",                     "RocksElements.pcx"     },
3707   { "steelwall_bottomleft.xpos",                "4"                     },
3708   { "steelwall_bottomleft.ypos",                "0"                     },
3709   { "steelwall_bottomleft.frames",              "1"                     },
3710   { "steelwall_bottomright",                    "RocksElements.pcx"     },
3711   { "steelwall_bottomright.xpos",               "4"                     },
3712   { "steelwall_bottomright.ypos",               "0"                     },
3713   { "steelwall_bottomright.frames",             "1"                     },
3714   { "steelwall_horizontal",                     "RocksElements.pcx"     },
3715   { "steelwall_horizontal.xpos",                "4"                     },
3716   { "steelwall_horizontal.ypos",                "0"                     },
3717   { "steelwall_horizontal.frames",              "1"                     },
3718   { "steelwall_vertical",                       "RocksElements.pcx"     },
3719   { "steelwall_vertical.xpos",                  "4"                     },
3720   { "steelwall_vertical.ypos",                  "0"                     },
3721   { "steelwall_vertical.frames",                "1"                     },
3722
3723   { "steelwall_topleft.EDITOR",                 "RocksElements.pcx"     },
3724   { "steelwall_topleft.EDITOR.xpos",            "0"                     },
3725   { "steelwall_topleft.EDITOR.ypos",            "13"                    },
3726   { "steelwall_topright.EDITOR",                "RocksElements.pcx"     },
3727   { "steelwall_topright.EDITOR.xpos",           "1"                     },
3728   { "steelwall_topright.EDITOR.ypos",           "13"                    },
3729   { "steelwall_bottomleft.EDITOR",              "RocksElements.pcx"     },
3730   { "steelwall_bottomleft.EDITOR.xpos",         "2"                     },
3731   { "steelwall_bottomleft.EDITOR.ypos",         "13"                    },
3732   { "steelwall_bottomright.EDITOR",             "RocksElements.pcx"     },
3733   { "steelwall_bottomright.EDITOR.xpos",        "3"                     },
3734   { "steelwall_bottomright.EDITOR.ypos",        "13"                    },
3735   { "steelwall_horizontal.EDITOR",              "RocksElements.pcx"     },
3736   { "steelwall_horizontal.EDITOR.xpos",         "4"                     },
3737   { "steelwall_horizontal.EDITOR.ypos",         "13"                    },
3738   { "steelwall_vertical.EDITOR",                "RocksElements.pcx"     },
3739   { "steelwall_vertical.EDITOR.xpos",           "5"                     },
3740   { "steelwall_vertical.EDITOR.ypos",           "13"                    },
3741
3742   { "invisible_steelwall_topleft",              "RocksSP.pcx"           },
3743   { "invisible_steelwall_topleft.xpos",         "0"                     },
3744   { "invisible_steelwall_topleft.ypos",         "0"                     },
3745   { "invisible_steelwall_topleft.frames",       "1"                     },
3746   { "invisible_steelwall_topright",             "RocksSP.pcx"           },
3747   { "invisible_steelwall_topright.xpos",        "0"                     },
3748   { "invisible_steelwall_topright.ypos",        "0"                     },
3749   { "invisible_steelwall_topright.frames",      "1"                     },
3750   { "invisible_steelwall_bottomleft",           "RocksSP.pcx"           },
3751   { "invisible_steelwall_bottomleft.xpos",      "0"                     },
3752   { "invisible_steelwall_bottomleft.ypos",      "0"                     },
3753   { "invisible_steelwall_bottomleft.frames",    "1"                     },
3754   { "invisible_steelwall_bottomright",          "RocksSP.pcx"           },
3755   { "invisible_steelwall_bottomright.xpos",     "0"                     },
3756   { "invisible_steelwall_bottomright.ypos",     "0"                     },
3757   { "invisible_steelwall_bottomright.frames",   "1"                     },
3758   { "invisible_steelwall_horizontal",           "RocksSP.pcx"           },
3759   { "invisible_steelwall_horizontal.xpos",      "0"                     },
3760   { "invisible_steelwall_horizontal.ypos",      "0"                     },
3761   { "invisible_steelwall_horizontal.frames",    "1"                     },
3762   { "invisible_steelwall_vertical",             "RocksSP.pcx"           },
3763   { "invisible_steelwall_vertical.xpos",        "0"                     },
3764   { "invisible_steelwall_vertical.ypos",        "0"                     },
3765   { "invisible_steelwall_vertical.frames",      "1"                     },
3766
3767   { "invisible_steelwall_topleft.EDITOR",       "RocksElements.pcx"     },
3768   { "invisible_steelwall_topleft.EDITOR.xpos",  "6"                     },
3769   { "invisible_steelwall_topleft.EDITOR.ypos",  "13"                    },
3770   { "invisible_steelwall_topright.EDITOR",      "RocksElements.pcx"     },
3771   { "invisible_steelwall_topright.EDITOR.xpos", "7"                     },
3772   { "invisible_steelwall_topright.EDITOR.ypos", "13"                    },
3773   { "invisible_steelwall_bottomleft.EDITOR",    "RocksElements.pcx"     },
3774   { "invisible_steelwall_bottomleft.EDITOR.xpos","8"                    },
3775   { "invisible_steelwall_bottomleft.EDITOR.ypos","13"                   },
3776   { "invisible_steelwall_bottomright.EDITOR",   "RocksElements.pcx"     },
3777   { "invisible_steelwall_bottomright.EDITOR.xpos","9"                   },
3778   { "invisible_steelwall_bottomright.EDITOR.ypos","13"                  },
3779   { "invisible_steelwall_horizontal.EDITOR",    "RocksElements.pcx"     },
3780   { "invisible_steelwall_horizontal.EDITOR.xpos","10"                   },
3781   { "invisible_steelwall_horizontal.EDITOR.ypos","13"                   },
3782   { "invisible_steelwall_vertical.EDITOR",      "RocksElements.pcx"     },
3783   { "invisible_steelwall_vertical.EDITOR.xpos", "11"                    },
3784   { "invisible_steelwall_vertical.EDITOR.ypos", "13"                    },
3785
3786   { "arrow_left",                               "RocksDC.pcx"           },
3787   { "arrow_left.xpos",                          "8"                     },
3788   { "arrow_left.ypos",                          "8"                     },
3789   { "arrow_left.frames",                        "1"                     },
3790   { "arrow_right",                              "RocksDC.pcx"           },
3791   { "arrow_right.xpos",                         "9"                     },
3792   { "arrow_right.ypos",                         "8"                     },
3793   { "arrow_right.frames",                       "1"                     },
3794   { "arrow_up",                                 "RocksDC.pcx"           },
3795   { "arrow_up.xpos",                            "10"                    },
3796   { "arrow_up.ypos",                            "8"                     },
3797   { "arrow_up.frames",                          "1"                     },
3798   { "arrow_down",                               "RocksDC.pcx"           },
3799   { "arrow_down.xpos",                          "11"                    },
3800   { "arrow_down.ypos",                          "8"                     },
3801   { "arrow_down.frames",                        "1"                     },
3802
3803   { "unknown",                                  "RocksFontEM.pcx"       },
3804   { "unknown.xpos",                             "15"                    },
3805   { "unknown.ypos",                             "1"                     },
3806   { "unknown.frames",                           "1"                     },
3807
3808   { "trigger_element",                          "RocksDC.pcx"           },
3809   { "trigger_element.xpos",                     "15"                    },
3810   { "trigger_element.ypos",                     "14"                    },
3811   { "trigger_element.frames",                   "1"                     },
3812
3813   { "trigger_player",                           "RocksDC.pcx"           },
3814   { "trigger_player.xpos",                      "15"                    },
3815   { "trigger_player.ypos",                      "13"                    },
3816   { "trigger_player.frames",                    "1"                     },
3817
3818   { "trigger_ce_value",                         "RocksDC.pcx"           },
3819   { "trigger_ce_value.xpos",                    "15"                    },
3820   { "trigger_ce_value.ypos",                    "11"                    },
3821   { "trigger_ce_value.frames",                  "1"                     },
3822
3823   { "trigger_ce_score",                         "RocksDC.pcx"           },
3824   { "trigger_ce_score.xpos",                    "15"                    },
3825   { "trigger_ce_score.ypos",                    "12"                    },
3826   { "trigger_ce_score.frames",                  "1"                     },
3827
3828   { "current_ce_value",                         "RocksDC.pcx"           },
3829   { "current_ce_value.xpos",                    "14"                    },
3830   { "current_ce_value.ypos",                    "11"                    },
3831   { "current_ce_value.frames",                  "1"                     },
3832
3833   { "current_ce_score",                         "RocksDC.pcx"           },
3834   { "current_ce_score.xpos",                    "14"                    },
3835   { "current_ce_score.ypos",                    "12"                    },
3836   { "current_ce_score.frames",                  "1"                     },
3837
3838   { "prev_ce_1",                                "RocksMore.pcx"         },
3839   { "prev_ce_1.xpos",                           "0"                     },
3840   { "prev_ce_1.ypos",                           "7"                     },
3841   { "prev_ce_1.frames",                         "1"                     },
3842
3843   { "prev_ce_2",                                "RocksMore.pcx"         },
3844   { "prev_ce_2.xpos",                           "1"                     },
3845   { "prev_ce_2.ypos",                           "7"                     },
3846   { "prev_ce_2.frames",                         "1"                     },
3847
3848   { "prev_ce_3",                                "RocksMore.pcx"         },
3849   { "prev_ce_3.xpos",                           "2"                     },
3850   { "prev_ce_3.ypos",                           "7"                     },
3851   { "prev_ce_3.frames",                         "1"                     },
3852
3853   { "prev_ce_4",                                "RocksMore.pcx"         },
3854   { "prev_ce_4.xpos",                           "3"                     },
3855   { "prev_ce_4.ypos",                           "7"                     },
3856   { "prev_ce_4.frames",                         "1"                     },
3857
3858   { "prev_ce_5",                                "RocksMore.pcx"         },
3859   { "prev_ce_5.xpos",                           "4"                     },
3860   { "prev_ce_5.ypos",                           "7"                     },
3861   { "prev_ce_5.frames",                         "1"                     },
3862
3863   { "prev_ce_6",                                "RocksMore.pcx"         },
3864   { "prev_ce_6.xpos",                           "5"                     },
3865   { "prev_ce_6.ypos",                           "7"                     },
3866   { "prev_ce_6.frames",                         "1"                     },
3867
3868   { "prev_ce_7",                                "RocksMore.pcx"         },
3869   { "prev_ce_7.xpos",                           "6"                     },
3870   { "prev_ce_7.ypos",                           "7"                     },
3871   { "prev_ce_7.frames",                         "1"                     },
3872
3873   { "prev_ce_8",                                "RocksMore.pcx"         },
3874   { "prev_ce_8.xpos",                           "7"                     },
3875   { "prev_ce_8.ypos",                           "7"                     },
3876   { "prev_ce_8.frames",                         "1"                     },
3877
3878   { "next_ce_1",                                "RocksMore.pcx"         },
3879   { "next_ce_1.xpos",                           "0"                     },
3880   { "next_ce_1.ypos",                           "8"                     },
3881   { "next_ce_1.frames",                         "1"                     },
3882
3883   { "next_ce_2",                                "RocksMore.pcx"         },
3884   { "next_ce_2.xpos",                           "1"                     },
3885   { "next_ce_2.ypos",                           "8"                     },
3886   { "next_ce_2.frames",                         "1"                     },
3887
3888   { "next_ce_3",                                "RocksMore.pcx"         },
3889   { "next_ce_3.xpos",                           "2"                     },
3890   { "next_ce_3.ypos",                           "8"                     },
3891   { "next_ce_3.frames",                         "1"                     },
3892
3893   { "next_ce_4",                                "RocksMore.pcx"         },
3894   { "next_ce_4.xpos",                           "3"                     },
3895   { "next_ce_4.ypos",                           "8"                     },
3896   { "next_ce_4.frames",                         "1"                     },
3897
3898   { "next_ce_5",                                "RocksMore.pcx"         },
3899   { "next_ce_5.xpos",                           "4"                     },
3900   { "next_ce_5.ypos",                           "8"                     },
3901   { "next_ce_5.frames",                         "1"                     },
3902
3903   { "next_ce_6",                                "RocksMore.pcx"         },
3904   { "next_ce_6.xpos",                           "5"                     },
3905   { "next_ce_6.ypos",                           "8"                     },
3906   { "next_ce_6.frames",                         "1"                     },
3907
3908   { "next_ce_7",                                "RocksMore.pcx"         },
3909   { "next_ce_7.xpos",                           "6"                     },
3910   { "next_ce_7.ypos",                           "8"                     },
3911   { "next_ce_7.frames",                         "1"                     },
3912
3913   { "next_ce_8",                                "RocksMore.pcx"         },
3914   { "next_ce_8.xpos",                           "7"                     },
3915   { "next_ce_8.ypos",                           "8"                     },
3916   { "next_ce_8.frames",                         "1"                     },
3917
3918   { "self",                                     "RocksMore.pcx"         },
3919   { "self.xpos",                                "8"                     },
3920   { "self.ypos",                                "7"                     },
3921   { "self.frames",                              "1"                     },
3922
3923   { "any_element",                              "RocksMore.pcx"         },
3924   { "any_element.xpos",                         "9"                     },
3925   { "any_element.ypos",                         "7"                     },
3926   { "any_element.frames",                       "1"                     },
3927
3928   { "emc_key_5",                                "RocksEMC.pcx"          },
3929   { "emc_key_5.xpos",                           "0"                     },
3930   { "emc_key_5.ypos",                           "5"                     },
3931   { "emc_key_5.frames",                         "1"                     },
3932   { "emc_key_6",                                "RocksEMC.pcx"          },
3933   { "emc_key_6.xpos",                           "1"                     },
3934   { "emc_key_6.ypos",                           "5"                     },
3935   { "emc_key_6.frames",                         "1"                     },
3936   { "emc_key_7",                                "RocksEMC.pcx"          },
3937   { "emc_key_7.xpos",                           "2"                     },
3938   { "emc_key_7.ypos",                           "5"                     },
3939   { "emc_key_7.frames",                         "1"                     },
3940   { "emc_key_8",                                "RocksEMC.pcx"          },
3941   { "emc_key_8.xpos",                           "3"                     },
3942   { "emc_key_8.ypos",                           "5"                     },
3943   { "emc_key_8.frames",                         "1"                     },
3944
3945   { "emc_gate_5",                               "RocksEMC.pcx"          },
3946   { "emc_gate_5.xpos",                          "0"                     },
3947   { "emc_gate_5.ypos",                          "6"                     },
3948   { "emc_gate_5.frames",                        "1"                     },
3949   { "emc_gate_6",                               "RocksEMC.pcx"          },
3950   { "emc_gate_6.xpos",                          "1"                     },
3951   { "emc_gate_6.ypos",                          "6"                     },
3952   { "emc_gate_6.frames",                        "1"                     },
3953   { "emc_gate_7",                               "RocksEMC.pcx"          },
3954   { "emc_gate_7.xpos",                          "2"                     },
3955   { "emc_gate_7.ypos",                          "6"                     },
3956   { "emc_gate_7.frames",                        "1"                     },
3957   { "emc_gate_8",                               "RocksEMC.pcx"          },
3958   { "emc_gate_8.xpos",                          "3"                     },
3959   { "emc_gate_8.ypos",                          "6"                     },
3960   { "emc_gate_8.frames",                        "1"                     },
3961   { "emc_gate_5_gray",                          "RocksEMC.pcx"          },
3962   { "emc_gate_5_gray.xpos",                     "4"                     },
3963   { "emc_gate_5_gray.ypos",                     "7"                     },
3964   { "emc_gate_5_gray.frames",                   "1"                     },
3965   { "emc_gate_5_gray.EDITOR",                   "RocksEMC.pcx"          },
3966   { "emc_gate_5_gray.EDITOR.xpos",              "0"                     },
3967   { "emc_gate_5_gray.EDITOR.ypos",              "7"                     },
3968   { "emc_gate_5_gray.active",                   "RocksEMC.pcx"          },
3969   { "emc_gate_5_gray.active.xpos",              "0"                     },
3970   { "emc_gate_5_gray.active.ypos",              "6"                     },
3971   { "emc_gate_5_gray.active.frames",            "1"                     },
3972   { "emc_gate_6_gray",                          "RocksEMC.pcx"          },
3973   { "emc_gate_6_gray.xpos",                     "4"                     },
3974   { "emc_gate_6_gray.ypos",                     "7"                     },
3975   { "emc_gate_6_gray.frames",                   "1"                     },
3976   { "emc_gate_6_gray.EDITOR",                   "RocksEMC.pcx"          },
3977   { "emc_gate_6_gray.EDITOR.xpos",              "1"                     },
3978   { "emc_gate_6_gray.EDITOR.ypos",              "7"                     },
3979   { "emc_gate_6_gray.active",                   "RocksEMC.pcx"          },
3980   { "emc_gate_6_gray.active.xpos",              "1"                     },
3981   { "emc_gate_6_gray.active.ypos",              "6"                     },
3982   { "emc_gate_6_gray.active.frames",            "1"                     },
3983   { "emc_gate_7_gray",                          "RocksEMC.pcx"          },
3984   { "emc_gate_7_gray.xpos",                     "4"                     },
3985   { "emc_gate_7_gray.ypos",                     "7"                     },
3986   { "emc_gate_7_gray.frames",                   "1"                     },
3987   { "emc_gate_7_gray.EDITOR",                   "RocksEMC.pcx"          },
3988   { "emc_gate_7_gray.EDITOR.xpos",              "2"                     },
3989   { "emc_gate_7_gray.EDITOR.ypos",              "7"                     },
3990   { "emc_gate_7_gray.active",                   "RocksEMC.pcx"          },
3991   { "emc_gate_7_gray.active.xpos",              "2"                     },
3992   { "emc_gate_7_gray.active.ypos",              "6"                     },
3993   { "emc_gate_7_gray.active.frames",            "1"                     },
3994   { "emc_gate_8_gray",                          "RocksEMC.pcx"          },
3995   { "emc_gate_8_gray.xpos",                     "4"                     },
3996   { "emc_gate_8_gray.ypos",                     "7"                     },
3997   { "emc_gate_8_gray.frames",                   "1"                     },
3998   { "emc_gate_8_gray.EDITOR",                   "RocksEMC.pcx"          },
3999   { "emc_gate_8_gray.EDITOR.xpos",              "3"                     },
4000   { "emc_gate_8_gray.EDITOR.ypos",              "7"                     },
4001   { "emc_gate_8_gray.active",                   "RocksEMC.pcx"          },
4002   { "emc_gate_8_gray.active.xpos",              "3"                     },
4003   { "emc_gate_8_gray.active.ypos",              "6"                     },
4004   { "emc_gate_8_gray.active.frames",            "1"                     },
4005
4006   { "emc_android",                              "RocksEMC.pcx"          },
4007   { "emc_android.xpos",                         "0"                     },
4008   { "emc_android.ypos",                         "8"                     },
4009   { "emc_android.frames",                       "8"                     },
4010   { "emc_android.delay",                        "2"                     },
4011
4012   { "emc_android.shrinking.upleft",             "RocksEMC.pcx"          },
4013   { "emc_android.shrinking.upleft.xpos",        "1"                     },
4014   { "emc_android.shrinking.upleft.ypos",        "11"                    },
4015   { "emc_android.shrinking.upleft.frames",      "8"                     },
4016   { "emc_android.shrinking.upleft.anim_mode",   "linear"                },
4017
4018   { "emc_android.growing.downright",            "RocksEMC.pcx"          },
4019   { "emc_android.growing.downright.xpos",       "0"                     },
4020   { "emc_android.growing.downright.ypos",       "11"                    },
4021   { "emc_android.growing.downright.frames",     "8"                     },
4022   { "emc_android.growing.downright.anim_mode",  "linear,reverse"        },
4023
4024   { "emc_android.shrinking.downleft",           "RocksEMC.pcx"          },
4025   { "emc_android.shrinking.downleft.xpos",      "1"                     },
4026   { "emc_android.shrinking.downleft.ypos",      "12"                    },
4027   { "emc_android.shrinking.downleft.frames",    "8"                     },
4028   { "emc_android.shrinking.downleft.anim_mode", "linear"                },
4029
4030   { "emc_android.growing.upright",              "RocksEMC.pcx"          },
4031   { "emc_android.growing.upright.xpos",         "0"                     },
4032   { "emc_android.growing.upright.ypos",         "12"                    },
4033   { "emc_android.growing.upright.frames",       "8"                     },
4034   { "emc_android.growing.upright.anim_mode",    "linear,reverse"        },
4035
4036   { "emc_android.shrinking.upright",            "RocksEMC.pcx"          },
4037   { "emc_android.shrinking.upright.xpos",       "1"                     },
4038   { "emc_android.shrinking.upright.ypos",       "13"                    },
4039   { "emc_android.shrinking.upright.frames",     "8"                     },
4040   { "emc_android.shrinking.upright.anim_mode",  "linear"                },
4041
4042   { "emc_android.growing.downleft",             "RocksEMC.pcx"          },
4043   { "emc_android.growing.downleft.xpos",        "0"                     },
4044   { "emc_android.growing.downleft.ypos",        "13"                    },
4045   { "emc_android.growing.downleft.frames",      "8"                     },
4046   { "emc_android.growing.downleft.anim_mode",   "linear,reverse"        },
4047
4048   { "emc_android.shrinking.downright",          "RocksEMC.pcx"          },
4049   { "emc_android.shrinking.downright.xpos",     "1"                     },
4050   { "emc_android.shrinking.downright.ypos",     "14"                    },
4051   { "emc_android.shrinking.downright.frames",   "8"                     },
4052   { "emc_android.shrinking.downright.anim_mode","linear"                },
4053
4054   { "emc_android.growing.upleft",               "RocksEMC.pcx"          },
4055   { "emc_android.growing.upleft.xpos",          "0"                     },
4056   { "emc_android.growing.upleft.ypos",          "14"                    },
4057   { "emc_android.growing.upleft.frames",        "8"                     },
4058   { "emc_android.growing.upleft.anim_mode",     "linear,reverse"        },
4059
4060   { "emc_grass",                                "RocksEMC.pcx"          },
4061   { "emc_grass.xpos",                           "0"                     },
4062   { "emc_grass.ypos",                           "4"                     },
4063   { "emc_grass.frames",                         "1"                     },
4064   { "emc_grass.CRUMBLED",                       "RocksEMC.pcx"          },
4065   { "emc_grass.CRUMBLED.xpos",                  "1"                     },
4066   { "emc_grass.CRUMBLED.ypos",                  "4"                     },
4067   { "emc_grass.CRUMBLED.frames",                "1"                     },
4068   { "emc_grass.digging.left",                   "RocksEMC.pcx"          },
4069   { "emc_grass.digging.left.xpos",              "6"                     },
4070   { "emc_grass.digging.left.ypos",              "0"                     },
4071   { "emc_grass.digging.left.frames",            "3"                     },
4072   { "emc_grass.digging.left.delay",             "2"                     },
4073   { "emc_grass.digging.left.anim_mode",         "linear"                },
4074   { "emc_grass.digging.right",                  "RocksEMC.pcx"          },
4075   { "emc_grass.digging.right.xpos",             "9"                     },
4076   { "emc_grass.digging.right.ypos",             "0"                     },
4077   { "emc_grass.digging.right.frames",           "3"                     },
4078   { "emc_grass.digging.right.delay",            "2"                     },
4079   { "emc_grass.digging.right.anim_mode",        "linear"                },
4080   { "emc_grass.digging.up",                     "RocksEMC.pcx"          },
4081   { "emc_grass.digging.up.xpos",                "0"                     },
4082   { "emc_grass.digging.up.ypos",                "0"                     },
4083   { "emc_grass.digging.up.frames",              "3"                     },
4084   { "emc_grass.digging.up.delay",               "2"                     },
4085   { "emc_grass.digging.up.anim_mode",           "linear"                },
4086   { "emc_grass.digging.down",                   "RocksEMC.pcx"          },
4087   { "emc_grass.digging.down.xpos",              "3"                     },
4088   { "emc_grass.digging.down.ypos",              "0"                     },
4089   { "emc_grass.digging.down.frames",            "3"                     },
4090   { "emc_grass.digging.down.delay",             "2"                     },
4091   { "emc_grass.digging.down.anim_mode",         "linear"                },
4092   { "emc_grass.digging.left.CRUMBLED",          "RocksEMC.pcx"          },
4093   { "emc_grass.digging.left.CRUMBLED.xpos",     "6"                     },
4094   { "emc_grass.digging.left.CRUMBLED.ypos",     "1"                     },
4095   { "emc_grass.digging.left.CRUMBLED.frames",   "3"                     },
4096   { "emc_grass.digging.left.CRUMBLED.delay",    "2"                     },
4097   { "emc_grass.digging.left.CRUMBLED.anim_mode","linear"                },
4098   { "emc_grass.digging.right.CRUMBLED",         "RocksEMC.pcx"          },
4099   { "emc_grass.digging.right.CRUMBLED.xpos",    "9"                     },
4100   { "emc_grass.digging.right.CRUMBLED.ypos",    "1"                     },
4101   { "emc_grass.digging.right.CRUMBLED.frames",  "3"                     },
4102   { "emc_grass.digging.right.CRUMBLED.delay",   "2"                     },
4103   { "emc_grass.digging.right.CRUMBLED.anim_mode","linear"               },
4104   { "emc_grass.digging.up.CRUMBLED",            "RocksEMC.pcx"          },
4105   { "emc_grass.digging.up.CRUMBLED.xpos",       "0"                     },
4106   { "emc_grass.digging.up.CRUMBLED.ypos",       "1"                     },
4107   { "emc_grass.digging.up.CRUMBLED.frames",     "3"                     },
4108   { "emc_grass.digging.up.CRUMBLED.delay",      "2"                     },
4109   { "emc_grass.digging.up.CRUMBLED.anim_mode",  "linear"                },
4110   { "emc_grass.digging.down.CRUMBLED",          "RocksEMC.pcx"          },
4111   { "emc_grass.digging.down.CRUMBLED.xpos",     "3"                     },
4112   { "emc_grass.digging.down.CRUMBLED.ypos",     "1"                     },
4113   { "emc_grass.digging.down.CRUMBLED.frames",   "3"                     },
4114   { "emc_grass.digging.down.CRUMBLED.delay",    "2"                     },
4115   { "emc_grass.digging.down.CRUMBLED.anim_mode","linear"                },
4116
4117   { "emc_magic_ball",                           "RocksEMC.pcx"          },
4118   { "emc_magic_ball.xpos",                      "0"                     },
4119   { "emc_magic_ball.ypos",                      "9"                     },
4120   { "emc_magic_ball.frames",                    "1"                     },
4121   { "emc_magic_ball.active",                    "RocksEMC.pcx"          },
4122   { "emc_magic_ball.active.xpos",               "0"                     },
4123   { "emc_magic_ball.active.ypos",               "9"                     },
4124   { "emc_magic_ball.active.frames",             "16"                    },
4125   { "emc_magic_ball.active.frames_per_line",    "8"                     },
4126   { "emc_magic_ball.dropping",                  "RocksElements.pcx"     },
4127   { "emc_magic_ball.dropping.xpos",             "0"                     },
4128   { "emc_magic_ball.dropping.ypos",             "4"                     },
4129   { "emc_magic_ball.dropping.frames",           "8"                     },
4130   { "emc_magic_ball.dropping.anim_mode",        "linear"                },
4131
4132   { "emc_magic_ball_switch",                    "RocksEMC.pcx"          },
4133   { "emc_magic_ball_switch.xpos",               "8"                     },
4134   { "emc_magic_ball_switch.ypos",               "10"                    },
4135   { "emc_magic_ball_switch.frames",             "1"                     },
4136   { "emc_magic_ball_switch.active",             "RocksEMC.pcx"          },
4137   { "emc_magic_ball_switch.active.xpos",        "8"                     },
4138   { "emc_magic_ball_switch.active.ypos",        "9"                     },
4139   { "emc_magic_ball_switch.active.frames",      "1"                     },
4140
4141   { "emc_spring_bumper",                        "RocksEMC.pcx"          },
4142   { "emc_spring_bumper.xpos",                   "8"                     },
4143   { "emc_spring_bumper.ypos",                   "4"                     },
4144   { "emc_spring_bumper.frames",                 "1"                     },
4145
4146   { "emc_spring_bumper.active",                 "RocksEMC.pcx"          },
4147   { "emc_spring_bumper.active.xpos",            "8"                     },
4148   { "emc_spring_bumper.active.ypos",            "4"                     },
4149   { "emc_spring_bumper.active.frames",          "4"                     },
4150   { "emc_spring_bumper.active.anim_mode",       "pingpong2"             },
4151
4152   { "emc_plant",                                "RocksEMC.pcx"          },
4153   { "emc_plant.xpos",                           "4"                     },
4154   { "emc_plant.ypos",                           "4"                     },
4155   { "emc_plant.frames",                         "1"                     },
4156   { "emc_plant.CRUMBLED",                       "RocksEMC.pcx"          },
4157   { "emc_plant.CRUMBLED.xpos",                  "5"                     },
4158   { "emc_plant.CRUMBLED.ypos",                  "4"                     },
4159   { "emc_plant.CRUMBLED.frames",                "1"                     },
4160
4161   { "emc_lenses",                               "RocksEMC.pcx"          },
4162   { "emc_lenses.xpos",                          "6"                     },
4163   { "emc_lenses.ypos",                          "4"                     },
4164   { "emc_lenses.frames",                        "1"                     },
4165
4166   { "emc_magnifier",                            "RocksEMC.pcx"          },
4167   { "emc_magnifier.xpos",                       "7"                     },
4168   { "emc_magnifier.ypos",                       "4"                     },
4169   { "emc_magnifier.frames",                     "1"                     },
4170
4171   { "emc_wall_9",                               "RocksEMC.pcx"          },
4172   { "emc_wall_9.xpos",                          "10"                    },
4173   { "emc_wall_9.ypos",                          "5"                     },
4174   { "emc_wall_9.frames",                        "1"                     },
4175   { "emc_wall_10",                              "RocksEMC.pcx"          },
4176   { "emc_wall_10.xpos",                         "10"                    },
4177   { "emc_wall_10.ypos",                         "6"                     },
4178   { "emc_wall_10.frames",                       "1"                     },
4179   { "emc_wall_11",                              "RocksEMC.pcx"          },
4180   { "emc_wall_11.xpos",                         "11"                    },
4181   { "emc_wall_11.ypos",                         "5"                     },
4182   { "emc_wall_11.frames",                       "1"                     },
4183   { "emc_wall_12",                              "RocksEMC.pcx"          },
4184   { "emc_wall_12.xpos",                         "11"                    },
4185   { "emc_wall_12.ypos",                         "6"                     },
4186   { "emc_wall_12.frames",                       "1"                     },
4187   { "emc_wall_13",                              "RocksEMC.pcx"          },
4188   { "emc_wall_13.xpos",                         "10"                    },
4189   { "emc_wall_13.ypos",                         "7"                     },
4190   { "emc_wall_13.frames",                       "1"                     },
4191   { "emc_wall_14",                              "RocksEMC.pcx"          },
4192   { "emc_wall_14.xpos",                         "10"                    },
4193   { "emc_wall_14.ypos",                         "8"                     },
4194   { "emc_wall_14.frames",                       "1"                     },
4195   { "emc_wall_15",                              "RocksEMC.pcx"          },
4196   { "emc_wall_15.xpos",                         "10"                    },
4197   { "emc_wall_15.ypos",                         "9"                     },
4198   { "emc_wall_15.frames",                       "1"                     },
4199   { "emc_wall_16",                              "RocksEMC.pcx"          },
4200   { "emc_wall_16.xpos",                         "10"                    },
4201   { "emc_wall_16.ypos",                         "10"                    },
4202   { "emc_wall_16.frames",                       "1"                     },
4203
4204   { "emc_wall_slippery_1",                      "RocksEMC.pcx"          },
4205   { "emc_wall_slippery_1.xpos",                 "11"                    },
4206   { "emc_wall_slippery_1.ypos",                 "7"                     },
4207   { "emc_wall_slippery_1.frames",               "1"                     },
4208   { "emc_wall_slippery_2",                      "RocksEMC.pcx"          },
4209   { "emc_wall_slippery_2.xpos",                 "11"                    },
4210   { "emc_wall_slippery_2.ypos",                 "8"                     },
4211   { "emc_wall_slippery_2.frames",               "1"                     },
4212   { "emc_wall_slippery_3",                      "RocksEMC.pcx"          },
4213   { "emc_wall_slippery_3.xpos",                 "11"                    },
4214   { "emc_wall_slippery_3.ypos",                 "9"                     },
4215   { "emc_wall_slippery_3.frames",               "1"                     },
4216   { "emc_wall_slippery_4",                      "RocksEMC.pcx"          },
4217   { "emc_wall_slippery_4.xpos",                 "11"                    },
4218   { "emc_wall_slippery_4.ypos",                 "10"                    },
4219   { "emc_wall_slippery_4.frames",               "1"                     },
4220
4221   { "emc_fake_grass",                           "RocksEMC.pcx"          },
4222   { "emc_fake_grass.xpos",                      "0"                     },
4223   { "emc_fake_grass.ypos",                      "4"                     },
4224   { "emc_fake_grass.frames",                    "1"                     },
4225   { "emc_fake_grass.CRUMBLED",                  "RocksEMC.pcx"          },
4226   { "emc_fake_grass.CRUMBLED.xpos",             "1"                     },
4227   { "emc_fake_grass.CRUMBLED.ypos",             "4"                     },
4228   { "emc_fake_grass.CRUMBLED.frames",           "1"                     },
4229   { "emc_fake_grass.active",                    "RocksEMC.pcx"          },
4230   { "emc_fake_grass.active.xpos",               "2"                     },
4231   { "emc_fake_grass.active.ypos",               "4"                     },
4232   { "emc_fake_grass.active.frames",             "1"                     },
4233   { "emc_fake_grass.active.CRUMBLED",           "RocksEMC.pcx"          },
4234   { "emc_fake_grass.active.CRUMBLED.xpos",      "3"                     },
4235   { "emc_fake_grass.active.CRUMBLED.ypos",      "4"                     },
4236   { "emc_fake_grass.active.CRUMBLED.frames",    "1"                     },
4237   { "emc_fake_grass.EDITOR",                    "RocksEMC.pcx"          },
4238   { "emc_fake_grass.EDITOR.xpos",               "2"                     },
4239   { "emc_fake_grass.EDITOR.ypos",               "4"                     },
4240   { "emc_fake_grass.EDITOR.frames",             "1"                     },
4241
4242   { "emc_fake_acid",                            "RocksElements.pcx"     },
4243   { "emc_fake_acid.xpos",                       "12"                    },
4244   { "emc_fake_acid.ypos",                       "7"                     },
4245   { "emc_fake_acid.frames",                     "4"                     },
4246   { "emc_fake_acid.delay",                      "10"                    },
4247   { "emc_fake_acid.global_sync",                "true"                  },
4248
4249   { "emc_dripper",                              "RocksSP.pcx"           },
4250   { "emc_dripper.xpos",                         "0"                     },
4251   { "emc_dripper.ypos",                         "0"                     },
4252   { "emc_dripper.frames",                       "1"                     },
4253   { "emc_dripper.EDITOR",                       "RocksEMC.pcx"          },
4254   { "emc_dripper.EDITOR.xpos",                  "8"                     },
4255   { "emc_dripper.EDITOR.ypos",                  "8"                     },
4256   { "emc_dripper.active",                       "RocksEMC.pcx"          },
4257   { "emc_dripper.active.xpos",                  "8"                     },
4258   { "emc_dripper.active.ypos",                  "8"                     },
4259   { "emc_dripper.active.frames",                "1"                     },
4260
4261 #include "conf_chr.c"   /* include auto-generated data structure definitions */
4262 #include "conf_cus.c"   /* include auto-generated data structure definitions */
4263 #include "conf_grp.c"   /* include auto-generated data structure definitions */
4264
4265   /* images not associated to game elements (used for menu screens etc.) */
4266   /* keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change! */
4267
4268 #if 1
4269   /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */
4270
4271   /* (for testing, change filename back to "emc_objects dot pcx") */
4272   { "emc_object",                               "RocksEMC.pcx"          },
4273 #if 0
4274   { "emc_object.scale_up_factor",               "2"                     },
4275 #endif
4276
4277   /* (for testing, change filename back to "emc_players dot pcx") */
4278   { "emc_sprite",                               "RocksEMC.pcx"          },
4279 #if 0
4280   { "emc_sprite.scale_up_factor",               "2"                     },
4281 #endif
4282 #endif
4283
4284   { "toon_1",                                   "RocksToons.pcx"        },
4285   { "toon_1.x",                                 "2"                     },
4286   { "toon_1.y",                                 "72"                    },
4287   { "toon_1.width",                             "40"                    },
4288   { "toon_1.height",                            "48"                    },
4289   { "toon_1.frames",                            "8"                     },
4290   { "toon_1.delay",                             "1"                     },
4291   { "toon_1.step_offset",                       "4"                     },
4292   { "toon_1.step_delay",                        "5"                     },
4293   { "toon_1.direction",                         "right"                 },
4294   { "toon_1.position",                          "bottom"                },
4295
4296   { "toon_2",                                   "RocksToons.pcx"        },
4297   { "toon_2.x",                                 "2"                     },
4298   { "toon_2.y",                                 "186"                   },
4299   { "toon_2.width",                             "40"                    },
4300   { "toon_2.height",                            "48"                    },
4301   { "toon_2.frames",                            "8"                     },
4302   { "toon_2.delay",                             "1"                     },
4303   { "toon_2.step_offset",                       "4"                     },
4304   { "toon_2.step_delay",                        "5"                     },
4305   { "toon_2.direction",                         "left"                  },
4306   { "toon_2.position",                          "bottom"                },
4307
4308   { "toon_3",                                   "RocksToons.pcx"        },
4309   { "toon_3.x",                                 "2"                     },
4310   { "toon_3.y",                                 "125"                   },
4311   { "toon_3.width",                             "48"                    },
4312   { "toon_3.height",                            "56"                    },
4313   { "toon_3.frames",                            "8"                     },
4314   { "toon_3.delay",                             "1"                     },
4315   { "toon_3.step_offset",                       "4"                     },
4316   { "toon_3.step_delay",                        "5"                     },
4317   { "toon_3.direction",                         "right"                 },
4318   { "toon_3.position",                          "bottom"                },
4319
4320   { "toon_4",                                   "RocksToons.pcx"        },
4321   { "toon_4.x",                                 "327"                   },
4322   { "toon_4.y",                                 "10"                    },
4323   { "toon_4.width",                             "80"                    },
4324   { "toon_4.height",                            "110"                   },
4325   { "toon_4.frames",                            "1"                     },
4326   { "toon_4.delay",                             "1"                     },
4327   { "toon_4.step_offset",                       "1"                     },
4328   { "toon_4.step_delay",                        "1"                     },
4329   { "toon_4.direction",                         "up"                    },
4330   { "toon_4.position",                          "any"                   },
4331
4332   { "toon_5",                                   "RocksToons.pcx"        },
4333   { "toon_5.x",                                 "2"                     },
4334   { "toon_5.y",                                 "2"                     },
4335   { "toon_5.width",                             "32"                    },
4336   { "toon_5.height",                            "30"                    },
4337   { "toon_5.frames",                            "8"                     },
4338   { "toon_5.delay",                             "2"                     },
4339   { "toon_5.anim_mode",                         "pingpong2"             },
4340   { "toon_5.step_offset",                       "2"                     },
4341   { "toon_5.step_delay",                        "1"                     },
4342   { "toon_5.direction",                         "right"                 },
4343   { "toon_5.position",                          "upper"                 },
4344
4345   { "toon_6",                                   "RocksToons.pcx"        },
4346   { "toon_6.x",                                 "2"                     },
4347   { "toon_6.y",                                 "37"                    },
4348   { "toon_6.width",                             "32"                    },
4349   { "toon_6.height",                            "30"                    },
4350   { "toon_6.frames",                            "8"                     },
4351   { "toon_6.delay",                             "2"                     },
4352   { "toon_6.anim_mode",                         "pingpong2"             },
4353   { "toon_6.step_offset",                       "2"                     },
4354   { "toon_6.step_delay",                        "1"                     },
4355   { "toon_6.direction",                         "left"                  },
4356   { "toon_6.position",                          "upper"                 },
4357
4358   { "toon_7",                                   "RocksMore.pcx"         },
4359   { "toon_7.xpos",                              "0"                     },
4360   { "toon_7.ypos",                              "6"                     },
4361   { "toon_7.frames",                            "16"                    },
4362   { "toon_7.delay",                             "2"                     },
4363   { "toon_7.direction",                         "down"                  },
4364   { "toon_7.position",                          "any"                   },
4365
4366   { "toon_8",                                   "RocksHeroes.pcx"       },
4367   { "toon_8.xpos",                              "4"                     },
4368   { "toon_8.ypos",                              "1"                     },
4369   { "toon_8.frames",                            "4"                     },
4370   { "toon_8.delay",                             "4"                     },
4371   { "toon_8.direction",                         "right"                 },
4372   { "toon_8.position",                          "bottom"                },
4373
4374   { "toon_9",                                   "RocksHeroes.pcx"       },
4375   { "toon_9.xpos",                              "8"                     },
4376   { "toon_9.ypos",                              "7"                     },
4377   { "toon_9.frames",                            "4"                     },
4378   { "toon_9.delay",                             "2"                     },
4379   { "toon_9.direction",                         "left"                  },
4380   { "toon_9.position",                          "bottom"                },
4381
4382   { "toon_10",                                  "RocksHeroes.pcx"       },
4383   { "toon_10.xpos",                             "12"                    },
4384   { "toon_10.ypos",                             "7"                     },
4385   { "toon_10.frames",                           "4"                     },
4386   { "toon_10.delay",                            "2"                     },
4387   { "toon_10.direction",                        "right"                 },
4388   { "toon_10.position",                         "bottom"                },
4389
4390   { "toon_11",                                  "RocksHeroes.pcx"       },
4391   { "toon_11.xpos",                             "8"                     },
4392   { "toon_11.ypos",                             "5"                     },
4393   { "toon_11.frames",                           "4"                     },
4394   { "toon_11.delay",                            "2"                     },
4395   { "toon_11.direction",                        "left"                  },
4396   { "toon_11.position",                         "bottom"                },
4397
4398   { "toon_12",                                  "RocksHeroes.pcx"       },
4399   { "toon_12.xpos",                             "12"                    },
4400   { "toon_12.ypos",                             "5"                     },
4401   { "toon_12.frames",                           "4"                     },
4402   { "toon_12.delay",                            "2"                     },
4403   { "toon_12.direction",                        "right"                 },
4404   { "toon_12.position",                         "bottom"                },
4405
4406   { "toon_13",                                  "RocksHeroes.pcx"       },
4407   { "toon_13.xpos",                             "8"                     },
4408   { "toon_13.ypos",                             "1"                     },
4409   { "toon_13.frames",                           "4"                     },
4410   { "toon_13.delay",                            "2"                     },
4411   { "toon_13.direction",                        "left"                  },
4412   { "toon_13.position",                         "bottom"                },
4413
4414   { "toon_14",                                  "RocksHeroes.pcx"       },
4415   { "toon_14.xpos",                             "12"                    },
4416   { "toon_14.ypos",                             "1"                     },
4417   { "toon_14.frames",                           "4"                     },
4418   { "toon_14.delay",                            "2"                     },
4419   { "toon_14.direction",                        "right"                 },
4420   { "toon_14.position",                         "bottom"                },
4421
4422   { "toon_15",                                  "RocksHeroes.pcx"       },
4423   { "toon_15.xpos",                             "8"                     },
4424   { "toon_15.ypos",                             "3"                     },
4425   { "toon_15.frames",                           "4"                     },
4426   { "toon_15.delay",                            "2"                     },
4427   { "toon_15.direction",                        "left"                  },
4428   { "toon_15.position",                         "bottom"                },
4429
4430   { "toon_16",                                  "RocksHeroes.pcx"       },
4431   { "toon_16.xpos",                             "12"                    },
4432   { "toon_16.ypos",                             "3"                     },
4433   { "toon_16.frames",                           "4"                     },
4434   { "toon_16.delay",                            "2"                     },
4435   { "toon_16.direction",                        "right"                 },
4436   { "toon_16.position",                         "bottom"                },
4437
4438   { "toon_17",                                  "RocksHeroes.pcx"       },
4439   { "toon_17.xpos",                             "8"                     },
4440   { "toon_17.ypos",                             "9"                     },
4441   { "toon_17.frames",                           "8"                     },
4442   { "toon_17.delay",                            "2"                     },
4443   { "toon_17.direction",                        "left"                  },
4444   { "toon_17.position",                         "any"                   },
4445
4446   { "toon_18",                                  "RocksHeroes.pcx"       },
4447   { "toon_18.xpos",                             "8"                     },
4448   { "toon_18.ypos",                             "9"                     },
4449   { "toon_18.frames",                           "8"                     },
4450   { "toon_18.delay",                            "2"                     },
4451   { "toon_18.direction",                        "right"                 },
4452   { "toon_18.position",                         "any"                   },
4453
4454   { "toon_19",                                  "RocksElements.pcx"     },
4455   { "toon_19.xpos",                             "8"                     },
4456   { "toon_19.ypos",                             "0"                     },
4457   { "toon_19.frames",                           "2"                     },
4458   { "toon_19.delay",                            "4"                     },
4459   { "toon_19.direction",                        "down"                  },
4460   { "toon_19.position",                         "any"                   },
4461
4462   { "toon_20",                                  "RocksElements.pcx"     },
4463   { "toon_20.xpos",                             "10"                    },
4464   { "toon_20.ypos",                             "0"                     },
4465   { "toon_20.frames",                           "2"                     },
4466   { "toon_20.delay",                            "4"                     },
4467   { "toon_20.direction",                        "down"                  },
4468   { "toon_20.position",                         "any"                   },
4469
4470   { "menu.calibrate_red",                       "RocksElements.pcx"     },
4471   { "menu.calibrate_red.xpos",                  "12"                    },
4472   { "menu.calibrate_red.ypos",                  "8"                     },
4473   { "menu.calibrate_red.frames",                "1"                     },
4474   { "menu.calibrate_blue",                      "RocksElements.pcx"     },
4475   { "menu.calibrate_blue.xpos",                 "13"                    },
4476   { "menu.calibrate_blue.ypos",                 "8"                     },
4477   { "menu.calibrate_blue.frames",               "1"                     },
4478   { "menu.calibrate_yellow",                    "RocksElements.pcx"     },
4479   { "menu.calibrate_yellow.xpos",               "14"                    },
4480   { "menu.calibrate_yellow.ypos",               "8"                     },
4481   { "menu.calibrate_yellow.frames",             "1"                     },
4482
4483   { "menu.button",                              "RocksElements.pcx"     },
4484   { "menu.button.xpos",                         "13"                    },
4485   { "menu.button.ypos",                         "8"                     },
4486   { "menu.button.frames",                       "1"                     },
4487   { "menu.button.active",                       "RocksElements.pcx"     },
4488   { "menu.button.active.xpos",                  "12"                    },
4489   { "menu.button.active.ypos",                  "8"                     },
4490   { "menu.button.active.frames",                "1"                     },
4491
4492   { "menu.button_left",                         "RocksDC.pcx"           },
4493   { "menu.button_left.xpos",                    "8"                     },
4494   { "menu.button_left.ypos",                    "8"                     },
4495   { "menu.button_left.frames",                  "1"                     },
4496   { "menu.button_left.active",                  "RocksDC.pcx"           },
4497   { "menu.button_left.active.xpos",             "8"                     },
4498   { "menu.button_left.active.ypos",             "9"                     },
4499   { "menu.button_left.active.frames",           "1"                     },
4500   { "menu.button_right",                        "RocksDC.pcx"           },
4501   { "menu.button_right.xpos",                   "9"                     },
4502   { "menu.button_right.ypos",                   "8"                     },
4503   { "menu.button_right.frames",                 "1"                     },
4504   { "menu.button_right.active",                 "RocksDC.pcx"           },
4505   { "menu.button_right.active.xpos",            "9"                     },
4506   { "menu.button_right.active.ypos",            "9"                     },
4507   { "menu.button_right.active.frames",          "1"                     },
4508   { "menu.button_up",                           "RocksDC.pcx"           },
4509   { "menu.button_up.xpos",                      "10"                    },
4510   { "menu.button_up.ypos",                      "8"                     },
4511   { "menu.button_up.frames",                    "1"                     },
4512   { "menu.button_up.active",                    "RocksDC.pcx"           },
4513   { "menu.button_up.active.xpos",               "10"                    },
4514   { "menu.button_up.active.ypos",               "9"                     },
4515   { "menu.button_up.active.frames",             "1"                     },
4516   { "menu.button_down",                         "RocksDC.pcx"           },
4517   { "menu.button_down.xpos",                    "11"                    },
4518   { "menu.button_down.ypos",                    "8"                     },
4519   { "menu.button_down.frames",                  "1"                     },
4520   { "menu.button_down.active",                  "RocksDC.pcx"           },
4521   { "menu.button_down.active.xpos",             "11"                    },
4522   { "menu.button_down.active.ypos",             "9"                     },
4523   { "menu.button_down.active.frames",           "1"                     },
4524
4525   { "menu.button_enter_menu",                   "RocksDC.pcx"           },
4526   { "menu.button_enter_menu.clone_from",        "menu.button_right"     },
4527   { "menu.button_enter_menu.active",            "RocksDC.pcx"           },
4528   { "menu.button_enter_menu.active.clone_from", "menu.button_right.active" },
4529   { "menu.button_leave_menu",                   "RocksDC.pcx"           },
4530   { "menu.button_leave_menu.clone_from",        "menu.button_left"      },
4531   { "menu.button_leave_menu.active",            "RocksDC.pcx"           },
4532   { "menu.button_leave_menu.active.clone_from", "menu.button_left.active" },
4533
4534   { "menu.button_next_level",                   "RocksDC.pcx"           },
4535   { "menu.button_next_level.clone_from",        "menu.button_right"     },
4536   { "menu.button_next_level.active",            "RocksDC.pcx"           },
4537   { "menu.button_next_level.active.clone_from", "menu.button_right.active" },
4538   { "menu.button_prev_level",                   "RocksDC.pcx"           },
4539   { "menu.button_prev_level.clone_from",        "menu.button_left"      },
4540   { "menu.button_prev_level.active",            "RocksDC.pcx"           },
4541   { "menu.button_prev_level.active.clone_from", "menu.button_left.active" },
4542
4543   { "menu.scrollbar",                           "RocksDC.pcx"           },
4544   { "menu.scrollbar.xpos",                      "8"                     },
4545   { "menu.scrollbar.ypos",                      "10"                    },
4546   { "menu.scrollbar.frames",                    "1"                     },
4547   { "menu.scrollbar.active",                    "RocksDC.pcx"           },
4548   { "menu.scrollbar.active.xpos",               "9"                     },
4549   { "menu.scrollbar.active.ypos",               "10"                    },
4550   { "menu.scrollbar.active.frames",             "1"                     },
4551
4552   { "font.initial_1",                           "RocksFontSmall.pcx"    },
4553   { "font.initial_1.x",                         "0"                     },
4554   { "font.initial_1.y",                         "0"                     },
4555   { "font.initial_1.width",                     "14"                    },
4556   { "font.initial_1.height",                    "14"                    },
4557   { "font.initial_2",                           "RocksFontSmall.pcx"    },
4558   { "font.initial_2.x",                         "0"                     },
4559   { "font.initial_2.y",                         "70"                    },
4560   { "font.initial_2.width",                     "14"                    },
4561   { "font.initial_2.height",                    "14"                    },
4562   { "font.initial_3",                           "RocksFontSmall.pcx"    },
4563   { "font.initial_3.x",                         "0"                     },
4564   { "font.initial_3.y",                         "140"                   },
4565   { "font.initial_3.width",                     "14"                    },
4566   { "font.initial_3.height",                    "14"                    },
4567   { "font.initial_4",                           "RocksFontSmall.pcx"    },
4568   { "font.initial_4.x",                         "0"                     },
4569   { "font.initial_4.y",                         "210"                   },
4570   { "font.initial_4.width",                     "14"                    },
4571   { "font.initial_4.height",                    "14"                    },
4572
4573   { "font.title_1",                             "RocksFontBig.pcx"      },
4574   { "font.title_1.x",                           "0"                     },
4575   { "font.title_1.y",                           "480"                   },
4576   { "font.title_1.width",                       "32"                    },
4577   { "font.title_1.height",                      "32"                    },
4578   { "font.title_2",                             "RocksFontSmall.pcx"    },
4579   { "font.title_2.x",                           "0"                     },
4580   { "font.title_2.y",                           "0"                     },
4581   { "font.title_2.width",                       "14"                    },
4582   { "font.title_2.height",                      "14"                    },
4583
4584   { "font.menu_1",                              "RocksFontBig.pcx"      },
4585   { "font.menu_1.x",                            "0"                     },
4586   { "font.menu_1.y",                            "320"                   },
4587   { "font.menu_1.width",                        "32"                    },
4588   { "font.menu_1.height",                       "32"                    },
4589   { "font.menu_1.active",                       "RocksFontBig.pcx"      },
4590   { "font.menu_1.active.x",                     "0"                     },
4591   { "font.menu_1.active.y",                     "480"                   },
4592   { "font.menu_1.active.width",                 "32"                    },
4593   { "font.menu_1.active.height",                "32"                    },
4594   { "font.menu_2",                              "RocksFontMedium.pcx"   },
4595   { "font.menu_2.x",                            "0"                     },
4596   { "font.menu_2.y",                            "320"                   },
4597   { "font.menu_2.width",                        "16"                    },
4598   { "font.menu_2.height",                       "32"                    },
4599   { "font.menu_2.active",                       "RocksFontMedium.pcx"   },
4600   { "font.menu_2.active.x",                     "0"                     },
4601   { "font.menu_2.active.y",                     "480"                   },
4602   { "font.menu_2.active.width",                 "16"                    },
4603   { "font.menu_2.active.height",                "32"                    },
4604
4605   { "font.text_1",                              "RocksFontSmall.pcx"    },
4606   { "font.text_1.x",                            "0"                     },
4607   { "font.text_1.y",                            "140"                   },
4608   { "font.text_1.width",                        "14"                    },
4609   { "font.text_1.height",                       "14"                    },
4610   { "font.text_1.LEVELS",                       "RocksFontMedium.pcx"   },
4611   { "font.text_1.LEVELS.x",                     "0"                     },
4612   { "font.text_1.LEVELS.y",                     "0"                     },
4613   { "font.text_1.LEVELS.width",                 "16"                    },
4614   { "font.text_1.LEVELS.height",                "32"                    },
4615   { "font.text_1.PREVIEW",                      "RocksFontEM.pcx"       },
4616   { "font.text_1.PREVIEW.x",                    "0"                     },
4617   { "font.text_1.PREVIEW.y",                    "160"                   },
4618   { "font.text_1.PREVIEW.width",                "16"                    },
4619   { "font.text_1.PREVIEW.height",               "16"                    },
4620   { "font.text_1.SCORES",                       "RocksFontMedium.pcx"   },
4621   { "font.text_1.SCORES.x",                     "0"                     },
4622   { "font.text_1.SCORES.y",                     "480"                   },
4623   { "font.text_1.SCORES.width",                 "16"                    },
4624   { "font.text_1.SCORES.height",                "32"                    },
4625   { "font.text_1.active.SCORES",                "RocksFontMedium.pcx"   },
4626   { "font.text_1.active.SCORES.x",              "0"                     },
4627   { "font.text_1.active.SCORES.y",              "0"                     },
4628   { "font.text_1.active.SCORES.width",          "16"                    },
4629   { "font.text_1.active.SCORES.height",         "32"                    },
4630   { "font.text_2",                              "RocksFontSmall.pcx"    },
4631   { "font.text_2.x",                            "0"                     },
4632   { "font.text_2.y",                            "210"                   },
4633   { "font.text_2.width",                        "14"                    },
4634   { "font.text_2.height",                       "14"                    },
4635   { "font.text_2.LEVELS",                       "RocksFontMedium.pcx"   },
4636   { "font.text_2.LEVELS.x",                     "0"                     },
4637   { "font.text_2.LEVELS.y",                     "160"                   },
4638   { "font.text_2.LEVELS.width",                 "16"                    },
4639   { "font.text_2.LEVELS.height",                "32"                    },
4640   { "font.text_2.PREVIEW",                      "RocksFontEM.pcx"       },
4641   { "font.text_2.PREVIEW.x",                    "0"                     },
4642   { "font.text_2.PREVIEW.y",                    "160"                   },
4643   { "font.text_2.PREVIEW.width",                "16"                    },
4644   { "font.text_2.PREVIEW.height",               "16"                    },
4645   { "font.text_2.SCORES",                       "RocksFontBig.pcx"      },
4646   { "font.text_2.SCORES.x",                     "0"                     },
4647   { "font.text_2.SCORES.y",                     "320"                   },
4648   { "font.text_2.SCORES.width",                 "32"                    },
4649   { "font.text_2.SCORES.height",                "32"                    },
4650   { "font.text_2.active.SCORES",                "RocksFontBig.pcx"      },
4651   { "font.text_2.active.SCORES.x",              "0"                     },
4652   { "font.text_2.active.SCORES.y",              "0"                     },
4653   { "font.text_2.active.SCORES.width",          "32"                    },
4654   { "font.text_2.active.SCORES.height",         "32"                    },
4655   { "font.text_3",                              "RocksFontSmall.pcx"    },
4656   { "font.text_3.x",                            "0"                     },
4657   { "font.text_3.y",                            "0"                     },
4658   { "font.text_3.width",                        "14"                    },
4659   { "font.text_3.height",                       "14"                    },
4660   { "font.text_3.LEVELS",                       "RocksFontMedium.pcx"   },
4661   { "font.text_3.LEVELS.x",                     "0"                     },
4662   { "font.text_3.LEVELS.y",                     "320"                   },
4663   { "font.text_3.LEVELS.width",                 "16"                    },
4664   { "font.text_3.LEVELS.height",                "32"                    },
4665   { "font.text_3.PREVIEW",                      "RocksFontEM.pcx"       },
4666   { "font.text_3.PREVIEW.x",                    "0"                     },
4667   { "font.text_3.PREVIEW.y",                    "160"                   },
4668   { "font.text_3.PREVIEW.width",                "16"                    },
4669   { "font.text_3.PREVIEW.height",               "16"                    },
4670   { "font.text_3.SCORES",                       "RocksFontMedium.pcx"   },
4671   { "font.text_3.SCORES.x",                     "0"                     },
4672   { "font.text_3.SCORES.y",                     "480"                   },
4673   { "font.text_3.SCORES.width",                 "16"                    },
4674   { "font.text_3.SCORES.height",                "32"                    },
4675   { "font.text_3.active.SCORES",                "RocksFontMedium.pcx"   },
4676   { "font.text_3.active.SCORES.x",              "0"                     },
4677   { "font.text_3.active.SCORES.y",              "0"                     },
4678   { "font.text_3.active.SCORES.width",          "16"                    },
4679   { "font.text_3.active.SCORES.height",         "32"                    },
4680   { "font.text_4",                              "RocksFontSmall.pcx"    },
4681   { "font.text_4.x",                            "0"                     },
4682   { "font.text_4.y",                            "70"                    },
4683   { "font.text_4.width",                        "14"                    },
4684   { "font.text_4.height",                       "14"                    },
4685   { "font.text_4.LEVELS",                       "RocksFontMedium.pcx"   },
4686   { "font.text_4.LEVELS.x",                     "0"                     },
4687   { "font.text_4.LEVELS.y",                     "480"                   },
4688   { "font.text_4.LEVELS.width",                 "16"                    },
4689   { "font.text_4.LEVELS.height",                "32"                    },
4690   { "font.text_4.SCORES",                       "RocksFontMedium.pcx"   },
4691   { "font.text_4.SCORES.x",                     "0"                     },
4692   { "font.text_4.SCORES.y",                     "480"                   },
4693   { "font.text_4.SCORES.width",                 "16"                    },
4694   { "font.text_4.SCORES.height",                "32"                    },
4695   { "font.text_4.active.SCORES",                "RocksFontMedium.pcx"   },
4696   { "font.text_4.active.SCORES.x",              "0"                     },
4697   { "font.text_4.active.SCORES.y",              "0"                     },
4698   { "font.text_4.active.SCORES.width",          "16"                    },
4699   { "font.text_4.active.SCORES.height",         "32"                    },
4700
4701   { "font.envelope_1",                          "RocksFontEM.pcx"       },
4702   { "font.envelope_1.x",                        "0"                     },
4703   { "font.envelope_1.y",                        "160"                   },
4704   { "font.envelope_1.width",                    "16"                    },
4705   { "font.envelope_1.height",                   "16"                    },
4706   { "font.envelope_2",                          "RocksFontEM.pcx"       },
4707   { "font.envelope_2.x",                        "0"                     },
4708   { "font.envelope_2.y",                        "160"                   },
4709   { "font.envelope_2.width",                    "16"                    },
4710   { "font.envelope_2.height",                   "16"                    },
4711   { "font.envelope_3",                          "RocksFontEM.pcx"       },
4712   { "font.envelope_3.x",                        "0"                     },
4713   { "font.envelope_3.y",                        "160"                   },
4714   { "font.envelope_3.width",                    "16"                    },
4715   { "font.envelope_3.height",                   "16"                    },
4716   { "font.envelope_4",                          "RocksFontEM.pcx"       },
4717   { "font.envelope_4.x",                        "0"                     },
4718   { "font.envelope_4.y",                        "160"                   },
4719   { "font.envelope_4.width",                    "16"                    },
4720   { "font.envelope_4.height",                   "16"                    },
4721
4722   { "font.input_1",                             "RocksFontSmall.pcx"    },
4723   { "font.input_1.x",                           "0"                     },
4724   { "font.input_1.y",                           "210"                   },
4725   { "font.input_1.width",                       "14"                    },
4726   { "font.input_1.height",                      "14"                    },
4727   { "font.input_1.MAIN",                        "RocksFontBig.pcx"      },
4728   { "font.input_1.MAIN.x",                      "0"                     },
4729   { "font.input_1.MAIN.y",                      "0"                     },
4730   { "font.input_1.MAIN.width",                  "32"                    },
4731   { "font.input_1.MAIN.height",                 "32"                    },
4732   { "font.input_1.active",                      "RocksFontSmall.pcx"    },
4733   { "font.input_1.active.x",                    "0"                     },
4734   { "font.input_1.active.y",                    "210"                   },
4735   { "font.input_1.active.width",                "14"                    },
4736   { "font.input_1.active.height",               "14"                    },
4737   { "font.input_1.active.MAIN",                 "RocksFontBig.pcx"      },
4738   { "font.input_1.active.MAIN.x",               "0"                     },
4739   { "font.input_1.active.MAIN.y",               "480"                   },
4740   { "font.input_1.active.MAIN.width",           "32"                    },
4741   { "font.input_1.active.MAIN.height",          "32"                    },
4742   { "font.input_1.active.SETUP",                "RocksFontBig.pcx"      },
4743   { "font.input_1.active.SETUP.x",              "0"                     },
4744   { "font.input_1.active.SETUP.y",              "0"                     },
4745   { "font.input_1.active.SETUP.width",          "32"                    },
4746   { "font.input_1.active.SETUP.height",         "32"                    },
4747   { "font.input_2",                             "RocksFontSmall.pcx"    },
4748   { "font.input_2.x",                           "0"                     },
4749   { "font.input_2.y",                           "210"                   },
4750   { "font.input_2.width",                       "14"                    },
4751   { "font.input_2.height",                      "14"                    },
4752   { "font.input_2.active",                      "RocksFontSmall.pcx"    },
4753   { "font.input_2.active.x",                    "0"                     },
4754   { "font.input_2.active.y",                    "210"                   },
4755   { "font.input_2.active.width",                "14"                    },
4756   { "font.input_2.active.height",               "14"                    },
4757
4758   { "font.option_off",                          "RocksFontBig.pcx"      },
4759   { "font.option_off.x",                        "0"                     },
4760   { "font.option_off.y",                        "160"                   },
4761   { "font.option_off.width",                    "32"                    },
4762   { "font.option_off.height",                   "32"                    },
4763   { "font.option_on",                           "RocksFontBig.pcx"      },
4764   { "font.option_on.x",                         "0"                     },
4765   { "font.option_on.y",                         "480"                   },
4766   { "font.option_on.width",                     "32"                    },
4767   { "font.option_on.height",                    "32"                    },
4768
4769   { "font.value_1",                             "RocksFontBig.pcx"      },
4770   { "font.value_1.x",                           "0"                     },
4771   { "font.value_1.y",                           "480"                   },
4772   { "font.value_1.width",                       "32"                    },
4773   { "font.value_1.height",                      "32"                    },
4774   { "font.value_2",                             "RocksFontMedium.pcx"   },
4775   { "font.value_2.x",                           "0"                     },
4776   { "font.value_2.y",                           "480"                   },
4777   { "font.value_2.width",                       "16"                    },
4778   { "font.value_2.height",                      "32"                    },
4779   { "font.value_old",                           "RocksFontBig.pcx"      },
4780   { "font.value_old.x",                         "0"                     },
4781   { "font.value_old.y",                         "160"                   },
4782   { "font.value_old.width",                     "32"                    },
4783   { "font.value_old.height",                    "32"                    },
4784
4785   { "font.level_number",                        "RocksFontSmall.pcx"    },
4786   { "font.level_number.x",                      "0"                     },
4787   { "font.level_number.y",                      "350"                   },
4788   { "font.level_number.width",                  "10"                    },
4789   { "font.level_number.height",                 "14"                    },
4790
4791   { "font.tape_recorder",                       "RocksFontSmall.pcx"    },
4792   { "font.tape_recorder.x",                     "0"                     },
4793   { "font.tape_recorder.y",                     "280"                   },
4794   { "font.tape_recorder.width",                 "11"                    },
4795   { "font.tape_recorder.height",                "14"                    },
4796
4797   { "font.game_info",                           "RocksFontEM.pcx"       },
4798   { "font.game_info.xpos",                      "0"                     },
4799   { "font.game_info.ypos",                      "0"                     },
4800   { "font.game_info.delay",                     "10"                    },
4801
4802   { "global.border",                            "RocksScreen.pcx"       },
4803   { "global.door",                              "RocksDoor.pcx"         },
4804
4805   { "editor.element_border",                    "RocksElements.pcx"     },
4806   { "editor.element_border.xpos",               "0"                     },
4807   { "editor.element_border.ypos",               "0"                     },
4808
4809   { "editor.element_border_input",              "RocksElements.pcx"     },
4810   { "editor.element_border_input.xpos",         "0"                     },
4811   { "editor.element_border_input.ypos",         "0"                     },
4812
4813   { "editor.cascade_list",                      "RocksDoor.pcx"         },
4814   { "editor.cascade_list.x",                    "708"                   },
4815   { "editor.cascade_list.y",                    "80"                    },
4816   { "editor.cascade_list.frames",               "1"                     },
4817   { "editor.cascade_list.active",               "RocksDoor.pcx"         },
4818   { "editor.cascade_list.active.x",             "740"                   },
4819   { "editor.cascade_list.active.y",             "80"                    },
4820   { "editor.cascade_list.active.frames",        "1"                     },
4821
4822   { "background.envelope_1",                    "RocksScreen.pcx"       },
4823   { "background.envelope_1.x",                  "0"                     },
4824   { "background.envelope_1.y",                  "0"                     },
4825   { "background.envelope_1.width",              "560"                   },
4826   { "background.envelope_1.height",             "560"                   },
4827   { "background.envelope_1.anim_mode",          "default"               },
4828   { "background.envelope_1.draw_masked",        "false"                 },
4829   { "background.envelope_2",                    "RocksScreen.pcx"       },
4830   { "background.envelope_2.x",                  "0"                     },
4831   { "background.envelope_2.y",                  "0"                     },
4832   { "background.envelope_2.width",              "560"                   },
4833   { "background.envelope_2.height",             "560"                   },
4834   { "background.envelope_2.anim_mode",          "default"               },
4835   { "background.envelope_2.draw_masked",        "false"                 },
4836   { "background.envelope_3",                    "RocksScreen.pcx"       },
4837   { "background.envelope_3.x",                  "0"                     },
4838   { "background.envelope_3.y",                  "0"                     },
4839   { "background.envelope_3.width",              "560"                   },
4840   { "background.envelope_3.height",             "560"                   },
4841   { "background.envelope_3.anim_mode",          "default"               },
4842   { "background.envelope_3.draw_masked",        "false"                 },
4843   { "background.envelope_4",                    "RocksScreen.pcx"       },
4844   { "background.envelope_4.x",                  "0"                     },
4845   { "background.envelope_4.y",                  "0"                     },
4846   { "background.envelope_4.width",              "560"                   },
4847   { "background.envelope_4.height",             "560"                   },
4848   { "background.envelope_4.anim_mode",          "default"               },
4849   { "background.envelope_4.draw_masked",        "false"                 },
4850
4851   { "background",                               UNDEFINED_FILENAME      },
4852   { "background.TITLE",                         UNDEFINED_FILENAME      },
4853   { "background.MESSAGE",                       UNDEFINED_FILENAME      },
4854   { "background.MAIN",                          UNDEFINED_FILENAME      },
4855   { "background.LEVELS",                        UNDEFINED_FILENAME      },
4856   { "background.SCORES",                        UNDEFINED_FILENAME      },
4857   { "background.EDITOR",                        UNDEFINED_FILENAME      },
4858   { "background.INFO",                          UNDEFINED_FILENAME      },
4859   { "background.INFO[ELEMENTS]",                UNDEFINED_FILENAME      },
4860   { "background.INFO[MUSIC]",                   UNDEFINED_FILENAME      },
4861   { "background.INFO[CREDITS]",                 UNDEFINED_FILENAME      },
4862   { "background.INFO[PROGRAM]",                 UNDEFINED_FILENAME      },
4863   { "background.INFO[LEVELSET]",                UNDEFINED_FILENAME      },
4864   { "background.SETUP",                         UNDEFINED_FILENAME      },
4865   { "background.DOOR",                          UNDEFINED_FILENAME      },
4866
4867   { "titlescreen_initial_1",                    UNDEFINED_FILENAME      },
4868   { "titlescreen_initial_2",                    UNDEFINED_FILENAME      },
4869   { "titlescreen_initial_3",                    UNDEFINED_FILENAME      },
4870   { "titlescreen_initial_4",                    UNDEFINED_FILENAME      },
4871   { "titlescreen_initial_5",                    UNDEFINED_FILENAME      },
4872   { "titlescreen_1",                            UNDEFINED_FILENAME      },
4873   { "titlescreen_2",                            UNDEFINED_FILENAME      },
4874   { "titlescreen_3",                            UNDEFINED_FILENAME      },
4875   { "titlescreen_4",                            UNDEFINED_FILENAME      },
4876   { "titlescreen_5",                            UNDEFINED_FILENAME      },
4877
4878   /* the following directives are not associated with an image, but
4879      probably make sense to be defined in "graphicsinfo.conf", too */
4880
4881   { "global.num_toons",                         "20"                    },
4882
4883   { "border.draw_masked.TITLE",                 "false"                 },
4884   { "border.draw_masked.MAIN",                  "false"                 },
4885   { "border.draw_masked.LEVELS",                "false"                 },
4886   { "border.draw_masked.SCORES",                "false"                 },
4887   { "border.draw_masked.EDITOR",                "false"                 },
4888   { "border.draw_masked.INFO",                  "false"                 },
4889   { "border.draw_masked.SETUP",                 "false"                 },
4890   { "border.draw_masked.PLAYING",               "false"                 },
4891   { "border.draw_masked.DOOR",                  "false"                 },
4892
4893   { "title.fade_delay",                         "500"                   },
4894   { "title.post_delay",                         "250"                   },
4895   { "title.auto_delay",                         "-1"                    },
4896
4897   { "menu.fade_delay",                          "250"                   },
4898   { "menu.post_delay",                          "125"                   },
4899   { "menu.auto_delay",                          "-1"                    },
4900
4901   { "menu.draw_xoffset",                        "0"                     },
4902   { "menu.draw_yoffset",                        "0"                     },
4903   { "menu.draw_xoffset.MAIN",                   "0"                     },
4904   { "menu.draw_yoffset.MAIN",                   "0"                     },
4905   { "menu.draw_xoffset.LEVELS",                 "0"                     },
4906   { "menu.draw_yoffset.LEVELS",                 "0"                     },
4907   { "menu.draw_xoffset.SCORES",                 "0"                     },
4908   { "menu.draw_yoffset.SCORES",                 "0"                     },
4909   { "menu.draw_xoffset.EDITOR",                 "0"                     },
4910   { "menu.draw_yoffset.EDITOR",                 "0"                     },
4911   { "menu.draw_xoffset.INFO",                   "0"                     },
4912   { "menu.draw_yoffset.INFO",                   "0"                     },
4913   { "menu.draw_xoffset.INFO[ELEMENTS]",         "0"                     },
4914   { "menu.draw_yoffset.INFO[ELEMENTS]",         "0"                     },
4915   { "menu.draw_xoffset.INFO[MUSIC]",            "0"                     },
4916   { "menu.draw_yoffset.INFO[MUSIC]",            "0"                     },
4917   { "menu.draw_xoffset.INFO[CREDITS]",          "0"                     },
4918   { "menu.draw_yoffset.INFO[CREDITS]",          "0"                     },
4919   { "menu.draw_xoffset.INFO[PROGRAM]",          "0"                     },
4920   { "menu.draw_yoffset.INFO[PROGRAM]",          "0"                     },
4921   { "menu.draw_xoffset.INFO[LEVELSET]",         "0"                     },
4922   { "menu.draw_yoffset.INFO[LEVELSET]",         "0"                     },
4923   { "menu.draw_xoffset.SETUP",                  "0"                     },
4924   { "menu.draw_yoffset.SETUP",                  "0"                     },
4925
4926   { "menu.scrollbar_xoffset",                   "0"                     },
4927
4928   { "menu.list_size",                           "-1"                    },
4929   { "menu.list_size.LEVELS",                    "-1"                    },
4930   { "menu.list_size.SCORES",                    "-1"                    },
4931   { "menu.list_size.INFO",                      "-1"                    },
4932
4933   { "main.button.name.x",                       "0"                     },
4934   { "main.button.name.y",                       "64"                    },
4935   { "main.button.levels.x",                     "0"                     },
4936   { "main.button.levels.y",                     "96"                    },
4937   { "main.button.scores.x",                     "0"                     },
4938   { "main.button.scores.y",                     "128"                   },
4939   { "main.button.editor.x",                     "0"                     },
4940   { "main.button.editor.y",                     "160"                   },
4941   { "main.button.info.x",                       "0"                     },
4942   { "main.button.info.y",                       "192"                   },
4943   { "main.button.game.x",                       "0"                     },
4944   { "main.button.game.y",                       "224"                   },
4945   { "main.button.setup.x",                      "0"                     },
4946   { "main.button.setup.y",                      "256"                   },
4947   { "main.button.quit.x",                       "0"                     },
4948   { "main.button.quit.y",                       "288"                   },
4949
4950   { "main.button.prev_level.x",                 "320"                   },
4951   { "main.button.prev_level.y",                 "96"                    },
4952   { "main.button.next_level.x",                 "448"                   },
4953   { "main.button.next_level.y",                 "96"                    },
4954
4955   { "main.text.name.x",                         "-1"                    },
4956   { "main.text.name.y",                         "-1"                    },
4957   { "main.text.name.width",                     "-1"                    },
4958   { "main.text.name.height",                    "-1"                    },
4959   { "main.text.name.align",                     "left"                  },
4960   { "main.text.levels.x",                       "-1"                    },
4961   { "main.text.levels.y",                       "-1"                    },
4962   { "main.text.levels.width",                   "-1"                    },
4963   { "main.text.levels.height",                  "-1"                    },
4964   { "main.text.levels.align",                   "left"                  },
4965   { "main.text.scores.x",                       "-1"                    },
4966   { "main.text.scores.y",                       "-1"                    },
4967   { "main.text.scores.width",                   "-1"                    },
4968   { "main.text.scores.height",                  "-1"                    },
4969   { "main.text.scores.align",                   "left"                  },
4970   { "main.text.editor.x",                       "-1"                    },
4971   { "main.text.editor.y",                       "-1"                    },
4972   { "main.text.editor.width",                   "-1"                    },
4973   { "main.text.editor.height",                  "-1"                    },
4974   { "main.text.editor.align",                   "left"                  },
4975   { "main.text.info.x",                         "-1"                    },
4976   { "main.text.info.y",                         "-1"                    },
4977   { "main.text.info.width",                     "-1"                    },
4978   { "main.text.info.height",                    "-1"                    },
4979   { "main.text.info.align",                     "left"                  },
4980   { "main.text.game.x",                         "-1"                    },
4981   { "main.text.game.y",                         "-1"                    },
4982   { "main.text.game.width",                     "-1"                    },
4983   { "main.text.game.height",                    "-1"                    },
4984   { "main.text.game.align",                     "left"                  },
4985   { "main.text.setup.x",                        "-1"                    },
4986   { "main.text.setup.y",                        "-1"                    },
4987   { "main.text.setup.width",                    "-1"                    },
4988   { "main.text.setup.height",                   "-1"                    },
4989   { "main.text.setup.align",                    "left"                  },
4990   { "main.text.quit.x",                         "-1"                    },
4991   { "main.text.quit.y",                         "-1"                    },
4992   { "main.text.quit.width",                     "-1"                    },
4993   { "main.text.quit.height",                    "-1"                    },
4994   { "main.text.quit.align",                     "left"                  },
4995
4996   { "main.text.current_level.x",                "352"                   },
4997   { "main.text.current_level.y",                "96"                    },
4998   { "main.text.current_level.align",            "left"                  },
4999   { "main.text.first_level.x",                  "488"                   },
5000   { "main.text.first_level.y",                  "98"                    },
5001   { "main.text.first_level.align",              "left"                  },
5002   { "main.text.last_level.x",                   "488"                   },
5003   { "main.text.last_level.y",                   "112"                   },
5004   { "main.text.last_level.align",               "left"                  },
5005   { "main.text.level_info_1.x",                 "272"                   },
5006   { "main.text.level_info_1.y",                 "352"                   },
5007   { "main.text.level_info_1.align",             "center"                },
5008   { "main.text.level_info_2.x",                 "272"                   },
5009   { "main.text.level_info_2.y",                 "523"                   },
5010   { "main.text.level_info_2.align",             "center"                },
5011   { "main.text.title_1.x",                      "272"                   },
5012   { "main.text.title_1.y",                      "8"                     },
5013   { "main.text.title_1.align",                  "center"                },
5014   { "main.text.title_2.x",                      "272"                   },
5015   { "main.text.title_2.y",                      "46"                    },
5016   { "main.text.title_2.align",                  "center"                },
5017   { "main.text.title_3.x",                      "272"                   },
5018   { "main.text.title_3.y",                      "326"                   },
5019   { "main.text.title_3.align",                  "center"                },
5020
5021   { "main.input.name.x",                        "-1"                    },
5022   { "main.input.name.y",                        "-1"                    },
5023   { "main.input.name.align",                    "left"                  },
5024
5025   { "preview.x",                                "272"                   },
5026   { "preview.y",                                "380"                   },
5027   { "preview.align",                            "center"                },
5028   { "preview.xsize",                            "66"                    },
5029   { "preview.ysize",                            "34"                    },
5030   { "preview.xoffset",                          "0"                     },
5031   { "preview.yoffset",                          "0"                     },
5032   { "preview.tile_size",                        "4"                     },
5033   { "preview.step_offset",                      "1"                     },
5034   { "preview.step_delay",                       "50"                    },
5035   { "preview.anim_mode",                        "default"               },
5036
5037   { "door_1.width",                             "-1"                    },
5038   { "door_1.height",                            "-1"                    },
5039   { "door_1.step_offset",                       "2"                     },
5040   { "door_1.step_delay",                        "10"                    },
5041   { "door_1.anim_mode",                         "default"               },
5042
5043   { "door_2.width",                             "-1"                    },
5044   { "door_2.height",                            "-1"                    },
5045   { "door_2.step_offset",                       "2"                     },
5046   { "door_2.step_delay",                        "10"                    },
5047   { "door_2.anim_mode",                         "default"               },
5048
5049   { "game.panel.level.x",                       "37"                    },
5050   { "game.panel.level.y",                       "20"                    },
5051   { "game.panel.gems.x",                        "29"                    },
5052   { "game.panel.gems.y",                        "54"                    },
5053   { "game.panel.inventory.x",                   "29"                    },
5054   { "game.panel.inventory.y",                   "89"                    },
5055   { "game.panel.keys.x",                        "18"                    },
5056   { "game.panel.keys.y",                        "123"                   },
5057   { "game.panel.score.x",                       "15"                    },
5058   { "game.panel.score.y",                       "159"                   },
5059   { "game.panel.time.x",                        "29"                    },
5060   { "game.panel.time.y",                        "194"                   },
5061
5062   { "[player].boring_delay_fixed",              "1000"                  },
5063   { "[player].boring_delay_random",             "1000"                  },
5064   { "[player].sleeping_delay_fixed",            "2000"                  },
5065   { "[player].sleeping_delay_random",           "2000"                  },
5066
5067   { NULL,                                       NULL                    }
5068 };