These files are a little bit of a mystery. They consolidate or name some macros for facial expressions... but we still don't know what facial bones are affected, or how to really make any new ones.
Technical File Info
//--------------------------------------
//--- 010 Editor v2.1.3 Binary Template
//
// File: LH_fan.bt
// Author: Glen Rickey (from research by Mark Andrews)
// Revision: .01
// Purpose: To parse LH .fan files
//--------------------------------------
struct {
int32 ExpCount;
int32 Unused;
struct {
int32 CtrlID;
float Amount;
int32 Start;
int32 End;
int32 pad;
} Exp[ExpCount];
} FanFile;
There are no comments on this page. [Add comment]