Texture installation issues

mindcrap
New member
 
Posts: 4
Joined: Wed Jun 13, 2012 09:00

Texture installation issues

by mindcrap » Wed Jun 13, 2012 09:06

sincere apologies for a noob post, but I can't seem to figure out for the life of me how to install textures and edit the path on the config correctly using ubuntu 12.04. Any and all help will be very appreciated.
thanks guys.
 

User avatar
Topywo
Member
 
Posts: 1718
Joined: Fri May 18, 2012 20:27

by Topywo » Wed Jun 13, 2012 10:15

Maybe this can help you: http://minetest.net/forum/viewtopic.php?id=2033
(Under Bugs and errors --> Texture Packs , How to get them to work ?!!!! HELP !! D:)
 

mindcrap
New member
 
Posts: 4
Joined: Wed Jun 13, 2012 09:00

by mindcrap » Wed Jun 13, 2012 18:53

Thank you, but still no wiser, I will show you the directory tree of my folder.

{folder} .minetest
debug.txt
minetest.conf
{folder}world

Now, I add a folder directly into the .minetest, textures, then a folder named all within that,
but alas still not working, all suggestions welcome.
thank you.

Also, the wiki info states:
"Extract the "data" folder from the zip or .tar file you downloaded.

Then simply overwrite all the files in the default /minetest/data/ folder with the new ones you downloaded. "

There is no data folder or subsequent folder(s) to add more to my distinct confusion ...


HA HA HA HA!!!!!!!
FOUND IT!
the directory path is not obvious at all but its as follows,
Home/ local/ share/.minecraft/data

and thats for minetest 3 on ubuntu 12.04. hope that helps anybody else out in the same boat!



nope not working same base textures, any clues guys?
Last edited by mindcrap on Wed Jun 13, 2012 19:34, edited 1 time in total.
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Wed Jun 13, 2012 20:03

Tip: you should use a self-compiled version... it is much better, packages usually suck for games. :P
And also: http://wiki.minetest.com/wiki/Installing_texture_packs
 

User avatar
Topywo
Member
 
Posts: 1718
Joined: Fri May 18, 2012 20:27

by Topywo » Wed Jun 13, 2012 20:52

I've unfortunately only trial and error knowledge. Maybe this helps;

The first time I installed Minetest I put the mods in: /usr/share/minetest/games/minetest_game/mods. So not the home folder. Whenever I installed a mod this way, I needed to 'sudo' because of the root.

I you do what Calinou says, Minetest will be in your home. You then can place the mods in /home/THE NAME YOU GAVE INSTALLING UBUNTU/celeron55-minetest-4b2cc38/mods/minetest.

Hope one of this methods works for you. I prefer compiling minetest myself. It works while I don't have much knowledge of programming nor of Linux.
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Thu Jun 14, 2012 08:22

"~" is equal to "/home/username/". ;)
 

mindcrap
New member
 
Posts: 4
Joined: Wed Jun 13, 2012 09:00

by mindcrap » Thu Jun 14, 2012 12:32

Topywo wrote:I've unfortunately only trial and error knowledge. Maybe this helps;

The first time I installed Minetest I put the mods in: /usr/share/minetest/games/minetest_game/mods. So not the home folder. Whenever I installed a mod this way, I needed to 'sudo' because of the root.

I you do what Calinou says, Minetest will be in your home. You then can place the mods in /home/THE NAME YOU GAVE INSTALLING UBUNTU/celeron55-minetest-4b2cc38/mods/minetest.

Hope one of this methods works for you. I prefer compiling minetest myself. It works while I don't have much knowledge of programming nor of Linux.



Thank you ever so much for the help, I got the jist of it... only how to get root permission to alter the contents of the folder, I know, I know I'm just so lame, only normally use ubuntu for painting with gimp and mypaint... just thought of venturing into games..
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Thu Jun 14, 2012 16:14

mindcrap wrote:Thank you ever so much for the help, I got the jist of it... only how to get root permission to alter the contents of the folder, I know, I know I'm just so lame, only normally use ubuntu for painting with gimp and mypaint... just thought of venturing into games..


You do not have to use root (and you should not anyway) - use your personal .minetest folder, as I said earlier.

Example structure:
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
home/
- username/
-- .minetest/ (hidden folder, use Ctrl+H to show)
--- textures/
---- all/
----- default_stone.png
----- ...
Last edited by Calinou on Thu Jun 14, 2012 16:15, edited 1 time in total.
 

mindcrap
New member
 
Posts: 4
Joined: Wed Jun 13, 2012 09:00

by mindcrap » Thu Jun 14, 2012 20:30

Calinou wrote:
mindcrap wrote:Thank you ever so much for the help, I got the jist of it... only how to get root permission to alter the contents of the folder, I know, I know I'm just so lame, only normally use ubuntu for painting with gimp and mypaint... just thought of venturing into games..


You do not have to use root (and you should not anyway) - use your personal .minetest folder, as I said earlier.

Example structure:
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
home/
- username/
-- .minetest/ (hidden folder, use Ctrl+H to show)
--- textures/
---- all/
----- default_stone.png
----- ...

I'm sorry! but this file structure is one I tried first, I had to create the folders textures/ all/ then the contents, and no luck, it just gives the same defaults, thus why I inquired about root and using the usr/ share/ minetest aproach.
I really hope to get this working, wanted to make some texture packs of my own to share.
Again cheers.
 

User avatar
Topywo
Member
 
Posts: 1718
Joined: Fri May 18, 2012 20:27

by Topywo » Thu Jun 14, 2012 21:59

I never changed textures, so I had to take a look.

I assume you know how to compile (with Celeron55's readme.txt https://github.com/celeron55/minetest ), and that you've done that.

I found the following folder:

---> /home/"Topywo"/celeron55-minetest-4b2cc38/textures/all

In it is a "textures_here.txt" file.

The text inside it says: If you haven't modified the texture_path setting, you can copy textures of your texture packs into here. Folders are currently not supported. So my guess would be to place texture pack .png 's in here.

Hope this helps you out.
 


Return to Minetest Texture Packs

Who is online

Users browsing this forum: No registered users and 12 guests

cron