.class File Format Notes

Started by SleepKiller, June 21, 2012, 09:12:12 PM

Previous topic - Next topic
.class File Structure

ucfb - Declares the start of a binary file used by SWBF. Only present in munged ODFs if not packed into an .lvl file.
          longint - Size of the file, excludes ucfb and this longint.
entc - I'm guessing this stands for entity, the most common ODF header.
          longint - Size of the section to follow, excludes all past sections and this one.
ordc - An alternative to entc, used in class labels like bolt or bullet.
          longint - Size of the section to follow, excludes all past sections and this one.
expc - Another alternative to the beginning header of the .class file. Used for explosions.
          longint - Size of the section to follow, excludes all past sections and this one.



I have much more information to add, including the way the ODF hashes work. I will update this later, after I take a break.