Difference between revisions of "Texture Packs"

From Minetest Wiki
Jump to navigation Jump to search
m
(Finding texture packs)
Line 15: Line 15:
  
 
For more in depth instructions with specific version info please see the '''[[Installing Texture Packs]]''' tutorial.
 
For more in depth instructions with specific version info please see the '''[[Installing Texture Packs]]''' tutorial.
 +
 +
== Finding texture packs ==
 +
 +
Texture packs can be currently be found in several places:
 +
 +
* [http://minetest.net/texturepacks Popular texture packs] on [http://minetest.net Main page]
 +
* [http://forum.minetest.net/viewforum.php?id=11 "Texture Packs"] in the [http://forum.minetest.net Forum]
  
 
== Texture Pack Creation ==  
 
== Texture Pack Creation ==  

Revision as of 12:42, 29 March 2014

Mbox important.png This article is incomplete.
Please help expand this article to include more useful information.

What is a Texture Pack?

File:Texpack example.png
The default texture pack (left), vs MineToon (right)

A texture pack is the collection of files that are used to change the in-game textures of blocks, items, mobs and the GUI. The native resolution of Minetest's textures are 16x16 (in pixels).

All versions of Minetest support custom textures with use of the texture_path command. The /textures/all/ folder was added in 0.4.dev-20120408 (18d8e3ac). And the main menu Texture packs tab was added in 0.4.8-dev (38315341)

Installation

In any version of Minetest the easiest way to install a custom texture pack is by doing the following:

  1. Download a texture pack
  2. If it is compressed (.zip or .rar format) extract the texture pack folder (with a program such as 7-Zip) into the textures directory in your Minetest directory.
  3. Select the texture pack in the main menu Texture packs tab.

For more in depth instructions with specific version info please see the Installing Texture Packs tutorial.

Finding texture packs

Texture packs can be currently be found in several places:

Texture Pack Creation

To create a custom texture pack you must edit the default files. If you have experience with image editors then creating your own custom texture pack is incredibly straightforward.

  1. Locate the default textures.
  2. Create a new folder to hold your new texture pack.
  3. Use your preferred image editing program (GIMP and Aseprite are both free software and work well.) and create a PNG file for each texture that you want to modify. Any image editor that supports transparency (also called “alpha” or “mask”) should be OK.
  4. The textures may be any size, but square images whose edge lengths are powers of 2 (16×16, 32×32, 64×64, 128×128, etc) are preferred.
  5. Compress the folder (not only the files inside) in a ZIP archive and upload it (Mediafire and Dropbox are popular choices), and post your announcement in the Texture Packs forum.

Notable Texture Packs

  • Cisoun's - This makes up the majority of the default textures.