Frictional Games Forum (read-only)

Full Version: How to disable the blue fog for a custom story ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
Try
PHP Code:
SetInDarknessEffectsActive(false); 
(09-06-2015, 01:12 AM)Daemian Wrote: [ -> ]Try
PHP Code:
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)
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.