cHyper wrote:edit your minetest.conf file add following line to disable atlas
enable_texture_atlas = false
Kryuko wrote:cHyper wrote:edit your minetest.conf file add following line to disable atlas
enable_texture_atlas = false
But with this i have some problems with texture.
kaeza wrote:Kryuko wrote:cHyper wrote:edit your minetest.conf file add following line to disable atlas
enable_texture_atlas = false
But with this i have some problems with texture.
sfan5 wrote:A full Texture Atlas is not a big problem
This is caused by having a lot of texture files. I think the Atlas is like a cache of the textures. Maybe someone else can elaborate. You can increase the size by changing line 796 in tile.cpp. This should most likely be made with a dynamic size (or as a conf file setting) to fit the large number of mods being made.
Kryuko wrote:I've readed this post:This is caused by having a lot of texture files. I think the Atlas is like a cache of the textures. Maybe someone else can elaborate. You can increase the size by changing line 796 in tile.cpp. This should most likely be made with a dynamic size (or as a conf file setting) to fit the large number of mods being made.
But where is the tile.cpp? This change work on the client or on the server?
Thanks in advance.
Edit: I don't understand if the Atlas full is a client or a server problem.
Users browsing this forum: No registered users and 4 guests