Mordeus submitted a new resource:
Day/Night Message - Broadcasts a custom message at dawn and/or dusk
Read more about this resource...
DayNightMessage
Moved
Total Downloads: 282 - First Release: Jan 23, 2018 - Last Update: Jan 25, 2018
- 0/5, 0 likes
-
Wulf Community Admin
Just a suggestion to improve on this: the broadcast could be localized by looping through connected players.
-
I am assuming this is only if there were proper lang files in place for each language? Or are the lang files just for the servers selected language(global)? -
Wulf Community Admin
-
-
Mordeus updated Day/Night Message with a new update entry:
1.0.1
-
Is this literally just for messages? Or does it control the day/night cycle as well?
-
Wulf Community Admin
-
is there one that controls day/night cycle rate of transition?
-
Anybody know the day and night times for Reign of Kings?
-
[DOUBLEPOST=1520261341][/DOUBLEPOST]here is the actual times though from the assembly:
Code:public float HourOfSunriseStart = 6f; public float HourOfSunriseEnd = 8f; public float HourOfDayPeak = 13f; public float HourOfSunsetStart = 20f; public float HourOfSunsetEnd = 22f;
Example if you put it right in the middle of start and end times:
Code:"Dawn Time": 7.0, "Dusk Time": 21.0,
Last edited by a moderator: Mar 5, 2018