Can't change server time...

XboxFest

New Member
I have tried numerous times to change the in game time. I edit the hiveEXT, all three of them. The display on dayz commander changes, but the in game time still remains the same, 5 hours ahead. Help?
 
why not show what you actually done by pasting the ini?
[Time]
;Possible values: Local, Custom, Static
Type = Custom
;If using Custom type, offset from UTC in hours (can be negative as well)
;Offset = -5
;If using Static type (Hour value always the same on every server start), the value (0-24) to set the Hour to
;Hour = 8
 
The problem is you dint remove the ; infront of the offset and the Hour.

Basically it should look like this.
Code:
[Time]
;Possible values: Local, Custom, Static
Type = Custom
;If using Custom type, offset from UTC in hours (can be negative as well)
Offset = -5
;If using Static type (Hour value always the same on every server start), the value (0-24) to set the Hour to
Hour = 8
 
The problem is you dint remove the ; infront of the offset and the Hour.

Basically it should look like this.
Code:
[Time]
;Possible values: Local, Custom, Static
Type = Custom
;If using Custom type, offset from UTC in hours (can be negative as well)
Offset = -5
;If using Static type (Hour value always the same on every server start), the value (0-24) to set the Hour to
Hour = 8
Omg lol I thought so.
 
Back
Top