Frictional Games Forum (read-only)

Full Version: Adjusting Player_Darkness without 'Total conversion'?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Basically, I'm looking to remove the 'nightvision' from the player. From what I understand, this would mean that I would copy and alter game.cfg and turn my map into a 'total conversion', just because I want to change 1 value for this map.

Is there another way of scripting this somehow so I don't need to make a total conversion?
This are the only functions that alter the view of the player (that I know of):

Code:
void  FadeIn(float afTime);
void  FadeOut(float afTime);
void  FadeImageTrailTo(float afAmount, float afSpeed);
void  FadeSepiaColorTo(float afAmount, float afSpeed);
void  FadeRadialBlurTo(float afSize, float afSpeed);
void  SetRadialBlurStartDist(float afStartDist);
void  StartEffectFlash(float afFadeIn, float afWhite, float afFadeOut);
void  StartEffectEmotionFlash(string &asTextCat, string &asTextEntry, string &asSound);