[0.17.75] Weird tile display bug related to charting

Bugs that are actually features.
PyroFire
Filter Inserter
Filter Inserter
Posts: 356
Joined: Tue Mar 08, 2016 8:18 am
Contact:

[0.17.75] Weird tile display bug related to charting

Post by PyroFire »



Mod: https://mods.factorio.com/mod/stacktorio

If you can't see it, there's a weird row of tile transitions that probably shouldn't be there.

It seems to be related to custom chunk generation functions (I set tiles to out-of-map in on_chunk_generated).

Perhaps those tile edges are transitions from tiles that are "invisible" and "visible" at the same time, and only when the chunk is charted does it get built void tiles.
This seems like a bug, floaty edges from invisible uncharted tiles probably shouldn't be appearing like this.
posila
Former Staff
Former Staff
Posts: 5448
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: [0.17.75] Weird tile display bug related to charting

Post by posila »

https://lua-api.factorio.com/0.17.75/Lu ... .set_tiles

Did you disable tile correction by passing false as the second parameter? If you do that, the tile transitions will also be ... incorrect.
User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5414
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: [0.17.75] Weird tile display bug related to charting

Post by Klonan »

posila wrote: Wed Nov 06, 2019 7:32 am Did you disable tile correction by passing false as the second parameter? If you do that, the tile transitions will also be ... incorrect.

Looking at the source code says, yes he did, moving to not a bug
Post Reply

Return to “Not a bug”