Jump to content
  • 0

Day Night seperate on each player?


anthonypull

Question

I see a lot of people talking about shortened/excelerated time. I'm just trying to use stock settings to put a little night into my server, which I did and it seemed to work but here is the problem..

 

If I play for 2 hours and it's night time, and someone else logs in at the 2 hour (or whatever) mark, it is day for them, giving them a huge advantage. Each player has their own "Game time" where as I want that to be handled by the server... here are my time settings in hiveext.ini. This is probably something stupid but didn't see anything online 

 

 
[Time]
;Possible values: Local, Custom, Static
;You cannot use Static on OFFICIAL Hive, it will just revert to Local
Type = Static
;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 = 11
 
 
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

You're using Static time, but yet you set an offset.

 

If you want a regular day/night cycle, you do it like this. This will set your server to GMT -5:

[Time]
;Possible values: Local, Custom, Static
;You cannot use Static on OFFICIAL Hive, it will just revert to Local
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 = 11
If you want a static time, so it starts at a specific time each time the server restarts, you do it like this. This will start your server at 11am:
[Time]
;Possible values: Local, Custom, Static
;You cannot use Static on OFFICIAL Hive, it will just revert to Local
Type = Static
;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 = 11
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...