Hello. I had a question on this. If you've ever been on a server with the DrugsPlus mod, you know that when you snort cocaine, the world is more colorful. Grass is greener, sky is blue'er, etc.. I was curious if there is a way to set this up as a permanent thing on my server.
Does anyone know the file I would need to edit to achieve this? Keep in mind, I am not talking about wanting to make the user see this forever as soon as they sniff the coke. I am talking about this being just how everyone see's from the time they log on, until they leave.
The only conclusion I can come to, is to create a mod and insert the code below, But I have no idea on how to create that mod. Any help would be great. Thank you.
{
override void Init()
{
super.Init();
CameraEffects.changeHue(int);
CameraEffects.changeRadBlurXEffect(int);
CameraEffects.changeRadBlurYEffect(int);
CameraEffects.setExposure(int);
CameraEffects.changeRotationBlurPower(int);
CameraEffects.changeVignette(int);
CameraEffects.changeChromaX(int);
CameraEffects.changeChromaY(int);
}
};