Page 2 of 3

Re: Graphics Mods for Uru?

PostPosted: Mon Feb 16, 2015 11:24 pm
by Paradox
I've been working since the source code was released to try to get a native Mac/Linux version of Plasma running, and over the past year I've been poking a bit at porting the rendering pipeline to OpenGL with shaders.
It's slow progress, since I'm essentially the only one working on it (not just the OpenGL stuff, but also other cross-platform issues). It took me the better part of 11 months to get to this point, considering that I don't actually know OpenGL very well and I've only been able to spend a few hours a month on it.

The DirectX code in Uru is not using shaders, and is basically too old to support any of the new effects that people want to add. Getting it updated would basically involve rewriting most of the pipeline to be shader based (which is a pretty big change).
I'd rather do that shader conversion while also porting to OpenGL, so that we get Mac and Linux support at the same time - essentially for free.

Once the existing pipeline is fully ported, then discussion can start about what sort of things to add and how to add them and how to update existing content. Unfortunately at the current pace, it's going to be a long while. (Even longer for full native Mac/Linux since nobody is even looking at the netcode or PhysX replacements that need to happen)

Re: Graphics Mods for Uru?

PostPosted: Tue Feb 17, 2015 12:20 pm
by Christian Walther
That looks quite nice already! Is this vertex colors or real-time lighting?

I feel a bit bad for not helping you out on the Mac/Linux front, seeing as I have a personal interest in at least the former. Hopefully I’ll have a bit of time for that in the future. I need an excuse to brush up my 10-years-old OpenGL knowledge! :) (On the other hand, I seem to recall that using C++11 was a bit of a pain on Mac OS X 10.6. We’ll see.)

Re: Graphics Mods for Uru?

PostPosted: Sun Oct 25, 2015 9:13 am
by Yali
Well... I managed to get Myst V and realMyst ME to work with ReShade + SweetFX 2.0. Here are some screenshots:

realMyst 2015-10-24 11-00-23.jpg
realMyst 2015-10-24 11-00-23.jpg (1.09 MiB) Viewed 10478 times


realMyst 2015-10-24 11-08-20.jpg
realMyst 2015-10-24 11-08-20.jpg (1.11 MiB) Viewed 10478 times


eoa 2015-10-25 10-45-36.jpg
eoa 2015-10-25 10-45-36.jpg (912.66 KiB) Viewed 10478 times

Re: Graphics Mods for Uru?

PostPosted: Sun Oct 25, 2015 9:17 am
by Yali
More

Show Spoiler

Re: Graphics Mods for Uru?

PostPosted: Sun Oct 25, 2015 10:00 am
by Sirius
Nice pictures ! The light saturation boost makes the whole image a bit nicer to look at (especially since I'm using a laptop screen which isn't very colorful).

Some time ago I tried to use ReShade+SwFX on Uru, but the D3D8 converter they use has the same problem as the one from ENB. It always crashes the game at some point. Shame :(
I didn't know it works with Myst V, though, that's good to know.

It doesn't surprise me it works with RMME, though. Unity has good compatibility with wrapper dll's. And those pictures of Channelwood look really good.

It's just a shame there isn't a straightforward way to mod RMME. Reshade may improve things a bit, but the game still needs tons of work on models, textures and shaders before looking right.
And here I'm whining about RMME again... :roll:

Re: Graphics Mods for Uru?

PostPosted: Sun Oct 25, 2015 11:03 am
by Yali
Got it working in MOUL. The trick was renaming reshade32.dll to d3d9.dll rather than d3d8.dll:

Show Spoiler

Re: Graphics Mods for Uru?

PostPosted: Sun Oct 25, 2015 11:14 am
by Yali
Here are the settings I used:

MOUL
SweetFX_settings.txt
MOUL
(28.94 KiB) Downloaded 564 times


Myst V:
SweetFX_settings.txt
(28.98 KiB) Downloaded 539 times


realMyst ME
SweetFX_settings.txt
realMyst ME
(28.98 KiB) Downloaded 554 times


Download ReShade + Sweet FX: Here

Got GEMFX

Show Spoiler


Now to try with Uru.

Edit: removing bloom in realMyst and using the GEMFX bloom proved wayy better. Also, now paper looks like the original Myst paper textures. These screenshots look more akin to the original renders now that I've messed with GEMFX settings.

Show Spoiler


EDIT: It also works in MOUL... :D

Show Spoiler


Found my best config for Uru:

Show Spoiler


Edit: Tweaked a bit:

Show Spoiler

Re: Graphics Mods for Uru?

PostPosted: Sat Oct 31, 2015 2:58 pm
by sarpedon2
Wow :o some of these improvements look fantastic, especially the book shot of realMyst. The problem I think that needs to be overcomed is that many of the textures in screenshots of Uru and Myst V are so dated and low res, graphical mods won't have the same effect unless they're combined with texture mods.

Re: Graphics Mods for Uru?

PostPosted: Tue Feb 08, 2022 7:37 am
by Maroonroon
I found https://www.nexusmods.com/mystonlineuru/mods/2, which works fine on MOUL(a) (the "Pos1" key of my keyboard, I think it's the "Home" key on english keyboards, opens the ReShade panel), but it don't seems to work on "offline Uru CC + Drizzle" (the "Pos1" key don't open the ReShade panel).
Please, do you know if we can use it (and how) on "offline Uru CC + Drizzle", please?

Re: Graphics Mods for Uru?

PostPosted: Tue Feb 08, 2022 8:06 am
by Sirius
Download this dll and put it into Uru's directory (it's made by the same guy who made ReShade, so it's safe). This makes Uru use Direct3D 9 instead of Direct3D 8, which is required for ReShade to work. (Make sure you already have a d3d9.dll in your Uru folder - if not, reinstall ReShade and make sure it installs the Direct3D 9 dll.)