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 the blue fog for a custom story ?
Adrien2002 Offline
Junior Member

Posts: 16
Threads: 5
Joined: May 2012
Reputation: 0
#1
How to disable the blue fog for a custom story ?

Hello everyone,
I am working on a pretty big custom story and I need to disable the blue fog when you are in the dark or else it will break the look of each room I am making.

I need to keep that look

http://img15.hostingpics.net/pics/581354...0scrot.png
http://img15.hostingpics.net/pics/962369...0scrot.png
http://img15.hostingpics.net/pics/270151...0scrot.png

Thank you very much for your help, I really hope it is possible ! Big Grin
09-05-2015, 08:35 PM
Find
A.M Team Offline
Banned

Posts: 811
Threads: 63
Joined: Sep 2014
#2
RE: How to disable the blue fog for a custom story ?

If it's a full conversion mod then you can edit the players blue fog effect in the mods game files. I think it was the game.cfg file.

If it's a CS then you need to change it.

Look in the Development Articles and switch on the Ratings button, you should see a tutorial on how to make one.

Hope this helps! Tongue
(This post was last modified: 09-06-2015, 12:05 AM by A.M Team.)
09-06-2015, 12:05 AM
Find
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#3
RE: How to disable the blue fog for a custom story ?

Try
PHP Code: (Select All)
SetInDarknessEffectsActive(false); 

09-06-2015, 01:12 AM
Find
Adrien2002 Offline
Junior Member

Posts: 16
Threads: 5
Joined: May 2012
Reputation: 0
#4
RE: How to disable the blue fog for a custom story ?

(09-06-2015, 01:12 AM)Daemian Wrote: Try
PHP Code: (Select All)
SetInDarknessEffectsActive(false); 

Wow thank you !!!!! EXACTLY what I wanted Heart

Thank you you two for your help. TheDoctorPoo, actually it is a simple mod (if I know how to do, it could become a full conversion)
09-06-2015, 01:25 AM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#5
RE: How to disable the blue fog for a custom story ?

Yeah, previously you had to edit the game.cfg to change any of that. Luckily the AMFP 1.3 patch added that simple line to make it easier and editable mid-game.

(This post was last modified: 09-06-2015, 09:44 PM by Mudbill.)
09-06-2015, 09:44 PM
Find




Users browsing this thread: 1 Guest(s)