Hallo, ich möchte mir gerade in einen Citaro Facelift Ü auf Basis der Morphi V2 und dem Citaro Ü die BROSE Matrix einbauen. Diese hat das Feature, dass es an der Seite eine Matrix mit getrennter und zusammenhängender Linie und Ziel nutzen kann. Dabei habe ich mir ein kleines Script erstellt, dass je nach BROSE Matrix-Setvar die getrennte und zusammenhängende Matrix einbendet. Dieses basiert auf den Scripts aus diesem Thread:
Ich habe mir ein Fahrplanobjekt gemodded, hier der Eintrag:
(Quelltext, 28 Zeilen)
Der Fahrplan soll nicht erscheinen (bei angenommenem Fahrplan), wenn folgende setvar in der cti aktiv ist:
(Quelltext, 3 Zeilen)
Wenn sie nicht aktiv ist, soll er allerdings normal erscheinen.
Jetzt die Frage: geht das mit diesem Eintrag (oberer Code)?
Hier ist es:
{macro:matrixscript_kleingross}
(L.L.Matrix_Type_Seite) 3 =
(L.L.Matrix_Type_Seite) 4 =
(L.L.Matrix_Type_Seite) 5 =
(L.L.Matrix_Type_Seite) 9 =
(L.L.Matrix_Type_Seite) 10 =
(L.L.Matrix_Type_Seite) 11 = ||
{if}
1 (S.L.matrix_linie_ziel_zusammen)
{else}
0 (S.L.matrix_linie_ziel_zusammen)
{endif}
{end}
Alles anzeigen
So wie ich es verstehe, prüft es, ob Matrix_Type_Seite den Wert 3, 4, 5, 9, 10 oder 11 annimmt. Dies sind die Werte, bei denen die BROSE Matrix eine Kombinierte anzeige an der Seite hat. Dadurch wird matrix_linie_ziel_zusammen bei Übereinstimmung auf 1, gesetzt, sonst ist diese Variable 0.
Mit dieser Variable werden folgende visible-Einträge gesteuert:
für den Wagenkasten:
[mesh]
12m_UE\wagenkasten.o3d
[visible]
matrix_linie_ziel_zusammen
0
und
[mesh]
12m_UE\wagenkasten_kleine_Anzeige.o3d
[visible]
matrix_linie_ziel_zusammen
1
[viewpoint]
0
[illumination_interior]
-1
-1
-1
-1
Alles anzeigen
für die Scheibe von der Matrix:
[mesh]
12m_UE\Fenster_ext_grosse_Anzeige.o3d
[visible]
matrix_linie_ziel_zusammen
0
und
[mesh]
12m_UE\Fenster_ext_kleine_Anzeige.o3d
[visible]
matrix_linie_ziel_zusammen
1
Alles anzeigen
Das ganze ist auch in der Busdatei hinterlegt:
[script]
26
script\O530_main.osc
script\collision.osc
script\cockpit.osc
script\ZF-Eco.osc
script\engine.osc
script\elec.osc
script\bremse.osc
script\auspuff.osc
script\lights.osc
script\door_2D.osc
script\wiper.osc
script\klappern.osc
script\forcefeedback.osc
script\rain.osc
script\dirt.osc
script\sound_volume.osc
script\heizung.osc
script\VMatrix\matrix.osc
script\wimpel.osc
script\summer.osc
script\spray.osc
script\cashdesk.osc
script\VDV.osc
script\Faremaster\Faremaster.osc
script\DTCO.osc
script\matrixscript_kleingross.osc
Alles anzeigen
Und unter init in der main.osc
{init}
(M.L.engine_Init)
(M.L.Antrieb_Init)
(M.L.Elec_Init)
(M.L.Door_Init)
(M.L.wiper_init)
(M.L.lights_init)
(M.L.bremse_init)
(M.L.cockpit_init)
(M.L.heizung_init)
(M.L.Matrix_init)
(M.L.Collision_Init)
(M.L.VDV_init)
(M.L.IBIS_init)
(M.L.ticketprinter_init)
(M.L.DTCO_init)
(M.L.matrixscript_kleingross)
{end}
Alles anzeigen
Ich wollte das ganze testen, indem ich für die Werte 0-11 je ein kleines "test" Repaint erstellt habe, wo die einzige Setvar jeweils Matrix_Type_Seite ist. Hier die cti:
***************************************
test0
***************************************
[item]
test0
repaint_body
White\Citaro_2d.tga
[item]
test0
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
0
***************************************
test1
***************************************
[item]
test1
repaint_body
White\Citaro_2d.tga
[item]
test1
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
1
***************************************
test2
***************************************
[item]
test2
repaint_body
White\Citaro_2d.tga
[item]
test2
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
2
***************************************
test3
***************************************
[item]
test3
repaint_body
White\Citaro_2d.tga
[item]
test3
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
3
***************************************
test4
***************************************
[item]
test4
repaint_body
White\Citaro_2d.tga
[item]
test4
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
4
***************************************
test5
***************************************
[item]
test5
repaint_body
White\Citaro_2d.tga
[item]
test5
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
5
***************************************
test6
***************************************
[item]
test6
repaint_body
White\Citaro_2d.tga
[item]
test6
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
6
***************************************
test7
***************************************
[item]
test7
repaint_body
White\Citaro_2d.tga
[item]
test7
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
7
***************************************
test8
***************************************
[item]
test8
repaint_body
White\Citaro_2d.tga
[item]
test8
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
8
***************************************
test9
***************************************
[item]
test9
repaint_body
White\Citaro_2d.tga
[item]
test9
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
9
***************************************
test10
***************************************
[item]
test10
repaint_body
White\Citaro_2d.tga
[item]
test10
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
10
***************************************
test11
***************************************
[item]
test11
repaint_body
White\Citaro_2d.tga
[item]
test11
repaint_poruch
White\Innen.tga
[setvar]
Matrix_Type_Seite
11
Alles anzeigen
Die alte Matrix ist noch drinnen. Fürs erste will ich nur die nur testen, ob das "kleine" Matrixfenster bei den entsprechenden Werten angezeigt wird. Dazu habe ich den Bus 3 mal gespawnt, einmal mit dem repaint "test4", einmal mit "test0" und einmal mit "test11". Erwartet habe ich, dass beim eersten und dritten Test das schmale Matrixfenster zu sehen ist, bei dem zweiten Test das zweiteilige. Dies war jedoch nicht der Fall, denn bei allen Versuchen sah es so aus:
Ja, ich weiß, da fehlt noch was an der Tür, das Problem konnte ich jedoch identifizieren. In der Logfile war auch nichts unerwartetes, ich füg sie hier aber noch mal an.
====================
Start logging
====================
Date: 13.02.2025
Time: 21:03:57
Version: 2.3.004
0 21:03:57 - - Information: OMSI is working in fullscreen mode
1 21:03:59 - - Information: TIR - looking for DLL path...
2 21:03:59 - - Information: TIR - DLL path not found - TIR disabled [0]
3 21:05:19 - - Information: Options dialog created
4 21:05:19 - - Information: Weather dialog created
5 21:05:19 - - Information: Profiles dialog created
6 21:05:19 - - Information: Time table running dialog created
7 21:05:19 - - Information: Start dialog created
8 21:05:19 - - Information: Menu 2 created
9 21:05:19 - - Information: Menu 3 created
10 21:05:20 - - Information: Tut dialog created
11 21:05:20 - - Information: Menu pos set
12 21:05:20 - - Information: Bro initialized
13 21:05:20 - - Information: Human engine initialized
14 21:05:20 - - Information: Forms set
15 21:05:20 - - Information: Captions set
16 21:05:20 - - Information: Screen ration set
17 21:05:20 - - Information: Init3D: BackBufferFormat = 22
18 21:05:20 - - Information: Init3D: Hardware vertex processing
19 21:05:20 - - Information: Init3D: Max iso = 16
20 21:05:20 - - Information: Init3D: Hal active
21 21:05:20 - - Information: Creating 3D device procedure finished
22 21:05:20 - - Information: 3D initialized
23 21:05:20 - - Information: Direct sound initialized
24 21:05:20 - - Information: Create main manager...
25 21:05:20 - - Information: Veh array created
26 21:05:20 - - Information: CS initialized
27 21:05:20 - - Information: Station manager created
28 21:05:20 - - Information: OBB created
29 21:05:20 - - Information: Tex managers created
30 21:05:20 - - Information: Tex manager started
31 21:05:20 - - Information: Tutorial manager created
32 21:05:20 - - Information: Material manager created
33 21:05:20 - - Information: Scenery object manager created
34 21:05:20 - - Information: Human manager created
35 21:05:20 - - Information: RV type manager created
36 21:05:20 - - Information: RV lists created
37 21:05:20 - - Information: Spline manager created
38 21:05:20 - - Information: Time table manager created
39 21:05:20 - - Information: Currency manager created
40 21:05:20 - - Warning: Did not find texture file "30er_reihensiedlung01.bmp"!
41 21:05:20 - - Warning: Did not find texture file "SD_Rad_v.bmp"!
42 21:05:20 - - Warning: Did not find texture file "reifen.bmp"!
43 21:05:20 - - Information: Visual helpers created
44 21:05:20 - - Information: Audio Mixer erstellen...
45 21:05:20 - - Information: ---
46 21:05:20 - - Information: Download Internet Textures...
47 21:05:20 - - Information: Problem while getting file http://arnej-productions.de/OMSIiTex/TFT_Werbung_1.tga
48 21:05:20 - - Information: Problem while getting file http://arnej-productions.de/OMSIiTex/TFT_Werbung_2.tga
49 21:05:20 - - Information: Problem while getting file http://arnej-productions.de/OMSIiTex/TFT_Werbung_3.tga
50 21:05:20 - - Information: Problem while getting file http://arnej-productions.de/OMSIiTex/TFT_Werbung_4.tga
51 21:05:20 - - Information: Problem while getting file http://arnej-productions.de/OMSIiTex/TFT_Werbung_5.tga
52 21:05:20 - - Information: Problem while getting file http://arnej-productions.de/OMSIiTex/TFT_Werbung_6.tga
53 21:05:20 - - Information: Problem while getting file http://arnej-productions.de/OMSIiTex/TFT_Werbung_7.tga
54 21:05:20 - - Information: Problem while getting file http://arnej-productions.de/OMSIiTex/TFT_Werbung_8.tga
55 21:05:20 - - Information: Problem while getting file http://arnej-productions.de/OMSIiTex/TFT_Werbung_9.tga
56 21:05:20 - - Information: Problem while getting file http://arnej-productions.de/OMSIiTex/TFT_Werbung_10.tga
57 21:05:20 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/1.jpg
58 21:05:20 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/2.jpg
59 21:05:20 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/3.jpg
60 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/4.jpg
61 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/5.jpg
62 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/6.jpg
63 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/7.jpg
64 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/8.jpg
65 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/9.jpg
66 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/10.jpg
67 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/atron_meldungen.jpg
68 21:05:21 - - Information: Problem while getting file http://omsi.freyfurt.de/Werbung/werbetafel_gr1_V1.1.jpg
69 21:05:21 - - Information: Problem while getting file http://omsi.freyfurt.de/Werbung/werbetafel_gr1_V1.2.jpg
70 21:05:21 - - Information: Problem while getting file http://omsi.freyfurt.de/Werbung/werbetafel_gr1_V1.3.jpg
71 21:05:21 - - Information: Problem while getting file http://omsi.freyfurt.de/Tankstelle/tank_2.dds
72 21:05:21 - - Information: Problem while getting file http://omsi.freyfurt.de/Freyfurt/picture.201107.jpg
73 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/1.jpg
74 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/2.jpg
75 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/3.jpg
76 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/4.jpg
77 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/5.jpg
78 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/6.jpg
79 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/7.jpg
80 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/8.jpg
81 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/9.jpg
82 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/10.jpg
83 21:05:21 - - Information: Problem while getting file http://projekt-gladbeck.de/inbus_img/BOG_Bild.jpg
84 21:05:22 - - Information: Input Manager erstellen...
85 21:05:22 - - Information: Tastaturbefehle laden...
86 21:05:22 - - Information: Game Controller laden...
87 21:05:22 - - Information: Progman initialisieren...
88 21:05:22 - - Information: Partikelvertices initialisieren...
89 21:05:22 - - Information: Lichtquellen initialisieren...
90 21:05:22 - - Information: System-Scriptvariablen initialisieren...
91 21:05:22 - - Information: Redline initialisieren...
92 21:05:22 - - Information: Traffic Path Manager initialisieren...
93 21:05:22 - - Information: Plugins initialisieren...
94 21:05:22 - - Warning: Loading plugin plugins\OmniNavigationDll.dll: procedure "AccessVariable" not found!
95 21:05:22 - - Warning: Loading plugin plugins\OmniNavigationDll.dll: procedure "AccessTrigger" not found!
96 21:05:22 - - Warning: Loading plugin plugins\OmniNavigationDll.dll: procedure "AccessSystemVariable" not found!
97 21:05:22 - - Information: Spline-Helper initialisieren...
98 21:05:22 - - Warning: Did not find texture file "path_car_1.bmp"!
99 21:05:39 - - Information: Loading Situation maps\Testmap\laststn.osn...
100 21:05:40 - - Information: Date: 1990 1005, Time: 142122
101 21:05:40 - - Information: Load maps\Testmap\global.cfg map...
102 21:05:40 - - Information: Load Cloud and Snowfall objects...
103 21:05:40 - - Warning: Did not find texture file "texture.tga"!
104 21:05:40 - - Warning: Did not find texture file "Snow_1.bmp.001"!
105 21:05:40 - - Information: Load Precip. Part. System...
106 21:05:40 - - Information: Load Precip. Sound...
107 21:05:40 - - Information: Sound erstellen...
108 21:05:40 - - Information: Sound laden...
109 21:05:40 - - Information: Set Weather System vars...
110 21:05:40 - - Information: Sky and Weather created
111 21:05:40 - - Information: Date: 1990 1005, Time: 142122
112 21:05:51 - - Information: Fonts initialized
113 21:05:51 - - Information: Map created
114 21:05:51 - - Information: Map Global File loaded
115 21:05:51 - - Information: Registrations loaded
116 21:05:51 - - Information: Parked Cars loaded
117 21:05:51 - - Information: Map AILists loaded
118 21:05:51 - - Information: New Centerkachel set
119 21:05:51 - - Information: VarParents loaded
120 21:05:51 - - Information: Special Objects refreshed
121 21:05:51 - - Information: Object and Spline Matrices refreshed
122 21:05:51 - - Information: Map loaded
123 21:05:51 - - Information: Humans created
124 21:05:51 - - Information: Editor refreshed
125 21:05:51 - - Warning: Cloudtype "-1" could not be found!
126 21:05:51 - - Information: Weather loaded
127 21:05:51 - - Information: Map camera loaded
128 21:05:51 - - Information: maps\Testmap\global.cfg map loaded!
129 21:05:52 - - Information: Refresh Tile: 0, maps\Testmap\tile_0_0.map ...
130 21:05:58 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530_FL_2doors_Schnellbus.cfg: texture filename 06.png not found in mesh file vehicles\MB_O530_Facelift\model\Dashboard\VDV\Panel.o3d!
131 21:05:59 - - Warning: Did not find texture file "Main.dds"!
132 21:05:59 - - Warning: Did not find texture file "DisplayText.tga"!
133 21:05:59 - - Warning: Did not find texture file "DisplayText.tga"!
134 21:05:59 - - Warning: Did not find texture file "DisplayText.tga"!
135 21:05:59 - - Warning: Did not find texture file "DisplayText.tga"!
136 21:05:59 - - Warning: Did not find texture file "DisplayText.tga"!
137 21:05:59 - - Warning: Did not find texture file "DisplayText.tga"!
138 21:05:59 - - Warning: Did not find texture file "DisplayText.tga"!
139 21:05:59 - - Warning: Did not find texture file "DisplayText.tga"!
140 21:05:59 - - Warning: Did not find texture file "DisplayText.tga"!
141 21:05:59 - - Warning: Did not find texture file "DisplayText.tga"!
142 21:05:59 - - Warning: Did not find texture file "Main.dds"!
143 21:05:59 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530_FL_2doors_Schnellbus.cfg: texture filename fenster_tint.tga not found in mesh file vehicles\MB_O530_Facelift\model\12m_UE\Fenster_ext.o3d!
144 21:06:15 - - Information: Date: 1990 1005, Time: 142122
145 21:06:15 - - Warning: Cloudtype "-1" could not be found!
146 21:06:15 - - Information: Date: 1990 1005, Time: 142122
147 21:06:18 - - Information: Traffic loaded
148 21:06:18 - - Information: Reset Passengers...
149 21:06:18 - - Information: Initialize Scheduled AI...
150 21:06:18 - - Information: Refresh All Vehicle Indices...
151 21:06:18 - - Information: Date: 1990 1005, Time: 142122
152 21:06:18 - - Information: Reset Passengers...
153 21:06:18 - - Information: Initialize Scheduled AI...
154 21:06:18 - - Information: Refresh All Vehicle Indices...
155 21:06:18 - - Warning: Direct3D-Device lost!
156 21:06:18 - - Information: Direct3D-Device resetted!
157 21:06:18 - - Information: Reset State Matrices...
158 21:06:18 - - Information: Start Tex Thread...
159 21:06:18 - - Information: Init Red Line...
160 21:06:18 - - Information: Set Initial Render States...
161 21:06:19 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_rausch.wav does not exist!
162 21:06:19 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_Motor@592.wav does not exist!
163 21:06:20 - - Information: Menu pos set
164 21:06:22 - - Information: Menu pos set
165 21:06:23 - - Information: Init3D: BackBufferFormat = 22
166 21:06:23 - - Information: Init3D: Hardware vertex processing
167 21:06:23 - - Information: Init3D: Max iso = 16
168 21:06:23 - - Information: Init3D: Hal active
169 21:06:23 - - Information: Creating 3D device procedure finished
170 21:06:24 - - Warning: File vehicles\Ikarus_256.50\model\Model_615.cfg: texture filename Spiegel_Gefroren.png not found in mesh file vehicles\Ikarus_256.50\model\Tukor_paras.o3d!
171 21:07:02 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530_FL_2doors_Schnellbus.cfg: texture filename 06.png not found in mesh file vehicles\MB_O530_Facelift\model\Dashboard\VDV\Panel.o3d!
172 21:07:03 - - Warning: Did not find texture file "Main.dds"!
173 21:07:03 - - Warning: Did not find texture file "DisplayText.tga"!
174 21:07:03 - - Warning: Did not find texture file "DisplayText.tga"!
175 21:07:03 - - Warning: Did not find texture file "DisplayText.tga"!
176 21:07:03 - - Warning: Did not find texture file "DisplayText.tga"!
177 21:07:03 - - Warning: Did not find texture file "DisplayText.tga"!
178 21:07:03 - - Warning: Did not find texture file "DisplayText.tga"!
179 21:07:03 - - Warning: Did not find texture file "DisplayText.tga"!
180 21:07:03 - - Warning: Did not find texture file "DisplayText.tga"!
181 21:07:03 - - Warning: Did not find texture file "DisplayText.tga"!
182 21:07:03 - - Warning: Did not find texture file "DisplayText.tga"!
183 21:07:03 - - Warning: Did not find texture file "Main.dds"!
184 21:07:03 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530_FL_2doors_Schnellbus.cfg: texture filename fenster_tint.tga not found in mesh file vehicles\MB_O530_Facelift\model\12m_UE\Fenster_ext.o3d!
185 21:07:13 - - Information: Menu pos set
186 21:07:13 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_rausch.wav does not exist!
187 21:07:13 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_Motor@592.wav does not exist!
188 21:08:38 - - Information: Menu pos set
189 21:08:39 - - Information: Init3D: BackBufferFormat = 22
190 21:08:39 - - Information: Init3D: Hardware vertex processing
191 21:08:39 - - Information: Init3D: Max iso = 16
192 21:08:39 - - Information: Init3D: Hal active
193 21:08:39 - - Information: Creating 3D device procedure finished
194 21:08:41 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530_FL_2doors_Schnellbus.cfg: texture filename 06.png not found in mesh file vehicles\MB_O530_Facelift\model\Dashboard\VDV\Panel.o3d!
195 21:08:42 - - Warning: Did not find texture file "Main.dds"!
196 21:08:42 - - Warning: Did not find texture file "DisplayText.tga"!
197 21:08:42 - - Warning: Did not find texture file "DisplayText.tga"!
198 21:08:42 - - Warning: Did not find texture file "DisplayText.tga"!
199 21:08:42 - - Warning: Did not find texture file "DisplayText.tga"!
200 21:08:42 - - Warning: Did not find texture file "DisplayText.tga"!
201 21:08:42 - - Warning: Did not find texture file "DisplayText.tga"!
202 21:08:42 - - Warning: Did not find texture file "DisplayText.tga"!
203 21:08:42 - - Warning: Did not find texture file "DisplayText.tga"!
204 21:08:42 - - Warning: Did not find texture file "DisplayText.tga"!
205 21:08:42 - - Warning: Did not find texture file "DisplayText.tga"!
206 21:08:42 - - Warning: Did not find texture file "Main.dds"!
207 21:08:43 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530_FL_2doors_Schnellbus.cfg: texture filename fenster_tint.tga not found in mesh file vehicles\MB_O530_Facelift\model\12m_UE\Fenster_ext.o3d!
208 21:08:50 - - Information: Menu pos set
209 21:08:50 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_rausch.wav does not exist!
210 21:08:50 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_Motor@592.wav does not exist!
211 21:08:56 - - Information: Menu pos set
212 21:08:56 - - Information: Init3D: BackBufferFormat = 22
213 21:08:56 - - Information: Init3D: Hardware vertex processing
214 21:08:56 - - Information: Init3D: Max iso = 16
215 21:08:56 - - Information: Init3D: Hal active
216 21:08:56 - - Information: Creating 3D device procedure finished
217 21:08:59 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530_FL_2doors_Schnellbus.cfg: texture filename 06.png not found in mesh file vehicles\MB_O530_Facelift\model\Dashboard\VDV\Panel.o3d!
218 21:09:00 - - Warning: Did not find texture file "Main.dds"!
219 21:09:00 - - Warning: Did not find texture file "DisplayText.tga"!
220 21:09:00 - - Warning: Did not find texture file "DisplayText.tga"!
221 21:09:00 - - Warning: Did not find texture file "DisplayText.tga"!
222 21:09:00 - - Warning: Did not find texture file "DisplayText.tga"!
223 21:09:00 - - Warning: Did not find texture file "DisplayText.tga"!
224 21:09:00 - - Warning: Did not find texture file "DisplayText.tga"!
225 21:09:00 - - Warning: Did not find texture file "DisplayText.tga"!
226 21:09:00 - - Warning: Did not find texture file "DisplayText.tga"!
227 21:09:00 - - Warning: Did not find texture file "DisplayText.tga"!
228 21:09:00 - - Warning: Did not find texture file "DisplayText.tga"!
229 21:09:00 - - Warning: Did not find texture file "Main.dds"!
230 21:09:00 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530_FL_2doors_Schnellbus.cfg: texture filename fenster_tint.tga not found in mesh file vehicles\MB_O530_Facelift\model\12m_UE\Fenster_ext.o3d!
231 21:09:08 - - Information: Menu pos set
232 21:09:08 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_rausch.wav does not exist!
233 21:09:08 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_Motor@592.wav does not exist!
234 21:09:14 - - Information: Deativating TIR...
235 21:09:14 - - Information: TIR was not available
236 21:09:14 - - Information: Closing actual map...
237 21:09:14 - - Information: Actual map closed!
238 21:09:25 - - Information: OMSI is closing...
Alles anzeigen
Hat hier jemand eine Idee, was ich falsch mache?