moonpaladin wrote: ↑Thu Apr 08, 2021 4:08 pm
by the way why in one model FVFsize is 6 and in another is 12, how would I know in what model is what value?
Half floats, 2 bytes, so 3 x2= 6. Floats, 4 bytes, so 3 x4=12.
Find the floats (learn to recognize them, read the tutorial, "tut" button in
hex2obj).
If there are no floats then try half floats, no too hard to find them with some experience.
Hardest part is for shorts (word), u usually start with the face indices then identify the blocks. Trial and error.
(Takes 100s of formats 'til you'll understand what's going on.)