691
Utilities and 3rd Party Applications / Re: DFHack 0.43.05-r2
« on: September 19, 2017, 06:26:13 am »
I have a problem with the devel/export-dt-ini script. I get the wrong size for the structure "squad_schedule_entry" ("sched_size" in DT's world) using 0.43.05-r2 win32.
The line is:
I get 0x40 instead of 0x34. I assume df-structures is good since it is what I used to get the correct size. I am not sure where the error comes from (C++ code generation or the script itself?).
The line is:
Code: [Select]
value('sched_size',df.squad_schedule_entry:sizeof())I get 0x40 instead of 0x34. I assume df-structures is good since it is what I used to get the correct size. I am not sure where the error comes from (C++ code generation or the script itself?).