Game Development Community

My first character model

by Neil Marshall · in Artist Corner · 07/04/2002 (1:02 pm) · 2 replies

I'm trying to export a character model which uses bone animation.

I have my character, I've applied multires, set the bounds and everything and it exports (after about a half hour).

Now in the directory where I exported female1.dts too I have another file called female1base.cfg

The problem is, when I open the 1.4mb dump file near the top I'm seeing:

Max file C:\torque\rbobjects\female1\version1\femaleMultires09.max exported to c:\torque\rbobjects\female1\base\female1.dts
Exported on Thu Jul 04 15:19:48 2002


Config file not found.
First pass: collect useful nodes...

Processing Node Base01 with parent Scene Root

Why is it saying config file not found? I thought it would pickup any .cfg file in the directory if it was the only one there.

#1
07/04/2002 (1:51 pm)
The config file needs to be in the directory where the max file is, not in the directory you are exporting to.
#2
07/04/2002 (2:00 pm)
thanks.