

Controls production chains according to days of the week and times of day. Factories can be opened or closed automatically without having to change production files.
The mod supports two time modes:
Game Time : Use the normal game time. Fast-forwarding works as usual.
Real-time : Uses the actual PC time and day of the week. Fast-forwarding the game time has no effect on production times.
The time mode can be changed in the modSettings XML .
<factoryWeekSchedule>
<timeSystem mode=”game” />
</factoryWeekSchedule>
or
<factoryWeekSchedule>
<timeSystem mode=”realtime” />
</factoryWeekSchedule>
