Game Development Community

Demos modification

by Limdorn · in Torque 3D Professional · 09/05/2011 (4:20 am) · 7 replies

Hi everybody,
Is it posible to take, modificate , use and create a game from a demo like Pacific?

Thanks
Sorry to my english but i´m spanish.

#1
09/05/2011 (5:34 am)
Simple answer. Yes.
#3
09/05/2011 (7:38 am)
You have the source for torque 3D.. anything is possible.

Learn the basics of the engine and TorqueScript.. try out the tutorials and play around with adding resources.

You can also modify the torque script files and see what happens.

Also the next release of torque 3D is going to contain a tutorial on making a game.
Go to www.garagegames.com/community/blogs/view/21192 for more details about that.

#4
09/05/2011 (8:19 am)
i compile the "fps example" and all was ok.
i compile the "pacific demo" and apeared warnings about platform.h.... why?
#5
09/05/2011 (9:14 am)
The pacific demo is a much more advanced template than anything else you can use, it uses the nvidia Physx system and some advanced physx models.

You should probably start off by using the full template and following the FPS tutorials listed in the T3D documentation area. Once you are more practised you can start adding some of the other features used in the pacific demo.
#6
09/05/2011 (12:17 pm)
thanks
#7
09/09/2011 (2:17 pm)
One question more...
What features have the pacific demo?
I imagine that use Physx , but what else...?