Frictional Games Forum (read-only)
Little Help - 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: Little Help (/thread-25216.html)



Little Help - Plazmater - 05-04-2014

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 ?


RE: Little Help - Neelke - 05-04-2014

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.


RE: Little Help - RaideX - 05-04-2014

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

void SetInDarknessEffectsActive(bool abX)


RE: Little Help - Plazmater - 08-16-2014

(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.


RE: Little Help - Mudbill - 08-16-2014

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.