Jump to content
  • 0

[Question] Dynamicweather for Arma 3 Epoch


xXMeragonXx

Question

3 answers to this question

Recommended Posts

  • 0

If you want a shorter day/night rotation you just have to configure the time multiplyer in the epochconfig.hpp

timeMultiplier = 4; // Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems.
With 4 i have a one single day/night cycle in a Server uptime of 4 hours.
But I am not sure if you mean something like that.
Link to comment
Share on other sites

  • 0

You could just adjust the restart time 

- StaticDateTime[] = {2035,6,10,7,0}; // {0,0,0,8,0} would forces the server to start at 8am each time it is started while allowing the year, month and day to stay real time. Any values left at 0 will result in no change.

, so it starts at lets say 5 pm

 

and adjust

 

timeMultiplier = 4; // Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems.

 

try a 2 instead of 4 , adjust as necessary :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...