Game Development Community

dev|Pro Game Development Curriculum

The New Magic Word

by Brett Seyler · 11/12/2009 (4:02 pm) · 289 comments

68.233.5.139/~transfer/brett/oprah-1.pngLast week, Epic Games made a pretty big splash announcing the "UDK" or Unreal Development Kit. UDK is based on the *very expensive* Unreal Engine 3, the most dominant game engine in the big budget console games space. There's been a lot of hyperbolic talk about how this is an "end of days" development for Torque and our friendly Copenhagen competitors, Unity. I want to take a while here to talk about what I think this means for Torque and where we fit in the competitive landscape.

When the announcement showed up, of course I immediately wanted to dig in and find out what was up. I took some time and looked at the license on the UDK site. Many people here downloaded the UDK to play around with it and see what was what. It turns out that the UDK is basically an up to date set of editors for Unreal Engine 3. There's no source code provided. Instead, as with modding, you can do scripting with Epic's Unrealscript. You can package your project for Windows only. There are docs online, but otherwise no dedicated support. So let's be clear. This is NOT Unreal Engine 3. That would kill a huge source of revenue (supported, source code licensing for PC and consoles) for Epic. It *is* a well-tested, rich set of editors for making stuff based on UE3 games or projects.

What's the license like for this? Well, Epic is slapping up the word FREE everywhere and who doesn't love something for FREE right? It's a magic word. The UDK website grants you (for free) a license to make non-commercial works. If you want to make money, or benefit indirectly somehow from using the UDK (think making a demo to advertise or sell something else or a company who wants to train employees with a simulation), you have to pay. The terms of making something commercial with the UDK are actually a bit murky because Epic does not post the license on their site or allow you to purchase a commercial license on thier site. Instead, they give you an email address to hit up and describe the terms of the license structure.

Option A: You benefit (somehow) from using and distributing UDK projects, but there's no revenue. You can pay $2500 / seat annually for this use of the UDK.

Option B: You sell, advertise on, or somehow directly or indirectly, generate revenue from a project made with UDK. You pay $99 up front and you give up 25% of all revenues exceeding $5000 on that project.

68.233.5.139/~transfer/brett/ut3.pngPretty straightforward options! It would be nice to see the license, but assuming it's reasonable, sounds like a pretty fair deal. So what's the catch? How does Epic make money from this? They don't. Not really. This is a loss leader and an evangelism play and it really doesn't cost them much of anything to do. For years you've been able to spend $60 on Unreal Tournament, Gears of War, or other Unreal titles and use the provided editors to modify the game. You can do a lot with mods and people have created really cool stuff. Epic never monetized this practice before. Instead, they used it as a way to create longer tail sales for their games and to recruit new talent from the modder community. By offering the "UDK," Epic is taking the next step by letting people distribute Unreal mods without requiring ownership of the modded Unreal game.

In addition to formalizing what they've always done with the mod communities built around Unreal, Epic is likely to heavily monetize the inevitable step from UDK --> UE3. This is no small step and it will cost small teams as much as Epic can wring out of them, in addition to the 25% royalties they are already on the hook for. My guess is that it will be case by case, but it's guaranteed that most teams will run into barriers not having access to the engine source, just as they do with other binary-only engines.


I'm not going to dismiss this move by Epic. It matters. Here's why...


#1: It's Epic (no pun intended). They are an absolute behemoth in the games industry. They've absolutely demolished all competitors in the AAA console engine space for the last 5 years, essentially since EA acquired Criterion, makers of Renderware, and stopped licensing it to 3rd parties. They have an established business selling very expensive (think 6-7 figures, depending on the royalty rate) licenses for big budget console games and now, they've decided they want indies, amateurs, and hobbyists to use their product too. That's a pretty decent market disturbance.

#2: It's validation. When I wrote about the hyper-competitive, well-served big budget AAA space while discussing the pricing and licensing of Torque 3D back in January, I noted that the AAA middleware market hasn't grown much in the last decade and it continues to be a pretty fixed size market. At the same time, the space Torque and Unity occupy (better accessibility and opportunity via lower licensing costs and more attractive platforms) has grown tremendously. This community here grows by hundreds of users every week. A larger portion of the games industry as a whole is moving away from stagnant AAA console games and targeting super-fast growing platforms like the iPhone, Facebook, and yes, even just regular PC online games. Clearly Epic must see something they like in these markets. They missed the boat on the Wii and they are probably struggling to maintain (let alone grow) revenues in the AAA console space. I'm not sure if this will be a long-lasting commitment on Epic's part, or simply a way to maximize the value of their current tech while the new stuff (UE4) is what they're going to start pushing to high-end clients, right around the corner. Regardless, validation is nice.

#3: Now everyone can see behind the "AAA" curtain. We've been telling you for years that Torque is top-notch technology. We've said "it's documented up to, and in many cases well beyond the industry standard." Without being able to look at engines like Unreal, that's been a hard claim for you guys to verify. Now you can. Have a look at UDK. Look at the tools. Look at the docs. Test out the support. We think you'll find that Torque 3D stacks up very well in comparison, and all without the licensing burden of big royalties or high-cost access to source. Putting aside source though, it's worth answering the question:

What does Torque currently do better than Unreal?


Rendering - Torque is the first affordable engine with a deferred renderer. You have real-time dynamic lighting and shadows. You can have thousands of dynamic point lights in a scene at almost no hit to performance. You can't do this in Unreal. Torque's Light Pre-pass rendering is the standard for the current era of hardware. CryEngine uses it as do many of the best looking games on the market.

static.garagegames.com/static/pg/productpages/torque-3d/overview_1.jpg

Contrast this with Unreal, which uses a years old forward renderer that does not allow for global dynamic lighting or shadows. In fact, UE3 does not support more than one dynamic light casting shadows on the same object. It will switch shadows automatically to the nearest light. A directional light will allways switch off any light's shadows. With Unreal, all global illumination is baked. Everything you can do in Unreal, you can do with pureLIGHT in Torque 3D, but with Torque, you can combine dynamic global lighting and shadows with beautfully baked static lightmaps that give you realtime iterative results, not an hours long, black box baking process. Looking ahead, we'll probably be the first affordable engine with DX11 support, and I doubt you're going to see that from Unreal until UE4, likely a couple years away from public licensing, at least.

Terrain (editing AND fidelity) - Definitely test out the UDK terrain editors next to Torque 3D's. The UDK terrain tools are several generations behind us. In Torque 3D, you get much nicer terrain fidelity as well. It takes the right artwork to show this (which you'll see with Pacific Demo here in a few weeks), but the advantage for Torque is clear.

high-fi-terrain-880


Networking - Out of the box, Torque 3D will do things that you'll never get UDK to do without source code access and a LOT of work. It's as simple as that.

Platform support - Capable deployment to OSX machines is increasing a very important component to success for small teams. Torque 3D offers a path to every major platform out there (Windows, Mac, Web, Wii, Xbox 360, iPhone, with PS3 and PSP in the works).

static.garagegames.com/static/pg/productpages/torque-3d/overview_5.jpg

static.garagegames.com/static/pg/productpages/torque-3d/worldeditor_2.jpgSpecial purpose tools. - The road and river tools are just the beginning, but there's a lot more coming in 1.1 and 1.2 that you haven't seen before and which you definitely won't find in UDK.

Community resources, add-ons, and extensions. This is such a talent-rich and generous community. We do our very best not to take your contributions for granted. Rather, a major focus, particularly on this website in the next year, will be adding features that make the surfacing, sharing, and vetting of community resources and project much easier and much more powerful. There's really a lot we can do here and you're going to see constant improvement.


Now, UDK has some things not currently in Torque in it's favor as well. Nice features like nav meshes for AI, improved animation tools, etc. are all on our roadmap, but not yet in Torque 3D, so we've still got plenty of work ahead of us to keep up and stay competitive.

We want to take Torque much further, allowing developers to unlock opportunities on the best emerging platforms. That's going to take continued work and investment in the product by us, but we run a pretty lean operation, we reinvest nearly every dollar you spend with us back into product development, and we are moving *super* fast.

'FREE' might just be the new SSAO


We realize that staying ahead of the curve on technology is just part of the equation. The licensing model we choose is important and we're paying attention to all this FREE stuff as much as the rest of you. We want to offer something at a very accessible price, or perhaps for FREE as a good entry to learning and using Torque 3D. Currently, our free option is a demo, limited by the number of objects you can place in your scene. This obviously isn't useful to create an entire game, but it does give you a good feel for what Torque 3D's tool set can do, given that it's not feature limited in any way other than not including the source code.

By comparison, UDK also gives you everything for free, no features limited by the free version other than the source code, but you cannot use it to make anything commercial without payment. The cost, at minimum, is $99 + 25% of your revenues (after $5k total). Unity strips a great deal of their features out of their free version. These can drastically handicap development for some teams, but there's no reason why you couldn't finish some games with it either. The license is liberal, so it's a good stepping stone to make your first game, solo, if you're willing to live with some of the feature limitations.


68.233.5.139/~transfer/brett/torque-free_compare.png


So where does Torque 3D fit in all of this? Our "Professional" version, which includes source code, access to beta builds, private forums, etc is just $1000 / seat. We don't currently have an option between this and our free demo, but we want one. I think the recent developments by Unity and Epic and all the new developers trying their hand at 3D games warrants a low-priced option for Torque 3D, as well.

At the end of September, when we released Torque 3D 1.0, I included a poll contemplating an full-featured, binary-only version of Torque 3D to go for $500 / seat. Though the results were overwhelmingly in favor of this option, I think we can do better. In the past, I've been really happy with the feedback you've given us making decisions like this, so I want to enlist your help again.

What should we do?
What would you be happy with?
What do you think would be best for the community the future of the product?
Do we want a more elite, experienced community of programmers here?
Do we want to create a more balanced mix of great artists too?

I have my instincts on these questions, and we've discussed them a great deal internally, but I've always come back to this community as one of the big reasons to choose Torque for a new developer. It's one of kind and I want to keep it together and help it grow as much as possible. That won't happen if we don't have a competitive offering in Torque. This means we need enough income to feed the developers and keep the product blazing ahead full speed. But at the same time, if every new beginner cuts their teeth on UDK or Unity because they have viable free option and Torque doesn't, well, I don't like the position that puts us in for the long run either.

So please, let us know what you think! I promise I'll listen and weigh all feedback carefully. I hope to make a decision on this by the end of the month, so let fly with the suggestions and opinions. It's all welcome.

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«First 9 10 11 12 13 14 15 Next»
#281
11/30/2009 (7:22 pm)
I know I know....going to push it to tomorrow...you'll see. Sorry for the false start :)
#282
11/30/2009 (7:31 pm)
Me too Morrie. But the forces of the Jedi Master assure us that it will be worth the wait... I hope so.

It's been a kinda bad Monday anyway. Maybe Tuesday will be better.
#283
12/01/2009 (7:50 am)
Since there was no blog, I take it Things Happened. Let them be Good Things - I need good news this week :)
#284
12/01/2009 (12:46 pm)
Me too Ronny. I need good news this week too. Had too much bad news lately.
#285
12/01/2009 (1:49 pm)
Still no announcement?
#286
12/01/2009 (1:59 pm)
It's 10:00am here, and Brett had a flight last night that got in late. Gives us a few hours people.
#287
12/01/2009 (2:01 pm)
Just be patient folks. It's only 10am right now in Vegas.
#288
12/01/2009 (2:07 pm)
Thanks for the heads-up Mich! (I know you all are still kinda getting settled in there. Must feel weird to not be in Oregon any more.) Will be on the lookout here, but not worried. Whatever will be will be. Certainly have plenty of other work to do.
#290
12/01/2009 (2:31 pm)
Thanks Brett!
#291
03/06/2010 (4:23 am)
Sorry, but until you can offer the full version minus the source, I will stick to UDK, yes it is a little buggy, but it gets an update around the 16th of every month, when I finally decide I will got all out to make my first game, I will be ready, because I will have used all the tools available, and know the In's and outs of the package, I will know the downfalls and the work around in advance.

I love using UDK, it's a great shame you don't yet offer a simler package, Alot of us game developers are unemployed at the moment, we can't afford the 500 $ asking price, UDK allows us to get our hands and feet into just about everything, apart from the source code, I would truly love to give this engine ago, but I am unwilling to put weeks of work, if not months, into something I can't use at the end of the day.

Just look at the explosion caused by Epic with there so called FREE designer tools, they don't really give this away free, as they get back thousands of feedback threads, this alone has got to be worth a fortune to any game engine.

I will dabble with torque, but thats all it will ever be with the present arrangements, if and when you finally decide to let the community try the cut down version.

I think what Epic has done, is fantastic for the gaming community, I suspect ue4 will go the same way, how can it not with such a fantastic response they have had, I suspect a huge portion of the gaming community are using UDK, simply because of whats on offer, a full game can be created with-out access to the source code.

I hope in the future you can provide something on the same grounds, then I will most definitely give my full attention.

All the best.

Keith.
#292
03/06/2010 (4:50 am)
@Keith: You're a couple months late to the party- you do realise that the binary version is $100 right now, and not $500, right?

And yes, if you want to create an FPS, you probably don't have to touch the source code and can get away with using scripting. If you want to do anything innovative with features, then you may need to put some code into it. 95% of my project is script-based, including some innovative features, but I touch source for non-standard features such as database access and implementing modified GUI control behaviors.

Anyways, good luck with UDK. It has a lot of years of tech backing it up.
#293
03/06/2010 (5:50 am)
And if you're making an MMO, there's always Big World. It's a little pricier ($299 / year for the binary Indie license) but it's a fantastic MMO / virtual worlds game engine.
Page«First 9 10 11 12 13 14 15 Next»