Page 1 of 1

Texture Bug

PostPosted: Fri Oct 05, 2012 18:47
by rubenwardy
This happens to any block a placed around a point of 4 nodes:

Image

When I try to dig it with a pick axe, it goes back to normal.

Is this a texture map thingy bug?

PostPosted: Fri Oct 05, 2012 18:53
by Jordach
That looks weird, what block is that and from what mod is it?

PostPosted: Fri Oct 05, 2012 18:58
by rubenwardy
It is wood planks from moreblocks, the same as those around it.

If i fully dig it, wood planks is added to my inventory.
When I try to dig it with a pick axe, the texture goes back to normal, with cracks

PostPosted: Fri Oct 05, 2012 18:59
by Jordach
What is the texture size?

Or do you use a texture pack?

PostPosted: Fri Oct 05, 2012 19:13
by qwrwed
That happens to me as well when i have a lot of mods, i have no idea why though.

PostPosted: Fri Oct 05, 2012 19:21
by Mito551
is atlas disabled?

PostPosted: Sat Oct 06, 2012 19:28
by Razor
This happens to me any ideas guys how to get rid of it?

PostPosted: Sat Oct 06, 2012 20:02
by rubenwardy
I disabled texture atlas, and it works. I never had problems before

PostPosted: Sat Oct 06, 2012 20:39
by Topywo
rubenwardy wrote:I disabled texture atlas, and it works. I never had problems before


I needed to do this too (first on gameboom and now on redcrab). Although I think the long yellow stripes on my Oracle made it look much better...

PostPosted: Sat Oct 06, 2012 22:27
by SegFault22
Go to the installation folder of your copy of Minetest (where the ''bin'', ''builtin'', ''games'', ''mods'', etc. folders are). Find the file ''Minetest.conf'' - not minetest.conf.example, but minetest.conf - the one with only a few lines, and no ''#'' symbol before any of them. Add this line:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
enable_texture_atlas = false

This will disable the texture atlas, and the problem will be fixed. But - be aware that this causes a minor drop in graphics performance. If you have a low-end PC, it will cause a significant drop in framerate.