Hello fellow C++ programmers,
I'm with the OpenMW project, a group of fans working on a reimplementation of the game engine for Elder Scrolls III: Morrowind, written completely from scratch in C++. Work began in 2008 and version 0.12.0 represents four years of collaboration. Our aim is to create a cross platform (linux, Mac, Windows) game engine with improved performance, continued support, and which resolves design problems from the original Morrowind. We would love your help if you are looking for a hobby or volunteer project or are interested in game design. There are such a variety of tasks that need to be done that you can choose your own tasks. So download our code today and have a look. The more eyes on it, the better it will become.
Feature list for the upcoming 0.12.0 release.
Key
I: fully implemented
NC: nearly complete implementation (missing a few minor bits, but mostly functional)
P: Partial (some stuff works, some stuff doesn't)
E: Early (a beginning)
Runs on Windows, Linux, OS X:
I
Game launcher:
NC
Players can interact with most objects:
I
The HUD:
E
Implemented Physics:
P
NPC rendering and animations:
NC
NPC dialogue window:
E
Cell loading/unloading, switching between cells:
I
Sky rendering (highly provisional):
E
Character creation (mostly activated in console):
NC
Music player:
I
GUI elements and Journal:
E
0.13.0 planned features can be found at http://openmw.org/forum/viewtopic.php?f=2&t=488
Future Plans
Allow greater modability: change game rules, create new spell effects, etc through scripting.
Fix system design bugs, like the "dirty" GMST entries in mods, and the savegame "doubling" problem
Improve the interface and journal system
(possibly) improve game mechanics, physics, combat and AI
(possibly) support multiplayer
(possibly) improve graphics
License and Libraries
OpenMW is released under the GNU General Public License version 3. It also builds on various other open source tools, most notably OGRE for graphics, MYGUI, OPENAL, and Bullet for collision (and possibly physics).
Where to Find Us:
OpenMW Homepage:
http://openmw.org/
Official Youtube Channel
http://www.youtube.com/user/MrOpenMW
Chat @freenode
http://freenode.net/ #openmw
Thank you for your time