Opaque Purple (or Pink) Overlays

Started by reteo, November 22, 2017, 10:57:45 PM

Previous topic - Next topic

reteo

#15
Found a workaround.  You just need to use the command below from the game's main directory.

Quote from: why_it_is on January 16, 2018, 12:17:56 PM
Thank you!

I just used sed to do it:


sed -i -e 's/__ST/G_ST/g' RimWorldLinux_Data/resources.assets


That fixed it.

I had previouly this exact problem and now it seems I can use  Heat map, see roofs properly and so on.

It seems that changing __ST to G_ST in the resources.assets file causes OpenGL to accept the shader without error.  As far as I can tell, this fixes all of the shader issues I'd been having, from the roofs, to the deep drill, and even to third-party mods that also were producing the shader problem.

Calahan

@ reteo - Thank you for the update on this issue, and for finding and sharing the workaround. Hopefully this will solve the shader issue for other Linux users as well as you and allow them to play the game pink free :)

Thanks again.