.cfg files?
by Rajavidya Das Hargreaves · in Torque Game Engine · 07/04/2002 (6:05 pm) · 1 replies
hi guys!
how do you make .cfg file for exporting your models?
Is a config file required to load an exported character in to the torque demo?
Thanks in Advance
-Raja
how do you make .cfg file for exporting your models?
Is a config file required to load an exported character in to the torque demo?
Thanks in Advance
-Raja
About the author
Torque Owner Neil Marshall
It's just a plain text file.
In section II under exporting it should explain it
www.garagegames.com/docs/torque/tools/max2dts/index.html
"Is a config file required to load an exported character in to the torque demo?"
A config file is not. A .cs file is. Look at player.cs in example\fps\data\shapes\player
If you just want to view your model, load "torquedemo -mod show" and you'll be able to load it from there if it's in the fps data directory somewhere.