TheMann64 Posted February 13, 2018 Share Posted February 13, 2018 I know daemox and Syndlig did this, daemox actually described how to install it and it works. I just wanna know if I can change the numbers so that time during the day goes by faster. Link to comment Share on other sites More sharing options...
Tar Posted February 28, 2018 Share Posted February 28, 2018 Hi If I understand you correctly, I think you can. I compared two mods that had different time scale and the only difference was this settings:Open file dw_weather_def.scr export float WHOLE_DAY_DURATION__DAY = 7200.0;// 1h in game daytime means 4 5 minutes of real timeexport float WHOLE_DAY_DURATION__NIGHT = 1800.0;// 1h in game daytime means 0.875 1.25 minute of real timeexport float WHOLE_DAY_DURATION__INTERIOR = 10080.0;// 1h in game daytime means 6 7 minutes of real time 7200 = 5 minutes pr ingame hour during day (7200/60 = 120, 120/24 = 5=)1800 = 1.25 minutes pr ingame hour night10080 = 7 minutes So adjust this numbers to your liking. Link to comment Share on other sites More sharing options...
Recommended Posts