Game Development Community

Couple Question

by Fucifer · in Torque Game Engine · 05/10/2006 (7:09 am) · 2 replies

I notice in the console, it calling for texture unnamed in certain dts folders and base.lmale in all my AI player folders. I have not sign these texture to anything. I have look around in code and could not find refer to them. Does anyone know why they are call? The console is also call for default.cs in commom/client, it exec in the main.cs in the common folder. Have cs been delete out and exec need to be take out or do I have a miss file? For right now I going take the exec file out unless I get told different. Thank you.

#1
05/10/2006 (7:44 am)
The base.Imale stuff is nothing to worry about and won't do you any harm. It's residual head code (ie not scripted) from Tribes2 days which is where the Torque engine comes from. You may safely disregard these warnings, and yes I would have hoped that after 6 years warning messages like these would have been sorted out ;)

Regarding the default.cs warning message it is safe for you to remove the exec. You are not missing any files, I think it may be a simple typo and from memory I think the file it's looking for is located in example\starter.fps\client, which is exec from main.cs anyways.
#2
05/10/2006 (1:11 pm)
Thank you very much!