Frictional Games Forum (read-only)

Full Version: Little Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi , i just wanted to know if there is some kind of script that can disable that blue night vision when you walk through darkness.

I was searching for it but i was unable to find it, even in Engine Scripts section on FG Wiki , maybe i overlooked it , who knows.... Any help ?
In the game config, but it needs to be a conversion mod if so.

Also, I'm curious. Why do you wanna turn that off? It makes sence in real life. Just curious now.
You can turn it off with the following script: (Note that this requires the beta patch found here)

void SetInDarknessEffectsActive(bool abX)
(05-04-2014, 08:54 PM)Neelke Wrote: [ -> ]In the game config, but it needs to be a conversion mod if so.

Also, I'm curious. Why do you wanna turn that off? It makes sence in real life. Just curious now.

"game.cfg", but where exactly in there... cant seem to find it.

P.S. It looks horrible in places with lights... you know when there is some dark gap between lights, that vision always appears.
Take a look at the following under Player_General

PHP Code:
    SanityGain_Color "0.3 0.3 0.5 1"
    
SanityGain_Sound "ui_sanity_gain"
    
SanityGain_FadeInTime "0.25"
    
SanityGain_FadeOutTime "1.25" 

Just look through the file and you'll find it. There are probably more things affecting it.