Question for experienced coders about game engines

Started by
3 comments, last by Dreddnafious Maelstrom 13 years, 11 months ago
I am designing a game where I would like a big city, with destructible environments and no load times/ seamless transitions. Think along the lines of Grand Theft Auto IV, (in size of game world, not game play). I am looking at several engines including Unreal 3. I would really appreciate some experienced coders to tell me if Unreal is a good choice for this, or recommend a more suitable engine. Also what are the pro's and con's of Unreal 3 and other popular engines, (3d game Studio, Ogre, Torque...) If anything is unclear please ask me to clarify. All info is deeply appreciated. :) P.S. Please no comments about how much such a game will cost me to make, how much time, etc...I am fully aware.
Advertisement
53 views and no one has any advice? :(

I really would appreciate some info.
Quote:Original post by Foamhead
53 views and no one has any advice? :(

I really would appreciate some info.
It's the weekend, and the post has only been up for a couple of hours. Also, a high view-to-post ratio is typical on most forums. Personally, I would wait at least 24 hours or so before assuming that no one has any advice to offer.

(I've never tried what you're describing myself, so I personally can't offer much in the way of feedback.)
Are you programming this game yourself or just designing it? Whoever is going to lead your programming team would be the best person to evaluate what engine suits the needs of the project. If they aren't capable of making these decisions themselves, then they're probably a bit too inexperienced to lead a team trying to build something along the lines you're talking about.

I would chose an engine based on design, not design around a chosen engine.

You'll also need to concern yourself with who exactly is going to build the art assets for you. GTA IV would have had tons of (paid) artists building the city assets for years. (not to mention QA)
Quote:Original post by Foamhead
I am designing a game where I would like a big city, with destructible environments and no load times/ seamless transitions. Think along the lines of Grand Theft Auto IV, (in size of game world, not game play).

I am looking at several engines including Unreal 3.

I would really appreciate some experienced coders to tell me if Unreal is a good choice for this, or recommend a more suitable engine.

Also what are the pro's and con's of Unreal 3 and other popular engines, (3d game Studio, Ogre, Torque...)

If anything is unclear please ask me to clarify.

All info is deeply appreciated. :)


P.S. Please no comments about how much such a game will cost me to make, how much time, etc...I am fully aware.



Unreal kind of falls on its face when you start talking about destructible anything. It has destructible actors that you can tweak and spend a bunch of time on and get them to look decent. But if you're talking about wholesale destruction or terrain deformation Unreal isn't going to fit the bill.

As far as comparing Unreal to the other options you listed. It's frankly in a different class.

Ogre is a rendering engine, and gluing together the other parts required to make a game is a project in itself. Once you've accomplished that the toolchain is nearly non-existant. I have high hopes for Ogitor and it may eventually provide Ogre with the foundation it needs to develop a decent toolchain but don't underestimate the investment required to put together a decent work-flow.

That said, people have hacked out a few quality commercial games using the base Ogre library.

Torque3D is still a work in progress and has a decent toolchain but nothing compared to UE3. It has some features that are really nice, especially the deferred lighting implementation. This is probably your best option if you need heavy destructible maps. Be prepared to code that feature yourself though.

UE3 is the industry standard and the UDK comes with several other licenses wrapped in as well. The big shortcoming of UE3 is the light system is a bit old and it shines with content that is pre-processed. The lighting is great as long as it's pre-rendered etc.. The toolchain sets the standard. The engine is crazy stable.(The engine, not the editor), and if you hit a big time winner you can port over to consoles pretty easily.

"Let Us Now Try Liberty"-- Frederick Bastiat

This topic is closed to new replies.

Advertisement