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!
#122
11/16/2011 (3:20 pm)
Excellent job on the new release. I really think you are going in the right direction. The Quality of the release and the docs is really good. I hope you don't mind some feedback after I spend some time going through everything.Once again, great job to the GG team!
#123
11/16/2011 (3:25 pm)
Can't wait to check it out!
#125
All the COLLADA fixes are really gonna make a difference for me too.
Thank you and great job GarageGames!!!
11/16/2011 (5:47 pm)
Oh Man, this is awesome! The new first person animation setup rocks! The coolest weapon is the mine for sure;) The squeaky noise and animation on reload make it perfect. Second new favorite is the pistol with deadly accurate cross hairs:) Oh yeah and the throwable turret nice!All the COLLADA fixes are really gonna make a difference for me too.
Thank you and great job GarageGames!!!
#126
11/16/2011 (6:56 pm)
wonderfull news GG greate work now its going to be easyer to make fps and to get more hang on the engine :D btw how long does the price for exiting customers before changing if changing? eks for me it will cost 20$ so wonder if that price stiks or changes after a date eks?
#127
11/16/2011 (7:20 pm)
Hmm maybe I am missing something, but there does not seem to be a Chinatown in my download. I have the new Torque3D_1_2 which is 1.3 GB, is it suppose to be in it?
#128
There is Chinatown demo. The Chinatown assets were used to create the FPS Tutorial template.
11/16/2011 (7:26 pm)
@JohnThere is Chinatown demo. The Chinatown assets were used to create the FPS Tutorial template.
#129
I has download 1Day and 1Night....
I downloaded the day and night, 3M bandwidth, do not know how many times fails. Eventually did not download it. Pay, we are fast. Download our hands is so difficult. Please download method modified GG. Please be divided into four packages, looking forward to downloading T3D excitement can not afford to fail again and again to download.
11/16/2011 (7:44 pm)
@GG..I has download 1Day and 1Night....
I downloaded the day and night, 3M bandwidth, do not know how many times fails. Eventually did not download it. Pay, we are fast. Download our hands is so difficult. Please download method modified GG. Please be divided into four packages, looking forward to downloading T3D excitement can not afford to fail again and again to download.
#130
11/16/2011 (8:45 pm)
poor jiaozhu,I tongqing you!
#131
My download speed is 355KB/S--450KB/S can not download successfully. Each time at 80% - 95% or so cut off. Prompt data source interrupt. Please download the data source to improve GG.
11/16/2011 (9:03 pm)
@ERICMy download speed is 355KB/S--450KB/S can not download successfully. Each time at 80% - 95% or so cut off. Prompt data source interrupt. Please download the data source to improve GG.
#132
11/16/2011 (9:04 pm)
Great job, guys. I, for one, am happy to see the paid upgrade model. Fair pricing and keeps the company in business. I'm looking forward to seeing what else is in the pipeline.
#134
So are we allowed to use the Chinatown assets in any of our games I assume?
11/16/2011 (9:51 pm)
Ok I see the Chinatown now, you have to build a new FPS with the FPS tutorial template first. There are some nice assets here. So are we allowed to use the Chinatown assets in any of our games I assume?
#135
@Szzg007 -I e-mailed you directly with some options.
11/16/2011 (10:10 pm)
@John -We would be dissapointed if you didn't.@Szzg007 -I e-mailed you directly with some options.
#136
11/16/2011 (10:36 pm)
Didn't see a response to someone's earlier post -- can we get a PDF version of the tutorial?
#137
Just upgraded to a Studio License and wet my pants when I saw the size of the download ... all the Torque 3D goodies ... yeeeehhhhaaaawwwww!!!
All I can say Garage Games is a damn fine job. You guys rock and the community here rocks ... oh yeah and Steve Acaster has rocks in his garden. :)
Nice job and thank you very much ... best $49 I have spent to date. I am also taking some time off in December from my normal day-to-day job to work on some projects that I have side-lined for far too long. T3D 1.2 arrived just in time ... I am so happy.
11/16/2011 (10:44 pm)
Hells Bells - Yowser - and Doh!!!Just upgraded to a Studio License and wet my pants when I saw the size of the download ... all the Torque 3D goodies ... yeeeehhhhaaaawwwww!!!
All I can say Garage Games is a damn fine job. You guys rock and the community here rocks ... oh yeah and Steve Acaster has rocks in his garden. :)
Nice job and thank you very much ... best $49 I have spent to date. I am also taking some time off in December from my normal day-to-day job to work on some projects that I have side-lined for far too long. T3D 1.2 arrived just in time ... I am so happy.
#138
11/16/2011 (11:02 pm)
Thank you GG :) Love the FPS tutorial/documentation and the new site layout! Santa came early this year!!
#139
@Quinton - Glad you like it! We live for comments like that.
11/16/2011 (11:05 pm)
@Joe -Possibly. We will be adding comments to the tutorial (they were broken for launch). That will help us catch bugs and inconsistencies. After it gets put through the wringer and updated we might release the tutorial in another format.@Quinton - Glad you like it! We live for comments like that.
#140
Just the FPS code, and Chinatown assets alone are gold.
Already had a team deathmatch type game on my drawing board and this T3D update is just a perfect fit. You made my life easier. Thanks!
11/17/2011 (12:22 am)
I am very pleased with the update, and it was well worth the money. Just the FPS code, and Chinatown assets alone are gold.
Already had a team deathmatch type game on my drawing board and this T3D update is just a perfect fit. You made my life easier. Thanks!






Michael Tornberg
PlanetRift