Torque 3D 1.2 Now Available!
by Derek Bronson · 11/15/2011 (7:23 pm) · 218 comments
We are proud to announce the release of Torque 3D 1.2, available for $179 for new customers and $20-$69 for existing Torque 3D customers.
This release represents a monumental effort from several disciplines here at GarageGames. From the art and coding teams to the documentation and web teams we’re not only releasing a solid improvement to the best full source professional grade game engine but also a beginning-to-end tutorial on how to make a FPS game that we believe represents a new standard for tutorials for game makers. Whether you’re a seasoned Torque veteran or someone trying to figure out how to start making games, Torque 3D 1.2 has something for you. Enjoy!

For those of you that haven’t been following my blogs, they contain a fair amount of detail on what constitutes Torque 3D 1.2 and provide a good read for those of you that want all the info. Here is an overview of what makes up Torque 3D 1.2:
1st Person Models
One of the major additions we made to Torque 3D 1.2 was allowing developers to create a separation between their 1st person characters and their 3rd person characters. Now you can have highly detailed and custom 1st person views while at the same time maintaining 3rd person models. This makes it easy to create games like Fallout 3 without having to compromise the artistic quality for any one view. It also works really well with multiplayer games like the one the FPS Tutorial helps you build. To find out more details on this feature please check out the Disembodied Arms and Disembodied Arms, Part Deux blogs.
Enhanced Weapon State Machine
Torque 3D 1.2 also provides more attributes and triggers for the mounted weapon state machine, all available with or without the 1st person models. Some of the enhancements include:
In the FPS spirit we now have damage indicators showing you exactly where damage is coming from. Get that sniper!
AI Turrets
These can be either placed throughout a level or carried by characters and deployed as a weapon. Built in C++ and controlled through a customizable, script-based state machine, they scan for targets, rotate, and fire using the weapons that are attached to the turret. Show your friends you care by putting them on your turret’s friends list so they won’t be targeted. Or not.
Proximity Mines
These are carried by the character, thrown, and then stick to surfaces to become little traps for anyone that comes too close. Optimized in C++ yet available in script you can set just how sensitive these things are. Nothing better than running around spreading mines all over the place and then watching your handy work in action.
Teleporters
Teleporters serve as a great example of how to make use of triggers to send people all over the place. In the words of Eric, “they are just freaking cool".
Improvements and Fixes
Focusing on creating a FPS with Torque 3D 1.2 allowed us to find specific bugs and usability issues with Torque 3D that would have been difficult to locate any other way. On top of that you, the community, have provided us with a plethora of feedback on ways to make Torque 3D 1.2 better. I’m happy to say that on top of the cool features listed above we have been able to address a ton of things with Torque 3D 1.2. You can find the change-log posted here. We’ll also be making these fixes available to current Torque 3D 1.1 users in the coming month so keep your eyes posted for that.

FPS Deathmatch Tutorial
The documentation team focused on creating a beginning to end tutorial showing how to create a multiplayer FPS deathmatch game using Torque 3D 1.2. It really is the most comprehensive guide GarageGames has ever provided on how to use Torque to create a full game. We truly believe this tutorial sets a new standard for game engine tutorials and should help everyone from long standing Torque users that just want to find information on squeezing the most out of the engine to new people that have never made a game.
We’ve also enhanced the Torque 3D 1.2 web page to better facilitate using the tutorial. The tutorial now features an easy to use navigation, and a new engagement bar at the bottom of your browser screen. This bar makes it easy to socialize your experience with Twitter, or Google+ or to use the chat to get answers specific to the tutorial. We really want to make the tutorial an engaging experience and hope to use this as a template of sorts for future tutorials. We also have a cool bookmarking system, per page commenting, a Facebook like button for the engagement bar and a tutorial chat room coming soon.
User Guide & Reference Guide
Along with the tutorial we have cleaned up several user guides as well as created new ones showing how to take advantage of the new features in Torque 3D 1.2. The new features have also been documented in the engine and are now available through the Reference Guide. You can view the documentation here.
Torque 3D 1.2 ships with almost a gig of new art for you to use in your commercial products. First and foremost is the long discussed Chinatown environment, started by Luma and polished by our internal staff. The Soldier has also received an update featuring new weapon specific animations and new 1st person arms. Finally we created several new weapons complete with sounds to show off the new features. These assets are provided to you with a royalty free license to use in your products and serve as a great example of how to create your own art that takes advantage of everything Torque 3D 1.2 has to offer.
Art Packs
The art team has also been pumping out several art packs for use in any of your projects. The Soldier Weapon Pack, Alien, and Alien Weapon Pack are all releasing alongside Torque 3D 1.2 and are setup to integrate quickly and easily. They also work with Torque 3D 1.1 but won’t allow you to take advantage of the nifty new features. On top of that we recently released the Zombie Art Combo featuring both a modular Zombie character and an awesome Graveyard environment for them to play in that work with Torque 3D 1.2.

Torque 3D 1.2 is available for $179 for new customers and $20-$69 for existing Torque 3D users. Torque 3D 1.2 also features a new and more simple licensing structure. Torque 3D 1.2 is a Studio license and uses our new studio management system. For more detail on pricing please check here.

One of the major additions we made to Torque 3D 1.2 was allowing developers to create a separation between their 1st person characters and their 3rd person characters. Now you can have highly detailed and custom 1st person views while at the same time maintaining 3rd person models. This makes it easy to create games like Fallout 3 without having to compromise the artistic quality for any one view. It also works really well with multiplayer games like the one the FPS Tutorial helps you build. To find out more details on this feature please check out the Disembodied Arms and Disembodied Arms, Part Deux blogs.
Enhanced Weapon State Machine
Torque 3D 1.2 also provides more attributes and triggers for the mounted weapon state machine, all available with or without the 1st person models. Some of the enhancements include:
- Control over the player’s 3rd person animations sequences on a per weapon and per weapon state basis. This allows for different grips and stances for each weapon. Two handed rifle? Ready to throw a mine? Akimbo-style pistols while crouching? Yes, yes, and oh yes!
- Weapon sway while the player is moving. A subtle effect so weapons don’t feel locked to the camera.
- Optional ammunition clip support and manual reloading.
- Optional weapon lockout while the player is sprinting. Oh, didn’t we mention that we have a new sprinting pose in 1.2?

In the FPS spirit we now have damage indicators showing you exactly where damage is coming from. Get that sniper!
AI Turrets
These can be either placed throughout a level or carried by characters and deployed as a weapon. Built in C++ and controlled through a customizable, script-based state machine, they scan for targets, rotate, and fire using the weapons that are attached to the turret. Show your friends you care by putting them on your turret’s friends list so they won’t be targeted. Or not.
Proximity Mines
These are carried by the character, thrown, and then stick to surfaces to become little traps for anyone that comes too close. Optimized in C++ yet available in script you can set just how sensitive these things are. Nothing better than running around spreading mines all over the place and then watching your handy work in action.
Teleporters
Teleporters serve as a great example of how to make use of triggers to send people all over the place. In the words of Eric, “they are just freaking cool".
Improvements and Fixes
Focusing on creating a FPS with Torque 3D 1.2 allowed us to find specific bugs and usability issues with Torque 3D that would have been difficult to locate any other way. On top of that you, the community, have provided us with a plethora of feedback on ways to make Torque 3D 1.2 better. I’m happy to say that on top of the cool features listed above we have been able to address a ton of things with Torque 3D 1.2. You can find the change-log posted here. We’ll also be making these fixes available to current Torque 3D 1.1 users in the coming month so keep your eyes posted for that.

FPS Deathmatch Tutorial
The documentation team focused on creating a beginning to end tutorial showing how to create a multiplayer FPS deathmatch game using Torque 3D 1.2. It really is the most comprehensive guide GarageGames has ever provided on how to use Torque to create a full game. We truly believe this tutorial sets a new standard for game engine tutorials and should help everyone from long standing Torque users that just want to find information on squeezing the most out of the engine to new people that have never made a game.
We’ve also enhanced the Torque 3D 1.2 web page to better facilitate using the tutorial. The tutorial now features an easy to use navigation, and a new engagement bar at the bottom of your browser screen. This bar makes it easy to socialize your experience with Twitter, or Google+ or to use the chat to get answers specific to the tutorial. We really want to make the tutorial an engaging experience and hope to use this as a template of sorts for future tutorials. We also have a cool bookmarking system, per page commenting, a Facebook like button for the engagement bar and a tutorial chat room coming soon.
User Guide & Reference Guide
Along with the tutorial we have cleaned up several user guides as well as created new ones showing how to take advantage of the new features in Torque 3D 1.2. The new features have also been documented in the engine and are now available through the Reference Guide. You can view the documentation here.

Art Packs
The art team has also been pumping out several art packs for use in any of your projects. The Soldier Weapon Pack, Alien, and Alien Weapon Pack are all releasing alongside Torque 3D 1.2 and are setup to integrate quickly and easily. They also work with Torque 3D 1.1 but won’t allow you to take advantage of the nifty new features. On top of that we recently released the Zombie Art Combo featuring both a modular Zombie character and an awesome Graveyard environment for them to play in that work with Torque 3D 1.2.



If you haven’t already checked out Eric’s Be My Boss please do so now, it is one of the coolest contests I’ve ever seen GarageGames run. Here is an easy access Twitter link to enter the contest:
I would just like to close by saying thank you to all the people that made Torque 3D 1.2 happen both internally and from our community. It really was a cross department effort to try to bring everything together for this release and your positive comments and thoughts are why we do what we do. Now go get yourself a copy and start making some games!
I would just like to close by saying thank you to all the people that made Torque 3D 1.2 happen both internally and from our community. It really was a cross department effort to try to bring everything together for this release and your positive comments and thoughts are why we do what we do. Now go get yourself a copy and start making some games!
#102
I wonder because I have a habit of using 7zip after installs. Just as a quick way of restoring folders, should I need it. That packed file is about 640Mb (roughly half the size of the original installer) Which is why I am wondering.
11/16/2011 (12:13 pm)
Out of sheer curiosity, how is the packaging done in the installer?I wonder because I have a habit of using 7zip after installs. Just as a quick way of restoring folders, should I need it. That packed file is about 640Mb (roughly half the size of the original installer) Which is why I am wondering.
#103
You can expect me to be sending out my XXZ568 1.4 resource for T3D 1.1/1.2 very very soon.
*Edit: is it just me, or are T3D 1.2 licensees not showing the Torque Badge on their accounts?
11/16/2011 (12:13 pm)
Just got my copy, and installing now. Looking forward to this.You can expect me to be sending out my XXZ568 1.4 resource for T3D 1.1/1.2 very very soon.
*Edit: is it just me, or are T3D 1.2 licensees not showing the Torque Badge on their accounts?
#105
11/16/2011 (12:27 pm)
Thanks Christopher.
#106
11/16/2011 (12:34 pm)
@ david, I am utilizing IE. It works when you change lessons and starts at the top, but when you change pages it leaves you at the bottom. Its not a big deal but gets old after a while of reading a page hitting next than scrolling to the top and so on.
#107
Which version of IE? We actually fixed that right before pushing live.
11/16/2011 (12:36 pm)
@KenWhich version of IE? We actually fixed that right before pushing live.
#108
11/16/2011 (12:37 pm)
Hmmm. I can't replicate it in IE 9.0.3.
#110
11/16/2011 (12:43 pm)
That's strange, Michael. I'm not seeing it in Chrome 15.0.874.120 m.
#111
There are a number of JS/jQuery errors reported:
11/16/2011 (12:45 pm)
I just tested it in IE 8.0.7601.17514, and I'm seeing the same problem as Ken. Works fine in Firefox.There are a number of JS/jQuery errors reported:
Quote:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
Timestamp: Wed, 16 Nov 2011 20:44:30 UTC
Message: Object required
Line: 53
Char: 3
Code: 0
URI: http://www.garagegames.com/products/torque-3d/fps
Message: 'J.parentNode' is null or not an object
Line: 3
Char: 494
Code: 0
URI: http://static.garagegames.com/static/js/plugins.js?rev=2
Message: 'J.parentNode' is null or not an object
Line: 3
Char: 494
Code: 0
URI: http://static.garagegames.com/static/js/plugins.js?rev=2
Message: Object doesn't support this property or method
Line: 16
Char: 64441
Code: 0
URI: http://static.garagegames.com/static/js/jquery.js?rev=2
Message: Object doesn't support this property or method
Line: 16
Char: 64441
Code: 0
URI: http://static.garagegames.com/static/js/jquery.js?rev=2
#112
11/16/2011 (12:55 pm)
Thanks Gerald! Scott's confirming it in IE 8 on his machine now.
#113
I let Chrome update itself, and now it's gone.. So I guess it's a non issue now. Or perhaps Chuck Norris read the same tutorial in Chrome too ;)
11/16/2011 (12:58 pm)
@David.I let Chrome update itself, and now it's gone.. So I guess it's a non issue now. Or perhaps Chuck Norris read the same tutorial in Chrome too ;)
#114
If you are having problems with anything web-site related (purchasing, studio assignments, activation, browser issues, tutorial confusion, etc), please post them in the Site Feedback forum.
If you are having problems with the demo version of 1.2, then please post your problems in the Torque 3D Public forum.
If you are having a problem with the full release of Torque 3D 1.2, then please post your problems in the Torque 3D Private forum.
If you are having major issues (accounts not updating correctly, purchasing problems, etc) then please e-mail support@garagegames.com.
11/16/2011 (1:12 pm)
Let's move support questions out to the appropriate places. The comments are starting to get cluttered here!If you are having problems with anything web-site related (purchasing, studio assignments, activation, browser issues, tutorial confusion, etc), please post them in the Site Feedback forum.
If you are having problems with the demo version of 1.2, then please post your problems in the Torque 3D Public forum.
If you are having a problem with the full release of Torque 3D 1.2, then please post your problems in the Torque 3D Private forum.
If you are having major issues (accounts not updating correctly, purchasing problems, etc) then please e-mail support@garagegames.com.
#115
The internets shiver when Chuck Norris snores in their direction!
11/16/2011 (1:15 pm)
@MichaelThe internets shiver when Chuck Norris snores in their direction!
#116
Question: If I want to view the tutorial on my iPad what link should I use? If I go to www.garagegames.com/fps then I have to negotiate a 'Get Started' button made in flash.
Easy - I'll just use the link to the first page of the tutorial and go from there: www.garagegames.com/products/torque-3d/fps#/1-setup/1 ..No.. That just redirects me back to the splash screen with the 'Get Started' flash button...
I guess what I'm getting at is this - is there really any need to have that button made in flash?
11/16/2011 (1:38 pm)
Congrats on the release guys - absolutely superb work.Question: If I want to view the tutorial on my iPad what link should I use? If I go to www.garagegames.com/fps then I have to negotiate a 'Get Started' button made in flash.
Easy - I'll just use the link to the first page of the tutorial and go from there: www.garagegames.com/products/torque-3d/fps#/1-setup/1 ..No.. That just redirects me back to the splash screen with the 'Get Started' flash button...
I guess what I'm getting at is this - is there really any need to have that button made in flash?
#117
11/16/2011 (1:43 pm)
@Andy - I do like what flash button gets us in terms of making it easier to find. I'll work with the web team to see if I can get a non-flash version of the button up so those using non-flash related stuff can still progress through the page
#118
11/16/2011 (1:46 pm)
@Derek - Excellent, thanks. Or, unless you have a particular reason to send us back through the landing page each time, consider dropping the redirect on my 2nd link.
#119
11/16/2011 (2:01 pm)
Yep, will be looking into that as well
#120
11/16/2011 (2:37 pm)
This blog makes me happy. 




Torque 3D Owner Christopher Tauscher
Default Studio