[Not a graphic glitch] But removed concrete is quite weird

Bugs that are actually features.
Post Reply
User avatar
Ohz
Fast Inserter
Fast Inserter
Posts: 188
Joined: Tue Feb 03, 2015 11:40 am
Contact:

[Not a graphic glitch] But removed concrete is quite weird

Post by Ohz »

I feel you might want to know that after removing concrete, the ground tiles is pretty weird, destroying large patches of nice beautiful graphics. Feel free to delete my message if you think that's pointless.

Image
I'm not english, sorry for my mistakes

daniel34
Global Moderator
Global Moderator
Posts: 2761
Joined: Thu Dec 25, 2014 7:30 am
Contact:

Re: [Not a graphic glitch] But removed concrete is quite weird

Post by daniel34 »

Related bug reports:
[0.12.20] Concrete and terrain conversion glitch [Bug Reports]
[0.12.2]biome borders keep refreshing border tiles [Not a bug]
daniel34 wrote:
kovarex wrote:The problem you are experiencing is caused by the tile-fixup logic. Basically, to avoid non-allowed tile combinations, like 1-tile wide water canal etc, the game fixes the tiles after any change. (This also chooses the 2X2 or 4X4 tiles to be used if the area is big enough).

The problem is, that you are changing tiles one by one, which is not only much slower, but also can do various results as the tile correction is done after every change.

The proper way is to save all the tiles you want to change into an array, and then do it by single call of the set_tiles method.
The solution given only applies to mods that do this in code, but putting down / removing concrete (with bots for example) calls this function one tile at a time and leads to this behavior.
The easiest way to demonstrate this is to lay down a concrete blueprint with bots over a small patch of a different biome and then remove it again. The resulting patch will look different (and repetitive).
quick links: log file | graphical issues | wiki

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

Re: [Not a graphic glitch] But removed concrete is quite weird

Post by kovarex »

Did you see how the terrain looks when you remove a road or something?

Post Reply

Return to “Not a bug”