Two interesting PRs to watch

Not about OpenMW? Just about Morrowind in general? Have some random babble? Kindly direct it here.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Two interesting PRs to watch

Post by raevol »

For those of us not contributing code, if you don't keep up on our Github activity, here's two pull requests that you might want to keep an eye on. They've been a big source of interest for me the best days/weeks:

Shadows: https://github.com/OpenMW/openmw/pull/1547

Using OSG instead of OpenGL directly: https://github.com/OpenMW/openmw/pull/1601

Both of these are not ready to be merged, but if you watch the comments and commits there's some really interesting stuff going on. Figured I would share!
User avatar
lysol
Posts: 1513
Joined: 26 Mar 2013, 01:48
Location: Sweden

Re: Two interesting PRs to watch

Post by lysol »

I'm already subscribed to the shadows PR, so I get an email every time the something happens there. :) But I never told anyone about this, so great share raevol!
User avatar
Okulo
Posts: 672
Joined: 05 Feb 2012, 16:11

Re: Two interesting PRs to watch

Post by Okulo »

Things like shadows (and the fog shader) are what I am paying attention to myself. One of the biggest reasons people are not using OpenMW is because they can't use MGEXE to prettify their Morrowind with shaders. I'm sure raevol is getting sick and tired having to tell the Morrowind subreddit that shadows aren't in yet, and I bet that AnyOldName3's work will be a welcome relief. :)

Developers love to plan out their development strategy and work according to that. As a developer myself I understand that necessity, but players really don't care - they want prettiness. It's the whole reason Skywind is being taken seriously. Not because they make a better way to play Morrowind, but because they show off pretty pictures. Remember that Skywind character who proposed that OpenMW "could do a bit of smoke and mirrors and setup scenes of "potential" future graphics"?

Frankly, that frustrates me, because all the effort and attention that goes into Skywind - a mod for a proprietary, closed-source engine that requires injections and dirty hacks to do what needs to be done, and then not even all that well - would be better directed at OpenMW - an open-source engine that has infinite potential, including but not limited to fantastic graphical mods, overhauled combat systems and, in the far future, running Oblivion and Skyrim with the foundation that cc9ii has been laying.

For that we need hype, but there is so little for the "common gamer" to drool over. Distant land helped, and the sooner those other "shallow" things like shaders and such are completed, the sooner OpenMW will get a large following and the more developers will start contributing to things that really matter like bugfixing and dehardcoding.
User avatar
AnyOldName3
Posts: 2667
Joined: 26 Nov 2015, 03:25

Re: Two interesting PRs to watch

Post by AnyOldName3 »

If someone cares, as our shaders are shipped as GLSL source in separate files instead of HLSL bytecode embedded into the application itself, most shader mods can literally just get made and then work. The exception is post-processing effects, as we haven't yet got a nice system for that. One was proposed and worked really well for one effect, but once you wanted two, it only did one of them at a time.
User avatar
akortunov
Posts: 899
Joined: 13 Mar 2017, 13:49
Location: Samara, Russian Federation

Re: Two interesting PRs to watch

Post by akortunov »

If you are looking to PR to watch, you can check out the Weapon Sheathing feature.
User avatar
lysol
Posts: 1513
Joined: 26 Mar 2013, 01:48
Location: Sweden

Re: Two interesting PRs to watch

Post by lysol »

akortunov wrote: 25 Feb 2018, 16:32 If you are looking to PR to watch, you can check out the Weapon Sheathing feature.
Ooh, shiny.
User avatar
Ravenwing
Posts: 335
Joined: 02 Jan 2016, 02:51

Re: Two interesting PRs to watch

Post by Ravenwing »

Okulo wrote: 25 Feb 2018, 13:20 One of the biggest reasons people are not using OpenMW is because they can't use MGEXE to prettify their Morrowind with shaders.
Bingo, unfortunately. But to be honest, very understandably. The day we have shadows, distant statics, and grass generation will be a happy day indeed. Those are the only things left I can think of that would put us on major feature parity with MGEXE. I'm sure there are other things, but those are what 80% of people care about. Lots of people complain incessantly about the lack of MGSE mod support, but I think most people will get over that once people see what they can do with our editor instead. Most vanilla mods are just not high quality enough to inspire me to keep using them.

Side note, I thought it highly amusing that this popped up with one of the image links that AnyOldName3 posted. https://imgur.com/gallery/bkU1h
I don't think the viral sidebar uses context to decide what to display, so quite the coincidence.
User avatar
Thunderforge
Posts: 503
Joined: 06 Jun 2017, 05:57

Re: Two interesting PRs to watch

Post by Thunderforge »

And here's another PR to watch for those of you who hate command lines and digging through your config files: a way to set the starting cell and stuff from the Launcher:
Testing Options.png
User avatar
DestinedToDie
Posts: 1181
Joined: 29 Jun 2015, 09:08

Re: Two interesting PRs to watch

Post by DestinedToDie »

Huh, that's pretty interesting. I might get quite a bit of use out of that.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: Two interesting PRs to watch

Post by raevol »

Thunderforge wrote: 06 Mar 2018, 05:02And here's another PR to watch for those of you who hate command lines and digging through your config files: a way to set the starting cell and stuff from the Launcher
Ooo, this one slipped past me. Very interesting!
Post Reply