I have been involved with a number of Ogre projects, Purely on a Content creation capacity, Its is growing in abillity in leaps and bounds, I guess it depends on your coding abillity. Unity Indie is quite reasonable at $200 for waht is offers over other competitors that is well worth the price.
yeah unity indie is fairly well priced, doesnt have all the cool lighting and stuff but you can bake lights. Best thing about unity in my opinion is the interface, its easy to use and makes sense and imports models etc really easily.
Esenthel aside I would recommend Blender Game Engine. Blender game engine was plenty powerful on my 8800GT but when I upgraded to a GTX 275, the power of the engine has scaled really well. Moreso than in another engine I'm using I think For instance there was a complex scene with high res textures, logic, and soft shadows, that normally ran at 120fps on 8800GT it now runs at 210fps on GTX 275. I suppose blender has a lot of issues with distrobution for the time being but at the same time, it's probably one of the most intutive game development suites in existence.
Was looking at Blender last night but made the mistake at getting put-off by some user posts in their forums. I should know better than that hehe! One thing that amazed me about Blender (I haven't used Blender seriously for about two years) was how far the video compositing tools had been developed.
I haven't done any real coding since dabbling with PHP for an ecommerce site, or 15yrs earlier in my Uni days. Coding doesn't scare me that much, but the maths side of things would be my biggest hurdle.
Unity would probably be a very good bet, although the amount of DRM crap that installed itself alongside the demo ticked me off to no end and was difficult to remove. The resulting bad vibe I got from that lost them a sale, since the software seemed pretty solid otherwise.
As a matter of fact, unless you are an experienced programmer, I would stay away from Torque products. They are all aimed at coders and not artists, and you MUST have the source code due to the VERY infrequent updates and bugfixes.
This Shiva looks pretty cool, I tried the demo survival horror game and it looked pretty nice, until my computer crashed. My computer has been known to do that on occasion, but it hasn't happened in at least a month or so.
to be honest blender is just as powerful if not more powerful than shiva 1.7 however blender doesn't have a roadmap like shiva does and that is what the price tag is for - but yeah shiva is pretty great to say it's not blender ^^
I'm still keeping an eye peeled for "the 3d-Coat of game engines". Blender is pretty darn close. Maybe it actually already is although maybe I can't say/see it right now. I just want blender to have better distrubution options...and roadmap. It's so good besides those things.
theres lots of options for game engines tourqe is pretty good and comes with basic fps started kits and so on , xna is good for game developers if you have a community account you can post to xbox servers .
These engines are available for free use, but without the source code being available under an open source license. Many of these engines are commercial products which have a free edition available for them:
* Wild Pockets - An engine designed for 3D hardware accelerated web deployment. Uses Lua as a scripting language and has integrated physics, shader support, global art & script library, and transaction system for selling your game.
* CryEngine, CryEngine 2, CryEngine 3 The game engine used for the first-person shooter computer game Far Cry. CryEngine 2 is a new generation engine developed by Crytek to create the FPS game Crysis.
* Elflight Engine Cross-platform 3D streaming game engine designed from the ground up for use over the Web. Games can play in a web browser window, in a separate window or full-screen. Java and OpenGL based.
* Medusa A C++ 3D game engine developed by Palestar and used in the DarkSpace MMO. It features distributed world simulation, single tool version control and asset realisation, cross-platform compatibility and an integrated client/server network system.
* Virtools A 3D engine combined with high-level development framework, used for game prototyping and rapid developments. Available for Windows, Macintosh, Xbox, PSP. Can publish standalone or for the 3DVia Web Player browser plugin.
Is there some engine, that would be already set up for a super simplified game so that I could essentially load in my environments, props, etc. without having to know any code, then export to Flash or something, just so that potential clients or studios would have a way of seeing, and playing with, my models and textures in a real game environment? (wow one heck of a run-on sentence!) It doesn't have to be a full game with stages and shooting and all that, just enough that someone could walk around in an environment I made.
download quake 1 or unreal tournyt for free theres loads of stuff you can do with it map editing ,player modding and so on . I used Torque for alot of my game development stuff , at the time i got it was beta , but i think now you need to pay , but that has FPS starter kit also Racing starter kit , easy to use .
the list above will give you a better idea of freeware engines , you need to learn to code , simple , if you cant code you dont have much controll over the varibles other than numerical changes . . .
Thanks, I have Unreal III here and have used Unreal Ed, but that wouldn't really allow a studio or even just a rtandom visitor to my site to easily walk around in an environment and with props that I made.
I have no need for coding, as I don't want to make a game. It doesn't seem like it would be so hard to find something like this. I'd think a lot of artists are not programmers, but would like to show off their stuff in game.
what a coincidence. our company is looking into using realtime game engine for showing some presentation. they told me to look at unity if it can present graphics in high quality. which has the best looking engine that can output some car models in real time? we scrapped the idea of hypershot or modo since they had limitations.
try blender game engine. It's fantastic. Free. And you can alter source code or scipt with python - do whatever you want. It has parallax occlusion maps, ambient occlusion, occclusion culling, etc etc etc
I recommend blender definately. FYI 2.5 is set to add dynamic loading and realtime IK (out October). This should down loading times and increase a lot of possibilities. Biggest restriction is there's no way to port to a console so it'll be pc only games. Biggest advantage is the "what you see is what you'll get" factor when editing(and no need to code for simple games).
I've decided on Leadwerks. It's making very good advancements recently. At first it was only for programmers, which is highly impractical for me; however now he's implementing a model level scripting system and since I have experience in scripting for blender game engine I think the new setup will be much more suited for me now. Only difference is Blender uses Python, Leadwerks uses Lua.
Of course that's not counting modeling, texturing, scripting and importing. And that's just for the demo. Well anyway in this video the creator of Leadwerks discusses how to "make a game in ten minutes" But the video itself is so awesome I'll forgive him for the 'cheeky' title.
If you ever wanted to take your skill further into game development and game design, you will need to begin exploring the world of game engines. Game engines will provide you with the framework that game designers use to create games.
"The core functionality typically provided by a game engine includes a rendering engine ("renderer") for 2D or 3D graphics, a physics engine or collision detection (and collision response), sound, scripting, animation, artificial intelligence, networking, streaming, memory management, threading, localization support, and a scene graph. The process of game development is often economized, in large part, by reusing/adapting the same game engine to create different games, or to make it easier to "port" games to multiple platforms." - (wikipedia.org/Game Engine)
Not every game engine is available to download without paying for a license first. However there are many affordable, free, open source and non-commercial versions that you could work with and download right now.
So, for those who are interested in going a bit further into game development, to explore new technologies to showcase your game environments in or just curious behind game engine technology; here are 22 suggestions for game engines you can get your hands on right now.
Following list is for 3d game engines. Any 3D game engine can be used to create 2d games. Although using a 3d game engine to create a 2d game can often be excessive. If you are looking for recommended 2D game engines, see this post (Coming Soon.)
Unreal Engine 3 is the complete toolset to create your own games. Although there is a newer Unreal Engine 4 version out. It is still a very versatile and has been used to create many triple A games such as: Batman: Arkham City, Gears of War Series, Borderlands Series. For a full list of games that used Unreal Engine 3 go here.
Cryengine V has now become available as a "pay what you want" service, allowing the user to set their own price. If you like the service CryEngine provides then you can contribute to its ongoing development. That is pretty amazing deal.
Just like Unreal Engine 4, CryEngine is the complete toolset for game development. It engine has been used as a benchmark for visual graphics for some time and it continues to push the limit what games are capable of.
Unity3D has been a very popular choice among developers. Full game engine featuring everything you would need to create 3d or 2d games with multi-platform support right out of the box. Great game engine to get into and begin using. Unity has a free indie version as well as commercial license version.
795a8134c1