PDA

View Full Version : Refresher On FS2K4 To CFS2 Conversions



Typhoon Willy
March 26th, 2013, 23:18
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

Allen
March 26th, 2013, 23:50
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....

mav
March 27th, 2013, 04:21
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

Typhoon Willy
March 27th, 2013, 06:04
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