03-31-2013, 10:17 PM
Prinsto Wrote:{ Mar 10 2013, 11:10:38 AM } - hey guys,The size in the header is how many blocks of 800 bytes in hex (2048 bytes in decimal) that is needed to fit the entire model.
i am also trying out some stuff in hctp, svr05 and svr06. i saw the post about the model sizes (http://s4.zetaboards.com/Old_Skool_Reuni...&t=9433235) and i can't get it done.
could you explain it to me for the filesize: 000A4000
i have the following:
XX XX ?? 0A
so XX XX for the model settings (attire and model number) and i think the 0a part is also right. but i can't figure it out. i tried C4 for ??, but it doesn't work properly (model doesn't appear correctly).
i would appreciate it a lot if you would help me out
thanks for your time
best regards,
Franz from Germany
In hex (Hx):
Hx000A4000 / Hx800 = Hx148
Converted to decimal value:
Hx000A4000 = 671744
671744 / 2048 = 328
328 = Hx148
148 => 01 48
...hex always written in reverse...
48 01
...so...
XX XX 48 01


