Frictional Games Forum (read-only)
How to disable the glowing of the doors? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Amnesia: A Machine for Pigs (https://www.frictionalgames.com/forum/forum-52.html)
+--- Thread: How to disable the glowing of the doors? (/thread-23308.html)

Pages: 1 2


RE: How to disable the glowing of the doors? - Googolplex - 09-22-2013

(09-21-2013, 06:32 PM)Statyk Wrote: What file did you edit googol?

That makes me wonder if the level doors were saved as a note type, but set not interactable, and had a script over them, in which case, it's not a directly new shader, but a neat trick. The only way I could imagine to change them would be to replace the door models in the files with the normal ones. But that might be a pain in the butt.

Open the file "...redist\shaders\game_object_flash_frag.glsl"
And change the rim light from 1.0 to 0.0.
You can even experiment with values like 0.5, but either the notes are too dark or the doors too bright.