i just tried to upgrade my headless server to 0.17.12 but I think the new config property "enemy_attack_pollution_consumption_modifier" is missing in the map-settings.example.json:
Code: Select all
factorio_1 | 0.862 Info ServerMultiplayerManager.cpp:138: Quitting multiplayer connection.
factorio_1 | 0.862 Info ServerMultiplayerManager.cpp:714: updateTick(4294967295) changing state from(Ready) to(Closed)
factorio_1 | 0.882 Goodbye
factorio_1 | 0.000 Error Util.cpp:83: Key "enemy_attack_pollution_consumption_modifier" not found in property tree at ROOT.pollution
Code: Select all
"pollution":
{
...
"enemy_attack_pollution_consumption_modifier": 100
},