Test

From Iris2

Jump to: navigation, search
(Tutorial to find a Texture)
(Tutorial to find a Texture)
Line 5: Line 5:
#At first just open your Iris 2 and enter the game by clicking on the "Offline Mode". Walk around you will definitely find a texture which is not so amusing to your eyes. Just scrool over with your mouse and below the chatline you will see how the tile is called and what ID is has. In my case I chose the ugly wooden tile which you can see on the screen below. "Type=0x0008" would be the ID of the wooden tile.
#At first just open your Iris 2 and enter the game by clicking on the "Offline Mode". Walk around you will definitely find a texture which is not so amusing to your eyes. Just scrool over with your mouse and below the chatline you will see how the tile is called and what ID is has. In my case I chose the ugly wooden tile which you can see on the screen below. "Type=0x0008" would be the ID of the wooden tile.
-
SCREEN1
+
Screen1
#Now open the [http://ghoulsblade.schattenkind.net/iris/irisarttool/irismodels.php Iris Art-Tool], a nice tool showing you the original 2d-realization of "Ultima Online" in contrast to the "Iris 2"-realization in 3d.  
#Now open the [http://ghoulsblade.schattenkind.net/iris/irisarttool/irismodels.php Iris Art-Tool], a nice tool showing you the original 2d-realization of "Ultima Online" in contrast to the "Iris 2"-realization in 3d.  
Line 20: Line 20:
Screen4
Screen4
 +
#The open the file data\models\materials\textures.material geguckt. Search for your "tex_xx" and then you find the name of your texture in the data\models\textures.
-
#Man sieht zumeist eine Notiz mit "tex_xx" dies wird dann gemerkt.
+
Screen5
-
#Mit dem Editor wird in der Datei data\models\materials\textures.material geguckt. Rasch mit Hilfe von der Suchfunktion die "tex_xx"
+
-
#Rasch findet man das wie im folgenden Beispiel. Diese Textur mit dem gefunden Dateinamen findet man im Ordner data\models\textures und du kannst los legen.
+
 +
==I can't find the Model in my Models Folder ==
-
: material tex_xx : diffuse_template
+
#Beware some textures are sharing the same models. Therefore it is not reasonable to create the same amount of meshes as textures. As a result in some cases you can't find the mdl in your models folder which is shown in the Iris Art-Tool. Therefore you have to open lua\filter\filter.art.lua with your text editor, which is only showing the filter for textures.
-
: {
 
-
: set_texture_alias ambient_tex '''tex_xx.png'''
+
Dann sucht man nach der Nummer der mdl. Nehmen wir mal "mdl_000128", die nicht im Modellordner zu finden ist, indem man in der Suchmaske "gArtFilter[128]"
-
 
+
-
: set_texture_alias diffuse_tex '''tex_xx.png '''
+
-
 
+
-
: '''}'''
+
-
 
+
-
== Nein, ich finde die mesh-Datei nicht!==
+
-
 
+
-
 
+
-
Manchmal sind es immer die selben 3d-Modelle für eine gewisse Art von texturen. Man bedenke die Wände. Daher ist es schon rein aus Speichergründen nicht besonders sinnvoll für jeden Wandtip gleich eine andere Wand zu modellieren. Daher hat sich das Iris 2 Team einen Filter ausgedacht um mehrere Texturen einen Modell zu zu ordnen.
+
-
 
+
-
 
+
-
#Öffne die Datei lua\filter\filter.art.lua mit dem Texteditor. Diese Datei ist speziell für Tiles. Dann sucht man nach der Nummer der mdl. Nehmen wir mal "mdl_000128", die nicht im Modellordner zu finden ist, indem man in der Suchmaske "gArtFilter[128]"
+
#Daraufhin findet man die Zeile "gArtFilter[128]={maptoid=132}"
#Daraufhin findet man die Zeile "gArtFilter[128]={maptoid=132}"
#Mit dem maptoid=132, wissen wir das mdl_000132 genutzt wird.
#Mit dem maptoid=132, wissen wir das mdl_000132 genutzt wird.

Revision as of 22:25, 4 November 2011

Personal tools