How to install a texture pack

Locked
User avatar
celeron55
Administrator
Posts: 532
Joined: Tue Apr 19, 2011 10:10
GitHub: celeron55
IRC: celeron55

How to install a texture pack

by celeron55 » Post

Installing texture packs:

Put the texture pack folder in

Code: Select all

<minetest directory>/textures/
So that <minetest directory>/textures/ with it's contents looks like this (example packs "HDX" and "Misa"):

Code: Select all

textures/
├── HDX/
│ ├── info.txt
│ ├── screenshot.png
│ ├── default_wood.png
│ └── ...
└── Misa/
  ├── info.txt
  ├── screenshot.png
  ├── default_brick.png
  └── ...

Enabling texture packs

Select the entry in the Textures tab of the main menu.

Or

Put the textures without subfolders in any place you like, and add this configuration setting, with the proper path, in minetest.conf:

Code: Select all

texture_path = C:\path\to\texture\directory
However, keep in mind that 0.4 wants paths with the modname_ prefixes, while 0.3 cannot understand them.


More info

Some texture packs assume you will copy just everything over the original files. In such cases, you can either do that, or just copy them from the subfolders into either of the above places.
Spoiler
Minetest 0.4.8 (or later than 2013-08-04):

Put the texture pack folder in

Code: Select all

<minetest directory>/textures/
So that <minetest directory>/textures/ with it's contents looks like this (example packs "HDX" and "Misa"):

Code: Select all

textures/
├── HDX/
│ ├── info.txt
│ ├── screenshot.png
│ ├── default_wood.png
│ └── ...
└── Misa/
  ├── info.txt
  ├── screenshot.png
  ├── default_brick.png
  └── ...
Minetest 0.4.dev-20120408, 0.4.0 and later:

Put the textures without subfolders in

Code: Select all

<minetest directory>/textures/all/
So that you have them like so:

Code: Select all

<minetest directory>/textures/all/default_grass.png
<minetest directory>/textures/all/fire_basic_flame.png
For installed Linux versions, <minetest directory> is ~/.minetest

Every Minetest version

Put the textures without subfolders in any place you like, and add this configuration setting, with the proper path, in minetest.conf:

Code: Select all

texture_path = C:\path\to\texture\directory
However, keep in mind that 0.4 wants paths with the modname_ prefixes, while 0.3 cannot understand them.

More info

Some texture packs assume you will copy just everything over the original files. In such cases, you can either do that, or just copy them from the subfolders into either of the above places.
Last edited by rubenwardy on Thu Mar 22, 2018 21:36, edited 2 times in total.
Reason: remove instructions for 0.4.0-0.4.8

Locked

Who is online

Users browsing this forum: No registered users and 4 guests