Day/night cycle

The_Doctor

New Member
so I want to have it so my server starts every 4 hour cycle in the evening approximately 2 hours of light and transition in to a full moon night for about 2 hours any idea how to do this???
 
you can set your dayz dawn dusk settings then use hiveext.ini to set the start time to be somewhere around dusk every restart
 
that's what I have myHiveExt.ini set at.....
Code:
[Time]
;Possible values: Local, Custom, Static
;Type = Custom
Type = Custom
;If using Custom type, offset from UTC in hours (can be negative as well)
;Offset = 0
;If using Static type (Hour value always the same on every server start), the value (0-24) to set the Hour to
;Hour = 19
Offset = -6

Where can I set my DayZ dawn dusk settings?
 
cen. i have been desperately trying to do this! if you could add me on skype or pm message me tha would be great skype: rentiger1112
 
You have to grab the variables.sqf file from the client files and pull it in to your mission then change the call in init.sqf to the new path.

Inside variables.sqf are the settings for dawn/dusk.
 
Back
Top