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.
Torque Owner Tim Heldna
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.