Game Development Community

Help please!

by Braden L. · in Technical Issues · 05/03/2009 (7:05 pm) · 6 replies

when i attempt to initialize my scripts the engine says compiling such and such script....it does not ever say loading and therefore when i attempt to run the function the engine states no such function has been found...
please help!

by the way i am working off of the torque 1.52 demo tge....
i also tried it off the 1.42 demo of tge and neither worked

About the author


#1
05/03/2009 (7:30 pm)
If you post the function and the part of the console.log that shows it loading, it will help. Without those, it's impossible to help you. Your console.log should tell you why it isn't loading.
#2
05/03/2009 (7:42 pm)
the console never shows that it is loading. the console only states that it is compiling....
#3
05/03/2009 (7:55 pm)
In the folder with your exe, there is a file called "console.log". Open it with any text editor and it will tell you where your problem is. (or copy/paste it here)
#4
05/03/2009 (7:58 pm)
thanks....i finally figured it out by changing pathways around my c drive...apparantly torque didnt like my pathway

but thank you very much
#5
05/04/2009 (4:40 pm)
Braden,

I'm glad you were able to figure out the answer to your problem!

Just a side note...

When posting a question, it helps if you make the subject line more specific.

"Help please" doesn't draw enough attention. We know you need help, because you are starting a new thread in the forums.

A better subject line would be. . .

"scripts compiling, but not loading"

or

"How do I get my script functions to load"

This is in no way meant to be a flame! I was new to garagegames at one time, a very helpful person pointed me in the right direction, so I'm trying to do the same.

Again, congratulations on solving your first problem!

Good luck with everything.

Tony
#6
05/04/2009 (5:30 pm)
will do....thanks