Missing Behaviours
by Jeff Leonard · in Torque Game Builder · 04/14/2008 (7:24 pm) · 6 replies
So, I'm doing the Asteroids Tutorial, and I'm running through and I don't get far because when it comes to adding in the Behaviours from the drop down menu, they're not there at all. Its blank.
I checked and recheck that I put the files in the right folder, but its still not working.
I have no idea what I did wrong.
I checked and recheck that I put the files in the right folder, but its still not working.
I have no idea what I did wrong.
About the author
#2
04/20/2008 (8:48 am)
Ah... yes... I grabbed the compiled scripts.... d'oh. Thank you!
#3
04/26/2008 (1:19 am)
I am having a similar problem, except I have made them with the .cs extension. I can't even do the fish tutorial.
#4
04/28/2008 (8:13 am)
Are you sure the files are in the right folder? That's often the issue. I know I've done that more than once!
#5
05/04/2008 (10:16 am)
I have the exact same problem with the fish tutorial as Joshua. I placed the script (saved as "fishControls.cs") in the following folder: MyFishTutorial: game: behaviors, and when I try to add this behavior from the drop-down menu, the menu is blank. I'm using a Powerbook G4 running OS 10.4.10. Incidentally, I'm also finding TGB to be EXTREMELY slow.
#6
03/07/2009 (2:39 pm)
dame problem not working
Torque Owner Mike Lilligreen
T2DTutorials
Where did you copy those files from? Are they from the behavior playground project that comes with TGB? Do all files end with the .cs extension? Can you open them up with a text editor and they look ok?
My only guess at the moment is perhaps you copied compiled behavior scripts (which have the extension .dso) into the behaviors folder. This would cause the behaviors not to show up in the editor.