2009-11-12, 03:48 AM
(2009-11-12, 03:08 AM)kilroyfx link Wrote: 00 00 00 00 00 2C 00 08 00 0B 00 00 00 3D 00 18 00 04 59 DC 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 91 00 08 00 FF FF 00 00 8F 00 04 00 8C 00 0C 00 23 00 01 00 00 00 00 00 2C 00 08 00 0B 00 00 00 90 00 0C 00 23 00 02 00 00 00 00 00 8F 00 04 00 FF FF 04 00 96 00 08 00 00 00 0F 00 8C 00 0C 00 0F 00 04 00 00 02 00 00 90 00 0C 00 23 00 01 00 00 00 00 00 95 00 08 00 00 00 00 00 2C 00 08 00 0B 00 00 00 3D 00 18 00 15 58 B4 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 91 00 08 00 FF FF 00 00 8F 00 04 00 8C 00 0C 00 23 00 01 00 00 00 00 00 2C 00 08 00 0B 00 00 00 90 00 0C 00 23 00 02 00 00 00 00 00 8F 00 04 00 FF FF 04 00 96 00 08 00 00 00 0F 00 8C 00 0C 00 0F 00 04 00 00 02 00 00 90 00 0C 00 23 00 00 00 00 00 00 00 2C 00 08 00 07 00 00 00 3D 00 18 00 15 53 45 01 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 18 00 57 61 73 6E 27 74 20 74 68 61 74 20 66 75 6E 3F 00 00 00 00 91 00 08 00 FF FF 00 00 8F 00 04 00 8C 00 0C 00 23 00 01 00 00 00 00 00 2C 00 08 00 0B 00 00 00 90 00 0C 00 23 00 02 00 00 00 00 00
There !! Theres the encoding, its all there !! If you can't read HEX I feel sorry for you. If you can count - maybe you can figure out the byte length too :) And I mean this in the most helpful,professional, proficient way .....
Well somebody is snarky as usual
I'm just guesstimating this is an event record. The actual encoded event stages and instructions come after the 1024 event records. They can be hundreds of times this many bytes (there may be no limit) per event. These records are essentially headers containing file offsets into the individual stages. The stages are not in order, though I've never encountered stages from multiple events interleaved.
Each instruction has a unique encoding... or more likely something more like a format. We should document them all along with the records (which are simple enough)
I'm going to get started on this tonight beginning with instructions including text and whatever information is important for traversing series of instructions. But if you're working on the same thing, you might as well be a team player/play nice.