X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=623dadd33e1fe8185059b8a11f5d8c50814cc546;hb=ad15815ec04f42779d0717a6d291f93b8e847d39;hp=af832b3328f28c19b34d7e36f291da29eaa3df63;hpb=07bd1f7e496e8914d56ec4422b33492b8f66b1d0;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index af832b33..623dadd3 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -37,13 +37,16 @@ struct ConfigInfo image_config_suffix[] = { ".delay", "1", TYPE_INTEGER }, { ".anim_mode", ARG_UNDEFINED, TYPE_STRING }, { ".global_sync", "false", TYPE_BOOLEAN }, + { ".crumbled_like", ARG_UNDEFINED, TYPE_TOKEN }, + { ".diggable_like", ARG_UNDEFINED, TYPE_TOKEN }, + { ".border_size", ARG_UNDEFINED, TYPE_INTEGER }, { ".step_offset", "4", TYPE_INTEGER }, { ".step_delay", "1", TYPE_INTEGER }, { ".direction", ARG_UNDEFINED, TYPE_STRING }, { ".position", ARG_UNDEFINED, TYPE_STRING }, { ".draw_xoffset", "0", TYPE_INTEGER }, { ".draw_yoffset", "0", TYPE_INTEGER }, - { ".format", ARG_UNDEFINED, TYPE_STRING }, + { ".draw_masked", "false", TYPE_BOOLEAN }, { ".name", ARG_UNDEFINED, TYPE_STRING }, { NULL, NULL, 0 } @@ -68,10 +71,6 @@ struct ConfigInfo image_config[] = { "bd_rock.EDITOR", "RocksDC.pcx" }, { "bd_rock.EDITOR.xpos", "14" }, { "bd_rock.EDITOR.ypos", "14" }, - { "bd_rock.falling", "RocksDC.pcx" }, - { "bd_rock.falling.xpos", "12" }, - { "bd_rock.falling.ypos", "10" }, - { "bd_rock.falling.frames", "1" }, { "bd_rock.moving.left", "RocksDC.pcx" }, { "bd_rock.moving.left.xpos", "12" }, { "bd_rock.moving.left.ypos", "10" }, @@ -84,6 +83,18 @@ struct ConfigInfo image_config[] = { "bd_rock.moving.right.frames", "4" }, { "bd_rock.moving.right.start_frame", "1" }, { "bd_rock.moving.right.delay", "2" }, + { "bd_rock.pushing.left", "RocksDC.pcx" }, + { "bd_rock.pushing.left.xpos", "12" }, + { "bd_rock.pushing.left.ypos", "10" }, + { "bd_rock.pushing.left.frames", "4" }, + { "bd_rock.pushing.left.delay", "2" }, + { "bd_rock.pushing.left.anim_mode", "reverse" }, + { "bd_rock.pushing.right", "RocksDC.pcx" }, + { "bd_rock.pushing.right.xpos", "12" }, + { "bd_rock.pushing.right.ypos", "10" }, + { "bd_rock.pushing.right.frames", "4" }, + { "bd_rock.pushing.right.start_frame", "1" }, + { "bd_rock.pushing.right.delay", "2" }, { "bd_diamond", "RocksElements.pcx" }, { "bd_diamond.xpos", "0" }, @@ -209,14 +220,17 @@ struct ConfigInfo image_config[] = /* images for Supaplex style elements and actions */ + { "[sp_default].exploding", "RocksSP.pcx" }, + { "[sp_default].exploding.xpos", "8" }, + { "[sp_default].exploding.ypos", "3" }, + { "[sp_default].exploding.frames", "8" }, + { "[sp_default].exploding.delay", "3" }, + { "[sp_default].exploding.anim_mode", "linear" }, + { "sp_zonk", "RocksSP.pcx" }, { "sp_zonk.xpos", "1" }, { "sp_zonk.ypos", "0" }, { "sp_zonk.frames", "1" }, - { "sp_zonk.falling", "RocksSP.pcx" }, - { "sp_zonk.falling.xpos", "1" }, - { "sp_zonk.falling.ypos", "0" }, - { "sp_zonk.falling.frames", "1" }, { "sp_zonk.moving.left", "RocksSP.pcx" }, { "sp_zonk.moving.left.xpos", "0" }, { "sp_zonk.moving.left.ypos", "6" }, @@ -229,6 +243,18 @@ struct ConfigInfo image_config[] = { "sp_zonk.moving.right.frames", "4" }, { "sp_zonk.moving.right.start_frame", "1" }, { "sp_zonk.moving.right.delay", "2" }, + { "sp_zonk.pushing.left", "RocksSP.pcx" }, + { "sp_zonk.pushing.left.xpos", "0" }, + { "sp_zonk.pushing.left.ypos", "6" }, + { "sp_zonk.pushing.left.frames", "4" }, + { "sp_zonk.pushing.left.delay", "2" }, + { "sp_zonk.pushing.left.anim_mode", "reverse" }, + { "sp_zonk.pushing.right", "RocksSP.pcx" }, + { "sp_zonk.pushing.right.xpos", "0" }, + { "sp_zonk.pushing.right.ypos", "6" }, + { "sp_zonk.pushing.right.frames", "4" }, + { "sp_zonk.pushing.right.start_frame", "1" }, + { "sp_zonk.pushing.right.delay", "2" }, { "sp_base", "RocksSP.pcx" }, { "sp_base.xpos", "2" }, @@ -263,6 +289,18 @@ struct ConfigInfo image_config[] = { "sp_murphy.digging.right.frames", "3" }, { "sp_murphy.digging.right.anim_mode", "pingpong" }, { "sp_murphy.digging.right.delay", "2" }, + { "sp_murphy.collecting.left", "RocksSP.pcx" }, + { "sp_murphy.collecting.left.xpos", "8" }, + { "sp_murphy.collecting.left.ypos", "0" }, + { "sp_murphy.collecting.left.frames", "3" }, + { "sp_murphy.collecting.left.anim_mode", "pingpong" }, + { "sp_murphy.collecting.left.delay", "2" }, + { "sp_murphy.collecting.right", "RocksSP.pcx" }, + { "sp_murphy.collecting.right.xpos", "11" }, + { "sp_murphy.collecting.right.ypos", "0" }, + { "sp_murphy.collecting.right.frames", "3" }, + { "sp_murphy.collecting.right.anim_mode", "pingpong" }, + { "sp_murphy.collecting.right.delay", "2" }, { "sp_murphy.pushing.left", "RocksSP.pcx" }, { "sp_murphy.pushing.left.xpos", "11" }, { "sp_murphy.pushing.left.ypos", "1" }, @@ -300,10 +338,6 @@ struct ConfigInfo image_config[] = { "sp_infotron.EDITOR", "RocksSP.pcx" }, { "sp_infotron.EDITOR.xpos", "8" }, { "sp_infotron.EDITOR.ypos", "11" }, - { "sp_infotron.falling", "RocksSP.pcx" }, - { "sp_infotron.falling.xpos", "4" }, - { "sp_infotron.falling.ypos", "0" }, - { "sp_infotron.falling.frames", "1" }, { "sp_chip_single", "RocksSP.pcx" }, { "sp_chip_single.xpos", "5" }, @@ -351,32 +385,28 @@ struct ConfigInfo image_config[] = { "sp_exit_closed.xpos", "7" }, { "sp_exit_closed.ypos", "0" }, { "sp_exit_closed.frames", "1" }, + { "sp_exit.opening", "RocksSP.pcx" }, + { "sp_exit.opening.xpos", "7" }, + { "sp_exit.opening.ypos", "0" }, + { "sp_exit.opening.frames", "1" }, { "sp_exit_open", "RocksSP.pcx" }, { "sp_exit_open.xpos", "7" }, { "sp_exit_open.ypos", "0" }, { "sp_exit_open.frames", "1" }, + { "sp_exit.closing", "RocksSP.pcx" }, + { "sp_exit.closing.xpos", "7" }, + { "sp_exit.closing.ypos", "0" }, + { "sp_exit.closing.frames", "1" }, { "sp_disk_orange", "RocksSP.pcx" }, { "sp_disk_orange.xpos", "0" }, { "sp_disk_orange.ypos", "1" }, { "sp_disk_orange.frames", "1" }, - { "sp_disk_orange.falling", "RocksSP.pcx" }, - { "sp_disk_orange.falling.xpos", "0" }, - { "sp_disk_orange.falling.ypos", "1" }, - { "sp_disk_orange.falling.frames", "1" }, - { "sp_disk_orange.pushing", "RocksSP.pcx" }, - { "sp_disk_orange.pushing.xpos", "0" }, - { "sp_disk_orange.pushing.ypos", "1" }, - { "sp_disk_orange.pushing.frames", "1" }, { "sp_disk_yellow", "RocksSP.pcx" }, { "sp_disk_yellow.xpos", "2" }, { "sp_disk_yellow.ypos", "2" }, { "sp_disk_yellow.frames", "1" }, - { "sp_disk_yellow.pushing", "RocksSP.pcx" }, - { "sp_disk_yellow.pushing.xpos", "2" }, - { "sp_disk_yellow.pushing.ypos", "2" }, - { "sp_disk_yellow.pushing.frames", "1" }, { "sp_disk_red", "RocksSP.pcx" }, { "sp_disk_red.xpos", "4" }, @@ -469,6 +499,12 @@ struct ConfigInfo image_config[] = { "sp_electron.EDITOR", "RocksSP.pcx" }, { "sp_electron.EDITOR.xpos", "10" }, { "sp_electron.EDITOR.ypos", "11" }, + { "sp_electron.exploding", "RocksSP.pcx" }, + { "sp_electron.exploding.xpos", "8" }, + { "sp_electron.exploding.ypos", "4" }, + { "sp_electron.exploding.frames", "8" }, + { "sp_electron.exploding.delay", "3" }, + { "sp_electron.exploding.anim_mode", "linear" }, { "sp_terminal", "RocksSP.pcx" }, { "sp_terminal.xpos", "0" }, @@ -488,6 +524,9 @@ struct ConfigInfo image_config[] = { "sp_buggy_base.xpos", "1" }, { "sp_buggy_base.ypos", "3" }, { "sp_buggy_base.frames", "1" }, + { "sp_buggy_base.EDITOR", "RocksSP.pcx" }, + { "sp_buggy_base.EDITOR.xpos", "9" }, + { "sp_buggy_base.EDITOR.ypos", "6" }, { "sp_buggy_base.activating", "RocksSP.pcx" }, { "sp_buggy_base.activating.xpos", "15" }, { "sp_buggy_base.activating.ypos", "2" }, @@ -523,19 +562,6 @@ struct ConfigInfo image_config[] = { "sp_hardware_base_6.ypos", "4" }, { "sp_hardware_base_6.frames", "1" }, - { "sp_explosion", "RocksSP.pcx" }, - { "sp_explosion.xpos", "8" }, - { "sp_explosion.ypos", "3" }, - { "sp_explosion.frames", "8" }, - { "sp_explosion.delay", "3" }, - { "sp_explosion.anim_mode", "linear" }, - { "sp_explosion_infotron", "RocksSP.pcx" }, - { "sp_explosion_infotron.xpos", "8" }, - { "sp_explosion_infotron.ypos", "4" }, - { "sp_explosion_infotron.frames", "8" }, - { "sp_explosion.delay", "3" }, - { "sp_explosion.anim_mode", "linear" }, - /* images for Sokoban style elements and actions */ { "sokoban_object", "RocksElements.pcx" }, @@ -567,19 +593,68 @@ struct ConfigInfo image_config[] = { "sand.xpos", "0" }, { "sand.ypos", "0" }, { "sand.frames", "1" }, - { "sand_crumbled", "RocksElements.pcx" }, - { "sand_crumbled.xpos", "1" }, - { "sand_crumbled.ypos", "0" }, - { "sand_crumbled.frames", "1" }, + { "sand.CRUMBLED", "RocksElements.pcx" }, + { "sand.CRUMBLED.xpos", "1" }, + { "sand.CRUMBLED.ypos", "0" }, + { "sand.CRUMBLED.frames", "1" }, + { "sand.digging.left", "RocksMore.pcx" }, + { "sand.digging.left.xpos", "6" }, + { "sand.digging.left.ypos", "3" }, + { "sand.digging.left.frames", "3" }, + { "sand.digging.left.delay", "2" }, + { "sand.digging.left.anim_mode", "linear" }, + { "sand.digging.right", "RocksMore.pcx" }, + { "sand.digging.right.xpos", "9" }, + { "sand.digging.right.ypos", "3" }, + { "sand.digging.right.frames", "3" }, + { "sand.digging.right.delay", "2" }, + { "sand.digging.right.anim_mode", "linear" }, + { "sand.digging.up", "RocksMore.pcx" }, + { "sand.digging.up.xpos", "0" }, + { "sand.digging.up.ypos", "3" }, + { "sand.digging.up.frames", "3" }, + { "sand.digging.up.delay", "2" }, + { "sand.digging.up.anim_mode", "linear" }, + { "sand.digging.down", "RocksMore.pcx" }, + { "sand.digging.down.xpos", "3" }, + { "sand.digging.down.ypos", "3" }, + { "sand.digging.down.frames", "3" }, + { "sand.digging.down.delay", "2" }, + { "sand.digging.down.anim_mode", "linear" }, + { "sand.digging.left.CRUMBLED", "RocksMore.pcx" }, + { "sand.digging.left.CRUMBLED.xpos", "6" }, + { "sand.digging.left.CRUMBLED.ypos", "0" }, + { "sand.digging.left.CRUMBLED.frames", "3" }, + { "sand.digging.left.CRUMBLED.delay", "2" }, + { "sand.digging.left.CRUMBLED.anim_mode", "linear" }, + { "sand.digging.right.CRUMBLED", "RocksMore.pcx" }, + { "sand.digging.right.CRUMBLED.xpos", "9" }, + { "sand.digging.right.CRUMBLED.ypos", "0" }, + { "sand.digging.right.CRUMBLED.frames", "3" }, + { "sand.digging.right.CRUMBLED.delay", "2" }, + { "sand.digging.right.CRUMBLED.anim_mode", "linear" }, + { "sand.digging.up.CRUMBLED", "RocksMore.pcx" }, + { "sand.digging.up.CRUMBLED.xpos", "0" }, + { "sand.digging.up.CRUMBLED.ypos", "0" }, + { "sand.digging.up.CRUMBLED.frames", "3" }, + { "sand.digging.up.CRUMBLED.delay", "2" }, + { "sand.digging.up.CRUMBLED.anim_mode", "linear" }, + { "sand.digging.down.CRUMBLED", "RocksMore.pcx" }, + { "sand.digging.down.CRUMBLED.xpos", "3" }, + { "sand.digging.down.CRUMBLED.ypos", "0" }, + { "sand.digging.down.CRUMBLED.frames", "3" }, + { "sand.digging.down.CRUMBLED.delay", "2" }, + { "sand.digging.down.CRUMBLED.anim_mode", "linear" }, { "wall", "RocksElements.pcx" }, { "wall.xpos", "5" }, { "wall.ypos", "0" }, { "wall.frames", "1" }, - { "wall_crumbled", "RocksElements.pcx" }, - { "wall_crumbled.xpos", "6" }, - { "wall_crumbled.ypos", "0" }, - { "wall_crumbled.frames", "1" }, + + { "wall_slippery", "RocksElements.pcx" }, + { "wall_slippery.xpos", "6" }, + { "wall_slippery.ypos", "0" }, + { "wall_slippery.frames", "1" }, { "steelwall", "RocksElements.pcx" }, { "steelwall.xpos", "4" }, @@ -590,10 +665,6 @@ struct ConfigInfo image_config[] = { "rock.xpos", "12" }, { "rock.ypos", "0" }, { "rock.frames", "1" }, - { "rock.falling", "RocksElements.pcx" }, - { "rock.falling.xpos", "12" }, - { "rock.falling.ypos", "0" }, - { "rock.falling.frames", "1" }, { "rock.moving.left", "RocksElements.pcx" }, { "rock.moving.left.xpos", "12" }, { "rock.moving.left.ypos", "0" }, @@ -606,6 +677,18 @@ struct ConfigInfo image_config[] = { "rock.moving.right.frames", "4" }, { "rock.moving.right.start_frame", "1" }, { "rock.moving.right.delay", "2" }, + { "rock.pushing.left", "RocksElements.pcx" }, + { "rock.pushing.left.xpos", "12" }, + { "rock.pushing.left.ypos", "0" }, + { "rock.pushing.left.frames", "4" }, + { "rock.pushing.left.delay", "2" }, + { "rock.pushing.left.anim_mode", "reverse" }, + { "rock.pushing.right", "RocksElements.pcx" }, + { "rock.pushing.right.xpos", "12" }, + { "rock.pushing.right.ypos", "0" }, + { "rock.pushing.right.frames", "4" }, + { "rock.pushing.right.start_frame", "1" }, + { "rock.pushing.right.delay", "2" }, { "emerald", "RocksElements.pcx" }, { "emerald.xpos", "8" }, @@ -621,6 +704,12 @@ struct ConfigInfo image_config[] = { "emerald.falling.ypos", "0" }, { "emerald.falling.frames", "2" }, { "emerald.falling.delay", "4" }, + { "emerald.collecting", "RocksMore.pcx" }, + { "emerald.collecting.xpos", "3" }, + { "emerald.collecting.ypos", "2" }, + { "emerald.collecting.frames", "3" }, + { "emerald.collecting.delay", "2" }, + { "emerald.collecting.anim_mode", "linear" }, { "diamond", "RocksElements.pcx" }, { "diamond.xpos", "10" }, @@ -636,6 +725,12 @@ struct ConfigInfo image_config[] = { "diamond.falling.ypos", "0" }, { "diamond.falling.frames", "2" }, { "diamond.falling.delay", "4" }, + { "diamond.collecting", "RocksMore.pcx" }, + { "diamond.collecting.xpos", "7" }, + { "diamond.collecting.ypos", "2" }, + { "diamond.collecting.frames", "3" }, + { "diamond.collecting.delay", "2" }, + { "diamond.collecting.anim_mode", "linear" }, { "bomb", "RocksElements.pcx" }, { "bomb.xpos", "11" }, @@ -646,18 +741,6 @@ struct ConfigInfo image_config[] = { "nut.xpos", "12" }, { "nut.ypos", "1" }, { "nut.frames", "1" }, - { "nut.falling", "RocksElements.pcx" }, - { "nut.falling.xpos", "12" }, - { "nut.falling.ypos", "1" }, - { "nut.falling.frames", "1" }, - { "nut.moving.left", "RocksElements.pcx" }, - { "nut.moving.left.xpos", "12" }, - { "nut.moving.left.ypos", "1" }, - { "nut.moving.left.frames", "1" }, - { "nut.moving.right", "RocksElements.pcx" }, - { "nut.moving.right.xpos", "12" }, - { "nut.moving.right.ypos", "1" }, - { "nut.moving.right.frames", "1" }, { "nut.breaking", "RocksElements.pcx" }, { "nut.breaking.xpos", "13" }, { "nut.breaking.ypos", "1" }, @@ -692,55 +775,97 @@ struct ConfigInfo image_config[] = { "wall_diamond.ypos", "8" }, { "wall_diamond.frames", "1" }, + { "bug", "RocksElements.pcx" }, + { "bug.xpos", "8" }, + { "bug.ypos", "4" }, + { "bug.frames", "4" }, + { "bug.delay", "8" }, { "bug.right", "RocksElements.pcx" }, { "bug.right.xpos", "8" }, { "bug.right.ypos", "4" }, - { "bug.right.frames", "2" }, - { "bug.right.delay", "4" }, - { "bug.right.offset", "128" }, + { "bug.right.frames", "1" }, { "bug.up", "RocksElements.pcx" }, { "bug.up.xpos", "9" }, { "bug.up.ypos", "4" }, - { "bug.up.frames", "2" }, - { "bug.up.delay", "4" }, - { "bug.up.offset", "128" }, + { "bug.up.frames", "1" }, { "bug.left", "RocksElements.pcx" }, { "bug.left.xpos", "10" }, { "bug.left.ypos", "4" }, - { "bug.left.frames", "2" }, - { "bug.left.delay", "4" }, - { "bug.left.offset", "128" }, + { "bug.left.frames", "1" }, { "bug.down", "RocksElements.pcx" }, { "bug.down.xpos", "11" }, { "bug.down.ypos", "4" }, - { "bug.down.frames", "2" }, - { "bug.down.delay", "4" }, - { "bug.down.offset", "128" }, - + { "bug.down.frames", "1" }, + { "bug.moving.right", "RocksElements.pcx" }, + { "bug.moving.right.xpos", "8" }, + { "bug.moving.right.ypos", "4" }, + { "bug.moving.right.frames", "2" }, + { "bug.moving.right.delay", "4" }, + { "bug.moving.right.offset", "128" }, + { "bug.moving.up", "RocksElements.pcx" }, + { "bug.moving.up.xpos", "9" }, + { "bug.moving.up.ypos", "4" }, + { "bug.moving.up.frames", "2" }, + { "bug.moving.up.delay", "4" }, + { "bug.moving.up.offset", "128" }, + { "bug.moving.left", "RocksElements.pcx" }, + { "bug.moving.left.xpos", "10" }, + { "bug.moving.left.ypos", "4" }, + { "bug.moving.left.frames", "2" }, + { "bug.moving.left.delay", "4" }, + { "bug.moving.left.offset", "128" }, + { "bug.moving.down", "RocksElements.pcx" }, + { "bug.moving.down.xpos", "11" }, + { "bug.moving.down.ypos", "4" }, + { "bug.moving.down.frames", "2" }, + { "bug.moving.down.delay", "4" }, + { "bug.moving.down.offset", "128" }, + + { "spaceship", "RocksElements.pcx" }, + { "spaceship.xpos", "8" }, + { "spaceship.ypos", "3" }, + { "spaceship.frames", "4" }, + { "spaceship.delay", "8" }, { "spaceship.right", "RocksElements.pcx" }, { "spaceship.right.xpos", "8" }, { "spaceship.right.ypos", "3" }, - { "spaceship.right.frames", "2" }, - { "spaceship.right.delay", "4" }, - { "spaceship.right.offset", "128" }, + { "spaceship.right.frames", "1" }, { "spaceship.up", "RocksElements.pcx" }, { "spaceship.up.xpos", "9" }, { "spaceship.up.ypos", "3" }, - { "spaceship.up.frames", "2" }, - { "spaceship.up.delay", "4" }, - { "spaceship.up.offset", "128" }, + { "spaceship.up.frames", "1" }, { "spaceship.left", "RocksElements.pcx" }, { "spaceship.left.xpos", "10" }, { "spaceship.left.ypos", "3" }, - { "spaceship.left.frames", "2" }, - { "spaceship.left.delay", "4" }, - { "spaceship.left.offset", "128" }, + { "spaceship.left.frames", "1" }, { "spaceship.down", "RocksElements.pcx" }, { "spaceship.down.xpos", "11" }, { "spaceship.down.ypos", "3" }, - { "spaceship.down.frames", "2" }, - { "spaceship.down.delay", "4" }, - { "spaceship.down.offset", "128" }, + { "spaceship.down.frames", "1" }, + { "spaceship.moving.right", "RocksElements.pcx" }, + { "spaceship.moving.right.xpos", "8" }, + { "spaceship.moving.right.ypos", "3" }, + { "spaceship.moving.right.frames", "2" }, + { "spaceship.moving.right.delay", "4" }, + { "spaceship.moving.right.offset", "128" }, + { "spaceship.moving.up", "RocksElements.pcx" }, + { "spaceship.moving.up.xpos", "9" }, + { "spaceship.moving.up.ypos", "3" }, + { "spaceship.moving.up.frames", "2" }, + { "spaceship.moving.up.delay", "4" }, + { "spaceship.moving.up.offset", "128" }, + { "spaceship.moving.left", "RocksElements.pcx" }, + { "spaceship.moving.left.xpos", "10" }, + { "spaceship.moving.left.ypos", "3" }, + { "spaceship.moving.left.frames", "2" }, + { "spaceship.moving.left.delay", "4" }, + { "spaceship.moving.left.offset", "128" }, + { "spaceship.moving.down", "RocksElements.pcx" }, + { "spaceship.moving.down.xpos", "11" }, + { "spaceship.moving.down.ypos", "3" }, + { "spaceship.moving.down.frames", "2" }, + { "spaceship.moving.down.delay", "4" }, + { "spaceship.moving.down.offset", "128" }, { "yamyam", "RocksElements.pcx" }, { "yamyam.xpos", "0" }, @@ -854,6 +979,7 @@ struct ConfigInfo image_config[] = { "acid.ypos", "7" }, { "acid.frames", "4" }, { "acid.delay", "10" }, + { "acid.global_sync", "true" }, { "acid_splash_left", "RocksHeroes.pcx" }, { "acid_splash_left.xpos", "8" }, @@ -883,7 +1009,7 @@ struct ConfigInfo image_config[] = { "amoeba.shrinking.ypos", "6" }, { "amoeba.shrinking.frames", "3" }, { "amoeba.shrinking.delay", "2" }, - { "amoeba.shrinking.anim_mode", "loop,linear,reverse" }, + { "amoeba.shrinking.anim_mode", "linear,reverse" }, { "amoeba_wet", "RocksElements.pcx" }, { "amoeba_wet.xpos", "8" }, { "amoeba_wet.ypos", "6" }, @@ -1002,6 +1128,12 @@ struct ConfigInfo image_config[] = { "exit_open.frames", "4" }, { "exit_open.delay", "4" }, { "exit_open.anim_mode", "pingpong" }, + { "exit.closing", "RocksElements.pcx" }, + { "exit.closing.xpos", "0" }, + { "exit.closing.ypos", "11" }, + { "exit.closing.frames", "5" }, + { "exit.closing.delay", "6" }, + { "exit.closing.anim_mode", "linear,reverse" }, /* images for Emerald Mine Club style elements and actions */ @@ -1015,7 +1147,12 @@ struct ConfigInfo image_config[] = { "balloon.moving.frames", "4" }, { "balloon.moving.anim_mode", "pingpong" }, { "balloon.moving.delay", "2" }, - + { "balloon.pushing", "RocksDC.pcx" }, + { "balloon.pushing.xpos", "12" }, + { "balloon.pushing.ypos", "7" }, + { "balloon.pushing.frames", "4" }, + { "balloon.pushing.anim_mode", "pingpong" }, + { "balloon.pushing.delay", "2" }, { "balloon_switch_left", "RocksDC.pcx" }, { "balloon_switch_left.xpos", "8" }, { "balloon_switch_left.ypos", "7" }, @@ -1041,10 +1178,6 @@ struct ConfigInfo image_config[] = { "spring.xpos", "8" }, { "spring.ypos", "13" }, { "spring.frames", "1" }, - { "spring.moving", "RocksDC.pcx" }, - { "spring.moving.xpos", "8" }, - { "spring.moving.ypos", "13" }, - { "spring.moving.frames", "1" }, { "emc_steelwall_1", "RocksDC.pcx" }, { "emc_steelwall_1.xpos", "14" }, @@ -1321,10 +1454,46 @@ struct ConfigInfo image_config[] = { "timegate_switch.active.ypos", "15" }, { "timegate_switch.active.frames", "4" }, - { "envelope", "RocksDC.pcx" }, - { "envelope.xpos", "4" }, - { "envelope.ypos", "14" }, - { "envelope.frames", "1" }, + { "envelope_1", "RocksMore.pcx" }, + { "envelope_1.xpos", "0" }, + { "envelope_1.ypos", "4" }, + { "envelope_1.frames", "1" }, + { "envelope_1.collecting", "RocksMore.pcx" }, + { "envelope_1.collecting.xpos", "5" }, + { "envelope_1.collecting.ypos", "4" }, + { "envelope_1.collecting.frames", "3" }, + { "envelope_1.collecting.delay", "2" }, + { "envelope_1.collecting.anim_mode", "linear" }, + { "envelope_2", "RocksMore.pcx" }, + { "envelope_2.xpos", "1" }, + { "envelope_2.ypos", "4" }, + { "envelope_2.frames", "1" }, + { "envelope_2.collecting", "RocksMore.pcx" }, + { "envelope_2.collecting.xpos", "5" }, + { "envelope_2.collecting.ypos", "4" }, + { "envelope_2.collecting.frames", "3" }, + { "envelope_2.collecting.delay", "2" }, + { "envelope_2.collecting.anim_mode", "linear" }, + { "envelope_3", "RocksMore.pcx" }, + { "envelope_3.xpos", "2" }, + { "envelope_3.ypos", "4" }, + { "envelope_3.frames", "1" }, + { "envelope_3.collecting", "RocksMore.pcx" }, + { "envelope_3.collecting.xpos", "5" }, + { "envelope_3.collecting.ypos", "4" }, + { "envelope_3.collecting.frames", "3" }, + { "envelope_3.collecting.delay", "2" }, + { "envelope_3.collecting.anim_mode", "linear" }, + { "envelope_4", "RocksMore.pcx" }, + { "envelope_4.xpos", "3" }, + { "envelope_4.ypos", "4" }, + { "envelope_4.frames", "1" }, + { "envelope_4.collecting", "RocksMore.pcx" }, + { "envelope_4.collecting.xpos", "5" }, + { "envelope_4.collecting.ypos", "4" }, + { "envelope_4.collecting.frames", "3" }, + { "envelope_4.collecting.delay", "2" }, + { "envelope_4.collecting.anim_mode", "linear" }, { "sign_exclamation", "RocksDC.pcx" }, { "sign_exclamation.xpos", "5" }, @@ -1340,11 +1509,12 @@ struct ConfigInfo image_config[] = { "landmine.xpos", "7" }, { "landmine.ypos", "14" }, { "landmine.frames", "1" }, + { "landmine.crumbled_like", "sand" }, - { "steelwall_slanted", "RocksDC.pcx" }, - { "steelwall_slanted.xpos", "5" }, - { "steelwall_slanted.ypos", "15" }, - { "steelwall_slanted.frames", "1" }, + { "steelwall_slippery", "RocksDC.pcx" }, + { "steelwall_slippery.xpos", "5" }, + { "steelwall_slippery.ypos", "15" }, + { "steelwall_slippery.frames", "1" }, { "extra_time", "RocksDC.pcx" }, { "extra_time.xpos", "8" }, @@ -1503,12 +1673,15 @@ struct ConfigInfo image_config[] = { "trap.xpos", "12" }, { "trap.ypos", "8" }, { "trap.frames", "1" }, + { "trap.crumbled_like", "sand" }, + { "trap.diggable_like", "sand" }, { "trap.active", "RocksDC.pcx" }, { "trap.active.xpos", "12" }, { "trap.active.ypos", "8" }, { "trap.active.frames", "4" }, { "trap.active.delay", "4" }, { "trap.active.anim_mode", "pingpong2" }, + { "trap.active.crumbled_like", "sand" }, { "dx_supabomb", "RocksDC.pcx" }, { "dx_supabomb.xpos", "15" }, @@ -1601,34 +1774,55 @@ struct ConfigInfo image_config[] = { "biomaze.ypos", "1" }, { "biomaze.frames", "1" }, + { "pacman", "RocksElements.pcx" }, + { "pacman.xpos", "8" }, + { "pacman.ypos", "5" }, + { "pacman.frames", "4" }, + { "pacman.delay", "8" }, { "pacman.right", "RocksElements.pcx" }, { "pacman.right.xpos", "8" }, { "pacman.right.ypos", "5" }, - { "pacman.right.frames", "2" }, - { "pacman.right.anim_mode", "reverse" }, - { "pacman.right.delay", "4" }, - { "pacman.right.offset", "128" }, + { "pacman.right.frames", "1" }, { "pacman.up", "RocksElements.pcx" }, { "pacman.up.xpos", "9" }, { "pacman.up.ypos", "5" }, - { "pacman.up.frames", "2" }, - { "pacman.up.anim_mode", "reverse" }, - { "pacman.up.delay", "4" }, - { "pacman.up.offset", "128" }, + { "pacman.up.frames", "1" }, { "pacman.left", "RocksElements.pcx" }, { "pacman.left.xpos", "10" }, { "pacman.left.ypos", "5" }, - { "pacman.left.frames", "2" }, - { "pacman.left.anim_mode", "reverse" }, - { "pacman.left.delay", "4" }, - { "pacman.left.offset", "128" }, + { "pacman.left.frames", "1" }, { "pacman.down", "RocksElements.pcx" }, { "pacman.down.xpos", "11" }, { "pacman.down.ypos", "5" }, - { "pacman.down.frames", "2" }, - { "pacman.down.anim_mode", "reverse" }, - { "pacman.down.delay", "4" }, - { "pacman.down.offset", "128" }, + { "pacman.down.frames", "1" }, + { "pacman.moving.right", "RocksElements.pcx" }, + { "pacman.moving.right.xpos", "8" }, + { "pacman.moving.right.ypos", "5" }, + { "pacman.moving.right.frames", "2" }, + { "pacman.moving.right.anim_mode", "reverse" }, + { "pacman.moving.right.delay", "4" }, + { "pacman.moving.right.offset", "128" }, + { "pacman.moving.up", "RocksElements.pcx" }, + { "pacman.moving.up.xpos", "9" }, + { "pacman.moving.up.ypos", "5" }, + { "pacman.moving.up.frames", "2" }, + { "pacman.moving.up.anim_mode", "reverse" }, + { "pacman.moving.up.delay", "4" }, + { "pacman.moving.up.offset", "128" }, + { "pacman.moving.left", "RocksElements.pcx" }, + { "pacman.moving.left.xpos", "10" }, + { "pacman.moving.left.ypos", "5" }, + { "pacman.moving.left.frames", "2" }, + { "pacman.moving.left.anim_mode", "reverse" }, + { "pacman.moving.left.delay", "4" }, + { "pacman.moving.left.offset", "128" }, + { "pacman.moving.down", "RocksElements.pcx" }, + { "pacman.moving.down.xpos", "11" }, + { "pacman.moving.down.ypos", "5" }, + { "pacman.moving.down.frames", "2" }, + { "pacman.moving.down.anim_mode", "reverse" }, + { "pacman.moving.down.delay", "4" }, + { "pacman.moving.down.offset", "128" }, { "lamp", "RocksElements.pcx" }, { "lamp.xpos", "0" }, @@ -1778,30 +1972,50 @@ struct ConfigInfo image_config[] = { "dark_yamyam.frames", "4" }, { "dark_yamyam.anim_mode", "pingpong2" }, + { "dynabomb", "RocksElements.pcx" }, + { "dynabomb.xpos", "12" }, + { "dynabomb.ypos", "11" }, + { "dynabomb.frames", "1" }, { "dynabomb.active", "RocksElements.pcx" }, { "dynabomb.active.xpos", "12" }, { "dynabomb.active.ypos", "11" }, { "dynabomb.active.frames", "4" }, { "dynabomb.active.delay", "6" }, { "dynabomb.active.anim_mode", "pingpong" }, + { "dynabomb_player_1", "RocksElements.pcx" }, + { "dynabomb_player_1.xpos", "12" }, + { "dynabomb_player_1.ypos", "11" }, + { "dynabomb_player_1.frames", "1" }, { "dynabomb_player_1.active", "RocksElements.pcx" }, { "dynabomb_player_1.active.xpos", "12" }, { "dynabomb_player_1.active.ypos", "11" }, { "dynabomb_player_1.active.frames", "4" }, { "dynabomb_player_1.active.delay", "6" }, { "dynabomb_player_1.active.anim_mode", "pingpong" }, + { "dynabomb_player_2", "RocksElements.pcx" }, + { "dynabomb_player_2.xpos", "12" }, + { "dynabomb_player_2.ypos", "11" }, + { "dynabomb_player_2.frames", "1" }, { "dynabomb_player_2.active", "RocksElements.pcx" }, { "dynabomb_player_2.active.xpos", "12" }, { "dynabomb_player_2.active.ypos", "11" }, { "dynabomb_player_2.active.frames", "4" }, { "dynabomb_player_2.active.delay", "6" }, { "dynabomb_player_2.active.anim_mode", "pingpong" }, + { "dynabomb_player_3", "RocksElements.pcx" }, + { "dynabomb_player_3.xpos", "12" }, + { "dynabomb_player_3.ypos", "11" }, + { "dynabomb_player_3.frames", "1" }, { "dynabomb_player_3.active", "RocksElements.pcx" }, { "dynabomb_player_3.active.xpos", "12" }, { "dynabomb_player_3.active.ypos", "11" }, { "dynabomb_player_3.active.frames", "4" }, { "dynabomb_player_3.active.delay", "6" }, { "dynabomb_player_3.active.anim_mode", "pingpong" }, + { "dynabomb_player_4", "RocksElements.pcx" }, + { "dynabomb_player_4.xpos", "12" }, + { "dynabomb_player_4.ypos", "11" }, + { "dynabomb_player_4.frames", "1" }, { "dynabomb_player_4.active", "RocksElements.pcx" }, { "dynabomb_player_4.active.xpos", "12" }, { "dynabomb_player_4.active.ypos", "11" }, @@ -2048,13 +2262,8 @@ struct ConfigInfo image_config[] = { "satellite.xpos", "8" }, { "satellite.ypos", "9" }, { "satellite.frames", "8" }, - { "satellite.moving.delay", "2" }, - { "satellite.moving", "RocksHeroes.pcx" }, - { "satellite.moving.xpos", "8" }, - { "satellite.moving.ypos", "9" }, - { "satellite.moving.frames", "8" }, - { "satellite.moving.delay", "2" }, - { "satellite.moving.global_sync", "true" }, + { "satellite.delay", "2" }, + { "satellite.global_sync", "true" }, { "flames_1_left", "RocksHeroes.pcx" }, { "flames_1_left.xpos", "8" }, @@ -2198,6 +2407,30 @@ struct ConfigInfo image_config[] = { "player_1.digging.right.frames", "4" }, { "player_1.digging.right.start_frame", "1" }, { "player_1.digging.right.delay", "4" }, + { "player_1.collecting.down", "RocksHeroes.pcx" }, + { "player_1.collecting.down.xpos", "0" }, + { "player_1.collecting.down.ypos", "0" }, + { "player_1.collecting.down.frames", "4" }, + { "player_1.collecting.down.start_frame", "1" }, + { "player_1.collecting.down.delay", "4" }, + { "player_1.collecting.up", "RocksHeroes.pcx" }, + { "player_1.collecting.up.xpos", "4" }, + { "player_1.collecting.up.ypos", "0" }, + { "player_1.collecting.up.frames", "4" }, + { "player_1.collecting.up.start_frame", "1" }, + { "player_1.collecting.up.delay", "4" }, + { "player_1.collecting.left", "RocksHeroes.pcx" }, + { "player_1.collecting.left.xpos", "0" }, + { "player_1.collecting.left.ypos", "1" }, + { "player_1.collecting.left.frames", "4" }, + { "player_1.collecting.left.start_frame", "1" }, + { "player_1.collecting.left.delay", "4" }, + { "player_1.collecting.right", "RocksHeroes.pcx" }, + { "player_1.collecting.right.xpos", "4" }, + { "player_1.collecting.right.ypos", "1" }, + { "player_1.collecting.right.frames", "4" }, + { "player_1.collecting.right.start_frame", "1" }, + { "player_1.collecting.right.delay", "4" }, { "player_1.pushing.down", "RocksHeroes.pcx" }, { "player_1.pushing.down.xpos", "0" }, { "player_1.pushing.down.ypos", "0" }, @@ -2262,34 +2495,74 @@ struct ConfigInfo image_config[] = { "player_2.moving.down.xpos", "0" }, { "player_2.moving.down.ypos", "3" }, { "player_2.moving.down.frames", "4" }, + { "player_2.moving.down.start_frame", "1" }, + { "player_2.moving.down.delay", "4" }, { "player_2.moving.up", "RocksHeroes.pcx" }, { "player_2.moving.up.xpos", "4" }, { "player_2.moving.up.ypos", "3" }, { "player_2.moving.up.frames", "4" }, + { "player_2.moving.up.start_frame", "1" }, + { "player_2.moving.up.delay", "4" }, { "player_2.moving.left", "RocksHeroes.pcx" }, { "player_2.moving.left.xpos", "0" }, { "player_2.moving.left.ypos", "4" }, { "player_2.moving.left.frames", "4" }, + { "player_2.moving.left.start_frame", "1" }, + { "player_2.moving.left.delay", "4" }, { "player_2.moving.right", "RocksHeroes.pcx" }, { "player_2.moving.right.xpos", "4" }, { "player_2.moving.right.ypos", "4" }, { "player_2.moving.right.frames", "4" }, + { "player_2.moving.right.start_frame", "1" }, + { "player_2.moving.right.delay", "4" }, { "player_2.digging.down", "RocksHeroes.pcx" }, { "player_2.digging.down.xpos", "0" }, { "player_2.digging.down.ypos", "3" }, { "player_2.digging.down.frames", "4" }, + { "player_2.digging.down.start_frame", "1" }, + { "player_2.digging.down.delay", "4" }, { "player_2.digging.up", "RocksHeroes.pcx" }, { "player_2.digging.up.xpos", "4" }, { "player_2.digging.up.ypos", "3" }, { "player_2.digging.up.frames", "4" }, + { "player_2.digging.up.start_frame", "1" }, + { "player_2.digging.up.delay", "4" }, { "player_2.digging.left", "RocksHeroes.pcx" }, { "player_2.digging.left.xpos", "0" }, { "player_2.digging.left.ypos", "4" }, { "player_2.digging.left.frames", "4" }, + { "player_2.digging.left.start_frame", "1" }, + { "player_2.digging.left.delay", "4" }, { "player_2.digging.right", "RocksHeroes.pcx" }, { "player_2.digging.right.xpos", "4" }, { "player_2.digging.right.ypos", "4" }, { "player_2.digging.right.frames", "4" }, + { "player_2.digging.right.start_frame", "1" }, + { "player_2.digging.right.delay", "4" }, + { "player_2.collecting.down", "RocksHeroes.pcx" }, + { "player_2.collecting.down.xpos", "0" }, + { "player_2.collecting.down.ypos", "3" }, + { "player_2.collecting.down.frames", "4" }, + { "player_2.collecting.down.start_frame", "1" }, + { "player_2.collecting.down.delay", "4" }, + { "player_2.collecting.up", "RocksHeroes.pcx" }, + { "player_2.collecting.up.xpos", "4" }, + { "player_2.collecting.up.ypos", "3" }, + { "player_2.collecting.up.frames", "4" }, + { "player_2.collecting.up.start_frame", "1" }, + { "player_2.collecting.up.delay", "4" }, + { "player_2.collecting.left", "RocksHeroes.pcx" }, + { "player_2.collecting.left.xpos", "0" }, + { "player_2.collecting.left.ypos", "4" }, + { "player_2.collecting.left.frames", "4" }, + { "player_2.collecting.left.start_frame", "1" }, + { "player_2.collecting.left.delay", "4" }, + { "player_2.collecting.right", "RocksHeroes.pcx" }, + { "player_2.collecting.right.xpos", "4" }, + { "player_2.collecting.right.ypos", "4" }, + { "player_2.collecting.right.frames", "4" }, + { "player_2.collecting.right.start_frame", "1" }, + { "player_2.collecting.right.delay", "4" }, { "player_2.pushing.down", "RocksHeroes.pcx" }, { "player_2.pushing.down.xpos", "0" }, { "player_2.pushing.down.ypos", "3" }, @@ -2354,34 +2627,74 @@ struct ConfigInfo image_config[] = { "player_3.moving.down.xpos", "0" }, { "player_3.moving.down.ypos", "6" }, { "player_3.moving.down.frames", "4" }, + { "player_3.moving.down.start_frame", "1" }, + { "player_3.moving.down.delay", "4" }, { "player_3.moving.up", "RocksHeroes.pcx" }, { "player_3.moving.up.xpos", "4" }, { "player_3.moving.up.ypos", "6" }, { "player_3.moving.up.frames", "4" }, + { "player_3.moving.up.start_frame", "1" }, + { "player_3.moving.up.delay", "4" }, { "player_3.moving.left", "RocksHeroes.pcx" }, { "player_3.moving.left.xpos", "0" }, { "player_3.moving.left.ypos", "7" }, { "player_3.moving.left.frames", "4" }, + { "player_3.moving.left.start_frame", "1" }, + { "player_3.moving.left.delay", "4" }, { "player_3.moving.right", "RocksHeroes.pcx" }, { "player_3.moving.right.xpos", "4" }, { "player_3.moving.right.ypos", "7" }, { "player_3.moving.right.frames", "4" }, + { "player_3.moving.right.start_frame", "1" }, + { "player_3.moving.right.delay", "4" }, { "player_3.digging.down", "RocksHeroes.pcx" }, { "player_3.digging.down.xpos", "0" }, { "player_3.digging.down.ypos", "6" }, { "player_3.digging.down.frames", "4" }, + { "player_3.digging.down.start_frame", "1" }, + { "player_3.digging.down.delay", "4" }, { "player_3.digging.up", "RocksHeroes.pcx" }, { "player_3.digging.up.xpos", "4" }, { "player_3.digging.up.ypos", "6" }, { "player_3.digging.up.frames", "4" }, + { "player_3.digging.up.start_frame", "1" }, + { "player_3.digging.up.delay", "4" }, { "player_3.digging.left", "RocksHeroes.pcx" }, { "player_3.digging.left.xpos", "0" }, { "player_3.digging.left.ypos", "7" }, { "player_3.digging.left.frames", "4" }, + { "player_3.digging.left.start_frame", "1" }, + { "player_3.digging.left.delay", "4" }, { "player_3.digging.right", "RocksHeroes.pcx" }, { "player_3.digging.right.xpos", "4" }, { "player_3.digging.right.ypos", "7" }, { "player_3.digging.right.frames", "4" }, + { "player_3.digging.right.start_frame", "1" }, + { "player_3.digging.right.delay", "4" }, + { "player_3.collecting.down", "RocksHeroes.pcx" }, + { "player_3.collecting.down.xpos", "0" }, + { "player_3.collecting.down.ypos", "6" }, + { "player_3.collecting.down.frames", "4" }, + { "player_3.collecting.down.start_frame", "1" }, + { "player_3.collecting.down.delay", "4" }, + { "player_3.collecting.up", "RocksHeroes.pcx" }, + { "player_3.collecting.up.xpos", "4" }, + { "player_3.collecting.up.ypos", "6" }, + { "player_3.collecting.up.frames", "4" }, + { "player_3.collecting.up.start_frame", "1" }, + { "player_3.collecting.up.delay", "4" }, + { "player_3.collecting.left", "RocksHeroes.pcx" }, + { "player_3.collecting.left.xpos", "0" }, + { "player_3.collecting.left.ypos", "7" }, + { "player_3.collecting.left.frames", "4" }, + { "player_3.collecting.left.start_frame", "1" }, + { "player_3.collecting.left.delay", "4" }, + { "player_3.collecting.right", "RocksHeroes.pcx" }, + { "player_3.collecting.right.xpos", "4" }, + { "player_3.collecting.right.ypos", "7" }, + { "player_3.collecting.right.frames", "4" }, + { "player_3.collecting.right.start_frame", "1" }, + { "player_3.collecting.right.delay", "4" }, { "player_3.pushing.down", "RocksHeroes.pcx" }, { "player_3.pushing.down.xpos", "0" }, { "player_3.pushing.down.ypos", "6" }, @@ -2446,34 +2759,74 @@ struct ConfigInfo image_config[] = { "player_4.moving.down.xpos", "0" }, { "player_4.moving.down.ypos", "9" }, { "player_4.moving.down.frames", "4" }, + { "player_4.moving.down.start_frame", "1" }, + { "player_4.moving.down.delay", "4" }, { "player_4.moving.up", "RocksHeroes.pcx" }, { "player_4.moving.up.xpos", "4" }, { "player_4.moving.up.ypos", "9" }, { "player_4.moving.up.frames", "4" }, + { "player_4.moving.up.start_frame", "1" }, + { "player_4.moving.up.delay", "4" }, { "player_4.moving.left", "RocksHeroes.pcx" }, { "player_4.moving.left.xpos", "0" }, { "player_4.moving.left.ypos", "10" }, { "player_4.moving.left.frames", "4" }, + { "player_4.moving.left.start_frame", "1" }, + { "player_4.moving.left.delay", "4" }, { "player_4.moving.right", "RocksHeroes.pcx" }, { "player_4.moving.right.xpos", "4" }, { "player_4.moving.right.ypos", "10" }, { "player_4.moving.right.frames", "4" }, + { "player_4.moving.right.start_frame", "1" }, + { "player_4.moving.right.delay", "4" }, { "player_4.digging.down", "RocksHeroes.pcx" }, { "player_4.digging.down.xpos", "0" }, { "player_4.digging.down.ypos", "9" }, { "player_4.digging.down.frames", "4" }, + { "player_4.digging.down.start_frame", "1" }, + { "player_4.digging.down.delay", "4" }, { "player_4.digging.up", "RocksHeroes.pcx" }, { "player_4.digging.up.xpos", "4" }, { "player_4.digging.up.ypos", "9" }, { "player_4.digging.up.frames", "4" }, + { "player_4.digging.up.start_frame", "1" }, + { "player_4.digging.up.delay", "4" }, { "player_4.digging.left", "RocksHeroes.pcx" }, { "player_4.digging.left.xpos", "0" }, { "player_4.digging.left.ypos", "10" }, { "player_4.digging.left.frames", "4" }, + { "player_4.digging.left.start_frame", "1" }, + { "player_4.digging.left.delay", "4" }, { "player_4.digging.right", "RocksHeroes.pcx" }, { "player_4.digging.right.xpos", "4" }, { "player_4.digging.right.ypos", "10" }, { "player_4.digging.right.frames", "4" }, + { "player_4.digging.right.start_frame", "1" }, + { "player_4.digging.right.delay", "4" }, + { "player_4.collecting.down", "RocksHeroes.pcx" }, + { "player_4.collecting.down.xpos", "0" }, + { "player_4.collecting.down.ypos", "9" }, + { "player_4.collecting.down.frames", "4" }, + { "player_4.collecting.down.start_frame", "1" }, + { "player_4.collecting.down.delay", "4" }, + { "player_4.collecting.up", "RocksHeroes.pcx" }, + { "player_4.collecting.up.xpos", "4" }, + { "player_4.collecting.up.ypos", "9" }, + { "player_4.collecting.up.frames", "4" }, + { "player_4.collecting.up.start_frame", "1" }, + { "player_4.collecting.up.delay", "4" }, + { "player_4.collecting.left", "RocksHeroes.pcx" }, + { "player_4.collecting.left.xpos", "0" }, + { "player_4.collecting.left.ypos", "10" }, + { "player_4.collecting.left.frames", "4" }, + { "player_4.collecting.left.start_frame", "1" }, + { "player_4.collecting.left.delay", "4" }, + { "player_4.collecting.right", "RocksHeroes.pcx" }, + { "player_4.collecting.right.xpos", "4" }, + { "player_4.collecting.right.ypos", "10" }, + { "player_4.collecting.right.frames", "4" }, + { "player_4.collecting.right.start_frame", "1" }, + { "player_4.collecting.right.delay", "4" }, { "player_4.pushing.down", "RocksHeroes.pcx" }, { "player_4.pushing.down.xpos", "0" }, { "player_4.pushing.down.ypos", "9" }, @@ -2511,12 +2864,12 @@ struct ConfigInfo image_config[] = { "player_4.snapping.right.ypos", "10" }, { "player_4.snapping.right.frames", "1" }, - { "explosion", "RocksElements.pcx" }, - { "explosion.xpos", "0" }, - { "explosion.ypos", "4" }, - { "explosion.frames", "8" }, - { "explosion.delay", "2" }, - { "explosion.anim_mode", "linear" }, + { "[default].exploding", "RocksElements.pcx" }, + { "[default].exploding.xpos", "0" }, + { "[default].exploding.ypos", "4" }, + { "[default].exploding.frames", "8" }, + { "[default].exploding.delay", "2" }, + { "[default].exploding.anim_mode", "linear" }, { "twinkle_blue", "RocksHeroes.pcx" }, { "twinkle_blue.xpos", "9" }, @@ -2901,28 +3254,28 @@ struct ConfigInfo image_config[] = { "font.initial_1.height", "14" }, { "font.initial_2", "RocksFontSmall.pcx" }, { "font.initial_2.x", "0" }, - { "font.initial_2.y", "56" }, + { "font.initial_2.y", "70" }, { "font.initial_2.width", "14" }, { "font.initial_2.height", "14" }, { "font.initial_3", "RocksFontSmall.pcx" }, { "font.initial_3.x", "0" }, - { "font.initial_3.y", "112" }, + { "font.initial_3.y", "140" }, { "font.initial_3.width", "14" }, { "font.initial_3.height", "14" }, { "font.initial_4", "RocksFontSmall.pcx" }, { "font.initial_4.x", "0" }, - { "font.initial_4.y", "168" }, + { "font.initial_4.y", "210" }, { "font.initial_4.width", "14" }, { "font.initial_4.height", "14" }, { "font.title_1", "RocksFontBig.pcx" }, { "font.title_1.x", "0" }, - { "font.title_1.y", "384" }, + { "font.title_1.y", "480" }, { "font.title_1.width", "32" }, { "font.title_1.height", "32" }, { "font.title_1.LEVELS", "RocksFontBig.pcx" }, { "font.title_1.LEVELS.x", "0" }, - { "font.title_1.LEVELS.y", "256" }, + { "font.title_1.LEVELS.y", "320" }, { "font.title_1.LEVELS.width", "32" }, { "font.title_1.LEVELS.height", "32" }, { "font.title_2", "RocksFontSmall.pcx" }, @@ -2933,18 +3286,18 @@ struct ConfigInfo image_config[] = { "font.menu_1", "RocksFontBig.pcx" }, { "font.menu_1.x", "0" }, - { "font.menu_1.y", "256" }, + { "font.menu_1.y", "320" }, { "font.menu_1.width", "32" }, { "font.menu_1.height", "32" }, { "font.menu_2", "RocksFontMedium.pcx" }, { "font.menu_2.x", "0" }, - { "font.menu_2.y", "256" }, + { "font.menu_2.y", "320" }, { "font.menu_2.width", "16" }, { "font.menu_2.height", "32" }, { "font.text_1", "RocksFontSmall.pcx" }, { "font.text_1.x", "0" }, - { "font.text_1.y", "112" }, + { "font.text_1.y", "140" }, { "font.text_1.width", "14" }, { "font.text_1.height", "14" }, { "font.text_1.LEVELS", "RocksFontMedium.pcx" }, @@ -2952,36 +3305,46 @@ struct ConfigInfo image_config[] = { "font.text_1.LEVELS.y", "0" }, { "font.text_1.LEVELS.width", "16" }, { "font.text_1.LEVELS.height", "32" }, - { "font.text_1.SCORES", "RocksFontBig.pcx" }, - { "font.text_1.SCORES.x", "0" }, - { "font.text_1.SCORES.y", "256" }, - { "font.text_1.SCORES.width", "32" }, - { "font.text_1.SCORES.height", "32" }, { "font.text_1.PREVIEW", "RocksFontEM.pcx" }, { "font.text_1.PREVIEW.x", "0" }, { "font.text_1.PREVIEW.y", "160" }, { "font.text_1.PREVIEW.width", "16" }, { "font.text_1.PREVIEW.height", "16" }, + { "font.text_1.SCORES", "RocksFontMedium.pcx" }, + { "font.text_1.SCORES.x", "0" }, + { "font.text_1.SCORES.y", "480" }, + { "font.text_1.SCORES.width", "16" }, + { "font.text_1.SCORES.height", "32" }, + { "font.text_1.active.SCORES", "RocksFontMedium.pcx" }, + { "font.text_1.active.SCORES.x", "0" }, + { "font.text_1.active.SCORES.y", "0" }, + { "font.text_1.active.SCORES.width", "16" }, + { "font.text_1.active.SCORES.height", "32" }, { "font.text_2", "RocksFontSmall.pcx" }, { "font.text_2.x", "0" }, - { "font.text_2.y", "168" }, + { "font.text_2.y", "210" }, { "font.text_2.width", "14" }, { "font.text_2.height", "14" }, { "font.text_2.LEVELS", "RocksFontMedium.pcx" }, { "font.text_2.LEVELS.x", "0" }, - { "font.text_2.LEVELS.y", "128" }, + { "font.text_2.LEVELS.y", "160" }, { "font.text_2.LEVELS.width", "16" }, { "font.text_2.LEVELS.height", "32" }, - { "font.text_2.SCORES", "RocksFontMedium.pcx" }, - { "font.text_2.SCORES.x", "0" }, - { "font.text_2.SCORES.y", "384" }, - { "font.text_2.SCORES.width", "16" }, - { "font.text_2.SCORES.height", "32" }, { "font.text_2.PREVIEW", "RocksFontEM.pcx" }, { "font.text_2.PREVIEW.x", "0" }, { "font.text_2.PREVIEW.y", "160" }, { "font.text_2.PREVIEW.width", "16" }, { "font.text_2.PREVIEW.height", "16" }, + { "font.text_2.SCORES", "RocksFontBig.pcx" }, + { "font.text_2.SCORES.x", "0" }, + { "font.text_2.SCORES.y", "320" }, + { "font.text_2.SCORES.width", "32" }, + { "font.text_2.SCORES.height", "32" }, + { "font.text_2.active.SCORES", "RocksFontBig.pcx" }, + { "font.text_2.active.SCORES.x", "0" }, + { "font.text_2.active.SCORES.y", "0" }, + { "font.text_2.active.SCORES.width", "32" }, + { "font.text_2.active.SCORES.height", "32" }, { "font.text_3", "RocksFontSmall.pcx" }, { "font.text_3.x", "0" }, { "font.text_3.y", "0" }, @@ -2989,100 +3352,146 @@ struct ConfigInfo image_config[] = { "font.text_3.height", "14" }, { "font.text_3.LEVELS", "RocksFontMedium.pcx" }, { "font.text_3.LEVELS.x", "0" }, - { "font.text_3.LEVELS.y", "256" }, + { "font.text_3.LEVELS.y", "320" }, { "font.text_3.LEVELS.width", "16" }, { "font.text_3.LEVELS.height", "32" }, - { "font.text_3.SCORES", "RocksFontBig.pcx" }, - { "font.text_3.SCORES.x", "0" }, - { "font.text_3.SCORES.y", "0" }, - { "font.text_3.SCORES.width", "32" }, - { "font.text_3.SCORES.height", "32" }, { "font.text_3.PREVIEW", "RocksFontEM.pcx" }, { "font.text_3.PREVIEW.x", "0" }, { "font.text_3.PREVIEW.y", "160" }, { "font.text_3.PREVIEW.width", "16" }, { "font.text_3.PREVIEW.height", "16" }, + { "font.text_3.SCORES", "RocksFontMedium.pcx" }, + { "font.text_3.SCORES.x", "0" }, + { "font.text_3.SCORES.y", "480" }, + { "font.text_3.SCORES.width", "16" }, + { "font.text_3.SCORES.height", "32" }, + { "font.text_3.active.SCORES", "RocksFontMedium.pcx" }, + { "font.text_3.active.SCORES.x", "0" }, + { "font.text_3.active.SCORES.y", "0" }, + { "font.text_3.active.SCORES.width", "16" }, + { "font.text_3.active.SCORES.height", "32" }, { "font.text_4", "RocksFontSmall.pcx" }, { "font.text_4.x", "0" }, - { "font.text_4.y", "56" }, + { "font.text_4.y", "70" }, { "font.text_4.width", "14" }, { "font.text_4.height", "14" }, { "font.text_4.LEVELS", "RocksFontMedium.pcx" }, { "font.text_4.LEVELS.x", "0" }, - { "font.text_4.LEVELS.y", "384" }, + { "font.text_4.LEVELS.y", "480" }, { "font.text_4.LEVELS.width", "16" }, { "font.text_4.LEVELS.height", "32" }, { "font.text_4.SCORES", "RocksFontMedium.pcx" }, { "font.text_4.SCORES.x", "0" }, - { "font.text_4.SCORES.y", "0" }, + { "font.text_4.SCORES.y", "480" }, { "font.text_4.SCORES.width", "16" }, { "font.text_4.SCORES.height", "32" }, - - { "font.input", "RocksFontSmall.pcx" }, - { "font.input.x", "0" }, - { "font.input.y", "168" }, - { "font.input.width", "14" }, - { "font.input.height", "14" }, - { "font.input.MAIN", "RocksFontBig.pcx" }, - { "font.input.MAIN.x", "0" }, - { "font.input.MAIN.y", "0" }, - { "font.input.MAIN.width", "32" }, - { "font.input.MAIN.height", "32" }, - { "font.input.active", "RocksFontSmall.pcx" }, - { "font.input.active.x", "0" }, - { "font.input.active.y", "0" }, - { "font.input.active.width", "14" }, - { "font.input.active.height", "14" }, - { "font.input.active.MAIN", "RocksFontBig.pcx" }, - { "font.input.active.MAIN.x", "0" }, - { "font.input.active.MAIN.y", "384" }, - { "font.input.active.MAIN.width", "32" }, - { "font.input.active.MAIN.height", "32" }, - { "font.input.active.SETUP", "RocksFontBig.pcx" }, - { "font.input.active.SETUP.x", "0" }, - { "font.input.active.SETUP.y", "0" }, - { "font.input.active.SETUP.width", "32" }, - { "font.input.active.SETUP.height", "32" }, + { "font.text_4.active.SCORES", "RocksFontMedium.pcx" }, + { "font.text_4.active.SCORES.x", "0" }, + { "font.text_4.active.SCORES.y", "0" }, + { "font.text_4.active.SCORES.width", "16" }, + { "font.text_4.active.SCORES.height", "32" }, + + { "font.envelope_1", "RocksFontEM.pcx" }, + { "font.envelope_1.x", "0" }, + { "font.envelope_1.y", "160" }, + { "font.envelope_1.width", "16" }, + { "font.envelope_1.height", "16" }, + { "font.envelope_2", "RocksFontEM.pcx" }, + { "font.envelope_2.x", "0" }, + { "font.envelope_2.y", "160" }, + { "font.envelope_2.width", "16" }, + { "font.envelope_2.height", "16" }, + { "font.envelope_3", "RocksFontEM.pcx" }, + { "font.envelope_3.x", "0" }, + { "font.envelope_3.y", "160" }, + { "font.envelope_3.width", "16" }, + { "font.envelope_3.height", "16" }, + { "font.envelope_4", "RocksFontEM.pcx" }, + { "font.envelope_4.x", "0" }, + { "font.envelope_4.y", "160" }, + { "font.envelope_4.width", "16" }, + { "font.envelope_4.height", "16" }, + + { "font.input_1", "RocksFontSmall.pcx" }, + { "font.input_1.x", "0" }, + { "font.input_1.y", "210" }, + { "font.input_1.width", "14" }, + { "font.input_1.height", "14" }, + { "font.input_1.MAIN", "RocksFontBig.pcx" }, + { "font.input_1.MAIN.x", "0" }, + { "font.input_1.MAIN.y", "0" }, + { "font.input_1.MAIN.width", "32" }, + { "font.input_1.MAIN.height", "32" }, + { "font.input_1.active", "RocksFontSmall.pcx" }, + { "font.input_1.active.x", "0" }, + { "font.input_1.active.y", "210" }, + { "font.input_1.active.width", "14" }, + { "font.input_1.active.height", "14" }, + { "font.input_1.active.MAIN", "RocksFontBig.pcx" }, + { "font.input_1.active.MAIN.x", "0" }, + { "font.input_1.active.MAIN.y", "480" }, + { "font.input_1.active.MAIN.width", "32" }, + { "font.input_1.active.MAIN.height", "32" }, + { "font.input_1.active.SETUP", "RocksFontBig.pcx" }, + { "font.input_1.active.SETUP.x", "0" }, + { "font.input_1.active.SETUP.y", "0" }, + { "font.input_1.active.SETUP.width", "32" }, + { "font.input_1.active.SETUP.height", "32" }, + { "font.input_2", "RocksFontSmall.pcx" }, + { "font.input_2.x", "0" }, + { "font.input_2.y", "210" }, + { "font.input_2.width", "14" }, + { "font.input_2.height", "14" }, + { "font.input_2.active", "RocksFontSmall.pcx" }, + { "font.input_2.active.x", "0" }, + { "font.input_2.active.y", "210" }, + { "font.input_2.active.width", "14" }, + { "font.input_2.active.height", "14" }, { "font.option_off", "RocksFontBig.pcx" }, { "font.option_off.x", "0" }, - { "font.option_off.y", "128" }, + { "font.option_off.y", "160" }, { "font.option_off.width", "32" }, { "font.option_off.height", "32" }, { "font.option_on", "RocksFontBig.pcx" }, { "font.option_on.x", "0" }, - { "font.option_on.y", "384" }, + { "font.option_on.y", "480" }, { "font.option_on.width", "32" }, { "font.option_on.height", "32" }, { "font.value_1", "RocksFontBig.pcx" }, { "font.value_1.x", "0" }, - { "font.value_1.y", "384" }, + { "font.value_1.y", "480" }, { "font.value_1.width", "32" }, { "font.value_1.height", "32" }, { "font.value_2", "RocksFontMedium.pcx" }, { "font.value_2.x", "0" }, - { "font.value_2.y", "384" }, + { "font.value_2.y", "480" }, { "font.value_2.width", "16" }, { "font.value_2.height", "32" }, { "font.value_old", "RocksFontBig.pcx" }, { "font.value_old.x", "0" }, - { "font.value_old.y", "128" }, + { "font.value_old.y", "160" }, { "font.value_old.width", "32" }, { "font.value_old.height", "32" }, { "font.level_number", "RocksFontSmall.pcx" }, { "font.level_number.x", "0" }, - { "font.level_number.y", "280" }, + { "font.level_number.y", "350" }, { "font.level_number.width", "10" }, { "font.level_number.height", "14" }, { "font.tape_recorder", "RocksFontSmall.pcx" }, { "font.tape_recorder.x", "0" }, - { "font.tape_recorder.y", "224" }, + { "font.tape_recorder.y", "280" }, { "font.tape_recorder.width", "11" }, { "font.tape_recorder.height", "14" }, + { "font.game_info", "RocksFontEM.pcx" }, + { "font.game_info.xpos", "0" }, + { "font.game_info.ypos", "0" }, + { "font.game_info.delay", "10" }, + { "global.border", "RocksScreen.pcx" }, { "global.door", "RocksDoor.pcx" }, @@ -3090,6 +3499,39 @@ struct ConfigInfo image_config[] = { "editor.element_border.xpos", "0" }, { "editor.element_border.ypos", "0" }, + { "editor.element_border_input", "RocksElements.pcx" }, + { "editor.element_border_input.xpos", "0" }, + { "editor.element_border_input.ypos", "0" }, + + { "background.envelope_1", "RocksScreen.pcx" }, + { "background.envelope_1.x", "0" }, + { "background.envelope_1.y", "0" }, + { "background.envelope_1.width", "560" }, + { "background.envelope_1.height", "560" }, + { "background.envelope_1.anim_mode", "default" }, + { "background.envelope_1.draw_masked", "false" }, + { "background.envelope_2", "RocksScreen.pcx" }, + { "background.envelope_2.x", "0" }, + { "background.envelope_2.y", "0" }, + { "background.envelope_2.width", "560" }, + { "background.envelope_2.height", "560" }, + { "background.envelope_2.anim_mode", "default" }, + { "background.envelope_2.draw_masked", "false" }, + { "background.envelope_3", "RocksScreen.pcx" }, + { "background.envelope_3.x", "0" }, + { "background.envelope_3.y", "0" }, + { "background.envelope_3.width", "560" }, + { "background.envelope_3.height", "560" }, + { "background.envelope_3.anim_mode", "default" }, + { "background.envelope_3.draw_masked", "false" }, + { "background.envelope_4", "RocksScreen.pcx" }, + { "background.envelope_4.x", "0" }, + { "background.envelope_4.y", "0" }, + { "background.envelope_4.width", "560" }, + { "background.envelope_4.height", "560" }, + { "background.envelope_4.anim_mode", "default" }, + { "background.envelope_4.draw_masked", "false" }, + { "background", UNDEFINED_FILENAME }, { "background.MAIN", UNDEFINED_FILENAME }, { "background.LEVELS", UNDEFINED_FILENAME }, @@ -3099,36 +3541,39 @@ struct ConfigInfo image_config[] = { "background.SETUP", UNDEFINED_FILENAME }, { "background.DOOR", UNDEFINED_FILENAME }, - { "info.font_em_1", "RocksFontEM.pcx" }, - { "info.font_em_1.xpos", "0" }, - { "info.font_em_1.ypos", "0" }, - { "info.font_em_1.frames", "16" }, - { "info.font_em_1.delay", "10" }, - { "info.font_em_2", "RocksFontEM.pcx" }, - { "info.font_em_2.xpos", "0" }, - { "info.font_em_2.ypos", "1" }, - { "info.font_em_2.frames", "16" }, - { "info.font_em_2.delay", "10" }, - { "info.font_em_3", "RocksFontEM.pcx" }, - { "info.font_em_3.xpos", "0" }, - { "info.font_em_3.ypos", "2" }, - { "info.font_em_3.frames", "16" }, - { "info.font_em_3.delay", "10" }, - { "info.font_em_4", "RocksFontEM.pcx" }, - { "info.font_em_4.xpos", "0" }, - { "info.font_em_4.ypos", "3" }, - { "info.font_em_4.frames", "16" }, - { "info.font_em_4.delay", "10" }, - { "info.font_em_5", "RocksFontEM.pcx" }, - { "info.font_em_5.xpos", "0" }, - { "info.font_em_5.ypos", "4" }, - { "info.font_em_5.frames", "4" }, - { "info.font_em_5.delay", "10" }, - - /* the following directives are not associated with an image, - but make sense to be defined in "graphicsinfo.conf", too */ + /* the following directives are not associated with an image, but + probably make sense to be defined in "graphicsinfo.conf", too */ { "global.num_toons", "20" }, + { "menu.draw_xoffset", "0" }, + { "menu.draw_yoffset", "0" }, + { "menu.draw_xoffset.MAIN", "0" }, + { "menu.draw_yoffset.MAIN", "0" }, + { "menu.draw_xoffset.LEVELS", "0" }, + { "menu.draw_yoffset.LEVELS", "0" }, + { "menu.draw_xoffset.SCORES", "0" }, + { "menu.draw_yoffset.SCORES", "0" }, + { "menu.draw_xoffset.EDITOR", "0" }, + { "menu.draw_yoffset.EDITOR", "0" }, + { "menu.draw_xoffset.INFO", "0" }, + { "menu.draw_yoffset.INFO", "0" }, + { "menu.draw_xoffset.SETUP", "0" }, + { "menu.draw_yoffset.SETUP", "0" }, + + { "menu.scrollbar_xoffset", "0" }, + + { "menu.list_size", "-1" }, + { "menu.list_size.LEVELS", "-1" }, + { "menu.list_size.SCORES", "-1" }, + { "menu.list_size.INFO", "-1" }, + + { "door_1.step_offset", "2" }, + { "door_1.step_delay", "10" }, + { "door_1.anim_mode", "default" }, + { "door_2.step_offset", "2" }, + { "door_2.step_delay", "10" }, + { "door_2.anim_mode", "default" }, + { NULL, NULL } };