[0.17.21] Permanent pollution clouds over water

Bugs that we were not able to reproduce, and/or are waiting for more detailed info.
Post Reply
User avatar
DBN
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sat Sep 08, 2018 7:13 pm
Contact:

[0.17.21] Permanent pollution clouds over water

Post by DBN »

With the 0.17 pollution changes, was it intentional to make the pollution clouds over water and concrete stick around long after a factory or mine shuts down? I've been seeing this since I converted this 0.15/0.16 railworld save to 0.17.4.
Attachments
pollution.png
pollution.png (489.35 KiB) Viewed 1765 times

User avatar
TruePikachu
Filter Inserter
Filter Inserter
Posts: 978
Joined: Sat Apr 09, 2016 8:39 pm
Contact:

Re: [0.17.21] Permanent pollution clouds over water

Post by TruePikachu »

Going by the relevant prototype file, this doesn't seem intended.

Code: Select all

local out_of_map_pollution_absorption = 0.00001
local water_pollution_absorption = 0.000005
local grass_pollution_absorption = 0.0000075
local dirt_pollution_absorption = 0.0000066
local sand_pollution_absorption = 0.0000058
local red_desert_pollution_absorption = 0.0000066

User avatar
BlueTemplar
Smart Inserter
Smart Inserter
Posts: 2420
Joined: Fri Jun 08, 2018 2:16 pm
Contact:

Re: [0.17.21] Permanent pollution clouds over water

Post by BlueTemplar »

They're probably just much more visible than before - check the actual values with debug's show-pollution-values ?
BobDiggity (mod-scenario-pack)

Twinsen
Factorio Staff
Factorio Staff
Posts: 1330
Joined: Tue Sep 23, 2014 7:10 am
Contact:

Re: [0.17.21] Permanent pollution clouds over water

Post by Twinsen »

Pollution should stick around for 1.5 times longer than on grass, before being absorbed, so maybe that's the case? You can provide the save so we can investigate better.

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

Re: [0.17.21] Permanent pollution clouds over water

Post by kovarex »

But the truth is, that the pollution of concrete is 0. And since there is a minimum pollution to diffuse, pollution on a concrete chunk without trees will never go completely away.

Not sure if it should be considered a problem or not, concrete also might have some very little pollution consumption.

User avatar
DBN
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sat Sep 08, 2018 7:13 pm
Contact:

Re: [0.17.21] Permanent pollution clouds over water

Post by DBN »

Ok, here is the save.
Edit: I guess the forum doesn't like 21mb files. "error parsing server response". I switched the compression from zip to 7z.
Attachments
c228.7z
(13.81 MiB) Downloaded 64 times

User avatar
Ranakastrasz
Smart Inserter
Smart Inserter
Posts: 2124
Joined: Thu Jun 12, 2014 3:05 am
Contact:

Re: [0.17.21] Permanent pollution clouds over water

Post by Ranakastrasz »

I suspect this is a result of two parts of pollution mechanic.

1, Pollution won't spread if it is below a certain threshold. this is to avoid pollution spreading across the map at the rate of tick.
2, Pollution will not dissipate over water. If pollution dissipation on a chunk is zero, it will only be able to spread, not dissipate.

As such, if water now has a pollution dissipation of zero, then any pollution there will spread out until it hits the minimum threshhold, and just sit there forever.

This might have been the case before, but pollution cloud used to be really faint at the edge, instead of around 50% opacity. So it would have required you to look closely.
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16

Twinsen
Factorio Staff
Factorio Staff
Posts: 1330
Joined: Tue Sep 23, 2014 7:10 am
Contact:

Re: [0.17.21] Permanent pollution clouds over water

Post by Twinsen »

Seems to work correctly. Leave it for long enough and the pollution is gone.
The pollution still stays on the concrete. To be decided if it's intended or not.
Capture.PNG
Capture.PNG (205.34 KiB) Viewed 1675 times

Post Reply

Return to “Pending”