Directors Cut Wiki : FacialAnimations

DirectorsCutModdingFoundry Categories PageIndex RecentChanges RecentlyCommented Login/Register
Trail: CreateANewPage ExtraInfoFiles FileFormat GameAudioPlayer TheMoviesEditoR FormattingRules DirectdrawFiles FacialAnimations

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]

Valid XHTML 1.0 Transitional Valid CSS Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.0182 seconds