explosivegaming / scenario

Factorio scenario
https://explosivegaming.nl
GNU General Public License v3.0
23 stars 28 forks source link

VLAYER #303

Closed PHIDIAS0303 closed 2 months ago

Cooldude2606 commented 3 months ago

This change can not be made because surface.daytime can be modified from other scripts. For example if surface.always_day or surface.freeze_daytime are true then time will continue to tick when it should be constant.

PHIDIAS0303 commented 3 months ago

but the main thing is that I need the tick to do the day-night calculation of solar power ...

Cooldude2606 commented 3 months ago

but the main thing is that I need the tick to do the day-night calculation of solar power ...

For it to be accurate for vlayer solar it must use surface.daytime because this is used to calculate solar power production not game tick.