Survival Mode


Survival Mode. Biters only attack at night, regardless of pollution levels, and come in waves. Survive for as long as you can.

Overhaul
6 years ago
0.13 - 0.15.16
13

g freeze_daytime error

6 years ago

Found a temporary (possibly permanent) fix. In control.lua changes these lines: -> game.surfaces['nauvis'].freeze_daytime(false)
to this -> game.surfaces['nauvis'].freeze_daytime = false;
and this line -> game.surfaces['nauvis'].freeze_daytime(true)
to this -> game.surfaces['nauvis'].freeze_daytime = true;

Then save control.lue and make sure the .zip file has your new edited control.lue. I've tested 1 wave and seems to work

New response