Game Development Community

Torque Game builder Demo Behaviors?

by Eric Lease · in General Discussion · 09/27/2007 (10:54 am) · 1 replies

I downloaded the torque game builder demo and i was trying to do one of the tutorials, but there doesnt seem to be any behaviors in the roll out menu to experiment with. Do i need to load them or does the demo not come with any?

Thanks

Eric

#1
09/27/2007 (12:40 pm)
The behaviors do not automatically become part of a new project. They are script files which must be located in your behaviors directory. There is a Behavior project which should be part of your demo install. It is located somewhere in your installed GarageGames directory. Sorry, I am away from my computer so I don't know the specific directory, but it's where you installed GarageGames. Somewhere in the hierarcy is a BehaviorTutorial folder and in there is a Behavior directory containing all of the behaviors.

To get these behaviors into your new project you need to copy and paste the ones you want (or all of them) into the same directory in your new project. By default, new projects are created in your MyDocuments\MyGames directory.

Be sure to close TGB and restart. You should now see the behaviors listed.

You should look at the BehaviorTutorial project as well for some examples of how to use Behaviors.