Dwarffortressmod.zip -
: Subfolder for raw files (.txt) defining new items, creatures, or reactions. graphics/ : Subfolder for new sprites. scripts/ : (Optional) Subfolder for .lua scripts. Example info.txt content:
When generating a new world, select your mod in the "Mods" section of the advanced world generation screen. DwarfFortressMod.zip
Use the data/vanilla/vanilla_procedural files as examples to see how to script new types of monsters. What type of content A new item/creature (raw text file)? A graphical change (sprites)? A gameplay behavior tweak (Lua script)? : Subfolder for raw files (
Here is how to create useful content based on the latest 2026 modding standards: 1. Structure the Mod File ( .zip ) Example info
Add a tileset.txt to graphics/ to make items visually unique. 3. Implementing the Mod
If your mod includes scripts, it should be designed to run with DFHack , the primary tool for automated management and advanced, user-friendly gameplay modifications.