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
Configuration Files Help Darkness Vision Effect off
KiraImmortal Offline
Member

Posts: 138
Threads: 32
Joined: Nov 2013
Reputation: 3
#1
Darkness Vision Effect off

my question is simple. how can i turn on the blue darkness vision effect (when i'm standing in darkness and no lantern is used), to make the screen pitch black when i'm standing far from any light? like in AMFP, but i want to keep the sanity drain effect, i only want to turn down the blue vision. i suppose something must be changed in the game.cfg. i'm making a full conversion mod and i'd like to warn the player with this to save the oil and tinderboxes, because there will be total darkness in the maps.
06-29-2014, 06:31 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: Darkness Vision Effect off

Yes, you must use a mod and edit the game.cfg file. Take a close look at this section and you'll probably figure it out:

PHP Code: (Select All)
<Player_Darkness
    
    MinLightLevel 
"0.15"
    
    
RadiusAdd "3"
    
    
AmbientLightMinLightLevel "0.2"
    
AmbientLightRadius "6.5"
    
AmbientLightIntensity "0.32"
    
AmbientLightFadeInTime "2.8"
    
AmbientLightFadeOutTime "2.3"    
    
AmbientLightColor "0.5 0.5 1 0"    
    
    
LoopSoundFile  "player_darkness.ogg"
    
LoopSoundVolume "0.2"
    
LoopSoundStartupTime "1.0"
    
LoopSoundFadeInSpeed "0.05"
    
LoopSoundFadeOutSpeed "0.4"
    
    
SanityLossPerSecond "0.2"
/> 

06-29-2014, 06:50 PM
Find
KiraImmortal Offline
Member

Posts: 138
Threads: 32
Joined: Nov 2013
Reputation: 3
#3
RE: Darkness Vision Effect off

problem solved thanks for helping Smile
(This post was last modified: 06-29-2014, 07:41 PM by KiraImmortal.)
06-29-2014, 07:40 PM
Find




Users browsing this thread: 1 Guest(s)