df-structures
df-structures copied to clipboard
Dwarf Fortress data structure descriptions
I'm looking at a codex whose contents that has 4 references. The first one of those has a ref_aux value of 0, while the other ones have a value of...
Reported at http://www.bay12forums.com/smf/index.php?topic=164123.msg7639062#msg7639062 Relevant enum: tile_liquid_flow_dir Since at least 0.43.05
The title refers to the .XML files the enums reside in. The enums have the "same" values in the same order. The mixed case enums in the former type have...
This was all done in 0.42.06. In `ui_advmode.T_conversation`: - `unk4`: current page, starting at 0 - `unk5`: vector of the first indices on each page - `unk6`: vector of the...
Migrated from https://github.com/DFHack/dfhack/issues/942 > **df.global.ui_advmode.anon_9** > This is initially equal to df.global.cur_year_tick_advmode and they both increase at the same rate. However, it does not seem to update when sleeping and...
From https://github.com/angavrilov/df-structures/issues/3, reported by @Putnam3145 http://pastebin.com/a8n2W3tj Posting in pastebin form just in case editing may be required. ``` action.data.attack.unk_0 --attacked unit id action.data.attack.unk_4 --some structure which represents something action.data.attack.unk_4.unk_8 --0...
From https://github.com/angavrilov/df-structures/issues/4, opened by @expwnent Gorobay did some [conversation research](http://www.bay12forums.com/smf/index.php?topic=139553.msg5955877#msg5955877) on the forums.
see PR https://github.com/DFHack/df-structures/pull/85
As discussed on the DFHack Discord, this should fix some issues in regards to building DFHack when the path to it has spaces, as `glob` interprets the spaces as separating...
https://github.com/DFHack/df-structures/blob/a04727cc4ec350399ce4d2ded4425f33c50cea50/df.units.xml#L146-L151 It would be nice if this was named similar to the [wiki article](https://dwarffortresswiki.org/index.php/DF2014:Personality_trait#Beliefs), if only for the sake of searchability. edit: as per discord discussion, the game seems to...