My application as OpenMW developer

Join the team. This area is for people who want to participate in OpenMW's development in one way or another.
Post Reply
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

My application as OpenMW developer

Post by scrawl »

Hi!

I've been playing Morrowind since it came out and always went back to it and I think it can be considered one of the most epic games ever created. I want to support your efforts in recreating the engine of this timeless classic (and hopefully, also allow total conversions)

I've been working specifically with Ogre and C++ for one and a half years now. I'm also an active developer of this open source game using Ogre:
http://code.google.com/p/vdrift-ogre/

I'm especially interested in these areas:
- Setting up shadows
- Setting up a shader infrastructure (allowing for effects like normal mapping, parallax mapping, ...)
- Support screen-space effects (ambient occlusion, HDR, ...) - ideally there should be a framework that allows modders to add their own shaders and effects

My development environment runs arch linux and I'm familiar with git.

Let me know if you are interested.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: My application as OpenMW developer

Post by Zini »

We are definitely interested, though the areas you listed are a bit problematic at this time. The plan is to not add any features prior to 1.0, so we can completely focus on the reimplementation for MW.
- Setting up shadows
MW doesn't have much in term of dynamic shadows. We definitely want them to post 1.0 though.
- Setting up a shader infrastructure (allowing for effects like normal mapping, parallax mapping, ...)
I would expect that most of it can actually be done by using a suitable material script. Eventually we need to adjust the resources handling that we can also use native OGRE resources instead of just NIF files. But that is also a post-1.0 feature.
- Support screen-space effects (ambient occlusion, HDR, ...) - ideally there should be a framework that allows modders to add their own shaders and effects
Definitely post-1.0 features and I would expect that we need to be able to extend the ESX format to support them properly. Which means we need to get our own editor finished first.


If you don't mind shelving these ideas for a (longer) while, you can work on other features for now, though most of the OGRE related tasks are already finished or claimed.

Assuming you are still interested, have a look at this page.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: My application as OpenMW developer

Post by Zini »

There is one point I should add: When you are ready to pick a task, look at the 0.13.0 roadmap, not the 0.12.0. 0.12.0 is more or less ready for release. We are only waiting for the last damn feature (TM) to be finished.

And based on what you said, you might be interested in this task. Originally I thought this rendering feature wouldn't be used in Morrowind.esm, but apparently it is in at least one spot. We currently have a rendering-related crash there, but once that is fixed, this task is up for grabs.
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: My application as OpenMW developer

Post by scrawl »

Sure, I've forked openmw on github and will be looking out for tasks.

I'm interested in the task you suggested, just drop me a message when this bug is fixed (I'm on IRC as well)
User avatar
ElderTroll
Posts: 499
Joined: 25 Jan 2012, 07:01

Re: My application as OpenMW developer

Post by ElderTroll »

The legion grows! Welcome Scrawl, glad to have you.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: My application as OpenMW developer

Post by raevol »

Welcome Scrawl!!
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: My application as OpenMW developer

Post by sirherrbatka »

Well, Scrawl did incredible job already. Thank you! :-)
Post Reply