Skip to content

Instantly share code, notes, and snippets.

@flarn2006
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flarn2006/eaa02f16a7d6d504d331 to your computer and use it in GitHub Desktop.
Save flarn2006/eaa02f16a7d6d504d331 to your computer and use it in GitHub Desktop.
DFHack binpatch: Advanced worldgen param limits removal

This is for Dwarf Fortress v0.40.24 SDL.

Place noparamlimits.dif in [your Dwarf Fortress install directory]\hack\patches\v0.40.24 SDL. If any of these folders do not exist, create them, unless it's the hack folder that doesn't exist, in which case you need to install DFHack. (If it's your Dwarf Fortress install directory that doesn't exist, what are you doing here? Get Dwarf Fortress first!)

To use, type binpatch apply noparamlimits at the DFHack prompt. If you want to apply this automatically, add it to your dfhack.init file.

Thanks to everyone who helped me on the DF forums!

Dwarf Fortress.exe
001A9C3A: 89 90
001A9C3B: 01 90
001A9C46: 89 90
001A9C47: 30 90
001A9C62: 89 90
001A9C63: 08 90
001A9C82: 89 90
001A9C83: 08 90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment