Interview

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
Post Reply
User avatar
jvoisin
Posts: 303
Joined: 11 Aug 2011, 18:47
Contact:

Interview

Post by jvoisin »

Our last interview is 3 years old; I think that we should do a new one. Feel free to answer (or not) to every questions you want.
  • Who are you ?
  • How did you discovered the project?
  • Why are you contributing ?
  • On what are you currently working ?
  • What's the weirdest bug you've encountered so far?
  • What do you dislike about openmw?
  • How do you see a future of the project?
  • If you could change anything about Morrowind, what would it be?
  • One more thing to say ?
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: Interview

Post by Zini »

Okay then, I go first.
Who are you ?
Zini. More mundanely know as Marc Zinnschlag. Lead Developer of OpenMW a.k.a. the Benevolent Dictator.
How did you discovered the project?
I honestly don't remember. Been a long time ago. I guess I read about it in some forum. OGRE maybe?
Why are you contributing ?
I am one of the developers of a Morrowind-TC (total conversion), namely U9: Redemption. That obviously made OpenMW interesting to me. While we were working on Redemption we ran into more and more problems, because of the inherent bugginess of Morrowind. It was manageable at first, but got worse over time.
I started by doing some bug reporting and privately providing an internal snapshot of Redemption to Nico (the previous lead developer) for testing. Later I started to help with coding.
And then we ran into one big disastrous bug in Morrowind, that we somehow did not notice before. At this point it became clear, that we wouldn't be able to release the game with the features and at the quality level we had planned. So I shifted a lot of free time from Redemption to OpenMW and even took over leadership when Nico dropped out.
On what are you currently working ?
Planning, scheming, giving directions and assistance, worrying, swearing and occasionally cleaning up other people's garbage. The usual thing a lead developer does.
On the coding side of the job I am currently busy with sorting out the last bits of fallout from a rendering-subsystem refactoring we had a couple of releases ago.
What's the weirdest bug you've encountered so far?
Nothing major. As bugs go, OpenMW has been pretty tame so far.
What do you dislike about openmw?
Nothing major again. The project had a somewhat messy start, but we have that under control now and its nothing more than a minor annoyance.
I don't like how the work on the planned editor is delayed again and again. Everything else looks reasonably good.
How do you see a future of the project?
Finishing OpenMW 1.0 obviously, which will be a functionally complete replacement for Morrowind. After that we need to focus on a new editor, because having a construction set replacement available at source level is a requirement for almost any substantial improvement we are going to do after 1.0.

Then I would like to gradually improve OpenMW beyond what Morrowind can do. Extending existing features, moving away from hardcoded functionality, removing limits. That kind of stuff.
If you could change anything about Morrowind, what would it be?
If you mean Morrowind as a game: Everything or nothing. I often hear people saying that Morrowind is a great game. I don't agree with that. I think Morrowind is coming damn close to being a great game in every aspect, but it just doesn't manage to make the final couple of steps, in literally every aspect (okay, almost; the UI sucks and the lore rocks).

If you mean Morrowind as a modding/development platform: The whole implementation and the editor (which is actually what we are doing with OpenMW).
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: Interview

Post by sirherrbatka »

Thank you for the answers zini. :-)
User avatar
ElderTroll
Posts: 499
Joined: 25 Jan 2012, 07:01

Re: Interview

Post by ElderTroll »

Yeah, interesting stuff. I'd like to hear from more of the developers!
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: Interview

Post by scrawl »

Damn, it's gotten a bit long. Feel free to cut out stuff that you deem unnecessary.
Who are you ?
I'm a hobby programmer mainly interested in graphics programming and shader development.
How did you discover the project?
Initially I discovered it a long time ago (some time in 2009 or so when the mailing list was created). Don't remember where I saw it, probably a blogpost or article. Since then I always followed the news updates and was very excited about it (Morrowind being my favorite RPG and disappointment with the newer Bethesda games), but I never felt I had the skills to contributing. Back then all I knew was a little web development, I didn't know C++ (or even D)
Why are you contributing ?
In the meantime I had gathered quite some knowledge about game development in C++ (I started making some small games in python and then moved on to C++ as I got interested in 3D graphics). I have also worked a lot with the OGRE engine which is used by OpenMW (and I think is a pretty cool engine). I have started contributing to OpenMW a few months ago because I felt someone with an expertise on graphics was missing - most easily supported by the fact that in 4 years of development, no one even bothered to make a simple sky renderer (which was one of my first contributions).
On what are you currently working ?
I will have to hold my horses with implementing kick-ass graphics until OpenMW 1.0 is released (more below). So currently I'm mostly working on GUI tasks. I'm quite familiar with MyGUI (the GUI engine used by OpenMW) and have only recently cleared up a big amount of incomplete or non-optimal things in the GUI. Now I want to implement all missing GUI windows completely and in all detail (currently working on the alchemy window).
What's the weirdest bug you've encountered so far?
Can't answer this one really, nothing big that i've encountered. The code base is pretty well organized thanks to our pragmatic leader which apparently has saved us from a lot of trouble.
What do you dislike about openmw?
The lack of progress, overall. A wrong programming language being chosen following a rewrite in another language causing a huge slowdown. Developers going MIA and not coming back. Of course you can't demand anything like that from an open source project, but I still find it a bit disappointing that after 4 years there is still no playable version. Luckily there's been a substantial increase of development speed in the last months, so I'm very optimistic that OpenMW will eventually be released (but of course, never finished).
How do you see a future of the project?
The future.. I guess that's the part we're all most excited about and keeps us motivated to work on OpenMW. After OpenMW 1.0 is released, I want to bring the technical graphics in line with newer games such as Skyrim. Some people might think that improving graphics is not possible without providing better assets, but there's a lot of stuff to go with. Some inspirations can be found in the MGE (Morrowind Graphics Extender) project. But, from a developers point of view MGE totally SUCKS. Being able to design the whole rendering backend from the ground-up enables us a lot more possibilities. Only to mention a few things, that are all easily possible with OGRE and that I'm most excited about:
- Seamless and infinite world LOD
- Realtime soft shadows, deferred lighting with point light shadows, Ambient occlusion
- Volumetric sunlight scattering (Godrays)
- true High Dynamic Range
- high quality water rendering with real, moving geometry
Once these basic things are done, it really depends on the modders if the graphics will be improved further. Supporting newer mapping techniques (e.g. normal/parallax/specular maps) is no big deal at all, but there have to be some modders who actually produce these assets.
Being able to bring OpenMW to state-of-the-art graphics will not only increase immersion with the game world, I also think that it might lower the "entry barrier" to play morrowind and attract more players who didn't discover morrowind for themselves yet ("Ugh, that looks like 2002... I'm not playing that")
If you could change anything about Morrowind, what would it be?
Making it open-source. There are so many things wrong about morrowind that it can't simply be fixed by changing "one" thing. If Bethesda released the sources that would simplify our work a lot (also considering all the game mechanics formulae that we have to reverse-engineer)
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: Interview

Post by Ace (SWE) »

Guess I'll have a go too.
ap0 wrote:Who are you ?
I happen to be Ace, the resident Windows builder.
ap0 wrote:How did you discovered the project?
I think I was discussing open-source remakes with a couple of friends when I found it, it was still in D back then.
ap0 wrote:Why are you contributing ?
The project needed a windows package and at the time I happened to have a fully working build environment.
ap0 wrote:On what are you currently working ?
I'm working on getting the loaded ESM records to save again, haven't had much progress in a while (I blame university) but I'm hoping to have it done before the 0.16 release.
ap0 wrote:What's the weirdest bug you've encountered so far?
I happened upon a weird one related to windows building around the time the audio refactoring happened, maybe a bit later. At the time the project built without a single error but still failed to link because of a supposedly missing function. I dug through the file in question for a while, checking and double checking that the function in question did in-fact exists.
In the end, after testing everything I could think of (Including renaming the function, moving it, changing arguments), I decided to try switching the forward declaration of the argument type from a struct to a class.
And lo and behold, suddenly the linker can find the function and successfully link the executable.
ap0 wrote:What do you dislike about openmw?
The fact that it's not in a fully playable state yet.
ap0 wrote:How do you see a future of the project?
Hopefully breathing more life into the Morrowind modding scene, I've had a lot of fun in there. Even though none of my mods have ever been released to the public.
ap0 wrote:If you could change anything about Morrowind, what would it be?
I would change their rendering engine so the game doesn't run slower than Skyrim on my high-end desktop.
ap0 wrote:One more thing to say ?
Avoid angering the gazebo gods.
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: Interview

Post by sirherrbatka »

Where is jhooks1? :-)
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Interview

Post by psi29a »

Zini wrote:And then we ran into one big disastrous bug in Morrowind, that we somehow did not notice before. At this point it became clear, that we wouldn't be able to release the game with the features and at the quality level we had planned. So I shifted a lot of free time from Redemption to OpenMW and even took over leadership when Nico dropped out.
@Zini: Maybe this falls under the "What's the weirdest bug you've encountered so far?" question, but what was the "one big disastrous bug in Morrowind" that forced you to focus your time on OpenMW?

It is clear from you that this was important and that this was the catalyst for OpenMW as it exists today.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: Interview

Post by Zini »

Well, it is a bug in Morrowind and not in OpenMW, so it doesn't really matches the question.

But anyway: In Morrowind, if you move a NPC to a different cell via a script instruction and the NPC's original cell wasn't loaded, the NPC will be loaded only partially. That will result in odd behaviour and a crash, if you talk to the NPC.
We honestly did not know that and it didn't show up in the (small scale) test setups we had. Broke at least a dozen features.
Post Reply