Beiträge von Christoph22
Als Gast kannst du nur Inhalte in deiner ausgewählten Sprache sehen. Registrierte Nutzer können die Sichtbarkeit anderer Sprachen in ihrem Kontrollzentrum aktivieren, weitere Infos hier.
Alle Themen sind in den Foren mit einer Sprachflagge gekennzeichnet:
-
-
-
Mit einem anderen Objekt geht es komischer weiße. Ich brauche aber das Objekt das nicht geht
-
Jetzt kommt wieder dieser Fehler
-
Bei dem Starten im SDK Ordner kommt nur diese Fehlermeldung. Der Converter startet gar nicht.
-
Mhhh geht leider auch gar nicht
-
Muss der OmsiXConv.exe eigentlich in den OMSI Hauptordner oder in den SDK Ordner?
-
Servus,
bei mir taucht immer diese Fehlermeldung auf wenn ich eine .x Datei Convertieren will. Was mache ich falsch?
LG
-
Den Bildschirm im Gelenk kannst du per Daueranimation verschieben.
-
Oke, danke aber die jetzige Anleitung kann man dafür nicht nehmen oder ? Habe es zwar mal versucht aber dann wird keine Uhrzeit sowie darum und Linien/Ziel im Drucker nicht angezeigt.
Nein, die jetzige Anleitung ist für die "V1" vom Facelift. Allein schon wegen der Innenanzeige dürfte es nicht zu 100% funktionieren.
-
Hört sich gut an. Freue mich drauf!
-
Ok, ich habe mich jetzt etwas mehr informiert. Der einzige Unterschied, der für OMSI relevant für einen Euro-2-Citaro 3-Türer wäre, ist der Sound. Der Rest ist nur Textursache. Zumindest das, was ich bei Google, Youtube und anderen Seiten finden konnte.
Model ist auch anders
-
-
Darf ich mal was Fragen?
Ach was solls ich tue es einfach.
Sitzt ihr in Omsi eigentlich am Fahrerarbeitsplatz? Oder sitz ihr Draußen an der Stoßstange, und schaut euch die Nebelscheinwerfer an? Oder fahrt ihr in Außen Ansicht
Bedenkt bitte: Morphi hat an dem Bus. ausser dem GDH, nichts an der Textur im Außenbereich gemacht. Darüber hinaus ist der Bus Freeware, auch wenn es so aussieht das er Payware sein könnte. Das was ihr tut ist schon jammern und Beschweren auf Höchsten Niveau. Seid doch Froh das Morphi überhaupt etwas an dem Bus gemacht hat. Ich verstehe nur nicht warum bei mach andrem Paywarebus , sich nicht auf so hohen Niveau beschwert wird.
Es wird ja nur darauf hingewiesen. Warum sollte man einen Fehler nicht melden? Morphi kann auch nicht alle Fehler finden. Er kann ja dann selbst entscheiden ob er es ändert oder nicht. Wenn er aber gar nichts von dem Fehler weiß kann er ihn ach ggf. nicht fixen.
Ich stimme dir aber auch zu, das ist wirklich beschweren auf hohem Niveau.
Der Bus hat wirklich Payware Qualität.
-
Hast du eine Idee was ich falsch gemacht habe? Tarik K.
-
Um den Rätselraten mal ein Ende zu setzen: Schritt 6 wurde nicht vorgenommen:
209 00:07:44 - - Error: Fehler: im Befehl "(M.L.TFT_frame)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
210 00:07:44 - - Error: Fehler: im Befehl "(M.L.Ticketprinter_frame)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
211 00:07:44 - - Error: Fehler: im Befehl "(M.L.TFT_init)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
212 00:07:44 - - Error: Fehler: im Befehl "(M.L.Ticketprinter_init)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
Schritt 6:
Nachdem das gemacht wurde, kann die Modeldatei abgespeichert werden und geschlossen werden.
Nun öffnen wir den Script-Ordner und öffnen die W16_Main.osc Datei.
Im Bereich {init} fügen wir ganz oben folgendes ein:
(M.L.IBIS_init)
(M.L.Ticketprinter_init)
(M.L.TFT_init)
Im Bereich {frame} fügen wir ganz oben folgendes ein:
1 (S.L.Daueranimation)
(M.L.IBIS_frame)
(M.L.Ticketprinter_frame)
(M.L.TFT_frame)
Dann die Datei abspeichern.
Hier mal meine W16_Main.osc
{init}
(M.L.IBIS_init)
(M.L.Ticketprinter_init)
(M.L.TFT_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.Collision_Init)
(M.L.atron_init)
(M.L.ibis_init)
(M.L.matrix_init)
(M.L.ident-features_init)
(M.L.articulation_init)
{end}
{frame}
1 (S.L.Daueranimation)
(M.L.IBIS_frame)
(M.L.Ticketprinter_frame)
(M.L.TFT_frame)
(M.L.AI_frame)
(M.L.Engine_Frame)
(M.L.Antrieb_Frame)
(M.L.Elec_Frame)
(M.L.Door_frame)
(M.L.cockpit_frame)
(M.L.lights_frame)
(M.L.wiper_frame)
(M.L.Auspuff_Frame)
(M.L.bremse_frame)
(M.L.klappern_frame)
(M.L.FF_frame)
(M.L.rain_frame)
(M.L.dirt_frame)
(M.L.sound_volume_frame)
(M.L.cabinair_frame)
(M.L.cashdesk_frame)
(M.L.atron_frame)
(M.L.ibis_frame)
(M.L.matrix_frame)
(M.L.ident-features_frame)
(M.L.timetable_system_frame)
(M.L.collision_frame)
(M.L.articulation_frame)
(M.L.spray_frame)
{end}
'----------------------------------
'Crash:
{trigger:collision}
(M.L.Collision_Trigger)
{end}
'----------------------------------
'malfunction reset:
{trigger:malfunction_reset}
1.0 (S.L.elec_V_battery)
(M.L.Collision_Malfunction_Reset)
{end}
-
Natürlich, Schritt 8 ist der, der bei dir laut der Logfiley fehlt.
Den Schritt habe ich aber gemacht.
Um den Rätselraten mal ein Ende zu setzen: Schritt 6 wurde nicht vorgenommen:
209 00:07:44 - - Error: Fehler: im Befehl "(M.L.TFT_frame)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
210 00:07:44 - - Error: Fehler: im Befehl "(M.L.Ticketprinter_frame)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
211 00:07:44 - - Error: Fehler: im Befehl "(M.L.TFT_init)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
212 00:07:44 - - Error: Fehler: im Befehl "(M.L.Ticketprinter_init)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
Schritt 6:
Nachdem das gemacht wurde, kann die Modeldatei abgespeichert werden und geschlossen werden.
Nun öffnen wir den Script-Ordner und öffnen die W16_Main.osc Datei.
Im Bereich {init} fügen wir ganz oben folgendes ein:
(M.L.IBIS_init)
(M.L.Ticketprinter_init)
(M.L.TFT_init)
Im Bereich {frame} fügen wir ganz oben folgendes ein:
1 (S.L.Daueranimation)
(M.L.IBIS_frame)
(M.L.Ticketprinter_frame)
(M.L.TFT_frame)
Dann die Datei abspeichern.
Das habe ich eigentlich auch gemacht.
Ich schaue mir die Datei nochmal an.
-
Hab nochmal die Anleitung gelesen und leider nichts gefunden.
Bei dem Schritt wo was in der .Bus datei geändert werden muss steht davon nichts.
TicketBox aus dem Citaro Facelift Ü im Citaro 2 G und Citaro 2 LE aus dem Addon Wuppertal
Anleitung:
Warnhinweis:
Bitte immer BackUps vorher machen, ich hafte nicht für Schäden an euren Bussen!
Damit diese Modifikation richtig funktioniert, muss die Matrix getauscht werden.Dafür nutzt ihr bitte die Datei KruegerMatrix.odt!
Diese ReadMe ist NICHT für den Nachläufer des C2G!Für den Nachläufer bitte die Datei ReadMe_Trail.odt nutzen!
Installation:
1. Schritt:
Als allererstest müsst ihr den Ordner WSW_C2 in den Vehicles Ordner einfügen.
2. Schritt:
Zuerst öffnet ihr die Model.cfg des Busses, entweder die des C2G (Main/Vorderwagen) oder des C2 LE. Wir ersetzen den kompletten Text-Texturen Abschnitt durch das nun folgende:
###################
Text-Texturen:
###################
Wagennummer:
0
[texttexture]
number
test
256
256
0
180
180
180
Kennzeichen:
1
[texttexture]
ident
W_Kennz
236
234
1
12
12
12
Wagennr innen
2
[texttexture]
number
test
256
256
0
20
20
20
Zentraldisplay Balken Kreis 1
3
[texttexture_enh]
c2_display_menu1_leiste2
WSW_vdv_font
320
16
0
235
235
235
1
0
Zentraldisplay Balken Kreis 2
4
[texttexture_enh]
c2_display_menu1_leiste4
WSW_vdv_font
320
16
0
235
235
235
1
0
Zentraldisplay Balken Kreis 3-4
5
[texttexture_enh]
c2_display_menu1_leiste5
WSW_vdv_font
320
16
0
235
235
235
1
0
LCD-Anzeige Kilometerstand
6
[texttexture]
cp_odo_km
LCD_7-Segment
256
64
0
250
250
250
LCD-Anzeige Temperatur ext
7
[texttexture]
cockpit_temperatur_aussen
LCD_7-Segment
256
64
0
250
250
250
LCD-Anzeige Temperatur int
8
[texttexture]
cockpit_temperatur
LCD_7-Segment
256
64
0
250
250
250
9 LAWO Innenanz. 1
[texttexture_enh]
TFT_Endhaltestelle
W_HHAschedule_font
346
256
0
240
240
240
1
0
10 LAWO Innenanz. 2
[texttexture_enh]
TFT_Halt_3
W_HHAschedule_font
336
256
0
25
25
25
1
0
11 LAWO Innenanz. 3
[texttexture_enh]
TFT_Halt_2
W_HHAschedule_font
336
256
0
25
25
25
1
0
12 LAWO Innenanz. 4
[texttexture_enh]
TFT_Halt_1
W_HHAschedule_font
336
256
0
240
240
240
1
0
13
[texttexture_enh]
RouteSel_Time
DIN
200
100
0
0
0
0
1
0
14
[texttexture_enh]
RouteSel_Data
DIN
1500
180
0
0
0
0
1
0
15
[texttexture_enh]
RouteSel_Data
DIN Narrow
1500
220
0
0
0
0
1
0
16
[texttexture]
IBIS
test
256
64
0
255
255
255
17
[texttexture]
IBIS_DelayComplex
DIN
120
45
0
8
8
8
18
[texttexture]
IBIS_Date_Time
DIN Narrow
200
125
0
255
255
255
19
[texttexture_enh]
IBIS_StopList
DIN
600
550
0
255
255
255
1
0
20
[texttexture_enh]
IBIS_StopList
DIN
600
550
0
0
0
0
1
0
21
[texttexture_enh]
IBIS_DepTimes
DIN
115
550
0
255
255
255
1
0
22
[texttexture]
IBIS
test
256
65
0
0
0
0
Fahrscheindrucker
23
[texttexture]
IBIS
test
256
65
0
0
0
0
Fahrscheindrucker
24
[texttexture]
ticketprinter_display
test
256
65
0
0
0
0
25
[texttexture]
IBIS_Cockpit_Display_anmeldung
test
256
65
0
0
0
0
Schritt 3:
Dann sucht ihr nach diesem Abschnitt:
################ Innenanzeige ###
Alles darunter bis zur Klapprampe ersetzt ihr durch diesen Eintrag:
################ Innenanzeige ###
[mesh]
W16_LAWO_innenanzeige.o3d
[viewpoint]
3
[mesh]
W16_LAWO_display_2.o3d
[viewpoint]
3
[mesh]
W16_LAWO_haltew.o3d
[viewpoint]
3
[visible]
c2_display_haltewunsch
1
[mesh]
W16_LAWO_string1.o3d
[viewpoint]
3
[visible]
elec_busbar_main
1
[matl]
W_HHAschedule_font_alpha.bmp
0
[matl_alpha]
2
[useTextTexture]
9
[mesh]
W16_LAWO_string2.o3d
[viewpoint]
3
[visible]
elec_busbar_main
1
[matl]
W_HHAschedule_font_alpha.bmp
0
[matl_alpha]
2
[useTextTexture]
10
[mesh]
W16_LAWO_string3.o3d
[viewpoint]
3
[visible]
elec_busbar_main
1
[matl]
W_HHAschedule_font_alpha.bmp
0
[matl_alpha]
2
[useTextTexture]
11
[mesh]
W16_LAWO_string4.o3d
[viewpoint]
3
[visible]
elec_busbar_main
1
[matl]
W_HHAschedule_font_alpha.bmp
0
[matl_alpha]
2
[useTextTexture]
12
Schritt 4:
Dann sucht ihr nach folgendem Abschnitt:
Fahrplan und Zielcodes
Und ersetzt den Abschnitt bis über Innenspiegel durch folgendes:
#######################################
Fahrplan und Zielcodes
#######################################
[mesh]
W16_schedule.o3d
[viewpoint]
3
[matl]
Schedule.bmp
0
[matl_freetex]
Schedule.bmp
file_schedule
[mesh]
W16_zielcodes.o3d
[viewpoint]
3
[matl]
Linienlisten\Spandau_ANX.jpg
0
[matl_freetex]
Linienlisten\Spandau_ANX.jpg
linelist
Schritt 5:
Dann sucht ihr nach folgender .o3d-Datei:
W16_atron.o3d
und löscht alles bis über dem Eintrag Durchgangssperre.
Dort fügt ihr dann folgenden Eintrag ein:
################ TicketBox #########
[mesh]
IVUticketbox\Halterung.o3d
[illumination_interior]
0
1
2
3
[mesh_ident]
Ibox
[newanim]
origin_rot_x
90
anim_trans
0.025708
[newanim]
origin_rot_z
90
anim_trans
Daueranimation
0.027043
[newanim]
origin_rot_y
90
anim_trans
Daueranimation
0.0818
**************************************
Drucker: IVU.ticketbox
**************************************
[mesh]
IVUticketbox\IVU.o3d
[illumination_interior]
0
1
2
3
[animparent]
Ibox
***********************
[mesh]
IVUticketbox\IBISautoRoute.o3d
[animparent]
Ibox
[viewpoint]
3
[mouseevent]
IBIS_RouteSelect
[visible]
IBIS_SelectIndex
1
[matl]
IBISautoRoute.jpg
0
[matl_lightmap]
IBISautoRoute.jpg
elec_busbar_main
[matl]
textfeld.bmp
0
[matl_alpha]
1
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
13
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
14
[matl]
textfeld3.bmp
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
15
***********************
[mesh]
IVUticketbox\IBISAbfahrt.o3d
[animparent]
Ibox
[viewpoint]
3
[mouseevent]
IBIS_DepartureOkay
[visible]
IBIS_DepartureTime
1
[matl]
IBISAbfahrt.jpg
0
[matl_lightmap]
IBISAbfahrt.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Rot.o3d
[animparent]
Ibox
[viewpoint]
3
[visible]
Delay_State_Colour
0
[matl]
rgb.jpg
0
[matl_lightmap]
rgb.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Gruen.o3d
[animparent]
Ibox
[viewpoint]
3
[visible]
Delay_State_Colour
1
[matl]
rgb.jpg
0
[matl_lightmap]
rgb.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Blau.o3d
[animparent]
Ibox
[viewpoint]
3
[visible]
Delay_State_Colour
2
[matl]
rgb.jpg
0
[matl_lightmap]
rgb.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Verspaetung.o3d
[animparent]
Ibox
[viewpoint]
3
[visible]
elec_busbar_main
1
[matl]
ibis.jpg
0
[matl_lightmap]
ibis.jpg
elec_busbar_main
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
16
[matl]
textfeld3.bmp
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
17
[matl]
textfeld.bmp
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
18
***********************
[mesh]
IVUticketbox\IBISMonitor.o3d
[animparent]
Ibox
[viewpoint]
3
[visible]
elec_busbar_main
1
[matl]
ibis.jpg
0
[matl_lightmap]
ibis.jpg
elec_busbar_main
[matl]
textfeld.bmp
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
19
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
20
[matl]
textfeld3.bmp
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
21
***********************
[mesh]
IVUticketbox\LinieKurs.o3d
[animparent]
Ibox
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_setmode_linie_kurs
[matl]
ibis.jpg
0
[matl_lightmap]
ibis.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Ziel.o3d
[animparent]
Ibox
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_setmode_ziel
[matl]
ibis.jpg
0
[matl_lightmap]
ibis.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Route.o3d
[animparent]
Ibox
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_setmode_route
[matl]
ibis.jpg
0
[matl_lightmap]
ibis.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Ansage.o3d
[animparent]
Ibox
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_Sonderansagen
[matl]
ibis.jpg
0
[matl_lightmap]
ibis.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_vorwaerts.o3d
[animparent]
Ibox
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_vorwaerts
[matl]
ibis.jpg
0
[matl_lightmap]
ibis.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_rueckwaerts.o3d
[animparent]
Ibox
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_rueckwaerts
[matl]
ibis.jpg
0
[matl_lightmap]
ibis.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Ansage1.o3d
[animparent]
Ibox
[visible]
IBIS_SonderansagenMode
1
[mouseevent]
IBIS_Sonderansage1
[matl]
IBIS_Sonderansage.jpg
0
[matl_lightmap]
IBIS_Sonderansage.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Ansage2.o3d
[animparent]
Ibox
[visible]
IBIS_SonderansagenMode
1
[mouseevent]
IBIS_Sonderansage2
[matl]
IBIS_Sonderansage.jpg
0
[matl_lightmap]
IBIS_Sonderansage.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Ansage3.o3d
[animparent]
Ibox
[visible]
IBIS_SonderansagenMode
1
[mouseevent]
IBIS_Sonderansage3
[matl]
IBIS_Sonderansage.jpg
0
[matl_lightmap]
IBIS_Sonderansage.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Ansage4.o3d
[animparent]
Ibox
[visible]
IBIS_SonderansagenMode
1
[mouseevent]
IBIS_Sonderansage4
[matl]
IBIS_Sonderansage.jpg
0
[matl_lightmap]
IBIS_Sonderansage.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Ansage5.o3d
[animparent]
Ibox
[visible]
IBIS_SonderansagenMode
1
[mouseevent]
IBIS_Sonderansage5
[matl]
IBIS_Sonderansage.jpg
0
[matl_lightmap]
IBIS_Sonderansage.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Linie.o3d
[animparent]
Ibox
[visible]
IBIS_mode
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
[matl]
IBIS-Textfeld.tga
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
22
[matl_noZwrite]
***********************
[mesh]
IVUticketbox\IBISZiel.o3d
[animparent]
Ibox
[visible]
IBIS_mode
3
[matl]
IBISZiel.jpg
0
[matl_lightmap]
IBISZiel.jpg
elec_busbar_main
[matl]
IBIS-Textfeld.tga
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
23
[matl_noZwrite]
***********************
[mesh]
IVUticketbox\IBIS_1.o3d
[animparent]
Ibox
[viewpoint]
2
[mouseevent]
IBIS_1
[visible]
IBIS_Eingabetasten
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_2.o3d
[animparent]
Ibox
[viewpoint]
2
[mouseevent]
IBIS_2
[visible]
IBIS_Eingabetasten
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_3.o3d
[animparent]
Ibox
[viewpoint]
2
[mouseevent]
IBIS_3
[visible]
IBIS_Eingabetasten
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_4.o3d
[animparent]
Ibox
[viewpoint]
2
[mouseevent]
IBIS_4
[visible]
IBIS_Eingabetasten
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_5.o3d
[animparent]
Ibox
[viewpoint]
2
[mouseevent]
IBIS_5
[visible]
IBIS_Eingabetasten
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_6.o3d
[animparent]
Ibox
[viewpoint]
2
[mouseevent]
IBIS_6
[visible]
IBIS_Eingabetasten
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_7.o3d
[animparent]
Ibox
[viewpoint]
2
[mouseevent]
IBIS_7
[visible]
IBIS_Eingabetasten
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_8.o3d
[animparent]
Ibox
[viewpoint]
2
[mouseevent]
IBIS_8
[visible]
IBIS_Eingabetasten
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_9.o3d
[animparent]
Ibox
[viewpoint]
2
[mouseevent]
IBIS_9
[visible]
IBIS_Eingabetasten
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_0.o3d
[animparent]
Ibox
[viewpoint]
2
[mouseevent]
IBIS_0
[visible]
IBIS_Eingabetasten
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\IBIS_enter.o3d
[animparent]
Ibox
[viewpoint]
2
[mouseevent]
IBIS_eingabe
[visible]
IBIS_Eingabetasten
1
[matl]
IBISLinie.jpg
0
[matl_lightmap]
IBISLinie.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Kurs.o3d
[animparent]
Ibox
[visible]
IBIS_mode
2
[matl]
IBISRoute.jpg
0
[matl_lightmap]
IBISRoute.jpg
elec_busbar_main
[matl]
IBIS-Textfeld.tga
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
22
[matl_noZwrite]
***********************
[mesh]
IVUticketbox\IBISTicket.o3d
[animparent]
Ibox
[visible]
verkauf
1
[matl]
IBISTicket.jpg
0
[matl_lightmap]
IBISTicket.jpg
elec_busbar_main
[matl]
IBIS-Textfeld.tga
0
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
24
[matl]
IBIS-Textfeld.tga
1
[matl_alpha]
2
[matl_lightmap]
IBIS_LM.bmp
elec_busbar_main
[useTextTexture]
24
***********************
[mesh]
IVUticketbox\Drucker_enter.o3d
[animparent]
Ibox
[visible]
verkauf
1
[mouseevent]
ticketprinter_button_enter
[matl]
IBISTicket.jpg
0
[matl_lightmap]
IBISTicket.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Drucker_Ticket_0.o3d
[animparent]
Ibox
[visible]
verkauf
1
[mouseevent]
ticketprinter_button_ticket_0
[matl]
IBISTicket.jpg
0
[matl_lightmap]
IBISTicket.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Drucker_Ticket_1.o3d
[animparent]
Ibox
[visible]
verkauf
1
[mouseevent]
ticketprinter_button_ticket_1
[matl]
IBISTicket.jpg
0
[matl_lightmap]
IBISTicket.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Drucker_Ticket_2.o3d
[animparent]
Ibox
[visible]
verkauf
1
[mouseevent]
ticketprinter_button_ticket_2
[matl]
IBISTicket.jpg
0
[matl_lightmap]
IBISTicket.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Drucker_Ticket_3.o3d
[animparent]
Ibox
[visible]
verkauf
1
[mouseevent]
ticketprinter_button_ticket_3
[matl]
IBISTicket.jpg
0
[matl_lightmap]
IBISTicket.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Drucker_Ticket_4.o3d
[animparent]
Ibox
[visible]
verkauf
1
[mouseevent]
ticketprinter_button_ticket_4
[matl]
IBISTicket.jpg
0
[matl_lightmap]
IBISTicket.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Drucker_cancel.o3d
[animparent]
Ibox
[visible]
verkauf
1
[mouseevent]
ticketprinter_button_cancel
[matl]
IBISTicket.jpg
0
[matl_lightmap]
IBISTicket.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Fahrschein.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[viewpoint]
3
[mouseevent]
ticketprinter_getticket
[newanim]
origin_trans
-0.01038
5.56795
1.44987
origin_rot_y
90
anim_trans
ticketprinter_ticket_pos
0.04
***********************
[mesh]
IVUticketbox\Boot1.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[visible]
Boot
1
[matl]
IBISBoot1.jpg
0
[matl_lightmap]
IBISBoot1.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Boot2.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[visible]
Boot
2
[matl]
IBISBoot2.jpg
0
[matl_lightmap]
IBISBoot2.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Boot3.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[visible]
Boot
3
[matl]
IBISBoot3.jpg
0
[matl_lightmap]
IBISBoot3.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Boot4.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[visible]
Boot
4
[matl]
IBISBoot4.jpg
0
[matl_lightmap]
IBISBoot4.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Boot5.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[visible]
Boot
5
[matl]
IBISBoot5.jpg
0
[matl_lightmap]
IBISBoot5.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\ID.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[visible]
atron_ideingabe
1
[matl_change]
IBIS_ID_eingabe.jpg
0
elec_busbar_main
[matl_lightmap]
IBIS_ID_eingabe.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\PIN.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[visible]
atron_pineingabe
1
[matl_change]
IBIS_Pin_eingabe.jpg
0
elec_busbar_main
[matl_lightmap]
IBIS_Pin_eingabe.jpg
elec_busbar_main
***********************
[mesh]
IVUticketbox\Anmeldung_txt.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[visible]
atron_display_anmeldung
1
[matl]
textfeld.bmp
0
[useTextTexture]
25
[matl_alpha]
2
[visible]
Anzeige
1
***********************
[mesh]
IVUticketbox\abmelden.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[mouseevent]
abmelden
***********************
[mesh]
IVUticketbox\pause.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[mouseevent]
pause
***********************
[mesh]
IVUticketbox\ITCS.o3d
[animparent]
Ibox
[illumination_interior]
0
1
2
3
[mouseevent]
Taste_ITCS
[visible]
verkauf
1
***********************
[mesh]
IVUticketbox\Verkauf.o3d
[animparent]
Ibox
[mouseevent]
Printer_Taste_Verkauf
[visible]
IBIS_frei
1
[matl]
IBIS.jpg
0
[matl_lightmap]
IBIS.jpg
elec_busbar_main
Schritt 6:
Nachdem das gemacht wurde, kann die Modeldatei abgespeichert werden und geschlossen werden.
Nun öffnen wir den Script-Ordner und öffnen die W16_Main.osc Datei.
Im Bereich {init} fügen wir ganz oben folgendes ein:
(M.L.IBIS_init)
(M.L.Ticketprinter_init)
(M.L.TFT_init)
Im Bereich {frame} fügen wir ganz oben folgendes ein:
1 (S.L.Daueranimation)
(M.L.IBIS_frame)
(M.L.Ticketprinter_frame)
(M.L.TFT_frame)
Dann die Datei abspeichern.
Schritt 7:
Nun öffnet ihr die Sound_W16.cfg (beim Gelenkbus W17_main.cfg) und sucht nach atron_start.wav. Ihr löscht ab dem Eintrag alles bis über Summer Knickschutz und fügt folgendes ein:
[sound]
atron_piep.wav
1
[3d]
-0.5
5.5
1.6
0.5
[trigger]
ev_IBIS_piep
[sound]
atron_piep_fehler.wav
1
[3d]
-0.5
5.5
1.6
0.5
[trigger]
ev_Abfahrtsignal
+++++++++++++++++++++
[sound]
Sonderansagen\Sonderansage1.wav
1
[3d]
0
0
2
5
[trigger]
ev_Sonderansage1
+++++++++++++++++++++
[sound]
Sonderansagen\Sonderansage2.wav
1
[3d]
0
0
2
5
[trigger]
ev_Sonderansage2
+++++++++++++++++++++
[sound]
Sonderansagen\Sonderansage3.wav
1
[3d]
0
0
2
5
[trigger]
ev_Sonderansage3
+++++++++++++++++++++
[sound]
Sonderansagen\Sonderansage4.wav
1
[3d]
0
0
2
5
[trigger]
ev_Sonderansage4
+++++++++++++++++++++
[sound]
Sonderansagen\Sonderansage5.wav
1
[3d]
0
0
2
5
[trigger]
ev_Sonderansage5
[sound]
Ticket_Fahrkarte.wav
1
[3d]
-0.107
4.846
1.693
0.3
[trigger]
ev_ticketsale_giveticket
[sound]
atron_print.wav
1
[3d]
-0.225
5.024
1.425
0.3
[trigger]
ev_printer_printing
##############################################
[sound]
1
[3d]
0
-3
2.2
4
[trigger]
ev_IBIS_Ansagen
Dann noch abspeichern und die Datei schließen.
Schritt 8:
Dann öffnet ihr die WSW16.bus (beim Gelenkbus die WSW17_main.bus).
Bei [varnamelist] ändert ihr die Zahl oben um 3 (Bsp: Aus 20 wird 23).
Dann fügt ihr das in dem Bereich ein:
script\IVUticketbox\IBIS_varlist.txt
script\IVUticketbox\ticketprinter_varlist.txt
script\FloFix\TFT\TFT_varlist.txt
Zusätzlich sucht ihr nach
script\cashdesk_varlist.txt
und ersetzt den Eintrag durch folgenden
script\IVUticketbox\cashdesk_varlist.txt
Bei [stringvarnamelist] ändert ihr die Zahl oben um 3 (Bsp: Aus 20 wird 23).
Dann fügt ihr das in dem Bereich ein:
script\IVUticketbox\IBIS_stringvarlist.txt
script\IVUticketbox\ticketprinter_stringvarlist.txt
script\FloFix\TFT\TFT_stringvarlist.txt
Bei [script] ändert ihr die Zahl oben um 3 (Bsp: Aus 20 wird 23).
Dann fügt ihr das in dem Bereich ein:
script\IVUticketbox\Ticketprinter.osc
script\IVUticketbox\IBIS-2.osc
script\FloFix\TFT\TFT.osc
Zusätzlich sucht ihr nach
script\W16_cashdesk.osc
und ersetzt den Eintrag durch folgenden
script\IVUticketbox\cashdesk.osc
Bei [constfile] ändert ihr die Zahl oben um 2 (Bsp: Aus 20 wird 22).
Dann fügt ihr das in dem Bereich ein:
script\IVUticketbox\IBIS_constfile.txt
script\FloFix\TFT\TFT_constfile.txt
Zusätzlich sucht ihr nach
script\cashdesk_constfile.txt
und ersetzt den Eintrag durch folgenden
script\IVUticketbox\cashdesk_constfile.txt
Und abspeichern.
Schritt 8:
Dann öffnet ihr die WSW16.bus (beim Gelenkbus die WSW17_main.bus).
Bei [varnamelist] ändert ihr die Zahl oben um 3 (Bsp: Aus 20 wird 23).
Dann fügt ihr das in dem Bereich ein:
script\IVUticketbox\IBIS_varlist.txt
script\IVUticketbox\ticketprinter_varlist.txt
script\FloFix\TFT\TFT_varlist.txt
Zusätzlich sucht ihr nach
script\cashdesk_varlist.txt
und ersetzt den Eintrag durch folgenden
script\IVUticketbox\cashdesk_varlist.txt
Bei [stringvarnamelist] ändert ihr die Zahl oben um 3 (Bsp: Aus 20 wird 23).
Dann fügt ihr das in dem Bereich ein:
script\IVUticketbox\IBIS_stringvarlist.txt
script\IVUticketbox\ticketprinter_stringvarlist.txt
script\FloFix\TFT\TFT_stringvarlist.txt
Bei [script] ändert ihr die Zahl oben um 3 (Bsp: Aus 20 wird 23).
Dann fügt ihr das in dem Bereich ein:
script\IVUticketbox\Ticketprinter.osc
script\IVUticketbox\IBIS-2.osc
script\FloFix\TFT\TFT.osc
Zusätzlich sucht ihr nach
script\W16_cashdesk.osc
und ersetzt den Eintrag durch folgenden
script\IVUticketbox\cashdesk.osc
Bei [constfile] ändert ihr die Zahl oben um 2 (Bsp: Aus 20 wird 22).
Dann fügt ihr das in dem Bereich ein:
script\IVUticketbox\IBIS_constfile.txt
script\FloFix\TFT\TFT_constfile.txt
Zusätzlich sucht ihr nach
script\cashdesk_constfile.txt
und ersetzt den Eintrag durch folgenden
script\IVUticketbox\cashdesk_constfile.txt
Und abspeichern.
-
Du hast die Pfadänderungen nicht in der .bus datei geändert, also die einträge der Scripts, da will er immernoch die normalen Verwenden von was für mich ersichtlich ist.
Wie das gemacht werden muss steht in der ReadMe
Vielen Dank!
-
(Es geht um die Anleitung für den WSW C2 [G])
Moin,
irgendwie kann ich bei Linie, Route, Ziel nichts eingeben. Was hab ich falsch gemacht?
LG
====================
Start logging
====================
Date: 04.07.2020
Time: 23:19:39
Version: 2.2.032
0 23:19:39 - - Information: OMSI is working in fullscreen mode
1 23:19:46 - - Information: TIR - looking for DLL path...
2 23:19:46 - - Information: TIR - DLL path not found - TIR disabled [0]
3 23:48:13 - - Information: Options dialog created
4 23:48:13 - - Information: Weather dialog created
5 23:48:13 - - Information: Profiles dialog created
6 23:48:13 - - Information: Time table running dialog created
7 23:48:13 - - Information: Start dialog created
8 23:48:13 - - Information: Menu 2 created
9 23:48:14 - - Information: Menu 3 created
10 23:48:14 - - Information: Tut dialog created
11 23:48:14 - - Information: Menu pos set
12 23:48:14 - - Information: Bro initialized
13 23:48:14 - - Information: Human engine initialized
14 23:48:14 - - Information: Forms set
15 23:48:14 - - Information: Captions set
16 23:48:14 - - Information: Screen ration set
17 23:48:14 - - Information: Init3D: BackBufferFormat = 22
18 23:48:14 - - Information: Init3D: Hardware vertex processing
19 23:48:14 - - Information: Init3D: Max iso = 16
20 23:48:14 - - Information: Init3D: Hal active
21 23:48:15 - - Information: Creating 3D device procedure finished
22 23:48:15 - - Information: 3D initialized
23 23:48:15 - - Information: Direct sound initialized
24 23:48:15 - - Information: Create main manager...
25 23:48:15 - - Information: Veh array created
26 23:48:15 - - Information: CS initialized
27 23:48:15 - - Information: Station manager created
28 23:48:15 - - Information: OBB created
29 23:48:15 - - Information: Tex managers created
30 23:48:15 - - Information: Tex manager started
31 23:48:15 - - Information: Tutorial manager created
32 23:48:15 - - Information: Material manager created
33 23:48:15 - - Information: Scenery object manager created
34 23:48:15 - - Information: Human manager created
35 23:48:15 - - Information: RV type manager created
36 23:48:15 - - Information: RV lists created
37 23:48:15 - - Information: Spline manager created
38 23:48:15 - - Information: Time table manager created
39 23:48:15 - - Information: Currency manager created
40 23:48:15 - - Warning: Did not find texture file "30er_reihensiedlung01.bmp"!
41 23:48:15 - - Warning: Did not find texture file "SD_Rad_v.bmp"!
42 23:48:15 - - Warning: Did not find texture file "reifen.bmp"!
43 23:48:15 - - Information: Visual helpers created
44 23:48:15 - - Information: Audio Mixer erstellen...
45 23:48:15 - - Information: ---
46 23:48:15 - - Information: Download Internet Textures...
47 23:48:16 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung0.jpg
48 23:48:16 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung1.jpg
49 23:48:17 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung2.jpg
50 23:48:17 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung3.jpg
51 23:48:17 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung4.jpg
52 23:48:17 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung5.jpg
53 23:48:18 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung6.jpg
54 23:48:18 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung7.jpg
55 23:48:18 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung8.jpg
56 23:48:21 - - Information: Input Manager erstellen...
57 23:48:21 - - Information: Tastaturbefehle laden...
58 23:48:21 - - Information: Game Controller laden...
59 23:48:21 - - Information: Progman initialisieren...
60 23:48:21 - - Information: Partikelvertices initialisieren...
61 23:48:21 - - Information: Lichtquellen initialisieren...
62 23:48:21 - - Information: System-Scriptvariablen initialisieren...
63 23:48:21 - - Information: Redline initialisieren...
64 23:48:21 - - Information: Traffic Path Manager initialisieren...
65 23:48:21 - - Information: Plugins initialisieren...
66 23:48:23 - - Information: Spline-Helper initialisieren...
67 23:48:23 - - Warning: Did not find texture file "path_car_1.bmp"!
68 00:00:36 - - Information: Load maps\Bad_Huegelsdorf_2020\global.cfg map...
69 00:00:37 - - Information: Load Cloud and Snowfall objects...
70 00:00:37 - - Warning: Did not find texture file "texture.tga"!
71 00:00:37 - - Warning: Did not find texture file "Snow_1.bmp.001"!
72 00:00:37 - - Information: Load Precip. Part. System...
73 00:00:37 - - Information: Load Precip. Sound...
74 00:00:37 - - Information: Sound erstellen...
75 00:00:37 - - Information: Sound laden...
76 00:00:37 - - Information: Set Weather System vars...
77 00:00:37 - - Information: Sky and Weather created
78 00:00:37 - - Information: Date: 2020 0704, Time: 150000
79 00:01:39 - - Information: Fonts initialized
80 00:01:39 - - Information: Map created
81 00:01:42 - - Information: Map Global File loaded
82 00:01:42 - - Information: Registrations loaded
83 00:01:43 - - Information: Parked Cars loaded
84 00:01:43 - - Information: Map AILists loaded
85 00:01:43 - - Information: New Centerkachel set
86 00:01:43 - - Information: VarParents loaded
87 00:01:43 - - Information: Special Objects refreshed
88 00:01:43 - - Information: Object and Spline Matrices refreshed
89 00:02:29 - - Information: Map loaded
90 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 2 begins before previous entry ends!
91 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 4 begins before previous entry ends!
92 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 6 begins before previous entry ends!
93 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 8 begins before previous entry ends!
94 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 10 begins before previous entry ends!
95 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 12 begins before previous entry ends!
96 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 14 begins before previous entry ends!
97 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 16 begins before previous entry ends!
98 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 18 begins before previous entry ends!
99 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 20 begins before previous entry ends!
100 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 22 begins before previous entry ends!
101 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 24 begins before previous entry ends!
102 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 26 begins before previous entry ends!
103 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 28 begins before previous entry ends!
104 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 30 begins before previous entry ends!
105 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 32 begins before previous entry ends!
106 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 34 begins before previous entry ends!
107 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 36 begins before previous entry ends!
108 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 38 begins before previous entry ends!
109 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 40 begins before previous entry ends!
110 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 42 begins before previous entry ends!
111 00:02:32 - - Warning: Line "maps\Bad_Huegelsdorf_2020\TTData\Flugzeug.ttl", tour 01: Entry 44 begins before previous entry ends!
112 00:02:32 - - Information: Humans created
113 00:02:32 - - Information: Editor refreshed
114 00:02:32 - - Warning: Cloudtype "-1" could not be found!
115 00:02:32 - - Information: Weather loaded
116 00:02:32 - - Information: Map camera loaded
117 00:02:32 - - Information: maps\Bad_Huegelsdorf_2020\global.cfg map loaded!
118 00:02:35 - - Warning: Did not find texture file "text.bmp"!
119 00:02:35 - - Warning: Did not find texture file "number.bmp"!
120 00:02:35 - - Warning: Did not find texture file "number.bmp"!
121 00:02:44 - - Warning: Did not find texture file "text.bmp"!
122 00:02:44 - - Warning: Did not find texture file "text.bmp"!
123 00:02:44 - - Information: Refresh Tile: 656, maps\Bad_Huegelsdorf_2020\tile_-3_26.map ...
124 00:02:46 - - Warning: Did not find texture file "Windows.dds"!
125 00:02:48 - - Warning: Did not find texture file "Windows.dds"!
126 00:02:52 - - Information: Refresh Tile: 655, maps\Bad_Huegelsdorf_2020\tile_-2_26.map ...
127 00:02:54 - - Information: Refresh Tile: 654, maps\Bad_Huegelsdorf_2020\tile_-1_26.map ...
128 00:02:57 - - Warning: Busstop Flugzeug Flugplatz Spawn/ found no exiting path!
129 00:02:57 - - Warning: Busstop Sportflugplatz - Terminus/ found no exiting path!
130 00:02:57 - - Warning: Busstop Sportflugplatz/ found no exiting path!
131 00:02:57 - - Warning: Busstop Flugzeug Start/ found no exiting path!
132 00:02:57 - - Information: Date: 2020 0704, Time: 150000
133 00:03:25 - - Information: Traffic loaded
134 00:03:25 - - Information: Date: 2020 0704, Time: 150000
135 00:03:25 - - Information: Reset Passengers...
136 00:03:25 - - Information: Initialize Scheduled AI...
137 00:03:25 - - Information: Refresh All Vehicle Indices...
138 00:03:26 - - Warning: Direct3D-Device lost!
139 00:03:26 - - Information: Direct3D-Device resetted!
140 00:03:26 - - Information: Reset State Matrices...
141 00:03:26 - - Information: Start Tex Thread...
142 00:03:26 - - Information: Init Red Line...
143 00:03:26 - - Information: Set Initial Render States...
144 00:03:44 - - Information: Menu pos set
145 00:03:46 - - Information: Menu pos set
146 00:03:47 - - Information: Menu pos set
147 00:03:47 - - Information: Init3D: BackBufferFormat = 22
148 00:03:47 - - Information: Init3D: Hardware vertex processing
149 00:03:47 - - Information: Init3D: Max iso = 16
150 00:03:47 - - Information: Init3D: Hal active
151 00:03:47 - - Information: Creating 3D device procedure finished
152 00:03:54 - - Warning: File vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\model_S415NF.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\Setra_S415NF\vollmatrix_text_K++.o3d!
153 00:03:54 - - Warning: File vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\model_S415NF.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\Setra_S415NF\vollmatrix_text_K++.o3d!
154 00:03:54 - - Warning: File vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\model_S415NF.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\Setra_S415NF\vollmatrix_text_K++.o3d!
155 00:03:54 - - Warning: File vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\model_S415NF.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\Setra_S415NF\vollmatrix_text_K++.o3d!
156 00:03:54 - - Warning: File vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\model_S415NF.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\Setra_S415NF\vollmatrix_text_K++.o3d!
157 00:04:14 - - Warning: File vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\model_S415NF.cfg: texture filename 03_FL.jpg not found in mesh file vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\Setra_S415NF\lights\lights_static.o3d!
158 00:04:15 - - Warning: File vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\model_S415NF.cfg: texture filename d_dreck.tga not found in mesh file vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\Setra_S415NF\Tuerfenst_VV.o3d!
159 00:04:15 - - Warning: File vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\model_S415NF.cfg: texture filename d_dreck.tga not found in mesh file vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\Setra_S415NF\Tuerfenst_VH.o3d!
160 00:04:15 - - Warning: File vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\model_S415NF.cfg: texture filename d_dreck.tga not found in mesh file vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\Setra_S415NF\Tuerfenst_HV.o3d!
161 00:04:16 - - Warning: File vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\model_S415NF.cfg: texture filename d_dreck.tga not found in mesh file vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\Setra_S415NF\Tuerfenst_HH.o3d!
162 00:04:16 - - Warning: File vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\model_S415NF.cfg: texture filename fenster_tint.tga not found in mesh file vehicles\Setra_415NF -Mod_by-Tom - KEKAB\model\Setra_S415NF\Fenster_ext.o3d!
163 00:04:21 - - Warning: Direct3D-Device lost!
164 00:04:21 - - Information: Direct3D-Device resetted!
165 00:04:21 - - Information: Reset State Matrices...
166 00:04:21 - - Information: Start Tex Thread...
167 00:04:21 - - Information: Init Red Line...
168 00:04:21 - - Information: Set Initial Render States...
169 00:06:30 - - Information: Mesh vehicles\WSW_C2_G_Mod\model\77_Dummy_A.o3d did not generate any materials!
170 00:06:30 - - Information: Mesh vehicles\WSW_C2_G_Mod\model\77_Dummy_B.o3d did not generate any materials!
171 00:06:30 - - Information: Mesh vehicles\WSW_C2_G_Mod\model\77_Dummy_A.o3d did not generate any materials!
172 00:06:31 - - Information: Mesh vehicles\WSW_C2_G_Mod\model\77_Dummy_C.o3d did not generate any materials!
173 00:06:37 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
174 00:06:37 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
175 00:06:37 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
176 00:06:38 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
177 00:06:39 - - Warning: Did not find texture file "LCD_7-Segment_alpha.bmp"!
178 00:06:39 - - Warning: Did not find texture file "LCD_7-Segment_alpha.bmp"!
179 00:06:39 - - Warning: Did not find texture file "LCD_7-Segment_alpha.bmp"!
180 00:06:39 - - Warning: Did not find texture file "17_vdv_font.bmp"!
181 00:06:39 - - Warning: Did not find texture file "17_vdv_font.bmp"!
182 00:06:39 - - Warning: Did not find texture file "17_vdv_font.bmp"!
183 00:06:44 - - Warning: Did not find texture file "textfeld2.bmp"!
184 00:06:44 - - Warning: Did not find texture file "textfeld3.bmp"!
185 00:06:44 - - Warning: Did not find texture file "textfeld.bmp"!
186 00:06:44 - - Warning: Did not find texture file "textfeld.bmp"!
187 00:06:44 - - Warning: Did not find texture file "textfeld2.bmp"!
188 00:06:44 - - Warning: Did not find texture file "textfeld3.bmp"!
189 00:06:44 - - Warning: Did not find texture file "textfeld2.bmp"!
190 00:06:44 - - Warning: Did not find texture file "textfeld.bmp"!
191 00:06:44 - - Warning: Did not find texture file "textfeld3.bmp"!
192 00:06:44 - - Warning: Did not find texture file "textfeld.bmp"!
193 00:06:45 - - Warning: Did not find texture file "test1_alpha.bmp"!
194 00:06:51 - - Warning: Did not find texture file "test1_alpha.bmp"!
195 00:06:51 - - Warning: Did not find texture file "HH109_Kennz.bmp"!
196 00:06:58 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
197 00:06:58 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
198 00:06:58 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
199 00:06:58 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
200 00:06:58 - - Warning: Did not find texture file "test1_alpha.bmp"!
201 00:07:00 - - Warning: Did not find texture file "test1_alpha.bmp"!
202 00:07:00 - - Warning: Did not find texture file "HH109_Kennz.bmp"!
203 00:07:03 - - Warning: Direct3D-Device lost!
204 00:07:03 - - Information: Direct3D-Device resetted!
205 00:07:03 - - Information: Reset State Matrices...
206 00:07:03 - - Information: Start Tex Thread...
207 00:07:03 - - Information: Init Red Line...
208 00:07:03 - - Information: Set Initial Render States...
209 00:07:44 - - Error: Fehler: im Befehl "(M.L.TFT_frame)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
210 00:07:44 - - Error: Fehler: im Befehl "(M.L.Ticketprinter_frame)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
211 00:07:44 - - Error: Fehler: im Befehl "(M.L.TFT_init)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
212 00:07:44 - - Error: Fehler: im Befehl "(M.L.Ticketprinter_init)" (vehicles\WSW_C2_G_Mod\\script\W16_Main.osc) ist der Macroname ungültig!
213 00:07:45 - - Information: Mesh vehicles\WSW_C2_G_Mod\model\77_Dummy_A.o3d did not generate any materials!
214 00:07:45 - - Information: Mesh vehicles\WSW_C2_G_Mod\model\77_Dummy_B.o3d did not generate any materials!
215 00:07:45 - - Information: Mesh vehicles\WSW_C2_G_Mod\model\77_Dummy_A.o3d did not generate any materials!
216 00:07:45 - - Information: Mesh vehicles\WSW_C2_G_Mod\model\77_Dummy_C.o3d did not generate any materials!
217 00:07:51 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
218 00:07:51 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
219 00:07:51 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
220 00:07:51 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
221 00:07:52 - - Warning: Did not find texture file "LCD_7-Segment_alpha.bmp"!
222 00:07:52 - - Warning: Did not find texture file "LCD_7-Segment_alpha.bmp"!
223 00:07:52 - - Warning: Did not find texture file "LCD_7-Segment_alpha.bmp"!
224 00:07:52 - - Warning: Did not find texture file "17_vdv_font.bmp"!
225 00:07:52 - - Warning: Did not find texture file "17_vdv_font.bmp"!
226 00:07:52 - - Warning: Did not find texture file "17_vdv_font.bmp"!
227 00:07:55 - - Warning: Did not find texture file "textfeld2.bmp"!
228 00:07:55 - - Warning: Did not find texture file "textfeld3.bmp"!
229 00:07:55 - - Warning: Did not find texture file "textfeld.bmp"!
230 00:07:55 - - Warning: Did not find texture file "textfeld.bmp"!
231 00:07:55 - - Warning: Did not find texture file "textfeld2.bmp"!
232 00:07:55 - - Warning: Did not find texture file "textfeld3.bmp"!
233 00:07:55 - - Warning: Did not find texture file "textfeld2.bmp"!
234 00:07:55 - - Warning: Did not find texture file "textfeld.bmp"!
235 00:07:55 - - Warning: Did not find texture file "textfeld3.bmp"!
236 00:07:55 - - Warning: Did not find texture file "textfeld.bmp"!
237 00:07:55 - - Warning: Did not find texture file "test1_alpha.bmp"!
238 00:08:00 - - Warning: Did not find texture file "test1_alpha.bmp"!
239 00:08:00 - - Warning: Did not find texture file "HH109_Kennz.bmp"!
240 00:08:51 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
241 00:08:51 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
242 00:08:51 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
243 00:08:51 - - Warning: Did not find texture file "W_HHAschedule_font_alpha.bmp"!
244 00:08:51 - - Warning: Did not find texture file "test1_alpha.bmp"!
245 00:08:53 - - Warning: Did not find texture file "test1_alpha.bmp"!
246 00:08:53 - - Warning: Did not find texture file "HH109_Kennz.bmp"!
247 00:09:37 - - Warning: Direct3D-Device lost!
248 00:09:37 - - Information: Direct3D-Device resetted!
249 00:09:37 - - Information: Reset State Matrices...
250 00:09:37 - - Information: Start Tex Thread...
251 00:09:37 - - Information: Init Red Line...
252 00:09:37 - - Information: Set Initial Render States...
253 00:09:39 - - Warning: Soundfile vehicles\WSW_C2_G_Mod\sound\sound_citaro\paxsound_low.wav does not exist!
254 00:09:42 - - Warning: Did not find texture file "c2_display.bmp"!
255 00:09:42 - - Warning: Did not find texture file "Linienlisten\Bad_Huegelsdorf_2020_VBBH_ANX.jpg"!
256 00:09:52 - - Information: Menu pos set
257 00:10:17 - - Warning: Did not find texture file "Plate.dds"!
258 00:10:33 - - Warning: Soundfile vehicles\WSW_C2_G_Mod\sound\17_kickdown_down.wav does not exist!
259 00:10:33 - - Warning: Soundfile vehicles\WSW_C2_G_Mod\sound\17_kickdown_up.wav does not exist!
260 00:10:37 - - Information: Menu pos set