|
| | #2 (permalink) |
| I MAEK ART!! Join Date: Jan 2004
Posts: 2,930
+169 Internets | I just so happen to be in a rather unique position to give some basic thoughts on both the CRYENGINE2 Sandbox editor and the Unreal 3.0 engine. I am currently doing modeling work on the Mechwarrior:Living Legends full conversion mod which is using the Cry2 engine, and I also work at a school that uses the Unreal 3.0 engine. So far my general thoughts are that the Cry2 engine is incredibly more deep in terms of where you can take the technology, whereas Unreal 3 just built upon the very excellent and versatile Unreal2.5 core and added a few bonuses (per-pixel lighting, HDR support). What really swings the contest in favor of the Cryengine is the liberal use of voxels. For those that have no idea what I am talking about, a voxel is basically a 3D pixel that generates volumes based on it's relation to other voxels in a 3D space. If that went over your head, just think of an ice-cream scoop taking a chunk out of space. The ice-cream scoop is a voxel(or made up of many voxels). Why is this so cool? In the past, if you wanted to create an interior environment through any sort of generated terrain, you need to create a mesh in a 3D program and use that shape to cut out your interior from the terrain. With voxels, you can simply designate two spots, and using a multitude of variables in the engine itself, create your interior environment on the fly. In the Cry2 engine, this generates all the needed height-maps and texture splitting with no need to modify the terrain after the fact. Very handy. One of the other bonuses from the Cry2 engine is support for advanced lighting techniques like subsurface scattering. Think light through a semi-transparent glass and the shadows/highlights it generates. As far as I know, the only way this can be done in Unreal3 is using the old shadow map fakery. If you got any questions about the work flow or anything else let me know. If I don't have the answer right away I have tons of people working with both engines that will. |
| | |
| | #3 (permalink) |
| Fires of Heaven Officer Join Date: Jan 2002 Location: Melbourne, Australia
Posts: 3,368
+25 Internets | excellent, thanks! Those are the 2 engines I was thinking of playing with next, though they seem to be purely graphical engines, so there's definitely room for other options depending on needs. One of the things I look at is what sort of art libraries do they come with. Not being a great artist myself I tend to just play with what they come with to create stuff. |
| | |
| | #4 (permalink) | |
| I MAEK ART!! Join Date: Jan 2004
Posts: 2,930
+169 Internets | Quote:
Tons of models, textures (advanced shaders and particles as well) and all the support files. I was thinking about doing a "how to model simple game assets" thread here as soon as I get some time. | |
| | |
| | #5 (permalink) |
| Registered User Join Date: Feb 2007
Posts: 423
| voxel bring back good memories. anyone remember outcast or comanche? those games were so advanced for their time: outcast, 1999 comanche: maximum overkill, 1992 enough with the derail. that mechwarrior mod looks pretty promising, would be nice if you could give some updates on the progress ![]() would love to join a mod like this, but i should probably get a machine that can run crysis first:P Last edited by kollos; 12-14-2007 at 05:22 AM.. |
| | |
| | #6 (permalink) |
| I MAEK ART!! Join Date: Jan 2004
Posts: 2,930
+169 Internets | I would like to give updates here but I need to check with the leads first. NDA and all that. There is a monthly newsletter that gives a good indication however. |
| | |
| | #7 (permalink) |
| Fires of Heaven Officer Join Date: Jan 2002 Location: Melbourne, Australia
Posts: 3,368
+25 Internets | Seems like XNA 2.0 has been released - XNA - Anyone had much experience creating anything with it? Seems like making a console friendly is the cool thing to do these days. |
| | |
| | #8 (permalink) |
| euro scum Join Date: Aug 2002 Location: Sweden
Posts: 901
| For Java developers there is Home - jmonkeyengine.com which is a SceneGraph API for Java. Tried it myself some, and while I can't compare to the crysis/unreal monsters, it's pretty good. |
| | |
| | #9 (permalink) |
| Fires of Heaven Officer Join Date: Jan 2002 Location: Melbourne, Australia
Posts: 3,368
+25 Internets | This is off topic, but I thought I'd suggest something for those who might want to do more in the future... Panda3D Manual Panda3D is an actual game engine that's been used to create games. It's freely available and it allows one to skip some of the lower level stuff, if you really want to get more advanced. Obviously, it requires more knowledge and it uses Python, but just something to consider in the future, perhaps. |
| | |
| | #10 (permalink) |
| Fun is not annoying. Join Date: Nov 2004 Location: Pluto
Posts: 241
| HeroEngine >> The Ultimate MMO Platform I have no experiance with this engine, hope to soon, but "real time" editing while on a live server is pretty awesome. I noticed some other engines require you to patch the entire server to make any adjustments. Not to mention most of the tools seem pretty friendly to a "beginner". I'll post more info later once I get into it deeper.
__________________ Noah EQ2 Guardian Something else in a different game |
| | |
| | #11 (permalink) | |
| Registered User Join Date: Jul 2002 Location: Los Angeles California
Posts: 231
+8 Internets | Quote:
Would be interested to see what Bioware does with it with their new MMO | |
| | |
| | #12 (permalink) |
| Cracker ass cracker Join Date: Nov 2004 Location: Cave
Posts: 652
| I love reading developer blogs of engines. This one has lots of potential. Unigine - 3D engine of virtual worlds (games and virtual reality systems)
__________________ Waiting for [mmo name] to save us from [last mmo we were waiting for] |
| | |
| | #13 (permalink) |
| meant to type ninjarr Join Date: Apr 2007 Location: CA
Posts: 1,720
| There was a tech demo for some MMO engine in development back at 2006 or 2007 E3 (I forget which), in it they had a really cool system for server management where they'd have other servers ready to act as fail safes if one went down, etc. The demo was of some high fantasy world, anyone happen to know the name of it? |
| | |
| | #14 (permalink) | |||
| NCAAB Guru Join Date: Mar 2005 Location: San Francisco
Posts: 1,173
+10 Internets | Well, I have some NDA's to be wary of, but I'll give what little info I feel I can. Quote:
Quote:
edit: also on the voxels thing, it requires a ton of reproducing the ground textures. A simple problem but during the editing phase you'll get very aliased chunky edges unless you save them out repeatedly. Ugly if you don't know how to handle it, and just time consuming and frustrating if you do. Quote:
Last edited by WillzZz; 10-01-2008 at 11:20 PM.. | |||
| | |
| | #15 (permalink) |
| Registered User Join Date: Aug 2006
Posts: 5
+3 Internets | Have you guys taken a look at the Abyssal game engine? Abyssal Engine and Tools ~ Professional game development software They also have several downloadable demos, as well as an environment demo allowing you to see it in real time. The demo tools are available as a trial download but you will have to contact the developer. |
| | |
![]() |
|
| Thread Tools | |
| Display Modes | Rate This Thread |
| |