Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to disable object highlighting in Soma.
A.M Team Offline
Banned

Posts: 811
Threads: 63
Joined: Sep 2014
#2
RE: How to disable object highlighting in Soma.

Your opinion.

What you'll have to do is to go into SOMA's main folder through steamapps/common if you are on Steam and go into the script/modules folder. Then open a file called 'HighlightEffectHandler'. Open it with Notepad.

There should be two lines near the top of the file:
float gfHightlightEffectMaxDistance = 3;
float gfHightlightEffectMaxDistanceSqr = 3*3;

Change them to this:
float gfHightlightEffectMaxDistance = 0;
float gfHightlightEffectMaxDistanceSqr = 0*0;

That should be it, happy immersing. I hope the highlighting didn't damage the game for you or anything. Wink
02-06-2016, 09:10 AM
Find


Messages In This Thread
RE: How to disable object highlighting in Soma. - by A.M Team - 02-06-2016, 09:10 AM



Users browsing this thread: 1 Guest(s)