Hello everyone!
I wanted to know how can I apply materials and textures on blender when I create the kruger matrix on a bus that I am making? Thanks in advance.
Du bist in Begriff, OMSI WebDisk & Community zu verlassen, um auf die folgende Adresse weitergeleitet zu werden:
Bitte beachte, dass wir für den Inhalt der Zielseite nicht verantwortlich sind und unsere Datenschutzbestimmungen dort keine Anwendung finden.
Hello everyone!
I wanted to know how can I apply materials and textures on blender when I create the kruger matrix on a bus that I am making? Thanks in advance.
The easy way is using two layers in de model: one for the "off" texture and on for the "on" texture, like this:
Both textures are on seperate squares in the model. You don't have to apply special settings to the model itself, just map the textures on the model like every other texture.
Then export it and go to the model.cfg.
In the model.cfg, when entering that model, you have to add two parameters to get the scripttexture to work correctly. Those are [matl] with the corresponding file name of the "on" texture and [matl_transmap], which defines the use of a scripttexture.
It should look like this:
[mesh]
KruegerMatrix\A330_LCD.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
vmatrix_voll_LCD.dds
0
[matl_transmap]
\S:1
Alles anzeigen
"\S:1" means the scripttexture with index 1 will be used.