DF Modding / Re: Feature questions
« on: January 13, 2008, 03:51:00 am »* Mood type is a short at offset 0x1f8, just as described (babies have mood 8!)
* Material requested/types are stored in four short vectors at 0x2bc, 0x2cc, 0x2dc, 0x2ec
* The skill that will be advanced is at 0x2fc (short)
* The created artifact name is stored like the dwarf name (first name string, nickname string, lastname offsets in the lang file) at 0x3b4, and the flags at 0xe4 |= 8
Some details about where the 0x3c and 0x3b constants are put would be interesting, as for me 0x3c is the material designation for clothes, and thus doesn't match any of my findings!