v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Editing User:Quietust

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.


The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
==About==
 
==About==
Not your average Dwarf Fortress player, is interested in reverse-engineering the game in order to figure out ''exactly'' how things work. Has a nearly completely documented disassembly of versions 0.23.130.23a (because the freely available IDA Pro 5.0 doesn't work as well with newer versions) and 0.28.181.40d (using the Mac version, which was compiled with unusually low optimization settings) and managed to locate (and fix) multiple bugs that still exist in the currently released version. Is a member of the DFHack development team and can be found in the #dfhack IRC channel on Freenode as well as in the Bay 12 Forums.
+
Not your average Dwarf Fortress player, is interested in reverse-engineering the game in order to figure out ''exactly'' how things work. Has a nearly completely documented disassembly of version 0.23.130.23a (because the freely available IDA Pro 5.0 doesn't work as well with newer versions) and managed to locate (and fix) multiple bugs that still exist in the currently released version. Is a member of the DFHack development team and can be found in the #dfhack IRC channel on Freenode as well as in the Bay 12 Forums.
  
 
==Wiki Modifications==
 
==Wiki Modifications==
Line 85: Line 85:
 
*Human civilizations always send Guild Representatives, never Merchant Barons/Princes
 
*Human civilizations always send Guild Representatives, never Merchant Barons/Princes
 
**0x357740 : 57 -> 56
 
**0x357740 : 57 -> 56
*[[40d:Magma flow|Magma flow]] tiles at the bottom of [[40d:magma pipe|magma pipe]]s don't animate like they did in older versions
 
**0x503630 : 0F 94 C1 -> 90 89 F1
 
*Dead shrubs render with the "live shrub" tile
 
**0x503866 : 88 -> 89
 
  
 
=====Improvements=====
 
=====Improvements=====
Line 100: Line 96:
 
**0x346060 : FF 6A FF 6A 00 53 -> 01 90 90 90 8B CB  
 
**0x346060 : FF 6A FF 6A 00 53 -> 01 90 90 90 8B CB  
 
**0x346069 : 83 89 -> E3 8B
 
**0x346069 : 83 89 -> E3 8B
*Make the "Dwarves Stay Inside" order check for "Inside" tiles rather than "Subterranean" ones
 
**0x1E6881 : 80 00 -> 00 01
 
**0x1E6885 : 84 -> 85
 
**0x1E7E8C : 80 00 -> 00 01
 
**0x1E7E8F : 75 -> 74
 
**0x2FC4B7 : 80 00 -> 00 01
 
**0x2FC4BA : 75 -> 74
 
**0x4BA08C : 80 00 -> 00 01
 
**0x4BA08F : 75 -> 74
 
**0x4BA14C : 80 00 -> 00 01
 
**0x4BA14F : 74 -> 75
 
**0x4E2C70 : 80 00 -> 00 01
 
**0x4E2C73 : 74 -> 75
 
  
 
====DFHack-40d====
 
====DFHack-40d====
Line 281: Line 264:
 
**0x2AE3AD : 9E -> 98
 
**0x2AE3AD : 9E -> 98
 
**0x2AE3F6 : 90 90 90 90 90 90 90 90 90 90 -> 03 03 01 03 03 02 02 03 03 01
 
**0x2AE3F6 : 90 90 90 90 90 90 90 90 90 90 -> 03 03 01 03 03 02 02 03 03 01
*Some jobs will attempt to use forbidden items
 
**0x0F6B9D : 04 -> 0C
 
**0x0F7493 : 04 -> 0C
 
**0x107BC3 : 04 -> 0C
 
**0x1081F1 : 04 -> 0C
 
**0x108771 : 04 -> 0C
 
 
*Failed merchant visits do not save their results correctly in history
 
*Failed merchant visits do not save their results correctly in history
 
**0x24EE49 : 10 -> 28
 
**0x24EE49 : 10 -> 28
Line 349: Line 326:
 
*Allow fortress mode attacks from Semi-megabeasts as well as full Megabeasts
 
*Allow fortress mode attacks from Semi-megabeasts as well as full Megabeasts
 
**0x0248F1B : E8 80 76 DC FF -> 8A 42 10 24 30
 
**0x0248F1B : E8 80 76 DC FF -> 8A 42 10 24 30
*Prevent married dwarves (especially the Baron, Count, and Duke) from having [[23a:children|children]] (due to there being no child cap)
 
**0x0FEADD : 0F 85 -> 90 E9
 
*Prevent [[23a:wagon|wagon]]s from waiting for creatures to move aside
 
**0x21DF9F : A4 -> 00
 
**0x21E130 : 86 -> 00
 
**0x21E296 : 93 -> 00
 
 
*Allow milking of tame purring maggots (instead of only "live" ones)
 
*Allow milking of tame purring maggots (instead of only "live" ones)
 
**0x0F16A1 : 18 -> 58
 
**0x0F16A1 : 18 -> 58
Line 372: Line 343:
 
*Make Fisherdwarves drop caught fish on the ground (instead of hauling them back to a stockpile)
 
*Make Fisherdwarves drop caught fish on the ground (instead of hauling them back to a stockpile)
 
**0x2B10CE : FF 6A FF 57 -> 01 57 6A 01
 
**0x2B10CE : FF 6A FF 57 -> 01 57 6A 01
**0x2B10D4 : 18 C9 -> D8 CF
+
**0x2B10D5 : 18 C9 -> D8 CF
 
**0x2B13E1 : FF 6A FF 57 -> 01 57 6A 01
 
**0x2B13E1 : FF 6A FF 57 -> 01 57 6A 01
 
**0x2B13E7 : 05 C6 -> C5 CC
 
**0x2B13E7 : 05 C6 -> C5 CC
Line 412: Line 383:
  
 
====Body Parser====
 
====Body Parser====
Run [[User:Quietust/parsebody.php|parsebody.php]] from either your save directory or the game's root directory (only supports 0.47.05 or earlier) and all creature bodies will be examined for consistency. Warnings about unconnected shoulders, elbows, wrists, hips, knees, and ankles are to be expected on armless/legless creatures{{bug|4095}}, but others may indicate fundamental problems in your creature definitions.
+
Run [[User:Quietust/parsebody.php|parsebody.php]] and specify your save directory as a parameter (or omit it to use the current working directory) and all creature bodies will be examined for consistency. Warnings about unconnected shoulders, elbows, wrists, hips, knees, and ankles are to be expected on armless/legless creatures{{bug|4095}}, but others may indicate fundamental problems in your creature definitions.
  
 
====23a Text Utility====
 
====23a Text Utility====

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)