Frictional Games Forum (read-only)

Full Version: Remove item hover/mouse over glow.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I see this is in the wrong place, needs to be moved to Development Support!!!


I know how to remove the initial glow upon being at a certain range where the item is now visible but I can't figure out how to remove the mouse over/hover rim light glow.

Anyone have any idea? I have messed with the game_object_flash_frag.glsl and been through all the core/shaders files as well but can't find a solution.
Moved Wink
(09-27-2013, 06:42 AM)Paddy Wrote: [ -> ]Moved Wink

Thank you, Sir!
I think the effect might be the same as the one in Enemy_Darkness_Glow.glsl.
(09-27-2013, 06:07 PM)Apjjm Wrote: [ -> ]I think the effect might be the same as the one in Enemy_Darkness_Glow.glsl.

How do I remove it though? I have gotten rid of the light pulse effect when you come upon the item at a certain distance, the light blue pulse. I need to rid the dark blue rim effect when you have the item in range to pick it up when the hand animates to do so.