Search found 1 match

by GotenXiao
Thu May 03, 2018 11:22 pm
Forum: Technical Help
Topic: [16.39]Error loading scenario save after game update.
Replies: 4
Views: 2284

Re: [16.39]Error loading scenario save after game update.

We currently have a game up using the same scenario, and encountered the same problem. It's a bug (or an API change in Factorio) in the control.lua on line 59; change this:

Code: Select all

game.surface[1].peaceful_mode = false
to this:

Code: Select all

game.[b]surfaces[/b][1].peaceful_mode = false
This should get you going!

Go to advanced search