Talk:DO/Heads.db

From Dark Omen Wiki

Jump to: navigation, search

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