Tutorials for Artists

From Iris2

Jump to: navigation, search
(How to import an existing Model in Blender?)
 
Line 1: Line 1:
-
=How to find a Texture or a Model=
 
-
 
-
If there is a texture of a tile or a model which u don't like. So there is a possibility to find it in your "Iris 2" folder in order to redesign it. So just follow the steps listed below. '''But remember this is only for tiles and models which are only having one texture.'''
 
-
 
-
1. 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.
 
-
 
-
<gallery>Image:screen1.jpg</gallery>
 
-
 
-
2. Now open the [http://ghoulsblade.schattenkind.net/iris/irisarttool/irismodels.php Iris 2 Art Tool], a nice tool showing you the original 2d-realization of "Ultima Online" in contrast to the "Iris 2"-realization in 3d.
 
-
3. Just type the ID into the input mask of the search engine.
 
-
 
-
<gallery>Image:screen2.jpg</gallery>
 
-
 
-
4. Then you will see there it is our ugly tile and remember the mdl number. In our case "mdl_000008".
 
-
 
-
<gallery>Image:screen3.jpg</gallery>
 
-
 
-
5. Go into the folder data/models/models of "Iris 2" and look for "mdl_000008.mesh" and open it with a simple text editor. It is important to remember the "tex_xx" number.
 
-
 
-
<gallery>Image:screen4.jpg</gallery>
 
-
 
-
6. 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.
 
-
 
-
<gallery>Image:screen_5.jpg</gallery>
 
-
 
-
==I can't find the Model in my Models Folder ==
 
-
 
-
1. 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.
 
-
2. As an example I take "mdl_000128" which cannot be found in the models folder. Now type into the input mask "gArtFilter[128]"
 
-
3. "maptoid=132" indicates that the mdl-number is mdl_000132.
 
-
 
-
<gallery>Image:screen_6.jpg</gallery>
 
-
 
-
=How make a seemless or tileable Texture?=
 
-
 
-
=How to import an existing Model in Blender?=
 
-
 
-
OgreXmlComverter
 
-
 
-
# First of all download the [http://www.ogre3d.org/tikiwiki/OgreXmlConverter OgreXMLConverter] and put them in one folder.
 
-
# Just drop the mesh-file which you want to convert on the OgreXMLConverter.exe and get it done. However you have to look for the XML in the folder where the original file is.
 
-
 
-
Blenderimport
 
-
 
-
#So now download [http://www.ogre3d.org/tikiwiki/BlenderImport Blender Import for XML]
 
-
#Just copy the script into your .blender/scripts directory and restart blender. You should now have the option to import ogre meshes under File->Import.
 
-
#Additionally your Blender should only be of version 2.49b. You can also have both versions installed.
 
-
#After the installation Blender is asking you to install Python 2.6
 
-
#The importer expects the material script(s) and all used textures to be in the
 
-
same directory as your mesh.
 
-
 
-
 
-
 
-
* IMPORT_OGREXMLCONVERTER: this is the path to your copy of the
 
-
  OgreXMLConverter, if given and valid, you can import meshes directly
 
-
  instead of converting them beforehand to mesh.xml files
 
-
 
-
Using Blender for Iris 2
 
-
 
For exporting your work
For exporting your work
http://www.ogre3d.org/tikiwiki/Blender+Exporter  
http://www.ogre3d.org/tikiwiki/Blender+Exporter  
-
 
-
For converting your Ogre-mesh into a XmL
 
-
 
-
 
-
 
-
In order to import the XmL in Blender
 
-
 
-
http://www.ogre3d.org/tikiwiki/BlenderImport
 
Nice German Tutorials
Nice German Tutorials

Current revision as of 10:15, 7 November 2011

Personal tools