A downloadable mod

If you have tried running Rivals of Aether on a REALLY old GPU (generally pre-2009), you might be getting this kind of error one going anywhere past main menu:

FATAL ERROR in Fragment Shader compilation
ShaderName: shColorReplaceBlendExt
Pixel shader not compatible with this device

which, well, means that your GPU's feature support is so limited that it fails to assemble the game's (fairly straightforward) palette swap shader. Some of these GPUs formally only support DirectX 9, so it's impressive that they can run the game (which uses DirectX 11) at all!

If you have already tried updating DirectX and the GPU drivers and that didn't a change, it might seem like a dead end... well, perhaps the game could be made to disregard the fact that shaders failed to compile. Which I did.

This very tiny hook application runs the game and rewrites a little bit of logic in the shader loading so that it doesn't end up throwing an error and simply doesn't apply the shader instead. As result, the game will run, but you will not see character skin colors - everyone will appear as the default skin (sometimes with a few colors off if they were tweaked at some point for the default palette).

Installing

Extract the ZIP to the game directory so that IgnoreBrokenShaders.exe is where RivalsofAether.exe is

Using

Run IgnoreBrokenShaders.exe instead of RivalsofAether.exe
(you can add it as a "non-Steam game" to your Steam library for convenience)

Uninstalling

Remove IgnoreBrokenShaders.dll and IgnoreBrokenShaders.exe

StatusReleased
CategoryGame mod
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorYellowAfterlife

Download

Download
IgnoreBrokenShaders.zip 164 kB
Download
IgnoreBrokenShadersLauncher-source.zip 208 kB

Comments

Log in with itch.io to leave a comment.

where is the game itself is there free one?

Rivals of Aether is a paid game, sold on PC (Steam) and Switch.

so the game wouldn't start...like no errors or anything it just stops working

When running the mod launcher or in general?

(1 edit)

sorry for late replay but the mod launcher

I am so, so sorry this has to exist

The best/worst part is that it’s been downloaded over 300 times, which is about 100 times more than what I expected when making it.

Deleted 75 days ago
(1 edit)

Antiviruses get upset about Detours library, which the launcher uses. I added the source code for it so that you can compile it yourself (using Visual Studio).