Jump to content

Changing Timescale?


TheMann64

Recommended Posts

  • 3 weeks later...

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 time
export float WHOLE_DAY_DURATION__NIGHT = 1800.0;// 1h in game daytime means 0.875 1.25 minute of real time
export 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 night

10080 = 7 minutes

 

So adjust this numbers to your liking.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...