09-02-2016, 11:42 PM
(09-02-2016, 11:13 PM)james82 Wrote: Can I ask you something. What all "word" I can GET in a file when create bms script?
Like :
get dataStartOffset long
get dataEndOffset long
get textureCount short
get keyFrameCount short
get textureOffsetArrayStart long
get keyFrameOffsetArrayStart long
How many word for GET ?
I can't really understand this, so I'm going to interpret this in one of two ways
If you mean what does the command do:
get, grabs a certain amount of hex values
structured like so:
get VARIABLE TYPE
get datastartoffset long
^cmd ^variable ^length of 0x4 bytes
or the other interpretation:
get always has two parameters, and you use it as many times as you'd like