Difference between revisions of "Texture Packs"

From Minetest Wiki
Jump to navigation Jump to search
(→‎Texture Pack Creation: Add info from "Creating texture packs")
Line 20: Line 20:
  
 
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.  
 
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.  
#Locate the default textures (see [[Installing Texture Packs|here]] if you are unsure of where these files are).
+
# Locate the default textures (see [http://github.com/minetest/minetest_game here]).
#Use your preferred image editing program ([http://gimp.org Gimp] and [http://paint.net Paint.NET] are free and work well) and edit each PNG file as desired.  
+
# Create a new folder to hold your new texture pack.
#Save the file as 32 bit as to preserve transparency.
+
# Use your preferred image editing program ([http://gimp.org Gimp] and [http://paint.net Paint.NET] are free 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.
##If you want to distribute this texture pack for others to use, create a zip file with the same file structure that is used by default.
+
# The textures may be any size, but square images whose size is a power of 2 (16x16, 32x32, 64x64, 128x128, etc) are preferred.
 
+
# Compress the folder (not only the files inside) in a ZIP archive and upload it ([http://mediafire.com Mediafire] and [http://dropbox.com Dropbox] are popular choices), and post your announcement in the [https://forum.minetest.net/viewforum.php?id=4 Texture Packs forum].
For more information, see [[Creating texture packs]].
 
  
 
== Notable Texture Packs ==
 
== Notable Texture Packs ==
 
*'''[[Texture_Packs/Cisoun|Cisoun]]'s''' - This makes up the majority of the default textures.
 
*'''[[Texture_Packs/Cisoun|Cisoun]]'s''' - This makes up the majority of the default textures.

Revision as of 00:23, 17 September 2013

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, but the /textures/all/ folder was added in 0.4.dev-20120408.

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 it (with a program such as 7-Zip) to your Minetest directory with any folder name.
  3. Open your minetest.conf file in a text editor and add the line texture_path = ../path/to/textures, replacing ../path/to/textures with the actual path to the new textures.
  4. Save minetest.conf and run Minetest, the new texture pack will now be applied.

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

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 (see here).
  2. Create a new folder to hold your new texture pack.
  3. Use your preferred image editing program (Gimp and Paint.NET are free 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 size is a power of 2 (16x16, 32x32, 64x64, 128x128, 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.