Working on Ground Textures

From Iris2

Jump to: navigation, search
(Created page with '== Specifications == * Size: 256 x 256 pixel * Format: PNG * 24-bit Truecolor Images * Textures don't need an Alpha Channel == Floor Textures in Iris 2 == [http://ghoulsblade…')
(What is to be uploaded?)
Line 18: Line 18:
We introduced a new system in order to make texturing floortiles easier and making the use of textures more understandable. Therefore we implemented the mdl_basefloortile.mesh which uses the tex_basefloortile.png. You can use them to see how it looks like.  
We introduced a new system in order to make texturing floortiles easier and making the use of textures more understandable. Therefore we implemented the mdl_basefloortile.mesh which uses the tex_basefloortile.png. You can use them to see how it looks like.  
-
For instance you are working on a new texture for {{art_2d|0x71f4}} with the ID '''0x71f4'''. The you just name your texture tex_'''0x71f4'''.png to make it for other people easier to work on it and send us a text file with the following which will be put in the last line of ./lua/filter/filter.art
+
For instance you are working on a new texture for {{art_2d|0x71f4}} with the ID '''0x71f4'''. Then you just name your texture tex_'''0x71f4'''.png to make it for other people easier to work on it and send us a text file with the following which will be put in the last line of ./lua/filter/filter.art
*gArtFilter[''0x31F7'']={clone_meshname="basefloortile.mesh",override_tex_0="''tex_'''0x71f4'''.png''"}
*gArtFilter[''0x31F7'']={clone_meshname="basefloortile.mesh",override_tex_0="''tex_'''0x71f4'''.png''"}
Line 25: Line 25:
The advantage is that there is no reason anymore to give every til an own model. The implementation is easier and everyone can work on the same texture style. This is more important for more complex textures and models like walls oder arcs.
The advantage is that there is no reason anymore to give every til an own model. The implementation is easier and everyone can work on the same texture style. This is more important for more complex textures and models like walls oder arcs.
 +
 +
In addition also make a bump map giving it the name ''map_'''0x71f4'''.png''
If you want to test it on your own then just copy the texture in the ./data/custom/texture folder and just insert the additional line in ./lua/filter/filter.art. That's it.
If you want to test it on your own then just copy the texture in the ./data/custom/texture folder and just insert the additional line in ./lua/filter/filter.art. That's it.

Revision as of 18:38, 11 November 2011

Personal tools