[0.17.12] Headless Server: enemy_attack_pollution_consumption_modifier not found

This subforum contains all the issues which we already resolved.
Post Reply
User avatar
deveth0
Burner Inserter
Burner Inserter
Posts: 9
Joined: Mon Mar 04, 2019 2:11 pm
Contact:

[0.17.12] Headless Server: enemy_attack_pollution_consumption_modifier not found

Post by deveth0 »

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:

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
As soon as I update the config to include the property, it works fine:

Code: Select all

  "pollution":
  {
    ...
    "enemy_attack_pollution_consumption_modifier": 100
  },
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?

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.17.12] Headless Server: enemy_attack_pollution_consumption_modifier not found

Post by kovarex »

Thanks for the report, fixed for 0.17.13

User avatar
deveth0
Burner Inserter
Burner Inserter
Posts: 9
Joined: Mon Mar 04, 2019 2:11 pm
Contact:

Re: [0.17.12] Headless Server: enemy_attack_pollution_consumption_modifier not found

Post by deveth0 »

thx, that was fast!

trueosiris
Manual Inserter
Manual Inserter
Posts: 2
Joined: Fri Mar 15, 2019 1:15 pm
Contact:

Re: [0.17.12] Headless Server: enemy_attack_pollution_consumption_modifier not found

Post by trueosiris »

Thanks, but does it need to be 100? Is that the default?
I feel like the alien swarms are more plentiful now.

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.17.12] Headless Server: enemy_attack_pollution_consumption_modifier not found

Post by kovarex »

No, the default is 1.

Post Reply

Return to “Resolved Problems and Bugs”