Talk:DO/Heads.db

From Dark Omen Wiki

(Difference between revisions)
Jump to: navigation, search

Rob (Talk | contribs)
(Created page with 'here's an 010 editor template: byte HEADCOUNT; enum <byte> FLAGS {NO_DEATH=32, NO_INJ=16, NO_BITS=1}; struct { char ID[2]; FLAGS flags; char unknown1[2]; stru...')
Newer edit →

Revision as of 20:49, 6 December 2009

here's an 010 editor template:

byte HEADCOUNT;

enum <byte> FLAGS {NO_DEATH=32, NO_INJ=16, NO_BITS=1};

struct {

   char ID[2];
   FLAGS flags;
   char unknown1[2];
   struct
   {
       byte width;
       byte height;
       byte X;
       byte Y;
   } mouth;
   struct
   {
       byte width;
       byte height;
       byte x;
       byte y;
   } eyes;
   char unknown11[26];
   

} HEAD[HEADCOUNT];

Personal tools
communication