Frictional Games Forum (read-only)
Changing item outline glow - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Changing item outline glow (/thread-22233.html)



Changing item outline glow - ExpectedIdentifier - 07-25-2013

Hi! I want to change the colour of the glow that outlines pickup items when you hover the cursor over them.

I've already managed to change the colour of the glow that is on the entire object by making a copy of and modifying game_object_flash_frag.glsl. I thought the outline would be similar in that you can just modify the RGB values in game_outline_frag.glsl however there doesn't seem to be any RGB values so I guess I'm doing it wrong or that's the wrong file! Anyone have any ideas? Would be a great help Big Grin

Thanks