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