├── README.md ├── alternate files ├── food quality markers │ ├── _Meph_items-top.png │ └── quality markers template.png ├── less-demanding twbt overrides │ └── overrides.txt ├── old dwarves-graphics │ ├── graphics_Meph_dwarves.txt │ ├── graphics_Meph_goblins.txt │ └── graphics_Meph_kobolds.txt └── shadows │ ├── shadows_large (original version).png │ ├── shadows_medium.png │ ├── shadows_small.png │ └── shadows_uber.png ├── data ├── art │ ├── Meph_32x32-bg.png │ ├── Meph_32x32-top.png │ ├── Meph_32x32.png │ ├── Meph_32x32_alt-bg.png │ ├── Meph_32x32_alt-top.png │ ├── Meph_32x32_alt.png │ ├── Meph_Map_16x16.png │ ├── Meph_Map_24x24.png │ ├── Meph_Map_32x32.png │ ├── _Meph_Coffin_Variety-bg.png │ ├── _Meph_Coffin_Variety.png │ ├── _Meph_Furniture_Alternates-bg.png │ ├── _Meph_Furniture_Alternates-top.png │ ├── _Meph_Furniture_Alternates.png │ ├── _Meph_alternate-bg.png │ ├── _Meph_alternate-top.png │ ├── _Meph_alternate.png │ ├── _Meph_constructions-top.png │ ├── _Meph_constructions.png │ ├── _Meph_decorations.png │ ├── _Meph_decorations_2-bg.png │ ├── _Meph_decorations_2.png │ ├── _Meph_decorations_3-top.png │ ├── _Meph_decorations_3.png │ ├── _Meph_extra_decorations-bg.png │ ├── _Meph_extra_decorations-top.png │ ├── _Meph_extra_decorations.png │ ├── _Meph_extra_decorations_2-bg.png │ ├── _Meph_extra_decorations_2-top.png │ ├── _Meph_extra_decorations_2.png │ ├── _Meph_furniture-bg.png │ ├── _Meph_furniture-top.png │ ├── _Meph_furniture.png │ ├── _Meph_item_sets-bg.png │ ├── _Meph_item_sets-top.png │ ├── _Meph_item_sets.png │ ├── _Meph_items-bg.png │ ├── _Meph_items-top.png │ ├── _Meph_items.png │ ├── _Meph_plants-bg.png │ ├── _Meph_plants-top.png │ ├── _Meph_plants.png │ ├── _Meph_smoke_animation-bg.png │ ├── _Meph_smoke_animation-top.png │ ├── _Meph_smoke_animation.png │ ├── _Meph_trees-bg.png │ ├── _Meph_trees-top.png │ ├── _Meph_trees.png │ ├── _Meph_variety-bg.png │ ├── _Meph_variety.png │ ├── _Meph_workshop_training.png │ ├── _Meph_workshops.png │ ├── _Vordak_statues-bg.png │ ├── _Vordak_statues.png │ ├── font license.txt │ ├── font.ttf │ ├── font_Meph_clean_12x24.png │ ├── font_Meph_clean_16x24.png │ ├── font_Meph_dungeon_16x24.png │ ├── font_Meph_embossed_12x24-v1.7.png │ ├── font_Meph_embossed_12x24-v2.1.png │ ├── font_Meph_embossed_12x24-v4.png │ ├── mouse.png │ └── shadows.png └── init │ ├── colors.txt │ ├── d_init.txt │ ├── init.txt │ └── overrides.txt ├── manifest.json └── raw ├── colors.txt ├── colors_autumn.txt ├── colors_spring.txt ├── colors_summer.txt ├── colors_winter.txt ├── graphics ├── 4204_giant.png ├── 4204_man.png ├── Meph │ ├── dwarves.png │ ├── elves.png │ ├── goblins.png │ ├── humans.png │ └── kobolds.png ├── Vordak │ ├── dwarves.png │ ├── fortress_defence.png │ ├── goblins.png │ └── kobolds.png ├── amphibians.png ├── annelids.png ├── birds.png ├── birds_new.png ├── bug_slug_new.png ├── cavern_civ │ ├── Thumbs.db │ └── graphics_cavern_civs.png ├── desert_new.png ├── domestic.png ├── equipment.png ├── fanciful.png ├── graphics_4204_giant.txt ├── graphics_4204_man.txt ├── graphics_Vordak_dwarves.txt ├── graphics_Vordak_fortress_defence.txt ├── graphics_Vordak_goblins.txt ├── graphics_Vordak_kobolds.txt ├── graphics_amphibians.txt ├── graphics_annelids.txt ├── graphics_birds.txt ├── graphics_birds_new.txt ├── graphics_bug_slug_new.txt ├── graphics_cavern_civs.txt ├── graphics_creature_db_dogs.png ├── graphics_creature_db_dogs.txt ├── graphics_desert_new.txt ├── graphics_domestic.txt ├── graphics_elves.txt ├── graphics_equipment.txt ├── graphics_example.txt ├── graphics_fanciful.txt ├── graphics_humans.txt ├── graphics_insects.txt ├── graphics_large_mountain.txt ├── graphics_large_ocean.txt ├── graphics_large_riverlake.txt ├── graphics_large_temperate.txt ├── graphics_large_tropical.txt ├── graphics_large_tundra.txt ├── graphics_mountain_new.txt ├── graphics_next_underground.txt ├── graphics_ocean_new.txt ├── graphics_other.txt ├── graphics_procedual_demons.txt ├── graphics_procedual_forgotten_beasts.txt ├── graphics_procedual_night_creatures.txt ├── graphics_procedual_titans.txt ├── graphics_reptiles.txt ├── graphics_riverlakepool_new.txt ├── graphics_small_mammal_new.txt ├── graphics_small_mammals.txt ├── graphics_small_ocean.txt ├── graphics_small_riverlake.txt ├── graphics_standard.txt ├── graphics_subterranean.txt ├── graphics_temperate_new.txt ├── graphics_tropical_new.txt ├── graphics_tundra_taiga_new.txt ├── insects.png ├── large_mountain.png ├── large_ocean.png ├── large_riverlake.png ├── large_temperate.png ├── large_tropical.png ├── large_tundra.png ├── mountain_new.png ├── next_underground.png ├── ocean_new.png ├── other.png ├── procedual_demons.png ├── procedual_forgotten_beasts.png ├── procedual_night_creatures.png ├── procedual_titans.png ├── procedural.png ├── reptiles.png ├── riverlakepool_new.png ├── small_mammal_new.png ├── small_mammals.png ├── small_ocean.png ├── small_riverlake.png ├── standard.png ├── subterranean.png ├── temperate_new.png ├── tropical_new.png └── tundra_taiga_new.png ├── objects ├── building_custom.txt ├── creature_amphibians.txt ├── creature_annelids.txt ├── creature_birds.txt ├── creature_birds_new.txt ├── creature_bug_slug_new.txt ├── creature_desert_new.txt ├── creature_domestic.txt ├── creature_insects.txt ├── creature_large_mountain.txt ├── creature_large_ocean.txt ├── creature_large_riverlake.txt ├── creature_large_temperate.txt ├── creature_large_tropical.txt ├── creature_large_tundra.txt ├── creature_mountain_new.txt ├── creature_next_underground.txt ├── creature_ocean_new.txt ├── creature_other.txt ├── creature_reptiles.txt ├── creature_riverlakepool_new.txt ├── creature_small_mammal_new.txt ├── creature_small_mammals.txt ├── creature_small_ocean.txt ├── creature_small_riverlake.txt ├── creature_standard.txt ├── creature_subterranean.txt ├── creature_temperate_new.txt ├── creature_tropical_new.txt ├── creature_tundra_taiga_new.txt ├── inorganic_metal.txt ├── inorganic_other.txt ├── inorganic_stone_gem.txt ├── inorganic_stone_layer.txt ├── inorganic_stone_mineral.txt ├── inorganic_stone_soil.txt ├── item_tool.txt ├── language_DWARF.txt ├── plant_crops.txt ├── plant_garden.txt ├── plant_grasses.txt ├── plant_new_trees.txt └── plant_standard.txt └── onLoad_gfx_Meph.init /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/README.md -------------------------------------------------------------------------------- /alternate files/food quality markers/_Meph_items-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/alternate files/food quality markers/_Meph_items-top.png -------------------------------------------------------------------------------- /alternate files/food quality markers/quality markers template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/alternate files/food quality markers/quality markers template.png -------------------------------------------------------------------------------- /alternate files/less-demanding twbt overrides/overrides.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/alternate files/less-demanding twbt overrides/overrides.txt -------------------------------------------------------------------------------- /alternate files/old dwarves-graphics/graphics_Meph_dwarves.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/alternate files/old dwarves-graphics/graphics_Meph_dwarves.txt -------------------------------------------------------------------------------- /alternate files/old dwarves-graphics/graphics_Meph_goblins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/alternate files/old dwarves-graphics/graphics_Meph_goblins.txt -------------------------------------------------------------------------------- /alternate files/old dwarves-graphics/graphics_Meph_kobolds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/alternate files/old dwarves-graphics/graphics_Meph_kobolds.txt -------------------------------------------------------------------------------- /alternate files/shadows/shadows_large (original version).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/alternate files/shadows/shadows_large (original version).png -------------------------------------------------------------------------------- /alternate files/shadows/shadows_medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/alternate files/shadows/shadows_medium.png -------------------------------------------------------------------------------- /alternate files/shadows/shadows_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/alternate files/shadows/shadows_small.png -------------------------------------------------------------------------------- /alternate files/shadows/shadows_uber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/alternate files/shadows/shadows_uber.png -------------------------------------------------------------------------------- /data/art/Meph_32x32-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/Meph_32x32-bg.png -------------------------------------------------------------------------------- /data/art/Meph_32x32-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/Meph_32x32-top.png -------------------------------------------------------------------------------- /data/art/Meph_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/Meph_32x32.png -------------------------------------------------------------------------------- /data/art/Meph_32x32_alt-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/Meph_32x32_alt-bg.png -------------------------------------------------------------------------------- /data/art/Meph_32x32_alt-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/Meph_32x32_alt-top.png -------------------------------------------------------------------------------- /data/art/Meph_32x32_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/Meph_32x32_alt.png -------------------------------------------------------------------------------- /data/art/Meph_Map_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/Meph_Map_16x16.png -------------------------------------------------------------------------------- /data/art/Meph_Map_24x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/Meph_Map_24x24.png -------------------------------------------------------------------------------- /data/art/Meph_Map_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/Meph_Map_32x32.png -------------------------------------------------------------------------------- /data/art/_Meph_Coffin_Variety-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_Coffin_Variety-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_Coffin_Variety.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_Coffin_Variety.png -------------------------------------------------------------------------------- /data/art/_Meph_Furniture_Alternates-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_Furniture_Alternates-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_Furniture_Alternates-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_Furniture_Alternates-top.png -------------------------------------------------------------------------------- /data/art/_Meph_Furniture_Alternates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_Furniture_Alternates.png -------------------------------------------------------------------------------- /data/art/_Meph_alternate-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_alternate-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_alternate-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_alternate-top.png -------------------------------------------------------------------------------- /data/art/_Meph_alternate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_alternate.png -------------------------------------------------------------------------------- /data/art/_Meph_constructions-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_constructions-top.png -------------------------------------------------------------------------------- /data/art/_Meph_constructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_constructions.png -------------------------------------------------------------------------------- /data/art/_Meph_decorations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_decorations.png -------------------------------------------------------------------------------- /data/art/_Meph_decorations_2-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_decorations_2-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_decorations_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_decorations_2.png -------------------------------------------------------------------------------- /data/art/_Meph_decorations_3-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_decorations_3-top.png -------------------------------------------------------------------------------- /data/art/_Meph_decorations_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_decorations_3.png -------------------------------------------------------------------------------- /data/art/_Meph_extra_decorations-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_extra_decorations-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_extra_decorations-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_extra_decorations-top.png -------------------------------------------------------------------------------- /data/art/_Meph_extra_decorations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_extra_decorations.png -------------------------------------------------------------------------------- /data/art/_Meph_extra_decorations_2-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_extra_decorations_2-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_extra_decorations_2-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_extra_decorations_2-top.png -------------------------------------------------------------------------------- /data/art/_Meph_extra_decorations_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_extra_decorations_2.png -------------------------------------------------------------------------------- /data/art/_Meph_furniture-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_furniture-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_furniture-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_furniture-top.png -------------------------------------------------------------------------------- /data/art/_Meph_furniture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_furniture.png -------------------------------------------------------------------------------- /data/art/_Meph_item_sets-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_item_sets-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_item_sets-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_item_sets-top.png -------------------------------------------------------------------------------- /data/art/_Meph_item_sets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_item_sets.png -------------------------------------------------------------------------------- /data/art/_Meph_items-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_items-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_items-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_items-top.png -------------------------------------------------------------------------------- /data/art/_Meph_items.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_items.png -------------------------------------------------------------------------------- /data/art/_Meph_plants-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_plants-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_plants-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_plants-top.png -------------------------------------------------------------------------------- /data/art/_Meph_plants.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_plants.png -------------------------------------------------------------------------------- /data/art/_Meph_smoke_animation-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_smoke_animation-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_smoke_animation-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_smoke_animation-top.png -------------------------------------------------------------------------------- /data/art/_Meph_smoke_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_smoke_animation.png -------------------------------------------------------------------------------- /data/art/_Meph_trees-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_trees-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_trees-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_trees-top.png -------------------------------------------------------------------------------- /data/art/_Meph_trees.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_trees.png -------------------------------------------------------------------------------- /data/art/_Meph_variety-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_variety-bg.png -------------------------------------------------------------------------------- /data/art/_Meph_variety.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_variety.png -------------------------------------------------------------------------------- /data/art/_Meph_workshop_training.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_workshop_training.png -------------------------------------------------------------------------------- /data/art/_Meph_workshops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Meph_workshops.png -------------------------------------------------------------------------------- /data/art/_Vordak_statues-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Vordak_statues-bg.png -------------------------------------------------------------------------------- /data/art/_Vordak_statues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/_Vordak_statues.png -------------------------------------------------------------------------------- /data/art/font license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/font license.txt -------------------------------------------------------------------------------- /data/art/font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/font.ttf -------------------------------------------------------------------------------- /data/art/font_Meph_clean_12x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/font_Meph_clean_12x24.png -------------------------------------------------------------------------------- /data/art/font_Meph_clean_16x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/font_Meph_clean_16x24.png -------------------------------------------------------------------------------- /data/art/font_Meph_dungeon_16x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/font_Meph_dungeon_16x24.png -------------------------------------------------------------------------------- /data/art/font_Meph_embossed_12x24-v1.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/font_Meph_embossed_12x24-v1.7.png -------------------------------------------------------------------------------- /data/art/font_Meph_embossed_12x24-v2.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/font_Meph_embossed_12x24-v2.1.png -------------------------------------------------------------------------------- /data/art/font_Meph_embossed_12x24-v4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/font_Meph_embossed_12x24-v4.png -------------------------------------------------------------------------------- /data/art/mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/mouse.png -------------------------------------------------------------------------------- /data/art/shadows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/art/shadows.png -------------------------------------------------------------------------------- /data/init/colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/init/colors.txt -------------------------------------------------------------------------------- /data/init/d_init.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/init/d_init.txt -------------------------------------------------------------------------------- /data/init/init.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/init/init.txt -------------------------------------------------------------------------------- /data/init/overrides.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/data/init/overrides.txt -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/manifest.json -------------------------------------------------------------------------------- /raw/colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/colors.txt -------------------------------------------------------------------------------- /raw/colors_autumn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/colors_autumn.txt -------------------------------------------------------------------------------- /raw/colors_spring.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/colors_spring.txt -------------------------------------------------------------------------------- /raw/colors_summer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/colors_summer.txt -------------------------------------------------------------------------------- /raw/colors_winter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/colors_winter.txt -------------------------------------------------------------------------------- /raw/graphics/4204_giant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/4204_giant.png -------------------------------------------------------------------------------- /raw/graphics/4204_man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/4204_man.png -------------------------------------------------------------------------------- /raw/graphics/Meph/dwarves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/Meph/dwarves.png -------------------------------------------------------------------------------- /raw/graphics/Meph/elves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/Meph/elves.png -------------------------------------------------------------------------------- /raw/graphics/Meph/goblins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/Meph/goblins.png -------------------------------------------------------------------------------- /raw/graphics/Meph/humans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/Meph/humans.png -------------------------------------------------------------------------------- /raw/graphics/Meph/kobolds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/Meph/kobolds.png -------------------------------------------------------------------------------- /raw/graphics/Vordak/dwarves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/Vordak/dwarves.png -------------------------------------------------------------------------------- /raw/graphics/Vordak/fortress_defence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/Vordak/fortress_defence.png -------------------------------------------------------------------------------- /raw/graphics/Vordak/goblins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/Vordak/goblins.png -------------------------------------------------------------------------------- /raw/graphics/Vordak/kobolds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/Vordak/kobolds.png -------------------------------------------------------------------------------- /raw/graphics/amphibians.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/amphibians.png -------------------------------------------------------------------------------- /raw/graphics/annelids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/annelids.png -------------------------------------------------------------------------------- /raw/graphics/birds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/birds.png -------------------------------------------------------------------------------- /raw/graphics/birds_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/birds_new.png -------------------------------------------------------------------------------- /raw/graphics/bug_slug_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/bug_slug_new.png -------------------------------------------------------------------------------- /raw/graphics/cavern_civ/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/cavern_civ/Thumbs.db -------------------------------------------------------------------------------- /raw/graphics/cavern_civ/graphics_cavern_civs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/cavern_civ/graphics_cavern_civs.png -------------------------------------------------------------------------------- /raw/graphics/desert_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/desert_new.png -------------------------------------------------------------------------------- /raw/graphics/domestic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/domestic.png -------------------------------------------------------------------------------- /raw/graphics/equipment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/equipment.png -------------------------------------------------------------------------------- /raw/graphics/fanciful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/fanciful.png -------------------------------------------------------------------------------- /raw/graphics/graphics_4204_giant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_4204_giant.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_4204_man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_4204_man.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_Vordak_dwarves.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_Vordak_dwarves.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_Vordak_fortress_defence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_Vordak_fortress_defence.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_Vordak_goblins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_Vordak_goblins.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_Vordak_kobolds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_Vordak_kobolds.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_amphibians.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_amphibians.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_annelids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_annelids.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_birds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_birds.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_birds_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_birds_new.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_bug_slug_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_bug_slug_new.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_cavern_civs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_cavern_civs.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_creature_db_dogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_creature_db_dogs.png -------------------------------------------------------------------------------- /raw/graphics/graphics_creature_db_dogs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_creature_db_dogs.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_desert_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_desert_new.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_domestic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_domestic.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_elves.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_elves.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_equipment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_equipment.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_example.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /raw/graphics/graphics_fanciful.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_fanciful.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_humans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_humans.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_insects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_insects.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_large_mountain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_large_mountain.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_large_ocean.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_large_ocean.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_large_riverlake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_large_riverlake.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_large_temperate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_large_temperate.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_large_tropical.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_large_tropical.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_large_tundra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_large_tundra.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_mountain_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_mountain_new.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_next_underground.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_next_underground.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_ocean_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_ocean_new.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_other.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_other.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_procedual_demons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_procedual_demons.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_procedual_forgotten_beasts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_procedual_forgotten_beasts.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_procedual_night_creatures.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_procedual_night_creatures.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_procedual_titans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_procedual_titans.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_reptiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_reptiles.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_riverlakepool_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_riverlakepool_new.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_small_mammal_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_small_mammal_new.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_small_mammals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_small_mammals.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_small_ocean.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_small_ocean.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_small_riverlake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_small_riverlake.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_standard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_standard.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_subterranean.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_subterranean.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_temperate_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_temperate_new.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_tropical_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_tropical_new.txt -------------------------------------------------------------------------------- /raw/graphics/graphics_tundra_taiga_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/graphics_tundra_taiga_new.txt -------------------------------------------------------------------------------- /raw/graphics/insects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/insects.png -------------------------------------------------------------------------------- /raw/graphics/large_mountain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/large_mountain.png -------------------------------------------------------------------------------- /raw/graphics/large_ocean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/large_ocean.png -------------------------------------------------------------------------------- /raw/graphics/large_riverlake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/large_riverlake.png -------------------------------------------------------------------------------- /raw/graphics/large_temperate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/large_temperate.png -------------------------------------------------------------------------------- /raw/graphics/large_tropical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/large_tropical.png -------------------------------------------------------------------------------- /raw/graphics/large_tundra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/large_tundra.png -------------------------------------------------------------------------------- /raw/graphics/mountain_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/mountain_new.png -------------------------------------------------------------------------------- /raw/graphics/next_underground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/next_underground.png -------------------------------------------------------------------------------- /raw/graphics/ocean_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/ocean_new.png -------------------------------------------------------------------------------- /raw/graphics/other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/other.png -------------------------------------------------------------------------------- /raw/graphics/procedual_demons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/procedual_demons.png -------------------------------------------------------------------------------- /raw/graphics/procedual_forgotten_beasts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/procedual_forgotten_beasts.png -------------------------------------------------------------------------------- /raw/graphics/procedual_night_creatures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/procedual_night_creatures.png -------------------------------------------------------------------------------- /raw/graphics/procedual_titans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/procedual_titans.png -------------------------------------------------------------------------------- /raw/graphics/procedural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/procedural.png -------------------------------------------------------------------------------- /raw/graphics/reptiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/reptiles.png -------------------------------------------------------------------------------- /raw/graphics/riverlakepool_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/riverlakepool_new.png -------------------------------------------------------------------------------- /raw/graphics/small_mammal_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/small_mammal_new.png -------------------------------------------------------------------------------- /raw/graphics/small_mammals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/small_mammals.png -------------------------------------------------------------------------------- /raw/graphics/small_ocean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/small_ocean.png -------------------------------------------------------------------------------- /raw/graphics/small_riverlake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/small_riverlake.png -------------------------------------------------------------------------------- /raw/graphics/standard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/standard.png -------------------------------------------------------------------------------- /raw/graphics/subterranean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/subterranean.png -------------------------------------------------------------------------------- /raw/graphics/temperate_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/temperate_new.png -------------------------------------------------------------------------------- /raw/graphics/tropical_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/tropical_new.png -------------------------------------------------------------------------------- /raw/graphics/tundra_taiga_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/graphics/tundra_taiga_new.png -------------------------------------------------------------------------------- /raw/objects/building_custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/building_custom.txt -------------------------------------------------------------------------------- /raw/objects/creature_amphibians.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_amphibians.txt -------------------------------------------------------------------------------- /raw/objects/creature_annelids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_annelids.txt -------------------------------------------------------------------------------- /raw/objects/creature_birds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_birds.txt -------------------------------------------------------------------------------- /raw/objects/creature_birds_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_birds_new.txt -------------------------------------------------------------------------------- /raw/objects/creature_bug_slug_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_bug_slug_new.txt -------------------------------------------------------------------------------- /raw/objects/creature_desert_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_desert_new.txt -------------------------------------------------------------------------------- /raw/objects/creature_domestic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_domestic.txt -------------------------------------------------------------------------------- /raw/objects/creature_insects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_insects.txt -------------------------------------------------------------------------------- /raw/objects/creature_large_mountain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_large_mountain.txt -------------------------------------------------------------------------------- /raw/objects/creature_large_ocean.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_large_ocean.txt -------------------------------------------------------------------------------- /raw/objects/creature_large_riverlake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_large_riverlake.txt -------------------------------------------------------------------------------- /raw/objects/creature_large_temperate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_large_temperate.txt -------------------------------------------------------------------------------- /raw/objects/creature_large_tropical.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_large_tropical.txt -------------------------------------------------------------------------------- /raw/objects/creature_large_tundra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_large_tundra.txt -------------------------------------------------------------------------------- /raw/objects/creature_mountain_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_mountain_new.txt -------------------------------------------------------------------------------- /raw/objects/creature_next_underground.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_next_underground.txt -------------------------------------------------------------------------------- /raw/objects/creature_ocean_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_ocean_new.txt -------------------------------------------------------------------------------- /raw/objects/creature_other.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_other.txt -------------------------------------------------------------------------------- /raw/objects/creature_reptiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_reptiles.txt -------------------------------------------------------------------------------- /raw/objects/creature_riverlakepool_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_riverlakepool_new.txt -------------------------------------------------------------------------------- /raw/objects/creature_small_mammal_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_small_mammal_new.txt -------------------------------------------------------------------------------- /raw/objects/creature_small_mammals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_small_mammals.txt -------------------------------------------------------------------------------- /raw/objects/creature_small_ocean.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_small_ocean.txt -------------------------------------------------------------------------------- /raw/objects/creature_small_riverlake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_small_riverlake.txt -------------------------------------------------------------------------------- /raw/objects/creature_standard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_standard.txt -------------------------------------------------------------------------------- /raw/objects/creature_subterranean.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_subterranean.txt -------------------------------------------------------------------------------- /raw/objects/creature_temperate_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_temperate_new.txt -------------------------------------------------------------------------------- /raw/objects/creature_tropical_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_tropical_new.txt -------------------------------------------------------------------------------- /raw/objects/creature_tundra_taiga_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/creature_tundra_taiga_new.txt -------------------------------------------------------------------------------- /raw/objects/inorganic_metal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/inorganic_metal.txt -------------------------------------------------------------------------------- /raw/objects/inorganic_other.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/inorganic_other.txt -------------------------------------------------------------------------------- /raw/objects/inorganic_stone_gem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/inorganic_stone_gem.txt -------------------------------------------------------------------------------- /raw/objects/inorganic_stone_layer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/inorganic_stone_layer.txt -------------------------------------------------------------------------------- /raw/objects/inorganic_stone_mineral.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/inorganic_stone_mineral.txt -------------------------------------------------------------------------------- /raw/objects/inorganic_stone_soil.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/inorganic_stone_soil.txt -------------------------------------------------------------------------------- /raw/objects/item_tool.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/item_tool.txt -------------------------------------------------------------------------------- /raw/objects/language_DWARF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/language_DWARF.txt -------------------------------------------------------------------------------- /raw/objects/plant_crops.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/plant_crops.txt -------------------------------------------------------------------------------- /raw/objects/plant_garden.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/plant_garden.txt -------------------------------------------------------------------------------- /raw/objects/plant_grasses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/plant_grasses.txt -------------------------------------------------------------------------------- /raw/objects/plant_new_trees.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/plant_new_trees.txt -------------------------------------------------------------------------------- /raw/objects/plant_standard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/objects/plant_standard.txt -------------------------------------------------------------------------------- /raw/onLoad_gfx_Meph.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFgraphics/Meph/HEAD/raw/onLoad_gfx_Meph.init --------------------------------------------------------------------------------