Trying to set a static date for a waning gibbous moon just after sundown, setting the 5th line in epochconfig.bpp to:
// Time based
StaticDateTime[] = {2024,7,18,4,0};
Does not seem to set the date I had in mind - there is no full moon on the server like there is in the editor. The way I understand the arguments to this function is:
// Time based
StaticDateTime[] = {Year,Month,Day,Hour,Minute};
I noticed that the hour was decremented - as if it is zero indexed, so putting 4 actually starts the server at 5am. Is it possible that all of these values are decremented by one?
Question
H0N3YB33
Trying to set a static date for a waning gibbous moon just after sundown, setting the 5th line in epochconfig.bpp to:
I noticed that the hour was decremented - as if it is zero indexed, so putting 4 actually starts the server at 5am. Is it possible that all of these values are decremented by one?
Thanks
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now