Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Sign in to follow this  
Elpida160

Making the world more colorful

Recommended Posts

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);
  }

};

 

Share this post


Link to post
Share on other sites
Sign in to follow this  

×