df-structures icon indicating copy to clipboard operation
df-structures copied to clipboard

Dwarf Fortress data structure descriptions

Results 77 df-structures issues
Sort by recently updated
recently updated
newest added

## `item_flags2` bit 3 (This was last looked at in issue #251) I noticed a cave spider thread with this `unk_book` flag set and thought it odd. It was in...

vermin_category (in df.vermin.xml) has been detected to use a new enum value of 8, and I believe it means "Roaming" and to be associated with vermin_flags.is_roaming_colony being true. However, my...

investigations have revealed a flag bit 7 in building flags that has something to do with overlapping civzones but the details remain obscure further research desired

https://github.com/DFHack/df-structures/blob/1b1ffd4069652bf189ac0bc229ddf027009c110a/df.history.xml#L472:L486 I've been mucking about with intrigue and relationships in .47.4, and found out that some of these values relate to the interrogation mechanic in _Adventurer Mode_. However, because adventurer...

Info from Quietust on Discord.

Dwarf Fortress's code makes use of a wide variety of simple integer typedefs: for example, there's `typedef int16_t LocalPos;` for local map coordinates, `typedef uint16_t Temperature;` for (Urist-scaled) temperature values,...

alternatively, it should delete them and let the usual anon handling take place right now, if an field element has `name=''` then `codegen.out.xml` will have a blank `name` attribute but...