in my settings, the night and day multipliers are not showing up, so I cannot edit the night and day time, anyone know how to resolve this problem?
night settings
- funnymoney38
- Thread is marked as Resolved.
Nitrado now has an official Discord server to bring communities, friends and other gamers together!
Join the Nitrado Community Discord now and share your experiences and knowledge with others!
-
-
Rondeau04
Moved the thread from forum General Support to forum DayZ. -
Tell us the platform please
-
sorry its pc, i have tried on the computer to change it and the app on my phone
-
Read the whole following thread please.
Changes are done by directly editing the serverDZ.cfg or in webinterface.
-
-
-Stop server
-Use e.g. filezilla to download the file serverDZ.cfg to your server.
-Edit the downloaded file with notepad++
serverTime="2019/06/19/07/00"; // Server Start Time // Initial ingame time of server. "SystemTime" means local time of machine. Another possibility is to set the time to some value in "YYYY/MM/DD/HH/MM" format, f.e. "2015/4/8/17/23" .
serverTimeAcceleration=2; // Accelerated Time (value 0-24) // This is a time multiplier for in-game time. In this case time would move 24 times faster than normal, an entire day would pass in one hour.
serverNightTimeAcceleration=10; // Accelerated Nigh Time - The numerical value being a multiplier (0.1-64) and also multiplied by serverTimeAcceleration value. Thus, in case it is set to 4 and serverTimeAcceleration is set to 2, night time would move 8 times faster than normal. An entire night would pass in 3 hours.
serverTimePersistent=0; // Persistent Time (value 0-1) // Actual server time is saved to storage, so when active, next server start will use saved time value.
4 SETTINGS = 4 LINES ! the comments are very long !
If the line serverNightTimeAcceleration=10; is missing just add it below serverTimeAcceleration=2;
-Of course you can change values, in my example the nighttime lasts approx. 30 minutes.
-Upload file
-Start server
(Maybe there is an option in Nitrados webinterface in expert mode/settings, I don't run a nitrado server at the moment, so I can't confirm. I never used expert mode since 2012, all done with filezilla and notepad++)