Fable3mod
Discussions for modifying Fable 3

Home » Modding Forums » Formats » BIN
BIN Thu, 21 November 2013 08:41
Keshire is currently offline  Keshire
Messages: 137
Registered: August 2013
Senior Member
JohnDoe:1229083644

#include "standard-types.hsl"

#pragma byteorder(big_endian)

typedef struct BIN //Lipsync data
{
DWORD Count;
DWORD Unknown[Count];
} BIN;[/m]

No laughing!
I'm guessing each of the unknowns calls a certain phoneme animation, so not really "unknown", just didn't know what to call it. I could probably work most of these out if I knew a piece of dialogue from a specific part of the game, so as to know which file it is.

God knows I need more practice, but for now hopefully these simpler things will do. Smile


Previous Topic: Question about the MDL format
Next Topic: ENGINE_LEVEL - LevelGraphicsFile Format
Goto Forum:
  


Current Time: Wed Apr 24 11:55:10 PDT 2024

Total time taken to generate the page: 0.01898 seconds