[0.17.12] Headless Server: enemy_attack_pollution_consumption_modifier not found
Posted: Fri Mar 15, 2019 8:26 am
Hi,
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:
As soon as I update the config to include the property, it works fine:
Probably it would be a good idea to include some sane default for each property, so it's not required to update custom map-settings after such a change?
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
},