It is able to change the daytime as admin with a command in the console?
with 'env.timescale' oder 'env.time'?
or
which is the setting for an other timeing: 50 min day and 10 min night? Which parameters are to set?
Thanks for an answer!
Currently you can only force day/night with:
rustpp.day Sets it to 12:00
rustpp.night Sets it to 00:00
you can also set your server to be "stuck" at whatever time you wish based on a 24hr clock as shown here:
Code:
freeze_time=false // ability to freeze the time, useful if you want a permanent day/night server
time=12 // the game time (12=midday, 0=midnight)