Texture pack install IN (LINUX)

mememan75@gmail.com
New member
 
Posts: 8
Joined: Mon Jun 24, 2013 23:18

Texture pack install IN (LINUX)

by mememan75@gmail.com » Mon Jun 24, 2013 23:24

Hello there mates my names Kevin i have been trying for two days to get minetoon installed into linux i found recently that my .congfig file doesnt have all the thing needed

better i show you

address = 94.23.33.108
creative_mode = 0
enable_3d_clouds = 0
enable_damage = 1
name = kevinhartman
new_style_leaves = 0
opaque_water = 1
port = 30000
smooth_lighting = 1
keymap_backward = KEY_KEY_S
keymap_chat = KEY_KEY_T
keymap_cmd = /
keymap_fastmove = KEY_KEY_J
keymap_forward = KEY_KEY_W
keymap_freemove = KEY_KEY_K
keymap_inventory = KEY_KEY_I
keymap_jump = KEY_SPACE
keymap_left = KEY_KEY_A
keymap_print_debug_stacks = KEY_KEY_P
keymap_rangeselect = KEY_KEY_R
keymap_right = KEY_KEY_D
keymap_sneak = KEY_LSHIFT
keymap_special1 = KEY_KEY_E
anisotropic_filter = 0
bilinear_filter = 0
enable_particles = 0
enable_shaders = 0
fast_move = true
free_move = true
liquid_finite = 1
mip_map = 1
preload_item_visuals = 1
selected_mainmenu_game = minetest
selected_mainmenu_tab = 1
selected_serverlist = 0
selected_world_path = /home/kah/.minetest/worlds/Kevins
server_announce = 1
server_dedicated = false
sound_volume = 1
trilinear_filter = 1
noclip = true

thats all that is there and no texture path weird i no that

PLEASE REPLY

i need help T-T im so tired of not being shown
Last edited by mememan75@gmail.com on Mon Jun 24, 2013 23:40, edited 1 time in total.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Mon Jun 24, 2013 23:38

Simply add lines if you need to set them and they are not there yet.
 

mememan75@gmail.com
New member
 
Posts: 8
Joined: Mon Jun 24, 2013 23:18

by mememan75@gmail.com » Mon Jun 24, 2013 23:46

PilzAdam wrote:Simply add lines if you need to set them and they are not there yet.



what i mean is could you provide the line or give a example so i may just oaste in and type the path it needs to go to
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Jun 25, 2013 00:37

mememan75@gmail.com wrote:
PilzAdam wrote:Simply add lines if you need to set them and they are not there yet.



what i mean is could you provide the line or give a example so i may just oaste in and type the path it needs to go to

Look in minetest.conf.example for a full list of settings.
 

mememan75@gmail.com
New member
 
Posts: 8
Joined: Mon Jun 24, 2013 23:18

by mememan75@gmail.com » Tue Jun 25, 2013 00:56

PilzAdam wrote:
mememan75@gmail.com wrote:
PilzAdam wrote:Simply add lines if you need to set them and they are not there yet.



what i mean is could you provide the line or give a example so i may just oaste in and type the path it needs to go to

Look in minetest.conf.example for a full list of settings.



ok thank you
 

mememan75@gmail.com
New member
 
Posts: 8
Joined: Mon Jun 24, 2013 23:18

by mememan75@gmail.com » Tue Jun 25, 2013 01:16

mememan75@gmail.com wrote:
PilzAdam wrote:
mememan75@gmail.com wrote:

what i mean is could you provide the line or give a example so i may just oaste in and type the path it needs to go to

Look in minetest.conf.example for a full list of settings.



ok thank you



this didnt help so much as i did add the path as this

trilinear_filter = 1
noclip = true
Texture_path = /home/kah/.minetest/Textures/Minetoon 0.4


then whne i loaeded a new single player map it was exactly the same default texture
Last edited by mememan75@gmail.com on Tue Jun 25, 2013 01:21, edited 1 time in total.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Jun 25, 2013 01:20

mememan75@gmail.com wrote:
mememan75@gmail.com wrote:
PilzAdam wrote:Look in minetest.conf.example for a full list of settings.



ok thank you



this didnt help so much as i did add the path as this

trilinear_filter = 1
noclip = true
Texture_path = ./minetest/Textures

then whne i loaeded a new single player map it was exactly the same default texture

I guess its best if you give the full path (starting at the root directory (/))
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

by kaeza » Tue Jun 25, 2013 01:30

mememan75@gmail.com wrote:
mememan75@gmail.com wrote:
PilzAdam wrote:Look in minetest.conf.example for a full list of settings.



ok thank you



this didnt help so much as i did add the path as this

trilinear_filter = 1
noclip = true
Texture_path = /home/kah/.minetest/Textures/Minetoon 0.4


then whne i loaeded a new single player map it was exactly the same default texture


Remember that file and directory names in Linux are *case sensitive*.
Maybe you meant /home/kah/.minetest/textures instead of /home/kah/.minetest/Textures. Also, I'm not sure, but I think config variables are case sensitive too, so "Texture_path" is not the same as "texture_path".
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

mememan75@gmail.com
New member
 
Posts: 8
Joined: Mon Jun 24, 2013 23:18

by mememan75@gmail.com » Tue Jun 25, 2013 01:41

kaeza wrote:
mememan75@gmail.com wrote:
mememan75@gmail.com wrote:

ok thank you



this didnt help so much as i did add the path as this

trilinear_filter = 1
noclip = true
Texture_path = /home/kah/.minetest/Textures/Minetoon 0.4


then whne i loaeded a new single player map it was exactly the same default texture


Remember that file and directory names in Linux are *case sensitive*.
Maybe you meant /home/kah/.minetest/textures instead of /home/kah/.minetest/Textures. Also, I'm not sure, but I think config variables are case sensitive too, so "Texture_path" is not the same as "texture_path".




thanks for the info then mate and does anyone no why mobs arent spawning in single anymore i cant seem to find any in it and its not so fun i liked the constants of enemeys following waiting till you had to respawn. and i got the pilzadams mobs 0.4 and i wanted to install as well thanks chaps Kevin.

EDIT: i tried doing as you instructed as it didnt do anything saddens me so yet im going to keep searching and when i get it right im making a video and putting it on youtube on my channel for those that have linux. Later Kevin
Last edited by mememan75@gmail.com on Tue Jun 25, 2013 01:45, edited 1 time in total.
 

User avatar
Dan Duncombe
Member
 
Posts: 904
Joined: Thu May 09, 2013 21:11

by Dan Duncombe » Wed Jun 26, 2013 17:47

Try JBR's texture pack program... it is an exe so you will probably need Win to run it... But you can select your texture pack with ease.
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.
 

Tarlung
New member
 
Posts: 4
Joined: Fri Oct 25, 2013 02:42

by Tarlung » Sat Oct 26, 2013 03:36

i am also having a difficult time installing texture packs, i have searched the web but get the same install instructions that don't work.

i've tried editing the .conf removing the # and placing the correct path file. i've also tried deletiing the texure <dir> and copying over it. i'ev looked at youtube videos, read all the readme files that looked like they might be related (also read some that weren't)
read the forums and basicly did all the leg work i can think of but still no dice.

the ver no. is 0.4.7 installed from the one line install forum on ubuntu linux disto 12.04 LTS

even when deleteing the default texture path = /home/danny/minetest/textures minetest sill used default textures. perhapps, this is not the default texture path?

any info or step by step would be greatly appreciated, and thank-you in advance
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

by kaeza » Sat Oct 26, 2013 03:53

Tarlung wrote:i am also having a difficult time installing texture packs, i have searched the web but get the same install instructions that don't work.

i've tried editing the .conf removing the # and placing the correct path file. i've also tried deletiing the texure <dir> and copying over it. i'ev looked at youtube videos, read all the readme files that looked like they might be related (also read some that weren't)
read the forums and basicly did all the leg work i can think of but still no dice.

the ver no. is 0.4.7 installed from the one line install forum on ubuntu linux disto 12.04 LTS

even when deleteing the default texture path = /home/danny/minetest/textures minetest sill used default textures. perhapps, this is not the default texture path?

any info or step by step would be greatly appreciated, and thank-you in advance

Did you unpack the textures directly in `textures/', or created a sub-directory for the pack?

Texture paths should be sub-directories of `<minetest>/textures'. As an example, I have HDX 64px as `minetest/textures/hdx-64', MineToon as `minetest/textures/MineToon', etc. If you install packs that way, you can change textures on-the-fly from the main menu ("Texture Packs" tab).
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

Tarlung
New member
 
Posts: 4
Joined: Fri Oct 25, 2013 02:42

by Tarlung » Sat Oct 26, 2013 04:35

kaeza wrote:
Tarlung wrote:i am also having a difficult time installing texture packs, i have searched the web but get the same install instructions that don't work.

i've tried editing the .conf removing the # and placing the correct path file. i've also tried deletiing the texure <dir> and copying over it. i'ev looked at youtube videos, read all the readme files that looked like they might be related (also read some that weren't)
read the forums and basicly did all the leg work i can think of but still no dice.

the ver no. is 0.4.7 installed from the one line install forum on ubuntu linux disto 12.04 LTS

even when deleteing the default texture path = /home/danny/minetest/textures minetest sill used default textures. perhapps, this is not the default texture path?

any info or step by step would be greatly appreciated, and thank-you in advance

Did you unpack the textures directly in `textures/', or created a sub-directory for the pack?

Texture paths should be sub-directories of `<minetest>/textures'. As an example, I have HDX 64px as `minetest/textures/hdx-64', MineToon as `minetest/textures/MineToon', etc. If you install packs that way, you can change textures on-the-fly from the main menu ("Texture Packs" tab).


i did unpack and place them in sub <dir>
here's my texture path: texture_path = /home/danny/minetest/textures/sortex-minetest-04

and my .confg texture_path = /home/danny/minetest/textures/sortex-minetest-04 still no joy checked the mod tabs and the texture.
also tried reinstalling minetest, again.
im just doomed to vinilla textures i guess.
thanks for the reply though
Last edited by Tarlung on Sat Oct 26, 2013 04:43, edited 1 time in total.
 


Return to Minetest Texture Packs

Who is online

Users browsing this forum: No registered users and 7 guests

cron