Page 1 of 1

Texture path

PostPosted: Mon Dec 05, 2011 16:03
by neko259
texture_path option still exists in minetest.conf.example but is unusable due to the new mod system. Either remove it from there (bad way) or make it work. For now the only way to change the textures is to download a pack, rename every texture to default_texturename.png and replace the default mod textures. If textures already have to contain mod name in their names, it should be easy to make this option override the default textures of any mod.

It would also be great to add such an option to client menu, but it's non necessary :3

PostPosted: Mon Dec 05, 2011 16:13
by celeron55
The problem is not in minetest, the problem is in texture packs. They should include the mod name now as does the default mod.

It does not make sense to add a modname automatically to images of a texture pack because they could want to provide other textures for other mods too.

Case closed.

PostPosted: Mon Dec 05, 2011 16:14
by neko259
So, the option would work if I add mod names to the texture pack images?

PostPosted: Mon Dec 05, 2011 16:35
by neko259
Oh, it worked. Sorry for bothering.