Need Help! Lol
by Michael Dimitrievski · in Torque Game Engine · 07/15/2006 (9:01 pm) · 8 replies
I just bought TGE last night and have already gone through the tutorial... however at the end of the tutorial I am supposed to be able to "collect" the TorqueLogo's... I have everything done EXACTLY as the tut's says but when I go to collect the logos, I just bounce off of them as if they were walls or something... can anyone give me advice?
About the author
#2
07/17/2006 (12:55 pm)
In my console.log file, the only statement that seems to me that could be a problem around the TorqueLogo is that it says something along the lines of the .dts model's boundary is larger than the model (sorry i'm not at my own pc right now). I can post the exact error tomorrow if someone can help. I tried to load a different model but i'm not quite sure how to do that and have an associated datablock with it yet.
#3
Another thing to try is to modify the main.cs file in the root of your example directory and add this line at the very top:
This will enable more robust console logging, so it will tell you things like exactly what file it's loading and so on. This might help.
07/17/2006 (1:04 pm)
It's probably not going to be an error in the logo but elsewhere in the console. The pertinent things to look for are errors in the code you wrote.Another thing to try is to modify the main.cs file in the root of your example directory and add this line at the very top:
trace(1);
This will enable more robust console logging, so it will tell you things like exactly what file it's loading and so on. This might help.
#4
07/17/2006 (1:13 pm)
Ok i will definately try that later. Tomorrow I will post the code (copy & Paste) right to this page. Hopefully I am just mistyping it in but it looked exactly like the tutorial did that came in the download from GG.
#5
in ur main.cs file. If not non of the coding that says wat to do wen u collide with the logo will work
07/17/2006 (8:09 pm)
Are you sure u included the line: exec("./client/clientGame.cs");in ur main.cs file. If not non of the coding that says wat to do wen u collide with the logo will work
#6
07/18/2006 (4:50 pm)
I dont know what i did.... so i said eff it... lol... i erased the entire folder and started from scratch and now it works.... i must have done something completely stupid and non-obvious... oh well it works now.... thanks people
#7
07/18/2006 (4:51 pm)
Glad to help... hopefully we gave you a few tips on where to look in the future when you aren't in a position to just start over.
#8
07/18/2006 (4:56 pm)
Yeah that trace(1); thing is kinda cool and might prove useful later.....
Torque Owner Cliff