Working on Building Part Textures

From Iris2

Jump to: navigation, search
(Corner Joints)
(Walls)
 
Line 36: Line 36:
[[File:Corwaliso2.jpg]]
[[File:Corwaliso2.jpg]]
-
===How to implement===
+
==Walls==
-
Go to ./lua/filter/filter.art and insert an additional file like
+
===Left-sided single Walls===
-
gArtFilter[XXXXXX]={clone_meshname="bas_corwalbgZZ.mesh",override_tex_0="tex_XXXXYYYZZ.png"}
+
{{art_2d|0x40de}} bas_wallefsm
 +
{{art_2d|0x40c8}} bas_wallefbg
-
[XXXXXX] equals the ID of your made tile in decimal and the "tex_bas_corwalbg.png" should have the name of your new texture like "tex_XXXXYYYZZ.png". X four letters equals the description what the texture presents. Y the material in four letters and Z the number if there are more of them. You can find more [[How to make Textures and Skins for Iris 2|here]].
+
Here are screens of the texture maps and how it will look like ingame. Also you see how they are built up.
-
==Wall==
+
[[File:wallefiso1.jpg]]
 +
[[File:wallefiso2.jpg]]
 +
 
 +
===Right-sided single Walls===
{{art_2d|0x40ed}} bas_walrigbg
{{art_2d|0x40ed}} bas_walrigbg
{{art_2d|0x40e7}} bas_walrigsm
{{art_2d|0x40e7}} bas_walrigsm
-
{{art_2d|0x40de}} bas_wallefsm
+
Here are the respective explanatory screens.
-
{{art_2d|0x40c8}} bas_wallefbg
+
-
In this case you can reuse the universal texture map and use this explanation in order to get the texture for your wall.
+
[[File:Walrigiso1.jpg]]
 +
[[File:Walrigiso2.jpg]]
-
<gallery>Image:Tex_basewall_exp.png</gallery>
+
=How to implement=
-
At last it will look like that.
+
Go to ./lua/filter/filter.art and insert an additional file like  
 +
 
 +
gArtFilter[XXXXXX]={clone_meshname="bas_corwalbgZZ.mesh",override_tex_0="tex_XXXXYYYZZ.png"}
-
<gallery>Image:Basewalliso.jpg</gallery>
+
Replace bas_corwalbgZZ.mesh just with ur mesh. [XXXXXX] equals the ID of your made tile in decimal and the "tex_bas_corwalbg.png" should have the name of your new texture like "tex_XXXXYYYZZ.png". X four letters equals the description what the texture presents. Y the material in four letters and Z the number if there are more of them. You can find more [[How to make Textures and Skins for Iris 2|here]].

Current revision as of 19:19, 11 December 2011

Personal tools