You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Krastorio2](https://mods.factorio.com/mod/Krastorio2) mod requires the `map_gen_settings.autoplace_controls` to be populated in order to start a new game. You can find the Factorio defaults below.
4
+
5
+
If those settings aren't set the game will fail to start with the following error during map generation:
6
+
```bash
7
+
0.857 Factorio initialised
8
+
0.857 Info Main.cpp:777: Creating new map /factorio/saves/replaceMe.zip
9
+
2.076 Loading level.dat: 1608873 bytes.
10
+
2.076 Info Scenario.cpp:204: Map version 1.1.100-0
11
+
2.112 Checksum for script /factorio/temp/currently-playing/control.lua: 3702463597
12
+
2.120 Checksum for script __Krastorio2__/control.lua: 2424813832
13
+
Error: The mod Krastorio 2 (1.3.23) caused a non-recoverable error.
14
+
Please report this error to the mod author.
15
+
16
+
Error while running event Krastorio2::on_init()
17
+
__Krastorio2__/scripts/freeplay.lua:52: attempt to index field 'autoplace_controls' (a nil value)
0 commit comments