Page 1 of 1

[0.12.2] Terrain bug during path deconstruction

Posted: Fri Jul 31, 2015 6:12 pm
by Bodzio
After updating to latest patch i observed strange terrain behaviour when deconstructing paths.
After deconstructing near-water stone path terrain extends into the lake (water tiles are replaced with terrain tiles). Also deconstructing stone path leaves barren terrain instead of terrain that was underneath before laying down path.
These two screens are visualising problem (wath the right hand side of the terrain shape):

Pre deconstruction:
bug pre.png
bug pre.png (4.25 MiB) Viewed 7382 times
Post deconstruction:
deconstruct.png
deconstruct.png (4.46 MiB) Viewed 7382 times
Game was started in 0.12.0 version.

Save file (to replicate just remove path as seen on screen #2):
bug_pre.zip
(5.21 MiB) Downloaded 270 times

EDIT:

Also some paths near the shore cannot be picked up with bigger brush size, but when decreasing brush size they are pickable (despite being shown in red colour) but picking them up "extend" the terrain as described above.

Re: [0.12.2] Terrain bug during path deconstruction

Posted: Fri Jul 31, 2015 6:21 pm
by kovarex
Hello, these are the results of the changes we made for 0.12.2

From 0.12.2 Up, the tile under the tile is saved in the savegame, so when it is mined it could be put back. (It used the map generator before, but it wasn't so predictable and also it didn't work in edited maps).

However in maps from 0.12.1 and 0.12.0, the data isn't there, so it was just set to dirt.

The distance from water has been also increased in the 0.12.2.

Re: [0.12.2] Terrain bug during path deconstruction

Posted: Fri Jul 31, 2015 7:11 pm
by Bodzio
Wow! That was a really quick reply! Thanks for clarification. I thought it might be update specific issue.