Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.41 KB

readme.md

File metadata and controls

51 lines (38 loc) · 2.41 KB

Tiled extension for Cataclysm: Dark Days Ahead

Add the extension and extras folder to your Tiled extensions folder. Check out the Tiled docs for more information

The 'extras' folder contains png images for the extension tileset. This adds relative tiles like region groundcover.

Update v0.2.2

Last Version for Tiled 1.9.2


tiled_screenshot

tiledcddaextension


What works

What kind of works

  • Import and Export CDDA map
    • Export a file that might load in CDDA. Check your work!
    • implemented:
      • { object : { place_items : {} } }
      • { object : { place_item : {} } }
      • { object : { place_loot : {} } }
      • { object : { place_monsters : {} } }
      • { object : { place_vehicles : {} } }
      • { object : { place_fields : {} } }
      • { object : { place_zones : {} } }
      • { object : { items : {} } }
      • { object : { toilets : {} } }
      • { object : { vendingmachines : {} } }
      • { object : { toilets : {} } }
      • { object : { vehicles : {} } }
      • { object : { NPC : {} } }