Game Development Community

dev|Pro Game Development Curriculum

Torque 3D Development - 1.1 Alpha!

by Brett Seyler · 11/19/2009 (5:06 pm) · 143 comments

static.garagegames.com/static/pg/blogs/jason-hetu/Torque-3D_Development-Blog-Header.png

Greetings Torque 3D users! In the last Torque 3D dev blog, we showed that the Torque 3D team has no plans of slowing down after the 1.0 release. In this blog, we're thrilled to unveil some more of the new tech we have been working on.

Download Torque 3D 1.1 Alpha from your account now!

Got your downloads started? Good, now read on...

Torque 3D 1.1 Alpha New Features

farm3.static.flickr.com/2679/4346502495_4f01e414d7_o.jpg

Forest Editor

Since GDC '09, you've all been patiently (or not so patiently) waiting for Sickhead Games' foliage rendering and painting technology. We showed you videos of Tom demoing the 'Forest Kit' and Pacific Demo. For those of you who have not heard about it, the Forest Editor is a tool that allows you to quickly create massive amounts of vegetation for your level. This includes patches of trees, forests, and fields of smaller elements such as shrubs and plants. You can paint an entire forest using multiple brushes, which will lay down 3D models for you. In addition to these great tools, Sickhead has done a tremendous amount of work to make sure Torque 3D can render vast forests with ease.

We never officially announced pricing for 'Forest Kit' (now officially 'Forest Editor'), and of course, in the end it was Sickhead's creation and their choice to put an appropriate price on it. For what it provides, we were looking at prices anywhere from $100 to $500 / seat as an add-on. Sometimes, where it's appropriate for Torque, we try to work out a deal to offer 3rd pary add-ons like this as a fully integrated feature of the core engine. I'm happy to say that we were able to work out this kind of deal with Sickhead. As great as these guys are to work with on development, they are also very flexible on the business side, with the best interests of Torque and Torque users in mind.

Let me make this crystal clear for all you anticipating use of the new Forest Editor then, but perhaps fretting the cost...it's now included in Torque 3D Professional, free of charge. All current Torque 3D license holders can download the 1.1 Alpha and begin using this amazing tool. The Official Documentation will be updated later today to show you how to use it. I'd suggest jumping on IRC hour today to say thanks to Sickhead for helping us make this happen and to ask questions about how to get the most from this new feature.


            



farm5.static.flickr.com/4050/4347270368_2485d94b43_o.jpg

Sketch Tool

We have another surprise feature for the 1.1 Alpha, yet another fantastic Sickhead creation. The Sketch Tool allows you to quickly generate convex meshes without going to 3rd party modeling applications, such as Maya or 3DS Max. The interface allows you to quickly sketch out convex shapes via simple mouse actions. You can edit the faces of your mesh to roughly resemble what your final assets might look like. As with the Forest Editor, the Official Documentation will be updated later today with a guide to using the Sketch Tool. Again, big thanks to Sickhead for making rapid iteration in Torque 3D ever more powerful.

In the hands of a non-artist, such as myself, I was able to create a few simple houses which I then duplicated to create an entire village:


            



For experienced artists, such as Sickhead's Russell Fincher, the levels you can create in less than 2 hours is amazing:




Prefabs

Another major win for rapid iteration in Torque 3D is the addition of prefabs. Rather than copying and pasting multiple selections (rinse & repeat), the prefab system allows you to group multiple objects together and combine them into a single file. Imagine you are making a city with hundreds of working lamp posts? Simply combine the lamp model and point light into a single prefab. You can now load the prefab file into your level as much as you want without having to create each lamp and point light by hand.


            


We also put together a quick and dirty version of this new feature in action. Please forgive the lack of editing, narration and music...we'll build something nicer to show this later on.





Major GUI Editor Improvements

Rene Damm performed a full usability pass on Torque 3D's GUI Editor to clean up the interface and add new adjustment options, making the GUI Editor much easier to use. Of course, he couldn't stop with just general improvements...

Gone are the days of manually editing every single GUI profile by hand via TorqueScript. Rene Damm integrated a Profile Editor into Torque 3D's GUI Editor! If you didn't already know, GUI Profiles are what determine the overall appearance of your interface elements. Want your buttons to be opaque? Need to use 20 different fonts depending on the text control type? Making these changes are as simple as loading the Profile Editor.

            



Major SFX Upgrades

Speaking of Rene, his SFX work also deserves major spotlight time in this blog. The overall goal was to move from the very rudimentary and primarily code-driven SFX system in 1.0 to a primarily data-driven system that can be set up and controlled entirely from within the editors.

  • Ambient Audio: Audio behavior can be directly assigned to objects within a level as well as to levels themselves. As the listeners roams around, an ambient audio mix is automatically created and maintained by the system.

  • Interactive Audio: Audio can be set up to react to game state changes using SFXParameters and SFXStates. The system automatically responds to changes to these objects.

  • FMOD Designer Support: Complex game audio effects and interactive music can be designed in the FMOD Designer tool and dropped right into Torque. Events can be used just like any other track type.

      



Ground Cover

Torque 3D's Ground Cover system is very powerful and can make level building go much faster, especially when used in conjunction with the Forest Editor. There has always been confusion about how to properly use a GroundCover object, such as getting it to paint the terrain based on the material. Previously, you had to hard code the material for the foliage and figure out which terrain layer to cover (based on a numerical index) from memory. Rejoice, for we have given the system a major usability pass to make it much easier to use. You can now select the cover material (such as grass) and the terrain texture right from the object using our Material Selector:

      

      



Shape Editor and COLLADA

Nothing seems to slow Chris Robertson down. Improving Torque 3D's asset pipeline is a constant effort and for the 1.1 Alpha he has delivered again. Chris has improved the COLLADA Importer (both backend and interface) and added new functionality to the Shape Editor. The two biggest improvements to the Shape Editor include viewing and controlling LODs, and linking the Material Editor to the Shape Editor. While viewing a shape, you can switch to the materials tab then edit a selected material without having to switch to an entirely separate editor.


            


This is an exciting time to be involved with Torque 3D, whether you a part of the development team or a licensed owner. This month, most of the team are picking up their lives and making the move to our new Las Vegas headquarters. With such a great internal team and so much support from our external dev partners, I doubt you'll see us miss a beat. Torque 3D and 2D are both making rapid progress toward the vision you've helped us create. Thank you for your consistent, constructive feedback. You all help us make Torque better.


Torque 3D development blogs:

About the author

Since 2007, I've done my best to steer Torque's development and brand toward the best opportunities in games middleware.

Page «Previous 1 2 3 4 5 6 7 Last »
#1
11/19/2009 (5:08 pm)
Huzzah! Love the new tools. I can't stop playing with the Forest Editor. It works so well with all the other environment tools, like the river and road editor. The new GroundCover usage is such as relief.

Great work to the entire team. This has been very fun release to work with! =)
#2
11/19/2009 (5:12 pm)
WOW the forest editor news is awesome! Nice to see this and can't wait to download it and start playing around.
#3
11/19/2009 (5:12 pm)
WIN!

Await whiny bug reports. ;)

[edit] Nice to have a beta/alpha
#4
11/19/2009 (5:16 pm)
Brett, one thing you missed that I think a lot of artists will enjoy is that there is now animation source for all of the animations currently playable by Gideon.

These files are all compatable with Max 9 (or better) and use Character Studio biped.

Edit: Figured I would post some extra info...

Provided are the 3DS Max scenes setup for exporting, BIPs for loading the animations onto your own biped shape, FIG for the stock biped setup and of course CFGs.

Here's a short list of animations:
Run - forward, back, strafe
Crouch - forward, back, strafe
Swim - forward, back strafe
Look/Aim - Rifle, Sniper, Missile, No weapon
Deaths - 11 different and unique deaths
Jump - jump, standjump, land, fall
Emotes - 8 different emotes
Recoil
Root
#5
11/19/2009 (5:26 pm)
Very, Very Bad Ass ! great work guys.
#6
11/19/2009 (5:27 pm)
I was expecting one awesome new thing, but this is a bit of an overdose. Great work, everybody!
#7
11/19/2009 (5:30 pm)
Awesome work guys! I'm glad to see some news about the Forest Tool.
#8
11/19/2009 (5:35 pm)
Awesome-ness:)
#9
11/19/2009 (5:35 pm)
Couple of preemptive answers:

Is 1.1 a free upgrade?

Contrary to some blatantly false rumors that people have insisted on spreading, there is no additional charge for the 1.1 upgrade for the owners of Torque 3D Professional.

Why is this labeled an "Alpha"?

While this build is pretty stable and solid, there are a few more features we'd like to expand or add. Once they are in we will move into the "Beta" phase.

Where is the Mac build?

As usual with large feature additions to the engine, the Mac version is lagging a little behind. We are working on it and hope to ship Mac compatibility with the first or second Beta.

When can I play with the Pacific demo?

The Pacific demo is looking really gorgeous currently but it needs a little more work before we are satisfied with it. We will be getting it to you in the next couple of months.

Can we get a changelog?

I am working on it as fast as I can in-between packing up our office. It takes a little time to get 2000+ changes formatted into a changelog. Expect to see it posted early next week.

When do you expect the final release of Torque 3D 1.1 to be out?

As usual, we need to be very cautious when offering an estimate of a timeline/release date because it will change as things pop up during development. However, I can say that the final version won't ship before the end of the year and that it is likely to ship early in Q1 2010 if all goes according to plan.
#10
11/19/2009 (5:42 pm)

What a write-up, Brett!! Awesome.

Man, this feels good.
#11
11/19/2009 (5:42 pm)
speechless....:)

well..

but...


you guys are Awesome!
#12
11/19/2009 (5:45 pm)
SHUT UP!!!! My mouth is still open...everytime I shut it, it falls open again! Sickhead Games----you guys ROCK. Thanks so much.....and thanks to you GG for such an EXCELLENT product!
#13
11/19/2009 (5:49 pm)
Super news. Super deal Sickhead.
#14
11/19/2009 (5:49 pm)
*Dances around for the Sketch Tool* Well now I have to Beef up my Unearthly challenge Entry so I can win a T3D License!
#15
11/19/2009 (5:53 pm)
NICE!!! Good Job GG, new features look great, that was fast :)
#16
11/19/2009 (6:05 pm)
Woo YA looking forward to using the forest editor actually looking forward to using ALL the new features.
But it will have to wait until i get home from work :(

Awesome work GG,SH
#17
11/19/2009 (6:08 pm)
and here i have been scrimping and saving, and waiting to buy pure light until i knew what i was going to have to spend on the forest kit, MANY MANY THANKS SICKHEAD AND GG this is some of the best news i have had all week! cant wait to get into the 1.1 alpha!
#18
11/19/2009 (6:08 pm)
holy moly. at times you even outshine yourself with awesome tools and stuff despite the already low cost for the engine.

Im really "stunned and unable to parry" so I better click that DL button.

GG/TP -keep it up ;)
#19
11/19/2009 (6:14 pm)
Can't wipe off the smile on my face. :)
Torque FTW!!!
#20
11/19/2009 (6:16 pm)
Sketch looks really interesting! Congrats on all the cool new stuff.
Page «Previous 1 2 3 4 5 6 7 Last »