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
Little Help
Plazmater Offline
Member

Posts: 122
Threads: 24
Joined: Aug 2013
Reputation: 1
#1
Little Help

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 ?
05-04-2014, 08:37 PM
Find
Neelke Offline
Senior Member

Posts: 668
Threads: 82
Joined: Apr 2013
Reputation: 26
#2
RE: Little 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.

Derp.
(This post was last modified: 05-04-2014, 08:54 PM by Neelke.)
05-04-2014, 08:54 PM
Find
RaideX Offline
Member

Posts: 212
Threads: 33
Joined: May 2013
Reputation: 7
#3
RE: Little Help

You can turn it off with the following script: (Note that this requires the beta patch found here)

void SetInDarknessEffectsActive(bool abX)

If you don't draw first, you don't get to draw at all... -The False Shepherd
05-04-2014, 08:59 PM
Find
Plazmater Offline
Member

Posts: 122
Threads: 24
Joined: Aug 2013
Reputation: 1
#4
RE: Little Help

(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.
08-16-2014, 06:10 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#5
RE: Little Help

Take a look at the following under Player_General

PHP Code: (Select All)
    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.

08-16-2014, 11:32 PM
Find




Users browsing this thread: 1 Guest(s)