Refresher On FS2K4 To CFS2 Conversions

Typhoon Willy

Charter Member
Hi all,

I was wondering if some kind soul could refresh my memory on the DOS commands to 1) convert a model from f2k4 to f2k2, 2) convert an f2k2 model to CFS2, and 3) to fix model animations? I haven't done that in a while and am a bit rusty.

Thanks,

TW
 
Is CFS2 MK MDCL not working for you?

F/ is to FS2002
C/ is to CFS2
T/ is to Fix the model animation

/thats what MK MDCL say anyway....
 
Here TW, give this a BAT extension, & your good to go... just name the A/C in place of "ABC" , 6 chars only. :cool:

cls
echo off


copy ABC.mdl ABC.md8
MDLC /f ABC.md8 ABC.md2
MDLC /t ABC.md2 ABC.mdt
MDLC /c ABC.mdt ABC.md2


pause
 
Hi guys,

Thanks for your reply, Allen, but what Mav posted was what I was looking for.

Thanks for your reply, Mav, it's coming back now!

TW
 
Back
Top