Page 1 of 1
Textures in Linux

Posted:
Wed Sep 21, 2011 23:21
by Fallen_Phillip
Well, I read the previous post with a similar title, but it won't allow me to paste the images into the usr/share/minetest folder.

Posted:
Thu Sep 22, 2011 08:49
by Calinou
You need sudo access, if you are using nautilus, open a terminal then type, without the quotes:
"gksudo nautilus"
Important, you must use gksudo and not sudo. Then, navigate to /usr/share/minetest (or /usr/share/games/minetest, not sure), then go in the data folder, make a backup of the old textures, then replace them with the new ones.

Posted:
Thu Sep 22, 2011 10:11
by kddekadenz
Using Linux Mint 11, I have to open the folder with expanded rights, to be able to paste something into it.

Posted:
Sun Sep 25, 2011 20:47
by Fallen_Phillip
I got it working. :) Thanks!

Posted:
Sun Sep 25, 2011 22:03
by Menche
You don't really have to replace the textures; you can put the texture pack anywhere and add "texture_path=(where you stored the pack)" to your minetest.conf, which should be in ~/.minetest if you installed the game.

Posted:
Sun Nov 27, 2011 03:53
by Maelstrom
Menche wrote:You don't really have to replace the textures; you can put the texture pack anywhere and add "texture_path=(where you stored the pack)" to your minetest.conf, which should be in ~/.minetest if you installed the game.
This works pretty well. But you need a texture for everything to make it work. If some textures are not present it won't work.

Posted:
Sun Nov 27, 2011 05:52
by Menche
Maelstrom wrote:This works pretty well. But you need a texture for everything to make it work. If some textures are not present it won't work.
When I switch packs this way and a texture isn't available, the game just uses the default for that texture.

Posted:
Sun Nov 27, 2011 06:31
by Maelstrom
Well I had a problem with a new created world, not showing any custom textures. After relogging in my local game the World was Black, showing every Tile was without any textures. Even the sky was not there.
Copying the missing texture Files in the custom Folder everything works fine.
It could be a problem with the stable build I am using but I doubt it would be any different.
I am using Linux Mint based on Natty and amd64. Installed the precompiled, stable .deb package available yesterday.
Edit: Nope. Something seems horribly wrong with my version. Maybe some sort of 3D bug. I will look into it.
Edit2: OK, I have found the Problem. I am spawning UNDERGROUND. Exactly 2 squares under my last visit. Nothing with the Textures. Sorry the bother.

Posted:
Sun Nov 27, 2011 08:09
by kahrl

Posted:
Sun Nov 27, 2011 15:24
by Maelstrom
Thank you! :)