Working on Building Part Textures

From Iris2

Jump to: navigation, search
(How to implement)
(Walls)
 
Line 18: Line 18:
{{art_2d|0x475b}} {{art_2d|0x4758}}
{{art_2d|0x475b}} {{art_2d|0x4758}}
-
=Wall and Corner Joints=  
+
=Description of the Universal Textures=  
-
==Corner Joints==
+
Corastin created a basecornerwall mesh which will be for every cornerwall in Iris 2. Therefore an universal texture map can be used.
-
{{art_2d|0x4059}}
+
<gallery>Image:Tex_corwalbg.png</gallery>
-
Corastin created a basecornerwall.mesh which will be for every cornerwall in Iris 2. Therefore an universal texture map can be used.
+
Universal Texture Map for the following building parts
-
Here are screens of the texture maps and how it will look like ingame. Also you see in the explanatory texture map in which lines are bordering each other by having the same colors.
+
==Corner Joints==
-
===Texture Maps and Explanations===
+
{{art_2d|0x40dc}} bas_corwalsm
 +
{{art_2d|0x40c7}} bas_corwalbg
-
<gallery>Image:Tex_basecornerwall.png</gallery>
+
Here are screens of the texture maps and how it will look like ingame. Also you see how they are built up.
-
Universal Texture Map
+
[[File:Corwaliso1.jpg]]
 +
[[File:Corwaliso2.jpg]]
-
<gallery>Image:Tex_basecornerwall_exp.png</gallery>
+
==Walls==
-
Explanation of the Texture Map and same borders in specific colors
+
===Left-sided single Walls===
-
<gallery>Image:Basecornerwalliso1.jpg</gallery>
+
{{art_2d|0x40de}} bas_wallefsm
 +
{{art_2d|0x40c8}} bas_wallefbg
-
<gallery>Image:Basecornerwalliso2.jpg</gallery>
+
Here are screens of the texture maps and how it will look like ingame. Also you see how they are built up.
-
It will look like that ingame.
+
[[File:wallefiso1.jpg]]
 +
[[File:wallefiso2.jpg]]
-
===How to implement===
+
===Right-sided single Walls===
-
Go to ./lua/filter/filter.art and insert an additional file like
+
{{art_2d|0x40ed}} bas_walrigbg
 +
{{art_2d|0x40e7}} bas_walrigsm
-
gArtFilter[XXXXXX]={clone_meshname="basecornerwall.mesh",override_tex_0="tex_basecornerwall.png"}
+
Here are the respective explanatory screens.
-
[XXXXXX] equals the ID of your made tile in decimal and the "tex_basecornerwall.png" should have the name of your new texture like "tex_XXXX-YYYY-Z.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]].
+
[[File:Walrigiso1.jpg]]
 +
[[File:Walrigiso2.jpg]]
-
==Wall==
+
=How to implement=
-
{{art_2d|0x4058}}
+
Go to ./lua/filter/filter.art and insert an additional file like
-
 
+
-
In this case you can reuse the universal texture map and use this explanation in order to get the texture for your wall.
+
-
 
+
-
<gallery>Image:Tex_basewall_exp.png</gallery>
+
-
At last it will look like that.
+
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