How to install texturepacks in windows?

User avatar
Death Dealer
Member
 
Posts: 1379
Joined: Wed Feb 15, 2012 18:46

by Death Dealer » Wed Mar 14, 2012 16:39

this one is popular and i enjoy useing it occasionally,
http://c55.me/minetest/forum/viewtopic.php?id=402
Minetoons
Keep calm and code python^_^
 

allengotak
Member
 
Posts: 19
Joined: Tue Mar 13, 2012 19:38

by allengotak » Wed Mar 14, 2012 16:44

woow, perfect texture packs!!!
 

allengotak
Member
 
Posts: 19
Joined: Tue Mar 13, 2012 19:38

by allengotak » Wed Mar 14, 2012 17:21

Wo, i can sleep in minetest?
 

User avatar
Death Dealer
Member
 
Posts: 1379
Joined: Wed Feb 15, 2012 18:46

by Death Dealer » Wed Mar 14, 2012 17:29

No good idea tho but i think the commnd is like /time 7000 i could be wrong.
Last edited by Death Dealer on Wed Mar 14, 2012 17:29, edited 1 time in total.
Keep calm and code python^_^
 

allengotak
Member
 
Posts: 19
Joined: Tue Mar 13, 2012 19:38

by allengotak » Wed Mar 14, 2012 21:19

Mmm, command...
Okai, I search later, and I tell you ;)
 

User avatar
Death Dealer
Member
 
Posts: 1379
Joined: Wed Feb 15, 2012 18:46

by Death Dealer » Wed Mar 14, 2012 21:20

like push t in game and type " /time 7000 " without quotes.
Keep calm and code python^_^
 

allengotak
Member
 
Posts: 19
Joined: Tue Mar 13, 2012 19:38

by allengotak » Sun Mar 18, 2012 21:30

Yeah! The time change! Perfect!

Another question of 1000:
is there any mod to put ' trains ' so that they go for the rails?
 

User avatar
Death Dealer
Member
 
Posts: 1379
Joined: Wed Feb 15, 2012 18:46

by Death Dealer » Mon Mar 19, 2012 02:16

allengotak wrote:Yeah! The time change! Perfect!

Another question of 1000:
is there any mod to put ' trains ' so that they go for the rails?


im no sure. i dont think so, not yet anyway.
Keep calm and code python^_^
 

allengotak
Member
 
Posts: 19
Joined: Tue Mar 13, 2012 19:38

by allengotak » Mon Mar 19, 2012 09:56

Ouch, fail.
 

User avatar
RabbiBob
Member
 
Posts: 335
Joined: Sat Jan 28, 2012 22:40

by RabbiBob » Mon Mar 19, 2012 10:13

Alternatively, you can add the following, using the directory path to where your textures are, to the end of your minetest.conf file.

For example, I keep my minetoon pack in its own directory in case I want to test something out:

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
texture_path = C:\<pathtominetest>\minetoon
 

User avatar
LolManKuba
Member
 
Posts: 939
Joined: Fri Feb 10, 2012 22:36

by LolManKuba » Tue Mar 20, 2012 00:22

RabbiBob wrote:Alternatively, you can add the following, using the directory path to where your textures are, to the end of your minetest.conf file.

For example, I keep my minetoon pack in its own directory in case I want to test something out:

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
texture_path = C:\<pathtominetest>\minetoon

You told me to come here and do I put <pathtominetest> or like the folder name e.g: <pathtoduhh>\(The folder name the texture pack is in)?
 

User avatar
Death Dealer
Member
 
Posts: 1379
Joined: Wed Feb 15, 2012 18:46

by Death Dealer » Tue Mar 20, 2012 00:25

RabbiBob wrote:Alternatively, you can add the following, using the directory path to where your textures are, to the end of your minetest.conf file.

For example, I keep my minetoon pack in its own directory in case I want to test something out:

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
texture_path = C:\<pathtominetest>\minetoon

oh no need to copy textures in and out just change the directory.. thats genius, gonna save me alot of time:D
Keep calm and code python^_^
 

User avatar
RabbiBob
Member
 
Posts: 335
Joined: Sat Jan 28, 2012 22:40

by RabbiBob » Tue Mar 20, 2012 01:25

LolManKuba wrote:You told me to come here and do I put <pathtominetest> or like the folder name e.g: <pathtoduhh>\(The folder name the texture pack is in)?


You have to figure out what the directory is to your texture folder and put it in the config file.

If your textures are in c:\program files\minetest\textures\minetoon\, then the line is

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
texture_path = c:\program files\minetest\textures\minetoon\


If your textures are in c:\somereallyodddirectory\nestedseventeendirectoriesdeep\andthenplacedinaneighteenthfolder\textures\mytexturesIwanttouse\, then the line is

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
texture_path = c:\somereallyodddirectory\nestedseventeendirectoriesdeep\andthenplacedinaneighteenthfolder\textures\mytexturesIwanttouse\


It's all relative to where you have the folder.
 

User avatar
RabbiBob
Member
 
Posts: 335
Joined: Sat Jan 28, 2012 22:40

by RabbiBob » Tue Mar 20, 2012 01:26

Death Dealer wrote:oh no need to copy textures in and out just change the directory.. thats genius, gonna save me alot of time:D


Do you know the sick thing is that I couldn't get it to work properly the other way (dump the files into the directory) back when I came to Minetest a month or so ago!?
 

User avatar
Death Dealer
Member
 
Posts: 1379
Joined: Wed Feb 15, 2012 18:46

by Death Dealer » Tue Mar 20, 2012 01:32

RabbiBob wrote:
Death Dealer wrote:oh no need to copy textures in and out just change the directory.. thats genius, gonna save me alot of time:D


Do you know the sick thing is that I couldn't get it to work properly the other way (dump the files into the directory) back when I came to Minetest a month or so ago!?


its the cache folder:D client loads the cache folder before default folder. like this we cant just set the first folder for the client to load, like i said GENIUS
Last edited by Death Dealer on Tue Mar 20, 2012 01:33, edited 1 time in total.
Keep calm and code python^_^
 

Previous

Return to Minetest Texture Packs

Who is online

Users browsing this forum: No registered users and 3 guests

cron