Anzumerken sei vielleicht, dass bei mir die Zahlen die man erhöhen sollten niedriger waren und ich sie dann halt immer eine höher gestellt habe. Außerdem war das rote bereits ergänzt.
Bustec Monitor vom LE in den Facelfit/Facelift G einbauen [Selbsteinbauanleitung]
Das Forum befindet sich im reduzierten Betrieb. Die Addon- und Supportforen bleiben weiterhin verfügbar.
Bitte beachte, dass OMSI nicht mehr weiterentwickelt wird. Ein Teil der Entwickler widmet sich inzwischen der Entwicklung eines neuen Simulators. Weitere Informationen zum LOTUS-Simulator findest Du hier.
Ein communitybetriebenes Nachfolge-Forum wird hier verlinkt, sobald es gegründet und bereit ist.
Bitte beachte, dass OMSI nicht mehr weiterentwickelt wird. Ein Teil der Entwickler widmet sich inzwischen der Entwicklung eines neuen Simulators. Weitere Informationen zum LOTUS-Simulator findest Du hier.
Ein communitybetriebenes Nachfolge-Forum wird hier verlinkt, sobald es gegründet und bereit ist.
-
-
ja ´das ist schon klar das ist auch richtig
aber du hast vergessen das in die o530G_main einzutragen ergänze bei deiner Datei das rot markierte
das ist deineAlles anzeigen'########################################
'# #
'# MAIN SCRIPT #
'# #
'# MAN Standarddoppeldecker SD200 #
'# #
'# Bauart SD85 #
'# #
'########################################'(c) 10.08.2009 Marcel Kuhnt, Rüdiger Hülsmann
'Script Version: 1.0
'Omsi release: 1.0'Revision History:
'- Marcel Kuhnt 10.08.2009 Added Revision History
'- Marcel Kuhnt 30.11.2010 Bugfix: press [D] in AI mode if motor running but neutral'------------------------------------------------------------------------------------------
'######################
' Hauptteil
'######################{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.IBIS_init)
(M.L.Collision_Init)
(M.L.ticketprinter_init)
(M.L.VDV_init)
{end}{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.heizung_frame)
(M.L.IBIS_frame)
(M.L.Matrix_frame)
(M.L.wimpel_frame)
(M.L.cashdesk_frame)
(M.L.ticketprinter_frame)
(M.L.VDV_frame)
Und hier fehlt ein {end}
'AI:(L.L.AI_Engine) 0.5 >
(L.L.engine_on) 0.5 <
(L.L.antrieb_getr_gangvorwahl) 4 = !
&&
{if}
0 (S.L.bremse_feststell_sw) (S.L.bremse_feststell)
1 (S.L.engine_injection_on) (S.L.elec_busbar_main_sw)
400 (S.L.engine_n)
4 (S.L.antrieb_getr_gangvorwahl)
1 (S.L.engine_on) (S.L.vdv_on) (S.L.cp_key_pull)
3 (S.L.key_mode)
0.4 (S.L.cp_key_rot)
900000 (S.L.bremse_p_tank01) (S.L.bremse_p_tank02) (S.L.bremse_p_tank03) (S.L.bremse_p_tank04) (S.L.bremse_p_leitung01) (S.L.bremse_p_leitung02)
400000 (S.L.bremse_p_balg_0_R) (S.L.bremse_p_balg_0_L) (S.L.bremse_p_balg_1_R) (S.L.bremse_p_balg_1_L)
(T.L.ev_engine_ingnition)
{endif}(L.L.AI_Engine) -0.5 <
(L.L.engine_on) 0.5 >
&&
{if}
0 (S.L.engine_on)
0 (S.L.engine_injection_on)
1 (S.L.bremse_feststell_sw) (S.L.bremse_feststell)
2 (S.L.key_mode)
0.2 (S.L.cp_key_rot)
(T.L.ev_engineshutdown)
{endif}(L.L.AI)
{if}
(L.L.Brake) (C.L.max_bremskraft) * (S.L.Brakeforce)
{endif}{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)
(M.L.Elec_Malfunction_Reset)
(M.L.lights_repair)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.EBS_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Retarder_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Gear_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.ECAS_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.EDC_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Battery_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Brakedisc_Error_dist)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door_Error_Count)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door2_Error_Count)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door3_Error_Count)
60 (S.L.engine_temperature)
{end}'----------------------------------
'malfunction time calc:{trigger:malfunction_gettime}
0 s0
(M.L.Collision_Malfunction_TimeCalc)
(M.L.Elec_Malfunction_TimeCalc)
(M.L.lights_repair_timecalc)
l0
{end}{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.IBIS_init)
(M.L.Collision_Init)
(M.L.VDV_init)
(M.L.ticketprinter_init)
1 (S.L.Daueranimation){end}
{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.IBIS_init)
(M.L.Collision_Init)
(M.L.articulation_init)
(M.L.VDV_init)
(M.L.ticketprinter_init)
(M.L.TFT_init)
1 (S.L.Daueranimation)
{end}{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.heizung_frame)
(M.L.IBIS_frame)
(M.L.Matrix_frame)
(M.L.wimpel_frame)
(M.L.articulation_frame)
(M.L.VDV_frame)
(M.L.ticketprinter_frame)
(M.L.cashdesk_frame)
(M.L.TFT_frame)
das ist meiner erkennst du den unterschied da fehlen DateienAlles anzeigendu hast ein Fehler in der Main vergleiche es mal mit meiner und ergänze das rot markierte
######################
' Hauptteil
'######################{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.IBIS_init)
(M.L.Collision_Init)
(M.L.articulation_init)
(M.L.ticketprinter_init)
(M.L.VDV_init)
(M.L.TFT_init)
1 (S.L.Daueranimation)
{end}{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.heizung_frame)
(M.L.IBIS_frame)
(M.L.Matrix_frame)
(M.L.wimpel_frame)
(M.L.articulation_frame)
(M.L.cashdesk_frame)
(M.L.ticketprinter_frame)
(M.L.VDV_frame)
(M.L.TFT_frame) -
Es hat jetzt geklappt! Danke!
-
@ Oliver007 schaue dir mal meine an und vergleiche es mit deiner
da ist ein fehler drin das rot markierte bitte löschen und das blaumarkiert da einfügenAlles anzeigen'########################################
'# #
'# MAIN SCRIPT #
'# #
'# MAN Standarddoppeldecker SD200 #
'# #
'# Bauart SD85 #
'# #
'########################################'(c) 10.08.2009 Marcel Kuhnt, Rüdiger Hülsmann
'Script Version: 1.0
'Omsi release: 1.0'Revision History:
'- Marcel Kuhnt 10.08.2009 Added Revision History
'- Marcel Kuhnt 30.11.2010 Bugfix: press [D] in AI mode if motor running but neutral'------------------------------------------------------------------------------------------
'######################
' Hauptteil
'######################
{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.IBIS_init)
(M.L.Collision_Init)
(M.L.ticketprinter_init)
(M.L.VDV_init)
{end}{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.heizung_frame)
(M.L.IBIS_frame)
(M.L.Matrix_frame)
(M.L.wimpel_frame)
(M.L.cashdesk_frame)
(M.L.ticketprinter_frame)
(M.L.VDV_frame)'AI:
(L.L.AI_Engine) 0.5 >
(L.L.engine_on) 0.5 <
(L.L.antrieb_getr_gangvorwahl) 4 = !
&&
{if}
0 (S.L.bremse_feststell_sw) (S.L.bremse_feststell)
1 (S.L.engine_injection_on) (S.L.elec_busbar_main_sw)
400 (S.L.engine_n)
4 (S.L.antrieb_getr_gangvorwahl)
1 (S.L.engine_on) (S.L.vdv_on) (S.L.cp_key_pull)
3 (S.L.key_mode)
0.4 (S.L.cp_key_rot)
900000 (S.L.bremse_p_tank01) (S.L.bremse_p_tank02) (S.L.bremse_p_tank03) (S.L.bremse_p_tank04) (S.L.bremse_p_leitung01) (S.L.bremse_p_leitung02)
400000 (S.L.bremse_p_balg_0_R) (S.L.bremse_p_balg_0_L) (S.L.bremse_p_balg_1_R) (S.L.bremse_p_balg_1_L)
(T.L.ev_engine_ingnition)
{endif}(L.L.AI_Engine) -0.5 <
(L.L.engine_on) 0.5 >
&&
{if}
0 (S.L.engine_on)
0 (S.L.engine_injection_on)
1 (S.L.bremse_feststell_sw) (S.L.bremse_feststell)
2 (S.L.key_mode)
0.2 (S.L.cp_key_rot)
(T.L.ev_engineshutdown)
{endif}(L.L.AI)
{if}
(L.L.Brake) (C.L.max_bremskraft) * (S.L.Brakeforce)
{endif}{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)
(M.L.Elec_Malfunction_Reset)
(M.L.lights_repair)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.EBS_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Retarder_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Gear_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.ECAS_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.EDC_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Battery_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Brakedisc_Error_dist)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door_Error_Count)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door2_Error_Count)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door3_Error_Count)
60 (S.L.engine_temperature)
{end}'----------------------------------
'malfunction time calc:{trigger:malfunction_gettime}
0 s0
(M.L.Collision_Malfunction_TimeCalc)
(M.L.Elec_Malfunction_TimeCalc)
(M.L.lights_repair_timecalc)
l0
{end}{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) Der Absatz kann komplett weg
(M.L.bremse_init)
(M.L.cockpit_init)
(M.L.heizung_init)
(M.L.Matrix_init)
(M.L.IBIS_init)
(M.L.Collision_Init)
(M.L.VDV_init)
(M.L.ticketprinter_init)
1 (S.L.Daueranimation)
{end}
{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.IBIS_init)
(M.L.Collision_Init)
(M.L.articulation_init)
(M.L.VDV_init)
(M.L.ticketprinter_init)
(M.L.TFT_init)
1 (S.L.Daueranimation)
{end}{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.heizung_frame)
(M.L.IBIS_frame)
(M.L.Matrix_frame)
(M.L.wimpel_frame)
(M.L.articulation_frame)
(M.L.VDV_frame)
(M.L.ticketprinter_frame)
(M.L.cashdesk_frame)
(M.L.TFT_frame)
{end}zum vergleich meine
'########################################
'# #
'# MAIN SCRIPT #
'# #
'# MAN Standarddoppeldecker SD200 #
'# #
'# Bauart SD85 #
'# #
'########################################'(c) 10.08.2009 Marcel Kuhnt, Rüdiger Hülsmann
'Script Version: 1.0
'Omsi release: 1.0'Revision History:
'- Marcel Kuhnt 10.08.2009 Added Revision History
'- Marcel Kuhnt 30.11.2010 Bugfix: press [D] in AI mode if motor running but neutral'------------------------------------------------------------------------------------------
'######################
' Hauptteil
'######################{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.IBIS_init)
(M.L.Collision_Init)
(M.L.ticketprinter_init)
(M.L.VDV_init)
(M.L.TFT_init)
1 (S.L.Daueranimation)
{end}{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.heizung_frame)
(M.L.IBIS_frame)
(M.L.Matrix_frame)
(M.L.wimpel_frame)
(M.L.cashdesk_frame)
(M.L.ticketprinter_frame)
(M.L.VDV_frame)
(M.L.TFT_frame)'AI:
(L.L.AI_Engine) 0.5 >
(L.L.engine_on) 0.5 <
(L.L.antrieb_getr_gangvorwahl) 4 = !
&&
{if}
0 (S.L.bremse_feststell_sw) (S.L.bremse_feststell)
1 (S.L.engine_injection_on) (S.L.elec_busbar_main_sw)
400 (S.L.engine_n)
4 (S.L.antrieb_getr_gangvorwahl)
1 (S.L.engine_on) (S.L.vdv_on) (S.L.cp_key_pull)
3 (S.L.key_mode)
0.4 (S.L.cp_key_rot)
900000 (S.L.bremse_p_tank01) (S.L.bremse_p_tank02) (S.L.bremse_p_tank03) (S.L.bremse_p_tank04) (S.L.bremse_p_leitung01) (S.L.bremse_p_leitung02)
400000 (S.L.bremse_p_balg_0_R) (S.L.bremse_p_balg_0_L) (S.L.bremse_p_balg_1_R) (S.L.bremse_p_balg_1_L)
(T.L.ev_engine_ingnition)
{endif}(L.L.AI_Engine) -0.5 <
(L.L.engine_on) 0.5 >
&&
{if}
0 (S.L.engine_on)
0 (S.L.engine_injection_on)
1 (S.L.bremse_feststell_sw) (S.L.bremse_feststell)
2 (S.L.key_mode)
0.2 (S.L.cp_key_rot)
(T.L.ev_engineshutdown)
{endif}(L.L.AI)
{if}
(L.L.Brake) (C.L.max_bremskraft) * (S.L.Brakeforce)
{endif}{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)
(M.L.Elec_Malfunction_Reset)
(M.L.lights_repair)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.EBS_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Retarder_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Gear_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.ECAS_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.EDC_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Battery_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Brakedisc_Error_dist)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door_Error_Count)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door2_Error_Count)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door3_Error_Count)
60 (S.L.engine_temperature)
{end}'----------------------------------
'malfunction time calc:{trigger:malfunction_gettime}
0 s0
(M.L.Collision_Malfunction_TimeCalc)
(M.L.Elec_Malfunction_TimeCalc)
(M.L.lights_repair_timecalc)
l0
{end} -
[
====================
Start logging
====================Date: 14.02.2017
Time: 22:52:19
Version: 2.3.0040 22:52:19 - - Information: OMSI is working in fullscreen mode
1 22:52:21 - - Information: TIR - looking for DLL path...
2 22:52:21 - - Information: TIR - DLL path not found - TIR disabled [0]
3 22:52:56 - - Information: Options dialog created
4 22:52:56 - - Information: Weather dialog created
5 22:52:56 - - Information: Profiles dialog created
6 22:52:56 - - Information: Time table running dialog created
7 22:52:56 - - Information: Start dialog created
8 22:52:56 - - Information: Menu 2 created
9 22:52:56 - - Information: Menu 3 created
10 22:52:56 - - Information: Tut dialog created
11 22:52:56 - - Information: Menu pos set
12 22:52:56 - - Information: Bro initialized
13 22:52:56 - - Information: Human engine initialized
14 22:52:56 - - Information: Forms set
15 22:52:56 - - Information: Captions set
16 22:52:56 - - Information: Screen ration set
17 22:52:56 - - Information: Init3D: BackBufferFormat = 22
18 22:52:56 - - Information: Init3D: Hardware vertex processing
19 22:52:56 - - Information: Init3D: Max iso = 16
20 22:52:56 - - Information: Init3D: Hal active
21 22:52:58 - - Information: Creating 3D device procedure finished
22 22:52:58 - - Information: 3D initialized
23 22:52:59 - - Information: Direct sound initialized
24 22:52:59 - - Information: Create main manager...
25 22:52:59 - - Information: Veh array created
26 22:52:59 - - Information: CS initialized
27 22:52:59 - - Information: Station manager created
28 22:52:59 - - Information: OBB created
29 22:52:59 - - Information: Tex managers created
30 22:52:59 - - Information: Tex manager started
31 22:52:59 - - Information: Tutorial manager created
32 22:52:59 - - Information: Material manager created
33 22:52:59 - - Information: Scenery object manager created
34 22:52:59 - - Information: Human manager created
35 22:52:59 - - Information: RV type manager created
36 22:52:59 - - Information: RV lists created
37 22:52:59 - - Information: Spline manager created
38 22:52:59 - - Information: Time table manager created
39 22:52:59 - - Information: Currency manager created
40 22:52:59 - - Information: Visual helpers created
41 22:52:59 - - Information: Audio Mixer erstellen...
42 22:52:59 - - Information: ---
43 22:52:59 - - Information: Download Internet Textures...
44 22:53:08 - - Information: Input Manager erstellen...
45 22:53:08 - - Information: Tastaturbefehle laden...
46 22:53:08 - - Information: Game Controller laden...
47 22:53:08 - - Information: Progman initialisieren...
48 22:53:08 - - Information: Partikelvertices initialisieren...
49 22:53:08 - - Information: Lichtquellen initialisieren...
50 22:53:08 - - Information: System-Scriptvariablen initialisieren...
51 22:53:08 - - Information: Redline initialisieren...
52 22:53:08 - - Information: Traffic Path Manager initialisieren...
53 22:53:08 - - Information: Plugins initialisieren...
54 22:53:08 - - Warning: Loading plugin plugins\OmniNavigationDll.dll: procedure "AccessVariable" not found!
55 22:53:08 - - Warning: Loading plugin plugins\OmniNavigationDll.dll: procedure "AccessTrigger" not found!
56 22:53:08 - - Warning: Loading plugin plugins\OmniNavigationDll.dll: procedure "AccessSystemVariable" not found!
57 22:53:10 - - Information: Spline-Helper initialisieren...
58 22:53:32 - - Information: Load maps\Lemmental V3 Updated\global.cfg map...
59 22:53:32 - - Information: Load Cloud and Snowfall objects...
60 22:53:32 - - Information: Load Precip. Part. System...
61 22:53:32 - - Information: Load Precip. Sound...
62 22:53:32 - - Information: Sound erstellen...
63 22:53:32 - - Information: Sound laden...
64 22:53:32 - - Information: Set Weather System vars...
65 22:53:32 - - Information: Sky and Weather created
66 22:53:32 - - Information: Date: 2017 0214, Time: 225400
67 22:53:37 - - Information: Fonts initialized
68 22:53:37 - - Information: Map created
69 22:53:37 - - Information: Map Global File loaded
70 22:53:37 - - Information: Registrations loaded
71 22:53:37 - - Information: Parked Cars loaded
72 22:53:37 - - Information: Map AILists loaded
73 22:53:37 - - Information: New Centerkachel set
74 22:53:37 - - Information: VarParents loaded
75 22:53:37 - - Information: Special Objects refreshed
76 22:53:37 - - Information: Object and Spline Matrices refreshed
77 22:53:41 - - Information: Map loaded
78 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Montag - Freitag.ttl", tour 10108S: Entry 24 begins before previous entry ends!
79 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Montag - Freitag.ttl", tour 10204: Entry 41 begins before previous entry ends!
80 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Montag - Freitag.ttl", tour 12802: Entry 2 begins before previous entry ends!
81 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Montag - Freitag.ttl", tour 13191: Entry 24 begins before previous entry ends!
82 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Samstag.ttl", tour 20107: Entry 26 begins before previous entry ends!
83 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Samstag.ttl", tour 22801: Entry 2 begins before previous entry ends!
84 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Sonntag.ttl", tour 30201: Entry 24 begins before previous entry ends!
85 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Sonntag.ttl", tour 32201: Entry 2 begins before previous entry ends!
86 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Sonntag.ttl", tour 32801: Entry 2 begins before previous entry ends!
87 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Stadtrundfahrt.ttl", tour 10601 has no valid AI group index and is invalid!
88 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Stadtrundfahrt.ttl", tour 20601 has no valid AI group index and is invalid!
89 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Stadtrundfahrt.ttl", tour 20602 has no valid AI group index and is invalid!
90 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Stadtrundfahrt.ttl", tour 30601 has no valid AI group index and is invalid!
91 22:53:41 - - Warning: Line "maps\Lemmental V3 Updated\TTData\Stadtrundfahrt.ttl", tour 30602 has no valid AI group index and is invalid!
92 22:53:41 - - Information: Humans created
93 22:53:41 - - Information: Editor refreshed
94 22:53:41 - - Warning: Cloudtype "-1" could not be found!
95 22:53:41 - - Information: Weather loaded
96 22:53:41 - - Information: Map camera loaded
97 22:53:41 - - Information: maps\Lemmental V3 Updated\global.cfg map loaded!
98 22:53:42 - - Warning: Did not find texture file "Textfeld_1.bmp"!
99 22:53:42 - - Warning: Did not find texture file "Textfeld_1.bmp"!
100 22:53:42 - - Warning: Did not find texture file "Hst_Reiter_2dgt.bmp"!
101 22:53:42 - - Warning: Did not find texture file "Textfeld_1.bmp"!
102 22:53:42 - - Information: Refresh Tile: 179, maps\Lemmental V3 Updated\tile_1_13.map ...
103 22:53:42 - - Warning: Did not find texture file "Splines\BS_ADDON_CreativeStreets\Gehwege\texture\BS_Gehweg_Allgemein1.bmp"!
104 22:53:42 - - Warning: Did not find texture file "Splines\BS_ADDON_CreativeStreets\Strassenmarkierungen\texture\BS_StrMarkierung_white_stripes.tga"!
105 22:53:42 - - Warning: Did not find texture file "Splines\BS_ADDON_CreativeStreets\Gehwege\texture\BS_Gehweg_Allgemein1.bmp"!
106 22:53:42 - - Warning: Did not find texture file "Splines\BS_ADDON_CreativeStreets\Gehwege\texture\BS_Gehweg_Allgemein1.bmp"!
107 22:53:42 - - Warning: Did not find texture file "Splines\BS_ADDON_CreativeStreets\Gehwege\texture\BS_Gehweg_Allgemein1.bmp"!
108 22:53:42 - - Warning: Did not find texture file "Spiegel.tga"!
109 22:53:43 - - Warning: Did not find texture file "Textfeld_1.bmp"!
110 22:53:43 - - Warning: Did not find texture file "Textfeld_1.bmp"!
111 22:53:43 - - Warning: Did not find texture file "Textfeld_1.bmp"!
112 22:53:44 - - Information: Refresh Tile: 180, maps\Lemmental V3 Updated\tile_1_14.map ...
113 22:53:44 - - Warning: Did not find texture file "Splines\BS_ADDON_CreativeStreets\Gehwege\texture\BS_Gehweg_Allgemein1.bmp"!
114 22:53:44 - - Information: Refresh Tile: 186, maps\Lemmental V3 Updated\tile_2_14.map ...
115 22:53:44 - - Information: Refresh Tile: 187, maps\Lemmental V3 Updated\tile_3_14.map ...
116 22:53:44 - - Warning: Did not find texture file "Textfeld_1.bmp"!
117 22:53:44 - - Warning: Did not find texture file "Textfeld_1.bmp"!
118 22:53:44 - - Information: Refresh Tile: 48, maps\Lemmental V3 Updated\tile_3_15.map ...
119 22:53:44 - - Warning: File vehicles\Porsche_911_turbo\model\model_parked.cfg: texture filename fenster.tga not found in mesh file vehicles\Porsche_911_turbo\model\uveg.o3d!
120 22:53:46 - - Warning: Did not find texture file "Textfeld_1.bmp"!
121 22:53:46 - - Information: Refresh Tile: 47, maps\Lemmental V3 Updated\tile_4_15.map ...
122 22:53:46 - - Warning: File vehicles\TA_BMW_X5\model\model_parked.cfg: texture filename color.dds not found in mesh file vehicles\TA_BMW_X5\model\body.o3d!
123 22:53:46 - - Warning: File vehicles\TA_BMW_X5\model\model_parked.cfg: texture filename Kennz.bmp not found in mesh file vehicles\TA_BMW_X5\model\kfznhalterung.o3d!
124 22:53:47 - - Warning: File vehicles\TA_VW_Scirocco3\model\model_parked.cfg: texture filename Kennz.bmp not found in mesh file vehicles\TA_VW_Scirocco3\model\kfznhalterung.o3d!
125 22:53:49 - - Information: Refresh Tile: 43, maps\Lemmental V3 Updated\tile_5_13.map ...
126 22:53:49 - - Warning: Did not find texture file "gruen1.png"!
127 22:53:50 - - Warning: Did not find texture file "Digitaluhr.bmp"!
128 22:53:50 - - Warning: Did not find texture file "Digitaluhr.bmp"!
129 22:53:50 - - Information: Refresh Tile: 45, maps\Lemmental V3 Updated\tile_5_14.map ...
130 22:53:50 - - Warning: Did not find texture file "Textfeld_1.bmp"!
131 22:53:50 - - Warning: Did not find texture file "Textfeld_1.bmp"!
132 22:53:51 - - Information: Refresh Tile: 46, maps\Lemmental V3 Updated\tile_5_15.map ...
133 22:53:53 - - Information: Date: 2017 0214, Time: 225400
134 22:54:05 - - Information: Traffic loaded
135 22:54:05 - - Information: Date: 2017 0214, Time: 225400
136 22:54:05 - - Information: Reset Passengers...
137 22:54:05 - - Information: Initialize Scheduled AI...
138 22:54:05 - - Information: Refresh All Vehicle Indices...
139 22:54:05 - - Warning: Direct3D-Device lost!
140 22:54:07 - - Information: Direct3D-Device resetted!
141 22:54:07 - - Information: Reset State Matrices...
142 22:54:07 - - Information: Start Tex Thread...
143 22:54:07 - - Information: Init Red Line...
144 22:54:07 - - Information: Set Initial Render States...
145 22:54:07 - - Information: Try placing random bus:
146 22:54:11 - - Warning: Did not find texture file "IBIS2-Delay_min.tga"!
147 22:54:11 - - Warning: Did not find texture file "IBIS2-Delay_sec.tga"!
148 22:54:11 - - Warning: Did not find texture file "IBIS2-Delay_state.tga"!
149 22:54:12 - - Warning: Did not find texture file "AI_text.tga"!
150 22:54:12 - - Warning: Did not find texture file "AI_text.tga"!
151 22:54:12 - - Warning: Did not find texture file "AI_text.tga"!
152 22:54:22 - - Information: Menu pos set
153 22:54:22 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
154 22:54:23 - - Warning: Soundfile vehicles\Solaris BVG\sound-solaris\SD_lautsprech_rausch.wav does not exist!
155 22:54:23 - - Warning: Soundfile vehicles\Solaris BVG\sound-solaris\SD_lautsprech_Motor@592.wav does not exist!
156 22:54:24 - - Information: Init3D: BackBufferFormat = 22
157 22:54:24 - - Information: Init3D: Hardware vertex processing
158 22:54:24 - - Information: Init3D: Max iso = 16
159 22:54:24 - - Information: Init3D: Hal active
160 22:54:26 - - Information: Creating 3D device procedure finished
161 22:54:33 - - Warning: Direct3D-Device lost!
162 22:54:34 - - Information: Direct3D-Device resetted!
163 22:54:35 - - Information: Reset State Matrices...
164 22:54:35 - - Information: Start Tex Thread...
165 22:54:35 - - Information: Init Red Line...
166 22:54:35 - - Information: Set Initial Render States...
167 22:54:44 - - Warning: Did not find texture file "textfeld_thermo-aus.tga"!
168 22:54:44 - - Warning: Did not find texture file "textfeld_clock.tga"!
169 22:54:44 - - Warning: Did not find texture file "Linienliste_ANX.bmp"!
170 22:54:44 - - Warning: Did not find texture file "Linienliste_ANX.bmp"!
171 22:54:44 - - Warning: Did not find texture file "Drucker-Textfeld.tga"!
172 22:54:44 - - Warning: Did not find texture file "IBIS2-Delay_min.tga"!
173 22:54:44 - - Warning: Did not find texture file "IBIS2-Delay_sec.tga"!
174 22:54:44 - - Warning: Did not find texture file "IBIS2-Delay_state.tga"!
175 22:54:45 - - Warning: Did not find texture file "LCD-Innenanzeige.bmp"!
176 22:54:45 - - Warning: Did not find texture file "textfeld_thermo-aus.tga"!
177 22:54:57 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
178 22:54:57 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
179 22:54:57 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
180 22:54:57 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
181 22:54:57 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
182 22:54:59 - - Warning: Did not find texture file "Drucker-Textfeld.tga"!
183 22:55:00 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
184 22:55:00 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
185 22:55:00 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
186 22:55:00 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
187 22:55:00 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
188 22:55:10 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
189 22:55:10 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
190 22:55:10 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
191 22:55:10 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
192 22:55:10 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
193 22:55:12 - - Warning: Did not find texture file "Drucker-Textfeld.tga"!
194 22:55:27 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
195 22:55:27 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
196 22:55:27 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
197 22:55:27 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
198 22:55:27 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
199 22:55:41 - - Warning: Direct3D-Device lost!
200 22:55:43 - - Information: Direct3D-Device resetted!
201 22:55:43 - - Information: Reset State Matrices...
202 22:55:43 - - Information: Start Tex Thread...
203 22:55:43 - - Information: Init Red Line...
204 22:55:43 - - Information: Set Initial Render States...
205 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
206 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
207 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
208 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
209 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
210 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
211 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
212 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
213 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
214 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
215 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
216 22:55:43 - - Information: Crash: Vehicle 4464 (vehicles\MB_O530_Facelift\MB_O530GFL Voith 3D Trail.bus) was crashed and left its path
217 22:55:44 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_rausch.wav does not exist!
218 22:55:44 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_Motor@592.wav does not exist!
219 22:55:44 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\euro3\om457hlax_1100_base.wav does not exist!
220 22:55:50 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
221 22:55:51 - - Information: Menu pos set
222 22:55:54 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
223 22:55:57 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
224 22:56:14 - - Information: Menu pos set
225 22:56:18 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
226 22:56:21 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\D_wischerhebel.wav does not exist!
227 22:56:44 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
228 22:56:51 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
229 22:56:53 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
230 22:56:58 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
231 22:57:00 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_start.wav does not exist!
232 22:57:00 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_end.wav does not exist!
233 22:57:03 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
234 22:57:08 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
235 22:57:10 - - Warning: Did not find texture file "Kennz.bmp"!
236 22:57:13 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
237 22:57:18 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
238 22:57:23 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
239 22:57:29 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
240 22:57:33 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
241 22:57:38 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
242 22:57:43 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
243 22:57:48 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
244 22:57:53 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Lemmental V3 Updated.bmp"!
245 22:57:57 - - Information: Deativating TIR...
246 22:57:57 - - Information: TIR was not available
247 22:57:57 - - Information: Closing actual map...
248 22:57:58 - - Information: Actual map closed!
249 22:57:58 - - Information: OMSI is closing...habe den fehler bitte um hilfe
-
-
ja das habe ich gemacht
###################
Text-Texturen:
###################Nummer:
0
[texttexture]
number
Kennz_DtAlt
64
64
0
235
235
2351
[texttexture]
ident
Kennz_DtNeu
150
75
1
3
1
2IBIS:
2
[texttexture]
IBIS
IBIS-2_5x7
256
64
0
25
25
25ANNAX Linie groß:
3
[texttexture]
number
O530 Linie
200
100
0
200
255
804
[texttexture]
number
O530 Linie
128
64
0
200
255
805
[texttexture]
number
O530 Ziel
512
128
0
200
255
80Innenanzeige
[texttexture_enh] Enhanced version of [texttexture] with orientation and grid
{stringvar}
{fontname}
{width}
{height}
{fullcolor} Monochrome with usercolor (see below, 0) or fullcolor (1)
{R}
{G}
{B}
{orientation} 0 = centered, 1 = left, 2 = right, 3 = best centered over spacing, 4 = centered over spacing, case of doubt left, 5 = centered over spacing, case of doubt right
{grid} Everytime aligned to grid with pixels {grid}. Else use "1" or "0".6
[texttexture_enh]
IBIS_cabindisplay
LCD-Innenanzeige
2048
128
0
230
250
0
3
1Fahrscheindrucker:
7
[texttexture]
ticketprinter_display
IBIS-2_5x7
276
64
0
25
25
25IBIS-Fahrplanlage Minuten
8
[texttexture]
IBIS_Delay_min
IBIS-2_8x11
64
64
0
25
25
25IBIS-Fahrplanlage Zehntelminuten
9
[texttexture]
IBIS_Delay_sec
IBIS-2_5x7
16
16
0
25
25
25IBIS-Fahrplanlage Zehntelminuten
10
[texttexture]
IBIS_Delay_state
IBIS-2_5x7
16
16
0
25
25
25Thermometer
11
[texttexture]
cockpit_temperatur
Display-helvetica
130
55
0
25
25
25AussenTemperatur
12
[texttexture]
aussen_temperatur
Display-helvetica
176
58
0
25
25
25OdometrFull
13
[texttexture]
odometr_full
Display-helvetica
256
64
0
25
25
25OdometrDay
14
[texttexture]
cockpit_temperatur
Display-helvetica
256
64
0
25
25
25Clock
15
[texttexture]
vdo_panel_time
Display-helvetica
130
55
0
25
25
25SpeedPanel
16
[texttexture]
vdo_panel_time
Display-helvetica
256
64
0
25
25
2517
[texttexture]
vdo_panel_speed
Display-helvetica
229
54
0
25
25
2518
[texttexture]
vdo_panel_time
Display-helvetica
130
55
0
25
25
2519
[texttexture]
odometr_full
Display-helvetica
229
54
0
25
25
2520
[texttexture_enh]
VDV_info_left
VDV_Display
379
276
1
0
0
0
1
121
[texttexture_enh]
VDV_info_left
VDV_Display_night
379
276
1
0
0
0
1
122
[texttexture_enh]
VDV_info_right
VDV_Display
379
276
1
0
0
0
2
123
[texttexture_enh]
VDV_info_right
VDV_Display_night
379
276
1
0
0
0
2
124
[texttexture]
aep_czas
IBIS-2_5x7
256
32
0
116
138
15625
[texttexture]
aep_przystanek
IBIS-2_5x7
256
32
0
116
138
15626
[texttexture]
pixel_disp
LCD_7-Segment
256
64
0
160
255
6827
[texttexture]
ticketprinter_display
IBIS-2_5x7
256
64
0
255
255
25528
[texttexture]
aep_czas_2
StreetBerlin
256
64
0
10
10
1029
[texttexture]
aep_pojazd
StreetBerlin
256
64
0
10
10
1030
[texttexture]
aep_kurs
StreetBerlin
256
64
0
10
10
1031
[texttexture_enh]
aep_ster1
StreetBerlin
256
64
0
10
10
10
1
032
[texttexture_enh]
aep_ster2
StreetBerlin
256
64
0
10
10
10
1
033
[texttexture_enh]
TFT_STOP
Roboto
1024
128
0
255
255
255
3
134
[texttexture_enh]
TFT_Endhaltestelle
Roboto
1024
128
0
0
0
0
1
135
[texttexture_enh]
TFT_Halt_1
Roboto
1024
128
0
0
0
0
1
136
[texttexture_enh]
TFT_Halt_2
Roboto
1024
128
0
0
0
0
1
137
[texttexture_enh]
TFT_Halt_3
Roboto
1024
128
0
0
0
0
1
138
[texttexture_enh]
TFT_Halt_4
Roboto
1024
128
0
0
0
0
1
139
[texttexture_enh]
TFT_Halt_5
Roboto
1024
128
0
0
0
0
1
140
[texttexture_enh]
TFT_Linie
Roboto
512
128
0
0
0
0
3
1###################
Text-Texturen:
###################Nummer:
0
[texttexture]
number
Kennz_DtAlt
64
64
0
235
235
2351
[texttexture]
ident
Kennz_DtNeu
150
75
1
3
1
2IBIS:
2
[texttexture]
IBIS
IBIS-2_5x7
256
64
0
25
25
25ANNAX Linie groß:
3
[texttexture]
number
O530 Linie
200
100
0
200
255
804
[texttexture]
number
O530 Linie
128
64
0
200
255
805
[texttexture]
number
O530 Ziel
512
128
0
200
255
80Innenanzeige
[texttexture_enh] Enhanced version of [texttexture] with orientation and grid
{stringvar}
{fontname}
{width}
{height}
{fullcolor} Monochrome with usercolor (see below, 0) or fullcolor (1)
{R}
{G}
{B}
{orientation} 0 = centered, 1 = left, 2 = right, 3 = best centered over spacing, 4 = centered over spacing, case of doubt left, 5 = centered over spacing, case of doubt right
{grid} Everytime aligned to grid with pixels {grid}. Else use "1" or "0".6
[texttexture_enh]
IBIS_cabindisplay
LCD-Innenanzeige
2048
128
0
230
250
0
3
1Fahrscheindrucker:
7
[texttexture]
ticketprinter_display
IBIS-2_5x7
276
64
0
25
25
25IBIS-Fahrplanlage Minuten
8
[texttexture]
IBIS_Delay_min
IBIS-2_8x11
64
64
0
25
25
25IBIS-Fahrplanlage Zehntelminuten
9
[texttexture]
IBIS_Delay_sec
IBIS-2_5x7
16
16
0
25
25
25IBIS-Fahrplanlage Zehntelminuten
10
[texttexture]
IBIS_Delay_state
IBIS-2_5x7
16
16
0
25
25
25Thermometer
11
[texttexture]
cockpit_temperatur
Display-helvetica
130
55
0
25
25
25AussenTemperatur
12
[texttexture]
aussen_temperatur
Display-helvetica
176
58
0
25
25
25OdometrFull
13
[texttexture]
odometr_full
Display-helvetica
256
64
0
25
25
25OdometrDay
14
[texttexture]
cockpit_temperatur
Display-helvetica
256
64
0
25
25
25Clock
15
[texttexture]
vdo_panel_time
Display-helvetica
130
55
0
25
25
25SpeedPanel
16
[texttexture]
vdo_panel_time
Display-helvetica
256
64
0
25
25
2517
[texttexture]
vdo_panel_speed
Display-helvetica
229
54
0
25
25
2518
[texttexture]
vdo_panel_time
Display-helvetica
130
55
0
25
25
2519
[texttexture]
odometr_full
Display-helvetica
229
54
0
25
25
2520
[texttexture_enh]
VDV_info_left
VDV_Display
379
276
1
0
0
0
1
121
[texttexture_enh]
VDV_info_left
VDV_Display_night
379
276
1
0
0
0
1
122
[texttexture_enh]
VDV_info_right
VDV_Display
379
276
1
0
0
0
2
123
[texttexture_enh]
VDV_info_right
VDV_Display_night
379
276
1
0
0
0
2
124
[texttexture]
aep_czas
IBIS-2_5x7
256
32
0
116
138
15625
[texttexture]
aep_przystanek
IBIS-2_5x7
256
32
0
116
138
15626
[texttexture]
pixel_disp
LCD_7-Segment
256
64
0
160
255
6827
[texttexture]
ticketprinter_display
IBIS-2_5x7
256
64
0
255
255
25528
[texttexture]
aep_czas_2
StreetBerlin
256
64
0
10
10
1029
[texttexture]
aep_pojazd
StreetBerlin
256
64
0
10
10
1030
[texttexture]
aep_kurs
StreetBerlin
256
64
0
10
10
1031
[texttexture_enh]
aep_ster1
StreetBerlin
256
64
0
10
10
10
1
032
[texttexture_enh]
aep_ster2
StreetBerlin
256
64
0
10
10
10
1
033
[texttexture_enh]
TFT_STOP
Roboto
1024
128
0
255
255
255
3
134
[texttexture_enh]
TFT_Endhaltestelle
Roboto
1024
128
0
0
0
0
1
135
[texttexture_enh]
TFT_Halt_1
Roboto
1024
128
0
0
0
0
1
136
[texttexture_enh]
TFT_Halt_2
Roboto
1024
128
0
0
0
0
1
137
[texttexture_enh]
TFT_Halt_3
Roboto
1024
128
0
0
0
0
1
138
[texttexture_enh]
TFT_Halt_4
Roboto
1024
128
0
0
0
0
1
139
[texttexture_enh]
TFT_Halt_5
Roboto
1024
128
0
0
0
0
1
140
[texttexture_enh]
TFT_Linie
Roboto
512
128
0
0
0
0
3
1 -
Auch beim Modeleintrag des Monitors
Beispiel:
[mesh]
AJ-Productions\bustec\Bustec_text_ziel.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
36 <------------------------ Immer wenn [useTextTexture] kommt, musst die ändern, sprich bei den TextTexturen steht ja immer eine Zahl drüber, diese muss hier hin wenn das mit TextTexture kommt. Musst aber gucken wo welche Zahl hin muss[matl_alpha]
2 -
Danke schön für die hilfe Daum Hoch

-
-
mal ne frage kannst du das tutorital so machen das der atron auch mit drin ist?
-
-
-
Brauch noch mal bitte hilfe wo ein fehler sein kann
model_O530 G_ue
########################################
Sichtbarkeits-Boundingbox
########################################[VFDmaxmin]
-1.5
-6
-0.5
1.5
6
4.5Viewpoint-Flag: 0 = Immer, 1 = Draußen, 2 = Drinnen, 4 = AI-Bus. Summieren zum Kombinieren.
[tex_detail_factor]
0.5########################################
Textur-Changes
########################################[CTC]
Colorscheme
Texture\repue
0[CTCTexture]
repaint_body_main
01_UE_G_white.tga[CTCTexture]
repaint_body_trailer
01_UE_G_white_trail.tga[CTCTexture]
repaint_sid
08white.jpg[CTCTexture]
repaint_poruch
09white.jpg[CTCTexture]
facelift_light
03.jpg[CTCTexture]
facelift_light_n
03_n.jpg[CTCTexture]
repaint_Felgen
04.jpg[CTCTexture]
repaint_Rad
32.jpg###################
Text-Texturen:
###################Nummer:
0
[texttexture]
number
Kennz_DtAlt
64
64
0
235
235
2351
[texttexture]
ident
Kennz_DtNeu
160
80
1
3
1
2IBIS:
2
[texttexture]
IBIS
DIN
504
156
0
25
25
25ANNAX Linie groß:
3
[texttexture]
number
O530 Linie
200
100
0
200
255
804
[texttexture]
number
O530 Linie
128
64
0
200
255
805
[texttexture]
number
O530 Ziel
512
128
0
200
255
80Innenanzeige
[texttexture_enh] Enhanced version of [texttexture] with orientation and grid
{stringvar}
{fontname}
{width}
{height}
{fullcolor} Monochrome with usercolor (see below, 0) or fullcolor (1)
{R}
{G}
{B}
{orientation} 0 = centered, 1 = left, 2 = right, 3 = best centered over spacing, 4 = centered over spacing, case of doubt left, 5 = centered over spacing, case of doubt right
{grid} Everytime aligned to grid with pixels {grid}. Else use "1" or "0".6
[texttexture_enh]
IBIS_cabindisplay
LCD-Innenanzeige
2048
128
0
230
250
0
3
1Fahrscheindrucker:
7
[texttexture]
ticketprinter_display
DIN
524
64
0
25
25
25IBIS-Fahrplanlage Minuten
8
[texttexture]
IBIS_Delay_min
DIN
76
76
0
25
25
25IBIS-Fahrplanlage Zehntelminuten
9
[texttexture]
IBIS_Delay_sec
DIN
42
42
0
25
25
25IBIS-Fahrplanlage Zehntelminuten
10
[texttexture]
IBIS_Delay_state
DIN
32
32
0
25
25
25Thermometer
11
[texttexture]
cockpit_temperatur
Display-helvetica
130
55
0
25
25
25AussenTemperatur
12
[texttexture]
aussen_temperatur
Display-helvetica
176
58
0
25
25
25OdometrFull
13
[texttexture]
odometr_full
Display-helvetica
256
64
0
25
25
25OdometrDay
14
[texttexture]
odometr_day
Display-helvetica
256
64
0
25
25
25Clock
15
[texttexture]
vdo_panel_time
Display-helvetica
130
55
0
25
25
25SpeedPanel
16
[texttexture]
vdo_panel_time
Display-helvetica
256
64
0
25
25
2517
[texttexture]
vdo_panel_speed
Display-helvetica
229
54
0
25
25
2518
[texttexture]
vdo_panel_time
Display-helvetica
229
54
0
25
25
2519
[texttexture]
odometr_full
Display-helvetica
229
54
0
25
25
2520
[texttexture_enh]
VDV_info_left
VDV_Display
379
276
1
0
0
0
1
121
[texttexture_enh]
VDV_info_left
VDV_Display_night
379
276
1
0
0
0
1
122
[texttexture_enh]
VDV_info_right
VDV_Display
379
276
1
0
0
0
2
123
[texttexture_enh]
VDV_info_right
VDV_Display_night
379
276
1
0
0
0
2
1
24
[texttexture_enh]
vdv_balken1
vdv_balken
256
8
1
0
0
0
1
125
[texttexture_enh]
vdv_balken1
vdv_balken_night
256
8
1
0
0
0
1
126
[texttexture_enh]
vdv_balken2
vdv_balken
256
8
1
0
0
0
1
127
[texttexture_enh]
vdv_balken2
vdv_balken_night
256
8
1
0
0
0
1
128
[texttexture_enh]
vdv_balken3
vdv_balken
256
8
1
0
0
0
1
129
[texttexture_enh]
vdv_balken3
vdv_balken_night
256
8
1
0
0
0
1
130
[texttexture_enh]
vdv_balken4
vdv_balken
256
8
1
0
0
0
1
131
[texttexture_enh]
vdv_balken4
vdv_balken_night
256
8
1
0
0
0
1
132
[texttexture_enh]
vdv_balken5
vdv_balken
256
8
1
0
0
0
1
133
[texttexture_enh]
vdv_balken5
vdv_balken_night
256
8
1
0
0
0
1
134
[texttexture_enh]
IBIS_stop1
DIN
720
94
0
0
0
0
3
135
[texttexture_enh]
IBIS_stop2
DIN
720
94
0
0
0
0
3
136
[texttexture_enh]
IBIS_stop3
DIN
720
94
0
0
0
0
3
137
[texttexture_enh]
IBIS_stop4
DIN
720
94
0
0
0
0
3
138
[texttexture_enh]
IBIS_stop5
DIN
720
94
0
0
0
0
3
139
[texttexture_enh]
IBIS_stop6
DIN
720
94
0
0
0
0
3
140
[texttexture_enh]
IBIS_line
DIN
48
48
0
0
0
0
3
141
[texttexture_enh]
IBIS_dest
DIN
720
116
0
0
0
0
3
142
[texttexture_enh]
IBIS_stop
DIN
720
116
0
0
0
0
3
143
[texttexture_enh]
TFT_STOP
Roboto
1024
128
0
255
255
255
3
144
[texttexture_enh]
TFT_Endhaltestelle
Roboto
1024
128
0
0
0
0
1
145
[texttexture_enh]
TFT_Halt_1
Roboto
1024
128
0
0
0
0
1
146
[texttexture_enh]
TFT_Halt_2
Roboto
1024
128
0
0
0
0
1
147
[texttexture_enh]
TFT_Halt_3
Roboto
1024
128
0
0
0
0
1
148
[texttexture_enh]
TFT_Halt_4
Roboto
1024
128
0
0
0
0
1
149
[texttexture_enh]
TFT_Halt_5
Roboto
1024
128
0
0
0
0
1
150
[texttexture_enh]
TFT_Linie
Roboto
512
128
0
0
0
0
3
1###################
Script-Texturen:
###################0: Krüger-Speicher
[scripttexture]
128
321: Krüger-Flipdot-Alphakanal
[scripttexture]
1024
256########################################
[LOD]
0.1
########################################[mesh]
O530_G\GN_Dum_Gelenk_A.o3d[newanim]
origin_trans
0.000
-3.796
0.503
anim_rot
articulation_0_beta
0.25[newanim]
origin_trans
0.000
-3.796
0.503
origin_rot_y
-90
anim_rot
articulation_0_alpha
0.25[mesh]
O530_G\GN_Dum_Gelenk_B.o3d[newanim]
origin_trans
0.000
-4.016
0.503
anim_rot
articulation_0_beta
0.50[newanim]
origin_trans
0.000
-4.016
0.503
origin_rot_y
-90
anim_rot
articulation_0_alpha
0.50[mesh]
O530_G\GN_Dum_Gelenk_C.o3d[newanim]
origin_trans
0.000
-4.236
0.503
anim_rot
articulation_0_beta
0.75[newanim]
origin_trans
0.000
-4.236
0.503
origin_rot_y
-90
anim_rot
articulation_0_alpha
0.75[mesh]
O530_G\GN_Dum_Gelenk_D.o3d[newanim]
origin_trans
0.000
-4.456
0.503
anim_rot
articulation_0_beta
1.00[newanim]
origin_trans
0.000
-4.456
0.503
origin_rot_y
-90
anim_rot
articulation_0_alpha
1.00**************************************
ÑÎ×ËÅÍÅÍÈÅ
**************************************[mesh]
O530_G\bellows_out.o3d[illumination_interior]
-1
-1
-1
-1[smoothskin]
[setbone]
Armature_Gelenk_A
0[setbone]
Armature_Gelenk_B
1[setbone]
Armature_Gelenk_C
2[setbone]
Armature_Gelenk_D
3[mesh]
O530_G\bellows_in.o3d[illumination_interior]
1
2
3
4[smoothskin]
[setbone]
Armature_Gelenk_A
0[setbone]
Armature_Gelenk_B
1[setbone]
Armature_Gelenk_C
2[setbone]
Armature_Gelenk_D
3**************************************
ÏÎÐÓ×ÍÈ Â ÏÅÐÅÕÎÄÅ
**************************************[mesh]
O530_G\Gelenk2a.o3d[newanim]
origin_trans
0.000
-4.031
0.617
anim_rot
articulation_0_beta
0.5[newanim]
origin_trans
0.000
-4.031
0.617
origin_rot_y
90
anim_rot
articulation_0_alpha
-0.5[illumination_interior]
1
2
3
4**************************************
ÏÎË Â ÏÅÐÅÕÎÄÅ
**************************************[mesh]
O530_G\Gelenk2b.o3d[newanim]
origin_trans
0.000
-4.456
0.503
anim_rot
articulation_0_beta
1[illumination_interior]
1
2
3
4[mesh]
O530_G\Gelenk2c.o3d[illumination_interior]
1
2
3
4**************************************
ÊÎËÅÑÀ
**************************************[mesh]
O530_G\Rad_VR.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[matl]
04.jpg
1[newanim]
origin_trans
1
3.275
0.51
anim_rot
Wheel_Rotation_0_R
57.295779513082320876798154814105[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_0_R
1[newanim]
origin_trans
1
3.275
0.51
origin_rot_y
90
anim_rot
Axle_Steering_0_R
57.295779513082320876798154814105[mesh]
O530_G\Rad_VL.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[matl]
04.jpg
1[newanim]
origin_trans
-1
3.275
0.51
anim_rot
Wheel_Rotation_0_L
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_0_L
1
[newanim]
origin_trans
-1
3.275
0.51
origin_rot_y
90
anim_rot
Axle_Steering_0_L
57.295779513082320876798154814105[mesh]
O530_G\Rad_HR.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[matl]
04.jpg
0[newanim]
origin_trans
1
-2.615
0.51
anim_rot
Wheel_Rotation_1_R
57.295779513082320876798154814105[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_1_R
1[mesh]
O530_G\Rad_HL.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[matl]
04.jpg
0[newanim]
origin_trans
-1
-2.615
0.51
anim_rot
Wheel_Rotation_1_L
57.295779513082320876798154814105[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_1_L
1**************************************
ÊÎËÅÑÀ LOD
**************************************[mesh]
O530_G\LOD_Rad_VR.o3d[viewpoint]
4[illumination_interior]
-1
-1
-1
-1[newanim]
origin_trans
1
3.275
0.51
anim_rot
Wheel_Rotation_0_R
57.295779513082320876798154814105[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_0_R
1[newanim]
origin_trans
1
3.275
0.51
origin_rot_y
90
anim_rot
Axle_Steering_0_R
57.295779513082320876798154814105[mesh]
O530_G\LOD_Rad_VL.o3d[viewpoint]
4[illumination_interior]
-1
-1
-1
-1[newanim]
origin_trans
-1
3.275
0.51
anim_rot
Wheel_Rotation_0_L
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_0_L
1
[newanim]
origin_trans
-1
3.275
0.51
origin_rot_y
90
anim_rot
Axle_Steering_0_L
57.295779513082320876798154814105[mesh]
O530_G\LOD_Rad_HR.o3d[viewpoint]
4[illumination_interior]
-1
-1
-1
-1[newanim]
origin_trans
1
-2.615
0.51
anim_rot
Wheel_Rotation_1_R
57.295779513082320876798154814105[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_1_R
1[mesh]
O530_G\LOD_Rad_HL.o3d[viewpoint]
4[illumination_interior]
-1
-1
-1
-1[newanim]
origin_trans
-1
-2.615
0.51
anim_rot
Wheel_Rotation_1_L
57.295779513082320876798154814105[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_1_L
1**************************************
ÊÓÇÎÂ
**************************************[mesh]
SC-Mod\Plakette.o3d[illumination_interior]
-1
-1
-1
-1[matl]
umwelt2.png
0[matl_freetex]
umwelt2.png
umweltplakette3+++++++++
[mesh]
SC-Mod\Plakette_kenz.o3d[matl]
D_wagennummer.bmp
0[useTextTexture]
1[matl_alpha]
2[matl_texadress_clamp]
[mesh]
CitaroUE\Arne\Standart_Nied\Wagenkasten.o3d[matl]
01_UE_G_white.tga
0[matl_envmap]
Refl.jpg
0.1[matl]
21.tga
0[matl_envmap]
Refl.jpg
0.05[illumination_interior]
-1
-1
-1
-1**************************************
Regeneffekte an den Raedern:
**************************************[smoke]
1.05
3.275
0.15
0
-1
0.2
0
0.1
tire_wet_freq
tire_wet_live
0.95
1
0.2
3
1
10
0.9
0.9
0.9[smoke]
-1.05
3.275
0.15
0
-1
0.2
0
0.1
tire_wet_freq
tire_wet_live
0.95
1
0.2
3
1
10
0.9
0.9
0.9[smoke]
1.05
-2.615
0.15
0
-1
0.2
0
0.1
tire_wet_freq
tire_wet_live
0.95
1
0.2
3
1
10
0.9
0.9
0.9[smoke]
-1.05
-2.615
0.15
0
-1
0.2
0
0.1
tire_wet_freq
tire_wet_live
0.95
1
0.2
3
1
10
0.9
0.9
0.9**************************************
Nothähne
**************************************[mesh]
O530\nothahn01.x[illumination_interior]
0
1
2
3[mouseevent]
cp_door_01_nothahn[newanim]
origin_trans
1.01953
4.91027
2.53016
origin_rot_y
90
anim_rot
door_01_nothahn_sw
-90
delay
10
maxspeed
300[mesh]
O530\nothahn23.x[illumination_interior]
0
1
2
3[mouseevent]
cp_door_23_nothahn[newanim]
origin_trans
1.01953
-0.9599
2.53016
origin_rot_y
90
anim_rot
door_23_nothahn_sw
-90
delay
10
maxspeed
300
**************************************
ÄÂÅÐÈ
**************************************[mesh]
CitaroUE\MVAG\ue\türplatten.o3d[mesh]
CitaroUE\MVAG\ue\Tuerbuegel_VV.o3d[illumination_interior]
0
1
2
3[viewpoint]
0[newanim]
origin_trans
1.1862
4.72448
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-135[mesh]
CitaroUE\Arne\UFront\Tuer_VV.o3d[illumination_interior]
-1
-1
-1
-1[matl]
01white.tga
0[matl_envmap]
Refl.jpg
0.1[matl]
21.tga
0[matl_envmap]
Refl.jpg
0.1[viewpoint]
0[newanim]
origin_trans
1.19957
5.16147
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
135[newanim]
origin_trans
1.1862
4.72448
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-130*****
[mesh]
CitaroUE\MVAG\ue\Tuerbuegel_HV.o3d[illumination_interior]
0
1
2
3[viewpoint]
0[newanim]
origin_trans
1.1851
-0.24253
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
135**********
[mesh]
CitaroUE\Arne\UFront\Tuer_HV.o3d[illumination_interior]
-1
-1
-1
-1[matl]
01_UE_white.tga
0[matl_envmap]
Refl.jpg
0.1[matl]
21.tga
0[matl_envmap]
Refl.jpg
0.1[viewpoint]
0[newanim]
origin_trans
1.19819
-0.673
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-135[newanim]
origin_trans
1.1851
-0.24253
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
130**********
[mesh]
CitaroUE\MVAG\ue\Tuerbuegel_HH.o3d[illumination_interior]
0
1
2
3[viewpoint]
0[newanim]
origin_trans
1.18512
-1.6819
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-135********
[mesh]
CitaroUE\Arne\UFront\Tuer_HH.o3d[illumination_interior]
-1
-1
-1
-1[matl]
01_UE_white.tga
0[matl_envmap]
Refl.jpg
0.1[matl]
21.tga
0[matl_envmap]
Refl.jpg
0.1[viewpoint]
0[newanim]
origin_trans
1.19821
-1.25143
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
135[newanim]
origin_trans
1.18512
-1.6819
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-130*****
**************************************
ÃÐßÇÜ ÍÀ ÊÓÇÎÂÅ
**************************************[mesh]
CitaroUE\Arne\All\Dreck.o3d[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2
**************************************
ÌÀÒÐÈÖÀ
**************************************[mesh]
O530_G\Matrix.o3d[illumination_interior]
-1
-1
-1
-1*****
[mesh]
O530_G\vollmatrix_text.o3d[illumination_interior]
-1
-1
-1
-1[matl]
vmatrix_leer.bmp
0[matl_lightmap]
vmatrix_leer_LM.bmp
lights_stand[matl]
vmatrix_voll.bmp
0[matl_transmap]
\S:1[matl_alpha]
2[matl_lightmap]
vmatrix_leer_LM.bmp
lights_stand**************************************
ÊÎÍÄÈÖÈÎÍÅÐ
**************************************[mesh]
CitaroUE\Arne\Standart_Nied\Klimaanlage.o3d[viewpoint]
3[matl]
01_UE_G_white.tga
0[matl_envmap]
Refl.jpg
0.1[illumination_interior]
-1
-1
-1
-1*****
[mesh]
O530_G\Vent_1.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[newanim]
origin_from_mesh
anim_rot
Rotor
1[mesh]
O530_G\Vent_2.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[newanim]
origin_from_mesh
anim_rot
Rotor
1[mesh]
O530_G\Vent_3.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[newanim]
origin_from_mesh
anim_rot
Rotor
1[mesh]
O530_G\Vent_4.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[newanim]
origin_from_mesh
anim_rot
Rotor
1**************************************
ÊÎÍÄÈÖÈÎÍÅÐ LOD
**************************************[mesh]
CitaroUE\Arne\Standart_Nied\LOD_Klimaanlage.o3d[viewpoint]
4[matl]
01_UE_G_white.tga
0[matl_envmap]
Refl.jpg
0.1[illumination_interior]
-1
-1
-1
-1**************************************
ËÎÃÎÒÈÏ ÍÀ ÌÎÐÄÅ
**************************************[mesh]
CitaroUE\Arne\Standart_Nied\Logo.o3d[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[illumination_interior]
-1
-1
-1
-1[matl]
01_UE_G_white.tga
0[matl_envmap]
Refl.jpg
0.1[matl]
21.tga
0[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][matl]
02.jpg
0[matl_envmap]
Refl.jpg
0.4[mouseevent]
mers_logo_visible[visible]
mers_logo_visible
0[mesh]
CitaroUE\Arne\Standart_Nied\no_logo.o3d[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[matl]
01_UE_G_white.tga
0[matl_envmap]
Refl.jpg
0.1[illumination_interior]
-1
-1
-1
-1[matl]
21.tga
0[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][mouseevent]
mers_logo_visible[visible]
mers_logo_visible
1**************************************
ÄÂÎÐÍÈÊÈ
**************************************[mesh]
O530_G\Wischerarm_R.o3d[illumination_interior]
-1
-1
-1
-1[newanim]
origin_from_mesh
anim_rot
wiperpos_left
-90[mesh]
O530_G\Wischerarm_L.o3d[illumination_interior]
-1
-1
-1
-1[newanim]
origin_from_mesh
anim_rot
wiperpos_right
90**************************************
ÑÀËÎÍ ÑÏÅÐÅÄÈ/ÑÇÀÄÈ
**************************************[mesh]
CitaroUE\Arne\All\Decke1.o3d[illumination_interior]
1
2
3
4[matl_change]
02.jpg
0
lights_beleuchtung_oberdeck[matl_item]
[matl_nightmap]
02_n.jpg[mesh]
CitaroUE\Arne\All\Decke2.o3d[matl_change]
02.jpg
0
lights_beleuchtung_unterdeck[matl_item]
[matl_nightmap]
02_n.jpg[illumination_interior]
0
1
2
3***************************
[mesh]
CitaroUE\Arne\All\Interior1.o3d[illumination_interior]
0
1
2
3*****
[mesh]
CitaroUE\Arne\All\Interior2.o3d[matl]
09white.jpg
0[matl_envmap]
Refl.jpg
0.05[illumination_interior]
0
1
2
3*****
[mesh]
CitaroUE\Arne\All\S1.o3d[viewpoint]
0[illumination_interior]
-1
0
1
2*****
[mesh]
CitaroUE\Arne\All\S2.o3d[viewpoint]
0[illumination_interior]
-1
0
1
2*****
[mesh]
CitaroUE\Arne\All\S3.o3d[viewpoint]
0[illumination_interior]
-1
0
1
2*****
[mesh]
CitaroUE\Arne\All\S4.o3d[viewpoint]
0[illumination_interior]
-1
0
1
2*****
[mesh]
CitaroUE\Arne\All\S5.o3d[viewpoint]
0[illumination_interior]
-1
0
1
2*****
[mesh]
CitaroUE\Arne\All\Sitzstuetzen.o3d[viewpoint]
0[illumination_interior]
0
1
2
3**************************************
ÏÀÍÄÓÑ
**************************************[mesh]
O530_G\Rampe.o3d[illumination_interior]
1
2
3
4[mouseevent]
Pandus[newanim]
origin_from_mesh
anim_rot
pandus_pos
200**************************************
ËÀÌÌÏÛ Ó ÄÂÅÐÅÉ
**************************************[mesh]
O530_G\LampeTuerv.o3d[illumination_interior]
0
1
2
3[matl_change]
03.jpg
0
lights_fahrerlicht[matl_item]
[matl_nightmap]
03_n.jpg[mesh]
CitaroUE\Arne\All\Lampe_v.o3d[illumination_interior]
0
1
2
3[matl_change]
03.jpg
0
door_spotlight_1[matl_item]
[matl_nightmap]
03_n.jpg*********************
[mesh]
O530_G\Lampe_h.o3d[illumination_interior]
1
2
3
4[matl_change]
03.jpg
0
door_spotlight_2[matl_item]
[matl_nightmap]
03_n.jpgÒÀÁËÎ ÇÀÏÐÎÑÀ ÎÑÒÀÍÎÂÊÈ
****************************************************************************
ÊÍÎÏÊÈ ÍÀ ÏÎÐÓ×ÍßÕ
**************************************[mesh]
CitaroUE\Arne\All\Haltewunschtaster.o3d[viewpoint]
3[illumination_interior]
0
1
2
3[viewpoint]
3[mouseevent]
door_haltewunsch*******
[mesh]
CitaroUE\Arne\All\HWK.o3d[viewpoint]
3[illumination_interior]
0
1
2
3**************************************
ÊÐÅÑËÎ ÂÎÄÈÒÅËß
**************************************[mesh]
O530_G\Fahrersitz.o3d[viewpoint]
3[illumination_interior]
0
1
2
3[newanim]
anim_trans
Driver_Seat_VertTransl
1
origin_rot_y
90**************************************
ÏÐÈÁÎÐÍÀß ÏÀÍÅËÜ
**************************************[mesh]
O530_G\Panel.o3d[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
0[matl]
13.jpg
0[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Panel_rpm.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl]
13.jpg
0[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg**************************************
Entwerter
**************************************[mesh]
O530\entwerter.o3d[illumination_interior]
0
1
2
3
**************************************
ÄÈÑÏËÅÉ VDO
**************************************[mesh]
O530_G\VDO.o3d[visible]
elec_busbar_main
1[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mesh]
O530_G\VDO-aus.o3d[visible]
elec_busbar_main
0[illumination_interior]
0
1
2
3*****
[mesh]
O530_G\text_speed.o3d[visible]
elec_busbar_main
1[illumination_interior]
-1
-1
-1
-1[matl]
AI_text.tga
0[matl_alpha]
2[useTextTexture]
17*****
[mesh]
O530_G\text_time.o3d[visible]
elec_busbar_main
1[illumination_interior]
-1
-1
-1
-1[matl]
AI_text.tga
0[matl_alpha]
2[useTextTexture]
18*****
[mesh]
O530_G\text_odometr.o3d[visible]
elec_busbar_main
1[illumination_interior]
-1
-1
-1
-1[matl]
AI_text.tga
0[matl_alpha]
2[useTextTexture]
19##############################
VDV Continental Driver's Info Display
##############################+++++++++++++++++++++++++++
Hintergrund
+++++++++++++++++++++++++++[mesh]
Display\Display.o3d[viewpoint]
2[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_background[matl_lightmap]
display_lightmap.png
vdv_light[matl_noZwrite]
+++++++++++++++++++++++++++
Buspiktogramm
+++++++++++++++++++++++++++[mesh]
Display\vdv_buspiktogramm.o3d[viewpoint]
2[visible]
vdv_buspiktogramm
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_buspiktogramm[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Scrolling
+++++++++++++++++++++++++++[mesh]
Display\vdv_scroll.o3d[viewpoint]
2[visible]
vdv_scroll
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_scroll[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Kneeling
+++++++++++++++++++++++++++[mesh]
Display\vdv_kneel.o3d[viewpoint]
2[visible]
vdv_kneel
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_kneel[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite][mesh]
Display\vdv_kneel2.o3d[viewpoint]
2[visible]
vdv_kneel2
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_kneel2[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Feststellbremse
+++++++++++++++++++++++++++[mesh]
Display\vdv_feststellbremse.o3d[viewpoint]
2[visible]
vdv_feststellbremse
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_feststellbremse[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
HSB
+++++++++++++++++++++++++++[mesh]
Display\vdv_HSB.o3d[viewpoint]
2[visible]
vdv_HSB
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_HSB[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Gang Neutral
+++++++++++++++++++++++++++[mesh]
Display\vdv_neutral.o3d[viewpoint]
2[visible]
vdv_neutral
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_neutral[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
P
+++++++++++++++++++++++++++[mesh]
Display\vdv_p.o3d[viewpoint]
2[visible]
vdv_p
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_p[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Diagnose
+++++++++++++++++++++++++++[mesh]
Display\vdv_diagnose.o3d[viewpoint]
2[visible]
vdv_diagnose
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_diagnose[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Kinderwagen
+++++++++++++++++++++++++++[mesh]
Display\vdv_kinderwagen.o3d[viewpoint]
2[visible]
vdv_kinderwagen
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_kinderwagen[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Haltewunsch
+++++++++++++++++++++++++++[mesh]
Display\vdv_haltewunsch.o3d[viewpoint]
2[visible]
vdv_haltewunsch
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_haltewunsch[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Klima
+++++++++++++++++++++++++++[mesh]
Display\vdv_klima.o3d[viewpoint]
2[visible]
vdv_klima
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_klima[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Standheizung
+++++++++++++++++++++++++++[mesh]
Display\vdv_heater.o3d[viewpoint]
2[visible]
vdv_heater
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_heater[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Autokneel
+++++++++++++++++++++++++++[mesh]
Display\vdv_autokneel.o3d[viewpoint]
2[visible]
vdv_autokneel
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_autokneel[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Spiegelheizung
+++++++++++++++++++++++++++[mesh]
Display\vdv_mirror.o3d[viewpoint]
2[visible]
vdv_mirror
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_mirror[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
ASR
+++++++++++++++++++++++++++[mesh]
Display\vdv_ASR.o3d[viewpoint]
2[visible]
vdv_ASR
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_ASR[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Retarder
+++++++++++++++++++++++++++[mesh]
Display\vdv_retarder.o3d[viewpoint]
2[visible]
vdv_retarder
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_retarder[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Door 0
+++++++++++++++++++++++++++[mesh]
Display\vdv_door0.o3d[viewpoint]
2[visible]
vdv_door0
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_door0[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Door 1
+++++++++++++++++++++++++++[mesh]
Display\vdv_door1.o3d[viewpoint]
2[visible]
vdv_door1
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_door1[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Door 23
+++++++++++++++++++++++++++[mesh]
Display\vdv_door23.o3d[viewpoint]
2[visible]
vdv_door23
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_door23[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Door 45
+++++++++++++++++++++++++++[mesh]
Display\vdv_door45.o3d[viewpoint]
2[visible]
vdv_door45
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_door45[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Door 45 clearance
+++++++++++++++++++++++++++[mesh]
Display\vdv_door45clearance.o3d[viewpoint]
2[visible]
vdv_door45clearance
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_door45clearance[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Door Locked
+++++++++++++++++++++++++++[mesh]
Display\vdv_doorlock.o3d[viewpoint]
2[visible]
vdv_doorlock
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_doorlock[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Rampe
+++++++++++++++++++++++++++[mesh]
Display\vdv_ramp.o3d[viewpoint]
2[visible]
vdv_ramp
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_ramp[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Menuleisten
+++++++++++++++++++++++++++Altes Menü
[mesh]
Display\Leisten\balken1.o3d[viewpoint]
2[visible]
vdv_balken1
1[matl]
leer.tga
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
24[matl_alpha]
2
[matl_noZwrite][mesh]
Display\Leisten\balken1_n.o3d[viewpoint]
2[visible]
vdv_balken1_n
1[matl]
leer.tga
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
25[matl_alpha]
2
[matl_noZwrite][mesh]
Display\Leisten\balken2.o3d[viewpoint]
2[visible]
vdv_balken2
1[matl]
leer.tga
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
26[matl_alpha]
2
[matl_noZwrite][mesh]
Display\Leisten\balken2_n.o3d[viewpoint]
2[visible]
vdv_balken2_n
1[matl]
leer.tga
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
27[matl_alpha]
2
[matl_noZwrite][mesh]
Display\Leisten\balken3.o3d[viewpoint]
2[visible]
vdv_balken3
1[matl]
leer.tga
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
28[matl_alpha]
2
[matl_noZwrite][mesh]
Display\Leisten\balken3_n.o3d[viewpoint]
2[visible]
vdv_balken3_n
1[matl]
leer.tga
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
29[matl_alpha]
2
[matl_noZwrite][mesh]
Display\Leisten\balken4.o3d[viewpoint]
2[visible]
vdv_balken4
1[matl]
leer.tga
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
30[matl_alpha]
2
[matl_noZwrite][mesh]
Display\Leisten\balken4_n.o3d[viewpoint]
2[visible]
vdv_balken4_n
1[matl]
leer.tga
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
31[matl_alpha]
2
[matl_noZwrite][mesh]
Display\Leisten\balken5.o3d[viewpoint]
2[visible]
vdv_balken5
1[matl]
leer.tga
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
32[matl_alpha]
2
[matl_noZwrite][mesh]
Display\Leisten\balken5_n.o3d[viewpoint]
2[visible]
vdv_balken5_n
1[matl]
leer.tga
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
33[matl_alpha]
2
[matl_noZwrite]###########################
[mesh]
Display\Leisten\coolanttemp.o3d[viewpoint]
2[visible]
vdv_coolanttemp
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_coolanttemp[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite][newanim]
origin_rot_z
0
anim_trans
vdv_coolanttemp_leiste
0.055++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\geartemp.o3d[viewpoint]
2[visible]
vdv_geartemp
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_geartemp[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite][newanim]
origin_rot_z
0
anim_trans
vdv_geartemp_leiste
0.055++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\oiltemp.o3d[viewpoint]
2[visible]
vdv_oiltemp
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_oiltemp[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite][newanim]
origin_rot_z
0
anim_trans
vdv_oiltemp_leiste
0.055++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++[mesh]
Display\Leisten\adblue.o3d[viewpoint]
2[visible]
vdv_adblue
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_adblue[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite][newanim]
origin_rot_z
0
anim_trans
vdv_adblue_leiste
0.055++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\tank.o3d[viewpoint]
2[visible]
vdv_tank
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_tank[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite][newanim]
origin_rot_z
0
anim_trans
vdv_tank_leiste
0.055++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++[mesh]
Display\Leisten\airpress1_1.o3d[viewpoint]
2[visible]
vdv_airpress1_1
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_airpress1_1[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite][newanim]
origin_rot_z
0
anim_trans
vdv_airpress1_1_leiste
0.053++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\airpress1_2.o3d[viewpoint]
2[visible]
vdv_airpress1_2
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_airpress1_2[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite][newanim]
origin_rot_z
0
anim_trans
vdv_airpress1_2_leiste
0.053++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\airpress2_1.o3d[viewpoint]
2[visible]
vdv_airpress2_1
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_airpress2_1[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite][newanim]
origin_rot_z
0
anim_trans
vdv_airpress2_1_leiste
0.053++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\airpress2_2.o3d[viewpoint]
2[visible]
vdv_airpress2_2
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_airpress2_2[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite][newanim]
origin_rot_z
0
anim_trans
vdv_airpress2_2_leiste
0.053++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\oilpress.o3d[viewpoint]
2[visible]
vdv_oilpress
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_oilpress[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite][newanim]
origin_rot_z
0
anim_trans
vdv_oilpress_leiste
0.053+++++++++++++++++++++++++++
Menu Druck
+++++++++++++++++++++++++++[mesh]
Display\vdv_menu_press.o3d[viewpoint]
2[visible]
vdv_menu_press
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_menu_press[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Menu Temp
+++++++++++++++++++++++++++[mesh]
Display\vdv_menu_temp.o3d[viewpoint]
2[visible]
vdv_menu_temp
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_menu_temp[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Menu Sprit
+++++++++++++++++++++++++++[mesh]
Display\vdv_menu_fuel.o3d[viewpoint]
2[visible]
vdv_menu_fuel
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_menu_fuel[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Außentemp
+++++++++++++++++++++++++++[mesh]
Display\vdv_outtemp.o3d[viewpoint]
2[visible]
vdv_outtemp
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_outtemp[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Dachluken
+++++++++++++++++++++++++++[mesh]
Display\vdv_roof.o3d[viewpoint]
2[visible]
vdv_roof
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_roof[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
Verbrauch
+++++++++++++++++++++++++++[mesh]
Display\vdv_consum.o3d[viewpoint]
2[visible]
vdv_consum
1[matl]
4_display1.jpg
0[matl_freetex]
4_display1.jpg
vdv_consum[matl_lightmap]
display_lightmap.png
vdv_light[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++++
OBD
+++++++++++++++++++++++++++[mesh]
Display\vdv_info_left.o3d[viewpoint]
2[visible]
vdv_info_left
1[matl]
4_display1.jpg
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
20[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++++
[mesh]
Display\vdv_info_left_n.o3d[viewpoint]
2[visible]
vdv_info_left_n
1[matl]
4_display1.jpg
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
21[matl_alpha]
2
[matl_noZwrite]++++++++++++++++++++++
[mesh]
Display\vdv_info_right.o3d[viewpoint]
2[visible]
vdv_info_right
1[matl]
4_display1.jpg
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
22[matl_alpha]
2
[matl_noZwrite]+++++++++++++++++++++++
[mesh]
Display\vdv_info_right_n.o3d[viewpoint]
2[visible]
vdv_info_right_n
1[matl]
4_display1.jpg
0[matl_lightmap]
display_lightmap.png
vdv_light[useTextTexture]
23[matl_alpha]
2
[matl_noZwrite]**************************************
ÊÍÎÏÊÈ ÍÀ ÏÓËÜÒÅ
**************************************[mesh]
O530_G\Panel_button2d.o3d[illumination_interior]
0
1
2
3[matl]
13.jpg
0[matl_freetex]
13.jpg
ecolife_texture[matl_lightmap]
13_e2_n.jpg
lights_stand[mouseevent]
comp_button_down[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
comp_button_down_mode
-10[newanim]
origin_from_mesh
anim_rot
comp_button_up_mode
10[mesh]
O530_G\Panel_button2u.o3d[illumination_interior]
0
1
2
3[matl]
13.jpg
0[matl_freetex]
13.jpg
ecolife_texture[matl_lightmap]
13_e2_n.jpg
lights_stand[mouseevent]
comp_button_up[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
comp_button_down_mode
-10[newanim]
origin_from_mesh
anim_rot
comp_button_up_mode
10[mesh]
O530_G\Panel_button3u.o3d[illumination_interior]
0
1
2
3[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[mouseevent]
comp_button_system[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
comp_button_info_mode
-10[newanim]
origin_from_mesh
anim_rot
comp_button_system_mode
10[mesh]
O530_G\Panel_button3d.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
comp_button_info[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
comp_button_info_mode
-10[newanim]
origin_from_mesh
anim_rot
comp_button_system_mode
10
**********************
[mesh]
O530\taster_anheben.o3d[matl_change]
anheben.jpg
0
lights_stand[matl_item]
[matl_nightmap]
anheben_n.jpg[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
wagenkasten_anheben[newanim]
origin_from_mesh
origin_rot_x
0
origin_rot_y
0
origin_rot_z
20
anim_rot
anheben_sw
-10[mesh]
O530\taster_anheben_klickspot.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[matl]
leer.tga
0[matl_alpha]
2[mouseevent]
wagenkasten_anheben_down[mesh]
O530_G\Panel_button1.o3d[viewpoint]
2[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[mouseevent]
blinker_warn_toggle[newanim]
origin_from_mesh
anim_rot
cp_taster_warnblinker
-10[mesh]
O530_G\Panel_tuertaster01.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
bus_doorfront0[newanim]
origin_from_meshanim_trans
cockpit_tuertaster1
-0.006
delay
30
maxspeed
300[matl_change]
13.jpg
0
door_light_1[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530_G\Panel_tuertaster02.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
bus_doorfront1[newanim]
origin_from_meshanim_trans
cockpit_tuertaster2
-0.006
delay
30
maxspeed
300[matl_change]
13.jpg
0
door_light_2[matl_item]
[matl_nightmap]
13_n.jpg***************
[mesh]
O530_G\4_Panel_tuertaster04.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[newanim]
origin_from_meshanim_trans
cockpit_tuertaster4
-0.006[matl_change]
13.jpg
0
door_light_3[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530_G\Panel_Gangwahl_N.o3d[illumination_interior]
0
1
2
3[mouseevent]
automatic_N[viewpoint]
2[newanim]
origin_from_mesh
anim_trans
cockpit_gangN
-0.004[matl_change]
13.jpg
0
automatic_N_light[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530_G\Panel_Gangwahl_R.o3d[illumination_interior]
0
1
2
3[mouseevent]
automatic_R[viewpoint]
2[newanim]
origin_from_mesh
anim_trans
cockpit_gangR
-0.004[matl_change]
13.jpg
0
automatic_R_light[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530_G\Panel_Gangwahl_D.o3d[illumination_interior]
0
1
2
3[mouseevent]
automatic_D[viewpoint]
2[newanim]
origin_from_mesh
anim_trans
cockpit_gang3
-0.004[matl_change]
13.jpg
0
automatic_D_light[matl_item]
[matl_nightmap]
13_n.jpg**************************************
ÊËÞ× ÇÀÆÈÃÀÍÈß
**************************************[mesh]
O530_G\Panel_Schluessel.o3d[illumination_interior]
0
1
2
3[visible]
cp_key_pull
1[viewpoint]
2[newanim]
origin_from_mesh
origin_rot_y
-90
anim_rot
cp_key_rot
-180
maxspeed
300[newanim]
origin_from_mesh
origin_rot_y
-90
anim_trans
cp_key_pull
0.01
delay
10
maxspeed
300**************************************
ÐÓËÜ
**************************************[mesh]
O530_G\lenkrad.o3d[illumination_interior]
0
1
2
3[visible]
cp_lenkrad_visible
1[viewpoint]
3[newanim]
origin_from_mesh
anim_rot
Axle_Steering_0_L
1680[mesh]
O530_G\Podrul.o3d[mouseevent]
cp_lenkrad_toggle**************************************
ÏÅÄÀËÈ
**************************************[mesh]
O530_G\Bremspedal.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
throttle
17[mesh]
O530_G\Fahrpedal.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
Brake
22**************************************
ÊÍÎÏÊÀ ÎÒÊÐÛÒÈß ÄÂÅÐÅÉ
**************************************[mesh]
O530_G\Knopf.o3d[illumination_interior]
-1
-1
-1
-1[mouseevent]
bus_doorfront1[newanim]
origin_from_mesh[matl_change]
02.jpg
0
cockpit_light_bremse_knopf[matl_item]
[matl_nightmap]
02_n.jpg**************************************
ÊÍÎÏÊÈ ÍÀ ÏÓËÜÒÅ
**************************************[mesh]
O530_G\Panel_Feststellbremse.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
parking_brake_mouse[newanim]
origin_from_mesh
anim_rot
bremse_feststell_sw
-90
delay
10
maxspeed
360[mesh]
O530_G\Panel_button21.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[mouseevent]
bus_dooraft[illumination_interior]
0
1
2
3[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
bus_dooraft_sw
10[mesh]
O530_G\Panel_button20.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[mouseevent]
cp_dummy_sw14_toggle[illumination_interior]
0
1
2
3[viewpoint]
2
cp_dummy_sw14
[newanim]
origin_from_mesh
anim_rot-10
[mesh]
O530_G\Panel_button19.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[mouseevent]
cp_dummy_sw13_toggle[illumination_interior]
0
1
2
3[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
cp_dummy_sw13
-10[mesh]
O530_G\Panel_button18.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[mouseevent]
cp_schalter_ASR_off_toggle[illumination_interior]
0
1
2
3[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
cp_ASR_off
-10[mesh]
O530_G\Panel_button17.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
cp_dummy_sw11_toggle[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
cp_dummy_sw11
-10[mesh]
O530_G\Panel_button16.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
cp_dummy_sw10_toggle[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
cp_dummy_sw10
6[mesh]
O530_G\Panel_button15.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
cp_klappfenster_OL3[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
cp_klappfenster_OL3
6[mesh]
O530_G\Panel_button14.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
cp_window_down[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
cp_dummy_sw08
-10[mesh]
O530\fensterheber_klickspot.x[matl]
display_asr.png
0[matl_alpha]
2[mouseevent]
cp_window_up[mesh]
O530_G\Panel_button13.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[mouseevent]
cp_dummy_sw07_toggle[illumination_interior]
0
1
2
3[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
cp_dummy_sw07
-10[mesh]
O530_G\Panel_button12.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[mouseevent]
cp_dummy_sw06_toggle[illumination_interior]
0
1
2
3[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
cp_dummy_sw06
-10[mesh]
O530_G\Panel_button11.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cp_fahrerlicht_toggle[newanim]
origin_from_mesh
anim_rot
cp_fahrerlicht_sw
-10*****
[mesh]
O530_G\Panel_button10d.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
cp_licht_oberdeck_toggle[viewpoint]
2[newanim]
origin_from_meshanim_rot
cp_licht_oberdeck_sw
-10[newanim]
origin_from_meshanim_rot
cp_licht_unterdeck_sw
10[mesh]
O530_G\Panel_button10u.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[mouseevent]
cp_licht_unterdeck_toggle[viewpoint]
2[newanim]
origin_from_meshanim_rot
cp_licht_unterdeck_sw
10[newanim]
origin_from_meshanim_rot
cp_licht_oberdeck_sw
-10[illumination_interior]
0
1
2
3******
[mesh]
O530_G\Panel_button9.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[viewpoint]
2[illumination_interior]
1
2
3
4[matl_change]
13.jpg
0
lights_nebelschluss[matl_item]
[matl_nightmap]
13_n.jpg[newanim]
origin_from_mesh
anim_rot
VDV_lightswitch_anim
-90[newanim]
origin_from_mesh
anim_trans
cp_light_pull
-0.005
origin_rot_z
0[mesh]
O530\retarder-aktiv.o3d[matl_change]
retarder-aktiv.jpg
0
lights_stand[matl_item]
[matl_nightmap]
retarder-aktiv_n.jpg[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cp_retarder_direkt_toggle[newanim]
origin_from_mesh
origin_rot_x
0
origin_rot_y
0
origin_rot_z
-10
anim_rot
cp_retarder_sw_direkt
10[mesh]
O530\retarder-aus.o3d[matl_change]
retarder-aus.jpg
0
lights_stand[matl_item]
[matl_nightmap]
retarder-aus_n.jpg[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cp_retarder_toggle[newanim]
origin_from_mesh
origin_rot_x
0
origin_rot_y
0
origin_rot_z
-10
anim_rot
cp_retarder_sw
10[mesh]
O530\notheben.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cp_notheben[newanim]
origin_from_mesh
origin_rot_x
0
origin_rot_y
0
origin_rot_z
10
anim_rot
cp_notheben_sw
10[mesh]
O530\schulfahrschalter.o3d[matl]
schulfahrschalter.jpg
0[matl_lightmap]
schulfahrschalter_n.jpg
lights_stand[matl_change]
schulfahrschalter.jpg
0
schulfahrschaltung[matl_item]
[matl_nightmap]
schulfahrschalter_LM.jpg[mouseevent]
cp_schulfahrschalter[illumination_interior]
0
1
2
3[viewpoint]
2[newanim]
origin_from_mesh
origin_rot_x
0
origin_rot_y
0
origin_rot_z
-80
anim_rot
schulfahrschalter_sw
8[mesh]
O530\kneel_auto.o3d[matl]
kneel_auto.jpg
0[matl_lightmap]
kneel_auto_n.jpg
lights_stand[matl_change]
kneel_auto.jpg
0
kneel_auto_set[matl_item]
[matl_nightmap]
kneel_auto_LM.jpg[mouseevent]
cp_kneel_auto[illumination_interior]
0
1
2
3[viewpoint]
2[newanim]
origin_from_mesh
origin_rot_x
0
origin_rot_y
0
origin_rot_z
10
anim_rot
kneel_auto_sw
8[mesh]
O530_G\Panel_button7d.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
cp_kneel_up_toggle[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
cp_kneel_up_mode
-10[newanim]
origin_from_mesh
anim_rot
cp_kneel_down_mode
10[mesh]
O530_G\Panel_button7u.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
cp_kneel_down_toggle[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
cp_kneel_up_mode
-10[newanim]
origin_from_mesh
anim_rot
cp_kneel_down_mode
10[mesh]
O530_G\Panel_button6.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
bus_20h-switch[newanim]
origin_from_mesh
anim_rot
bremse_halte_sw
-10[mesh]
O530_G\Panel_button4.o3d[mouseevent]
comp_button_qiut[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[viewpoint]
2[newanim]
origin_from_mesh
anim_rot
comp_button_qiut_mode
-10**************************************
ÐÀÑÏÈÑÀÍÈÅ
**************************************[mesh]
O530_G\Schedule.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Schedule.bmp
0[matl_freetex]
Schedule.bmp
file_schedule[mesh]
O530_G\Linienliste.o3d[illumination_interior]
0
1
2
3[matl]
Linienliste_ANX.bmp
0[matl_freetex]
Linienliste_ANX.bmp
Matrix_Linelist**************************************
ÓÏÐÀÂËÅÍÈÅ ÊÎÍÄÈÖÈÎÍÅÐÎÌ
**************************************[mesh]
O530\taster_klima.o3d[matl_change]
klimaschalter.jpg
0
lights_stand[matl_item]
[matl_nightmap]
klimaschalter_n.jpg[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
taster_klima[newanim]
origin_from_mesh
origin_rot_x
0
origin_rot_y
0
origin_rot_z
20
anim_rot
cp_taster_klima
10[mesh]
O530_G\kond_1.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
cp_heizregler_fussraum[newanim]
origin_from_mesh
anim_rot
cockpit_heizregler_fussraum
240
maxspeed
200[mesh]
O530_G\kond_2.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
cp_heizregler_temp[newanim]
origin_from_mesh
anim_rot
cockpit_heizregler_temp
240[mesh]
O530_G\kond_3.o3d[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
cp_klimator_sw[newanim]
origin_from_mesh
anim_rot
cp_klimator_sw
240***
[mesh]
O530_G\kond_4.o3d[matl]
13.jpg
0[matl_lightmap]
13_LM.jpg
lights_stand[matl_change]
13.jpg
0
cp_dummy_sw01[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
cp_dummy_sw01_toggle[newanim]
origin_from_mesh
anim_trans
cp_dummy_sw01
0.0003***
[mesh]
O530_G\kond_5.o3d[matl]
13.jpg
0[matl_lightmap]
13_LM.jpg
lights_stand[matl_change]
13.jpg
0
cp_taster_internal_air[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
taster_internal_air[newanim]
origin_from_mesh
anim_trans
cp_taster_internal_air
0.0003***
[mesh]
O530_G\kond_7.o3d[matl]
13.jpg
0[matl_lightmap]
13_LM.jpg
lights_stand[matl_change]
13.jpg
0
cp_taster_standheizung_target[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
taster_standheizung[newanim]
origin_from_mesh
anim_trans
cp_taster_standheizung_target
0.0003***
[mesh]
O530_G\kond_8.o3d[matl]
13.jpg
0[matl_lightmap]
13_LM.jpg
lights_stand[matl_change]
13.jpg
0
cp_taster_heat_or_frost[matl_item]
[matl_nightmap]
13_n.jpg[illumination_interior]
0
1
2
3[mouseevent]
taster_heat_or_frost[newanim]
origin_from_mesh
anim_trans
cp_taster_heat_or_frost
0.0003**************************************
ÏÅÐÅÊËÞ×ÀÒÅËÜ ÏÎÄ ÐÓËÅÌ
**************************************[mesh]
O530_G\kn_povorot1.o3d[illumination_interior]
0
1
2
3[newanim]
origin_trans
-0.782
5.447
1.253origin_rot_x
-10
origin_rot_y
90
origin_rot_z
0anim_rot
cockpit_blinkerhebel
15[newanim]
origin_trans
-0.782
5.447
1.253origin_rot_x
-10
origin_rot_y
0
origin_rot_z
90anim_rot
cockpit_fernlichthebel
10[mesh]
O530_G\kn_povorot2.o3d[illumination_interior]
0
1
2
3[mouseevent]
cp_wiper_turnswitch[newanim]
origin_from_mesh
anim_rot
cockpit_wischer_drehschalter
-70[newanim]
origin_trans
-0.782
5.447
1.253origin_rot_x
-10
origin_rot_y
90
origin_rot_z
0anim_rot
cockpit_blinkerhebel
15[newanim]
origin_trans
-0.782
5.447
1.253origin_rot_x
-10
origin_rot_y
0
origin_rot_z
90anim_rot
cockpit_fernlichthebel
10*************
[mesh]
O530_G\kn_povorot3.o3d[illumination_interior]
0
1
2
3[newanim]
origin_trans
-0.782
5.447
1.253origin_rot_x
-10
origin_rot_y
90
origin_rot_z
0anim_rot
cockpit_blinkerhebel
15[newanim]
origin_trans
-0.782
5.447
1.253origin_rot_x
-10
origin_rot_y
0
origin_rot_z
90anim_rot
cockpit_fernlichthebel
10[mouseevent]
Horn[newanim]
origin_from_mesh
anim_trans
cockpit_hupe
-0.005**************************************
ÈÍÄÈÊÀÒÎÐÛ
**************************************Indikatory
[mesh]
O530\Indic_rot.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
0[matl_change]
13.jpg
0
indic_1[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_gelb.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
0[matl_change]
13.jpg
0
indic_2[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_blink.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
0[matl_change]
13.jpg
0
indic_3[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_fern.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
0[matl_change]
13.jpg
0
indic_4[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_fest.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
0[matl_change]
13.jpg
0
indic_5[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_abs.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
0[matl_change]
13.jpg
0
indic_6[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_hst.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
0[matl_change]
13.jpg
0
indic_7[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_emr.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
0[matl_change]
13.jpg
0
indic_8[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_roll.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
0[matl_change]
13.jpg
0
indic_9[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_bat.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
0[matl_change]
13.jpg
0
indic_10[matl_item]
[matl_nightmap]
13_n.jpg**************************************
Indikator RPM
**************************************[mesh]
O530\Indic_rpm_rot.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl_change]
13.jpg
0
indic_1[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_rpm_gelb.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl_change]
13.jpg
0
indic_2[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_rpm_blink.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl_change]
13.jpg
0
indic_3[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_rpm_fern.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl_change]
13.jpg
0
indic_4[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_rpm_abs.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl_change]
13.jpg
0
indic_6[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_rpm_hst.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl_change]
13.jpg
0
indic_7[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_rpm_fest.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl_change]
13.jpg
0
indic_5[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_rpm_emr.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl_change]
13.jpg
0
indic_8[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_rpm_bat.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl_change]
13.jpg
0
indic_10[matl_item]
[matl_nightmap]
13_n.jpg[mesh]
O530\Indic_rpm_roll.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl_change]
13.jpg
0
indic_9[matl_item]
[matl_nightmap]
13_n.jpg**************************************
ØÒÎÐÊÈ
**************************************[mesh]
O530_G\Rollo.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[mouseevent]
cp_rollo[newanim]
origin_from_mesh
anim_trans
cp_rollo_pos
-0.9[mesh]
O530_G\Rollo0.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[newanim]
origin_from_mesh
anim_trans
cp_rollo_pos
-0.3[mesh]
O530_G\Rollo00.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[newanim]
origin_from_mesh
anim_trans
cp_rollo_pos
-0.6---------------------------
[mesh]
O530_G\Rollo_Bommel.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[mouseevent]
cp_rollo_retract[newanim]
origin_from_mesh
anim_trans
cp_rollo_bommel
0.007################################
[mesh]
O530_G\Rollo1.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[mouseevent]
cp_rollo1[newanim]
origin_from_mesh
anim_trans
cp_rollo1_pos
-0.56[mesh]
O530_G\Rollo10.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[newanim]
origin_from_mesh
anim_trans
cp_rollo1_pos
-0.28---------------------------
[mesh]
O530_G\Rollo_Bommel1.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[mouseevent]
cp_rollo1_retract[newanim]
origin_from_mesh
anim_trans
cp_rollo1_bommel
0.007**************************************
ÑÊÎÐÎÑÒÅÌÅÒÐ
*******************************************
[mesh]
O530_G\Panel_Tachonadel.o3d[viewpoint]
2[illumination_interior]
0
1
2
3[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg[newanim]
origin_from_mesh
anim_rot
cockpit_tachowinkel
1
delay
10
maxspeed
360**************************************
[mesh]
O530_G\Tachometer.o3d[illumination_interior]
0
1
2
3[mouseevent]
bordcomputer[mesh]
O530_G\Speed.o3d[illumination_interior]
0
1
2
3[matl_change]
13.jpg
0
lights_stand[matl_item]
[matl_nightmap]
13_n.jpg**************************************
RPM
**************************************[mesh]
O530\rpm_face.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl]
13.jpg
0[matl_lightmap]
13_rpm_n.jpg
lights_stand[mesh]
O530\rpm_needle.x[illumination_interior]
0
1
2
3[visible]
var_vdvhasrpm
1[matl]
13.jpg
0[matl_lightmap]
13_n.jpg
lights_stand[newanim]
origin_trans
-0.7135
5.6214
1.3277
origin_rot_x
25
origin_rot_y
0
origin_rot_z
-270
anim_rot
cockpit_rpmwinkel
1
delay
5
maxspeed
300**************************************
ÏÅ×ÀÒÀÞÙÅÅ ÓÑÒÐÎÉÑÒÂÎ
****************************************************************************
Almex
**************************************[mesh]
SWH\Almex.o3d[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Fahrschein.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[mouseevent]
ticketprinter_getticket[newanim]
origin_from_mesh
anim_trans
ticketprinter_ticket_pos
0.055-------------------------
Screen
-------------------------[mesh]
SWH\Almex_Hochfahren.o3d[visible]
key_mode
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Blackscreen.o3d[visible]
elec_busbar_main
0[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Homescreen.o3d[visible]
Almex_Homescreen
1[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Ticketscreen.o3d[visible]
ticketprinter_kasse
1[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Linie.o3d[visible]
IBIS_mode
1[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Route.o3d[visible]
IBIS_mode
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Ziel.o3d[visible]
IBIS_mode
3[illumination_interior]
0
1
2
3-------------------------
Klick
-------------------------[mesh]
SWH\Almex_K0.o3d[mouseevent]
IBIS_0[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_K1.o3d[mouseevent]
IBIS_1[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_K2.o3d[mouseevent]
IBIS_2[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_K3.o3d[mouseevent]
IBIS_3[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_K4.o3d[mouseevent]
IBIS_4[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_K5.o3d[mouseevent]
IBIS_5[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_K6.o3d[mouseevent]
IBIS_6[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_K7.o3d[mouseevent]
IBIS_7[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_K8.o3d[mouseevent]
IBIS_8[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_K9.o3d[mouseevent]
IBIS_9[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_KC.o3d[mouseevent]
IBIS_loeschen[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_KE.o3d[mouseevent]
IBIS_eingabe[visible]
IBIS_taste
1[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Linie_taste.o3d[mouseevent]
IBIS_setmode_linie_kurs[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Route_taste.o3d[mouseevent]
IBIS_setmode_route[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Ziel_taste.o3d[mouseevent]
IBIS_setmode_ziel[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Einzelfahrschein.o3d[mouseevent]
ticketprinter_button_ticket_0[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Einzelfahrschein_erm.o3d[mouseevent]
ticketprinter_button_ticket_3[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Tageskarte.o3d[mouseevent]
ticketprinter_button_ticket_2[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Kurzstrecke.o3d[mouseevent]
ticketprinter_button_ticket_1[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Kurzstrecke_erm.o3d[mouseevent]
ticketprinter_button_ticket_4[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_bar.o3d[mouseevent]
ticketprinter_button_enter[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Vor_Stumm.o3d[mouseevent]
IBIS_vor_stumm[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Vor.o3d[mouseevent]
IBIS_vor[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3[mesh]
SWH\Almex_Zurueck.o3d[mouseevent]
IBIS_rueck[visible]
IBIS_taste
0[matl]
leer.tga
0[matl_alpha]
2[illumination_interior]
0
1
2
3---------------------
Material IBIS-Textfeld Min[mesh]
SWH\Almex_Delay.o3d[visible]
IBIS_taste
0[illumination_interior]
-1
-1
-1
-1[matl]
IBIS2-Delay_min.tga
0[matl_alpha]
2[useTextTexture]
8[matl_noZwrite]
---------------------
Material IBIS-Textfeld Sec[matl]
IBIS2-Delay_sec.tga
0[matl_alpha]
2[useTextTexture]
9[matl_noZwrite]
---------------------
Material IBIS-Textfeld State[matl]
IBIS2-Delay_state.tga
0[matl_alpha]
2[useTextTexture]
10[matl_noZwrite]
-------------------------
Textfeld
-------------------------[mesh]
SWH\Almex_drucker.o3d[visible]
ticketprinter_kasse
1[illumination_interior]
-1
-1
-1
-1[matl]
Drucker-Textfeld.tga
0[useTextTexture]
7[matl_alpha]
2[mesh]
SWH\Almex_IBIS.o3d[visible]
IBIS_taste
1[illumination_interior]
-1
-1
-1
-1[matl]
IBIS2-Textfeld.tga
0[matl_alpha]
2[useTextTexture]
2[matl_noZwrite]
[mesh]
SWH\Almex_Busstop.o3d[visible]
IBIS_taste
0[illumination_interior]
-1
-1
-1
-1[viewpoint]
3[matl]
LCD-Innenanzeige.bmp
0[useTextTexture]
42[matl_alpha]
2[matl_lightmap]
weiss.bmp
elec_busbar_main[mesh]
SWH\Almex_Busstop.o3d[visible]
IBIS_taste
0[illumination_interior]
-1
-1
-1
-1[viewpoint]
3[matl]
LCD-Innenanzeige.bmp
0[useTextTexture]
42[matl_alpha]
2[matl_lightmap]
weiss.bmp
elec_busbar_main[mesh]
SWH\Almex_Busstop_1.o3d[visible]
IBIS_taste
0[illumination_interior]
-1
-1
-1
-1[viewpoint]
3[matl]
LCD-Innenanzeige.bmp
0[useTextTexture]
34[matl_alpha]
2[matl_lightmap]
weiss.bmp
elec_busbar_main[mesh]
SWH\Almex_Busstop_2.o3d[visible]
IBIS_taste
0[illumination_interior]
-1
-1
-1
-1[viewpoint]
3[matl]
LCD-Innenanzeige.bmp
0[useTextTexture]
35[matl_alpha]
2[matl_lightmap]
weiss.bmp
elec_busbar_main[mesh]
SWH\Almex_Busstop_3.o3d[visible]
IBIS_taste
0[illumination_interior]
-1
-1
-1
-1[viewpoint]
3[matl]
LCD-Innenanzeige.bmp
0[useTextTexture]
36[matl_alpha]
2[matl_lightmap]
weiss.bmp
elec_busbar_main[mesh]
SWH\Almex_Busstop_4.o3d[visible]
IBIS_taste
0[illumination_interior]
-1
-1
-1
-1[viewpoint]
3[matl]
LCD-Innenanzeige.bmp
0[useTextTexture]
37[matl_alpha]
2[matl_lightmap]
weiss.bmp
elec_busbar_main[mesh]
SWH\Almex_Busstop_5.o3d[visible]
IBIS_taste
0[illumination_interior]
-1
-1
-1
-1[viewpoint]
3[matl]
LCD-Innenanzeige.bmp
0[useTextTexture]
38[matl_alpha]
2[matl_lightmap]
weiss.bmp
elec_busbar_main[mesh]
SWH\Almex_Busstop_6.o3d[visible]
IBIS_taste
0[illumination_interior]
-1
-1
-1
-1[viewpoint]
3[matl]
LCD-Innenanzeige.bmp
0[useTextTexture]
39[matl_alpha]
2[matl_lightmap]
weiss.bmp
elec_busbar_main[mesh]
SWH\Almex_Linieanzeige.o3d[visible]
IBIS_taste
0[illumination_interior]
-1
-1
-1
-1[viewpoint]
3[matl]
Drucker-Textfeld.tga
0[useTextTexture]
40[matl_alpha]
2[matl_lightmap]
weiss.bmp
elec_busbar_main[mesh]
SWH\Almex_Zielanzeige.o3d[visible]
IBIS_taste
0[illumination_interior]
-1
-1
-1
-1[viewpoint]
3[matl]
Drucker-Textfeld.tga
0[useTextTexture]
41[matl_alpha]
2[matl_lightmap]
weiss.bmp
elec_busbar_main**************************************
ÈÁÈÑ
****************************************************************************
ÄÂÅÐÖÀ È ÑÄÀ×À
**************************************[mesh]
O530_G\dvertca.o3d[illumination_interior]
0
1
2
3[mouseevent]
cp_Fahrertuer[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85[mesh]
O530_G\Zahltisch.o3d[illumination_interior]
0
1
2
3[mesh_ident]
zahltisch[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85Untere Reihe
[mesh]
O530_G\Zahltisch_Wechsler_0_05.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cashdesk_changer_0_05[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_0_05
20
maxspeed
400[mesh]
O530_G\Zahltisch_Wechsler_0_10.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cashdesk_changer_0_10[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_0_10
20
maxspeed
400[mesh]
O530_G\Zahltisch_Wechsler_0_50.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cashdesk_changer_0_50[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_0_50
20
maxspeed
400[mesh]
O530_G\Zahltisch_Wechsler_1_00.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cashdesk_changer_1_00[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_1_00
20
maxspeed
400[mesh]
O530_G\Zahltisch_Wechsler_2_00.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cashdesk_changer_2_00[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_2_00
20
maxspeed
400Obere Reihe
[mesh]
O530_G\Zahltisch_Wechsler_0_15.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cashdesk_changer_0_15[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_0_15
35
maxspeed
700[mesh]
O530_G\Zahltisch_Wechsler_0_30.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cashdesk_changer_0_30[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_0_30
35
maxspeed
700[mesh]
O530_G\Zahltisch_Wechsler_1_50.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cashdesk_changer_1_50[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_1_50
35
maxspeed
700[mesh]
O530_G\Zahltisch_Wechsler_4_00.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cashdesk_changer_4_00[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_4_00
35
maxspeed
700[mesh]
O530_G\Zahltisch_Wechsler_8_00.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cashdesk_changer_8_00[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_8_00
35
maxspeed
700[mesh]
O530_G\Zahltisch_Wechsler_5_00.o3d[illumination_interior]
0
1
2
3[viewpoint]
2[mouseevent]
cashdesk_changer_5_00[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_5_00
35
maxspeed
700[mesh]
O530_G\Zahltisch_Wechsler_15_00.o3d[illumination_interior]
0
1
2
3[viewpoint]
2
[mouseevent]
cashdesk_changer_15_00[animparent]
zahltisch[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_15_00
35
maxspeed
700**************************************
VDV Glas
**************************************[mesh]
O530\vdv_glas.x[viewpoint]
2[matl]
vdv_dust.png
0[matl_alpha]
2[matl_envmap]
Refl.jpg
1[matl_noZwrite]
[mesh]
O530\status_glas.x[viewpoint]
2[visible]
var_vdvhasrpm
0[matl]
vdv_glas.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
1[matl_noZwrite]
[mesh]
O530\status_glas_rpm.x[viewpoint]
2[visible]
var_vdvhasrpm
1[matl]
vdv_glas.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
1[matl_noZwrite]
[mesh]
O530\tacho_glas.x[viewpoint]
2[matl]
vdv_glas.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
1[matl_noZwrite]
[mesh]
O530\rpm_glas.x[viewpoint]
2[visible]
var_vdvhasrpm
1[matl]
vdv_glas.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
1[matl_noZwrite]
**************************************
ÍÎÌÅÐÀ ÍÀ ÊÓÇÎÂÅ
**************************************[mesh]
O530_G\wagennummer.o3d[matl]
D_wagennummer.bmp
0[useTextTexture]
0[matl_alpha]
2[matl_texadress_clamp]
[matl]
D_kennzeichen.bmp
0[useTextTexture]
1[matl_alpha]
2[matl_texadress_clamp]
**************************************
ÎÑÒÅÊËÅÍÈÅ
**************************************[mesh]
CitaroUE\Arne\Standart_Nied\Fenster_ext.o3d[illumination_interior]
-1
-1
-1
-1[matl]
01_UE_G_white.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]-----------------------------
[matl]
regen.tga
1[matl_alpha]
2[alphascale]
Rain_Window_Front_Wetness[matl_noZcheck]
[matl_noZwrite]-----------------------------
[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl]
Fenster.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]-----------------------------
[mesh]
O530_G\Fenster_wiped.o3d[illumination_interior]
4
5
6
7[viewpoint]
0[matl]
regen.tga
0[matl_alpha]
2
[matl_noZwrite][alphascale]
Rain_Window_Wiped_Wetness
[matl_noZcheck]
[matl_noZwrite][matl]
D_dreck.tga
0[matl_alpha]
2[alphascale]
Dirt_Wiped
[matl_noZcheck]
[matl_noZwrite]**************************************
ÑÒÅÊËÎ Â ÑÀËÎÍÅ
**************************************[mesh]
CitaroUE\Arne\All\Fenster_int.o3d[matl]
Fenster_dark_nd.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite][matl]
Fenster.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]**************************************
ÔÎÐÒÎ×ÊÈ Â ÑÀËÎÍÅ
************************************************
[mesh]
O530_G\Klappfenster_2A.o3d[matl_noZcheck]
[matl_noZwrite][mouseevent]
cp_klappfenster_UL1[illumination_interior]
0
1
2
3[newanim]
origin_trans
-1.238
0
2.156origin_rot_x
0origin_rot_y
90origin_rot_z
90anim_rot
cp_klappfenster_UL1
30**********
[mesh]
O530_G\Klappfenster_4A.o3d[mouseevent]
cp_klappfenster_UR2[illumination_interior]
0
1
2
3[newanim]
origin_trans
1.238
0
2.156origin_rot_x
0origin_rot_y
90origin_rot_z
90anim_rot
cp_klappfenster_UR2
-30**************************************
ÔÎÐÒÎ×ÊÀ  ÊÀÁÈÍÅ
**************************************************************
[mesh]
O530_G\Fahrerfenster.o3d[illumination_interior]
0
1
2
3[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][matl]
regen.tga
0[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][alphascale]
Rain_Window_Norm_Wetness[matl]
regen.tga
0[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][alphascale]
Rain_Window_Front_Wetness-----------------------------
[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl_noZcheck][matl]
Fenster.tga
0
[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite][newanim]
origin_from_mesh
anim_trans
cp_fahrerfenster_pos
-0.55**************************************
ÑÒÅÊËÀ ÍÀ ÄÂÅÐßÕ
**************************************[mesh]
CitaroUE\MVAG\ue\Tuerfenst_VV.o3d[illumination_interior]
-1
-1
-1
-1[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl]
fenster_dark.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite][viewpoint]
0[newanim]
origin_trans
1.19957
5.16147
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
135[newanim]
origin_trans
1.1862
4.72448
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-130*****
**************************
[mesh]
CitaroUE\MVAG\ue\Tuerfenst_HV.o3d[illumination_interior]
-1
-1
-1
-1[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl]
fenster_dark.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite][viewpoint]
0[newanim]
origin_trans
1.19819
-0.673
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-135[newanim]
origin_trans
1.1851
-0.24253
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
130*****
[mesh]
CitaroUE\MVAG\ue\Tuerfenst_HH.o3d[illumination_interior]
-1
-1
-1
-1[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl]
fenster_dark.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite][viewpoint]
0[newanim]
origin_trans
1.19821
-1.25143
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
135[newanim]
origin_trans
1.18512
-1.6819
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-130**************************************
ÒÀÁËÎ
****************************************************************************
ÊÈËÎÌÅÒÐÀÆ
**************************************[mesh]
O530_G\Kilometer.o3d[visible]
elec_busbar_main
1[illumination_interior]
-1
-1
-1
-1[matl]
textfeld_km-a.tga
0[matl_alpha]
2[matl_noZwrite]
[matl_noZcheck][useTextTexture]
13[matl]
textfeld_km-b.tga
0[matl_alpha]
2[matl_noZwrite]
[matl_noZcheck][useTextTexture]
14[matl_noZwrite]
**************************************
Wischwasser
**************************************[mesh]
O530_G\wischwasser_R.o3d[viewpoint]
0[visible]
wiper_wash
1[matl]
wischwasser.tga
0[texcoordtransY]
wiper_wash_texpos[matl_change]
wischwasser.tga
0
wiper_wash[matl_item]
[texcoordtransY]
wiper_wash_texpos[matl_transmap]
wischwasser.tga[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][newanim]
origin_from_mesh
anim_rot
wiperpos_left
-90[mesh]
O530_G\wischwasser_L.o3d[viewpoint]
0[visible]
wiper_wash
1[matl]
wischwasser.tga
0[texcoordtransY]
wiper_wash_texpos[matl_change]
wischwasser.tga
0
wiper_wash[matl_item]
[texcoordtransY]
wiper_wash_texpos[matl_transmap]
wischwasser.tga[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][newanim]
origin_from_mesh
anim_rot
wiperpos_right
90**************************************
ÑÒÅÊËÀ  ÔÎÐÒÎ×ÊÀÕ
************************************************
[mesh]
CitaroUE\Arne\Standart_Nied\Klappfenster_2B.o3d[matl]
01_UE_G_white.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite][illumination_interior]
-1
-1
-1
-1[newanim]
origin_trans
-1.238
0
2.156origin_rot_x
0origin_rot_y
90origin_rot_z
90anim_rot
cp_klappfenster_UL1
30[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][matl]
regen.tga
0[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl]
01_UE_G_white.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]**********
[mesh]
CitaroUE\Arne\Standart_Nied\Klappfenster_4B.o3d[illumination_interior]
-1
-1
-1
-1[newanim]
origin_trans
1.238
0
2.156origin_rot_x
0origin_rot_y
90origin_rot_z
90anim_rot
cp_klappfenster_UR2
-30[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][matl]
regen.tga
0[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl]
01_UE_G_white.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]**************************************
Türfenster innen
**************************************[mesh]
CitaroUE\Arne\UFront\Tuerfenst_VV_int.o3d[illumination_interior]
-1
-1
-1
-1[viewpoint]
3-----------------------------
[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2-----------------------------
[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
-----------------------------
[matl]
Fenster.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]-----------------------------
[newanim]
origin_trans
1.19957
5.16147
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
135[newanim]
origin_trans
1.1862
4.72448
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-130**************************
[mesh]
CitaroUE\Arne\UFront\Tuerfenst_HV_int.o3d[illumination_interior]
-1
-1
-1
-1[viewpoint]
3-----------------------------
[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2-----------------------------
[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
-----------------------------
[matl]
Fenster.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]-----------------------------
[newanim]
origin_trans
1.19819
-0.673
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-135[newanim]
origin_trans
1.1851
-0.24253
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
130*****
[mesh]
CitaroUE\Arne\UFront\Tuerfenst_HH_int.o3d[illumination_interior]
-1
-1
-1
-1[viewpoint]
3-----------------------------
[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2-----------------------------
[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
-----------------------------
[matl]
Fenster.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]-----------------------------
[newanim]
origin_trans
1.19821
-1.25143
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
135[newanim]
origin_trans
1.18512
-1.6819
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-130**************************************
ÒÅÍÜ
**************************************[mesh]
O530_G\Schatten.o3d[isshadow]
[matl]
Shadow.tga
0[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite]**************************************
ÎÑÂÅÙÅÍÈÅ
**************************************[interiorlight]
lights_fahrerlicht
1.8
250
220
170
0.56
4.91
1.9[interiorlight]
lights_beleuchtung_unterdeck
1.2
250
220
170
0
3.25
1.9[interiorlight]
lights_beleuchtung_oberdeck
1.8
250
220
170
0
0.5
1.9[interiorlight]
lights_beleuchtung_unterdeck
1.8
250
220
170
0
-2.615
1.9[interiorlight]
lights_beleuchtung_unterdeck
1.8
250
220
170
0
-6
1.9**************************************
ÔÀÐÛ
**************************************Fernlicht:
[spotlight]
0
6.5
0.763
0
1
-0.3
233
233
255
450
30
80[spotlight]
0
6.5
0.763
0
1
-0.3
255
255
233
200
30
80[spotlight]
0
6.7
0.763
0
1
-0.3
255
255
233
450
30
80**************************************
ÁËÈÆÍÈÉ ÑÂÅÒ
**************************************[mesh]
O530_G\Abbl.o3d[matl_change]
03.jpg
0
lights_stand[matl_item]
[matl_nightmap]
03sl_n.jpg[illumination_interior]
-1
-1
-1
-1[mesh]
O530_G\Abbl1.o3d[illumination_interior]
-1
-1
-1
-1*****
[light_enh_2]
0.88
5.966
0.725
0.07
1
0
0
0
1
0
0
255
255
200
0.36
10
10
lights_abbl_bulb_1
4
0.1
2
1
0.1
abbl1.bmp[light_enh_2]
-0.88
5.966
0.725
-0.07
1
0
0
0
1
0
0
255
255
200
0.36
10
10
lights_abbl_bulb_2
4
0.1
2
1
0.1
abbl2.bmp[light_enh_2]
0.911
5.868
2.943
0
1
0
0
0
1
0
0
255
255
200
0.36
10
10
lights_edge_front_bulb_r
2.0
0.1
2
1
0.03
abbl0.bmp[light_enh_2]
-0.911
5.868
2.943
0
1
0
0
0
1
0
0
255
255
200
0.36
10
10
lights_edge_front_bulb_l
2.0
0.1
2
1
0.03
abbl0.bmp**************************************
Nebelschw
**************************************[mesh]
O530\foglights.x[visible]
var_hasfoglights
1[matl_change]
foglights.jpg
0
lights_nebelschw[matl_item]
[matl_nightmap]
foglights_n.jpg[illumination_interior]
-1
-1
-1
-1**************************************
ÄÀËÜÍÈÉ ÑÂÅÒ
**************************************[light_enh_2]
0.88
5.966
0.725
0.07
1
0
0
0
1
0
0
255
255
230
0.36
10
10
lights_fern
2.0
0.1
2
1
0.1
fern1.bmp[light_enh_2]
-0.88
5.966
0.725
-0.07
1
0
0
0
1
0
0
255
255
230
0.36
10
10
lights_fern
2.0
0.1
2
1
0.1
fern2.bmp**************************************
ÏÎÂÎÐÎÒÍÈÊ ÏÐÀÂÎ
**************************************[mesh]
O530_G\Blre.o3d[illumination_interior]
-1
-1
-1
-1[light_enh_2]
1.155
5.87
0.728
2
1
0
0
0
1
0
0
240
110
0
0.25
50
190
lights_blinker_r_bulb_1
4.0
0.15
2
1
0.03
blre1.bmp[light_enh_2]
1.325
4.04
0.785
1
0
0
0
0
1
0
2
240
110
0
0.2
10
10
lights_blinker_r_bulb_2
4.0
0.1
2
1
0.03
tuman.bmp**************************************
ÏÎÂÎÐÎÒÍÈÊ ËÅÂÎ
**************************************[mesh]
O530_G\Blli.o3d[illumination_interior]
-1
-1
-1
-1[light_enh_2]
-1.155
5.87
0.728
-2
1
0
0
0
1
0
0
240
110
0
0.25
50
190
lights_blinker_l_bulb_1
4.0
0.15
2
1
0.03
blli1.bmp[light_enh_2]
-1.325
4.04
0.785
1
0
0
0
0
1
0
2
240
110
0
0.2
10
10
lights_blinker_l_bulb_2
4.0
0.1
2
1
0.03
tuman.bmp**************************************
ÃÀÁÀÐÈÒÛ
**************************************[mesh]
CitaroUE\Arne\UFront\stan.o3d[illumination_interior]
-1
-1
-1
-1[matl_change]
03.jpg
0
lights_stand[matl_item]
[matl_nightmap]
03_n.jpg[light_enh_2]
0.88
5.966
0.725
0.07
1
0
0
0
1
0
0
255
255
230
0.36
10
10
lights_stand
1.0
0.1
2
1
0.03
0abbl1.bmp[light_enh_2]
-0.88
5.966
0.725
-0.07
1
0
0
0
1
0
0
255
255
230
0.36
10
10
lights_stand
1.0
0.1
2
1
0.03
0abbl2.bmp**************************************
bustec TFT
**************************************[mesh]
AJ-Productions\bustec\Bustec_main.o3d[illumination_interior]
0
1
2
3[matl_noZwrite]
-----------------------------------------
[mesh]
AJ-Productions\bustec\Bustec_display.o3d[illumination_interior]
0
1
2
3[matl]
TFT_Display.tga
0[matl_freetex]
TFT_Display.tga
TFT_Display[matl_lightmap]
TFT_Display.tga
elec_busbar_main[matl_noZwrite]
-----------------------------------------
[mesh]
AJ-Productions\bustec\Bustec_WagenHaelt.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[visible]
TFT_haltewunsch
1**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_ziel.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
44[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
44[matl_alpha]
2**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_nextstop.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
45[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
45[matl_alpha]
2**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_Stop1.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
46[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
46[matl_alpha]
2**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_Stop2.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
47[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
47[matl_alpha]
2**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_Stop3.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
48[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
48[matl_alpha]
2**************************************
**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_Stop4.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
49[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
49[matl_alpha]
2**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_linie.o3d[illumination_interior]
0
1
2
3[matl]
Textfeld.bmp
0[useTextTexture]
50[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
50[matl_alpha]
2########################################
Sichtbarkeits-Boundingbox
########################################[VFDmaxmin]
-1.5
-6
-0.5
1.5
6
4.5Viewpoint-Flag: 0 = Immer, 1 = Draußen, 2 = Drinnen, 4 = AI-Bus. Summieren zum Kombinieren.
[tex_detail_factor]
0.5########################################
Textur-Changes
########################################[CTC]
Colorscheme
Texture\repue
0[CTCTexture]
repaint_body_main
01_UE_G_white.tga[CTCTexture]
repaint_body_trailer
01_UE_G_white_trail.tga[CTCTexture]
repaint_sid
08white.jpg[CTCTexture]
repaint_poruch
09white.jpg[CTCTexture]
facelift_light
03.jpg[CTCTexture]
facelift_light_n
03_n.jpg[CTCTexture]
repaint_Felgen
04.jpg[CTCTexture]
repaint_Rad
32.jpg###################
Text-Texturen:
###################Nummer:
0
[texttexture]
number
Kennz_DtAlt
64
64
0
235
235
2351
[texttexture]
ident
Kennz_DtNeu
160
80
1
3
1
2IBIS:
2
[texttexture]
IBIS
IBIS-2_5x7
256
64
0
25
25
25ANNAX Linie groß:
3
[texttexture]
number
O530 Linie
200
100
0
200
255
804
[texttexture]
number
O530 Linie
128
64
0
200
255
805
[texttexture]
number
O530 Ziel
512
128
0
200
255
80Innenanzeige
[texttexture_enh] Enhanced version of [texttexture] with orientation and grid
{stringvar}
{fontname}
{width}
{height}
{fullcolor} Monochrome with usercolor (see below, 0) or fullcolor (1)
{R}
{G}
{B}
{orientation} 0 = centered, 1 = left, 2 = right, 3 = best centered over spacing, 4 = centered over spacing, case of doubt left, 5 = centered over spacing, case of doubt right
{grid} Everytime aligned to grid with pixels {grid}. Else use "1" or "0".6
[texttexture_enh]
IBIS_cabindisplay
LCD-Innenanzeige
2048
128
0
230
250
0
3
1Fahrscheindrucker:
7
[texttexture]
ticketprinter_display
IBIS-2_5x7
256
64
0
25
25
25IBIS-Fahrplanlage Minuten
8
[texttexture]
IBIS_Delay_min
IBIS-2_8x11
64
64
0
25
25
25IBIS-Fahrplanlage Zehntelminuten
9
[texttexture]
IBIS_Delay_sec
IBIS-2_5x7
16
16
0
25
25
25IBIS-Fahrplanlage Zehntelminuten
10
[texttexture]
IBIS_Delay_state
IBIS-2_5x7
16
16
0
25
25
25Thermometer
11
[texttexture]
cockpit_temperatur
Display-helvetica
130
55
0
25
25
25AussenTemperatur
12
[texttexture]
aussen_temperatur
Display-helvetica
130
55
0
25
25
25OdometrFull
13
[texttexture]
odometr_full
Display-helvetica
256
64
0
25
25
25OdometrDay
14
[texttexture]
odometr_day
Display-helvetica
256
64
0
25
25
25Clock
15
[texttexture]
vdo_panel_time
Display-helvetica
130
55
0
25
25
25SpeedPanel
16
[texttexture]
vdo_panel_time
Display-helvetica
256
64
0
25
25
2517
[texttexture]
vdo_panel_speed
Display-helvetica
229
54
0
25
25
2518
[texttexture]
vdo_panel_time
Display-helvetica
229
54
0
25
25
2519
[texttexture]
odometr_full
Display-helvetica
229
54
0
25
25
25AussenTemperatur2
20
[texttexture]
aussen_temperatur
Display-helvetica
0
0
0
25
25
25Thermometer
21
[texttexture]
engine_temperatur
Display-helvetica
130
55
0
25
25
2522
[texttexture_enh]
TFT_STOP
Roboto
1024
128
0
255
255
255
3
123
[texttexture_enh]
TFT_Endhaltestelle
Roboto
1024
128
0
0
0
0
1
124
[texttexture_enh]
TFT_Halt_1
Roboto
1024
128
0
0
0
0
1
125
[texttexture_enh]
TFT_Halt_2
Roboto
1024
128
0
0
0
0
1
126
[texttexture_enh]
TFT_Halt_3
Roboto
1024
128
0
0
0
0
1
127
[texttexture_enh]
TFT_Halt_4
Roboto
1024
128
0
0
0
0
1
128
[texttexture_enh]
TFT_Halt_5
Roboto
1024
128
0
0
0
0
1
129
[texttexture_enh]
TFT_Linie
Roboto
512
128
0
0
0
0
3
1
########################################
[LOD]
0.1
########################################**************************************
ÇÀÄÍÈÉ ÕÎÄ
**************************************[mesh]
O530_Trail\rueck.o3d[illumination_interior]
-1
-1
-1
-1[matl_change]
03.jpg
0
lights_rueckfahr[matl_item]
[matl_nightmap]
03_n.jpg**************************************
ÊÎËÅÑÀ
**************************************[mesh]
O530_Trail\Rad_R.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[matl]
04.jpg
0[newanim]
origin_trans
1
-0.39
0.51
anim_rot
Wheel_Rotation_2_R
57.295779513082320876798154814105[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_2_R
1[mesh]
O530_Trail\Rad_L.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[matl]
04.jpg
0[newanim]
origin_trans
-1
-0.39
0.51
anim_rot
Wheel_Rotation_2_L
57.295779513082320876798154814105[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_2_L
1**************************************
ÊÎËÅÑÀ LOD
**************************************[mesh]
O530_Trail\LOD_Rad_R.o3d[viewpoint]
4[illumination_interior]
-1
-1
-1
-1[newanim]
origin_trans
1
-0.39
0.51
anim_rot
Wheel_Rotation_2_R
57.295779513082320876798154814105[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_2_R
1[mesh]
O530_Trail\LOD_Rad_L.o3d[viewpoint]
4[illumination_interior]
-1
-1
-1
-1[newanim]
origin_trans
-1
-0.39
0.51
anim_rot
Wheel_Rotation_2_L
57.295779513082320876798154814105[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_2_L
1**************************************
ÊÓÇÎÂ
**************************************[mesh]
CitaroUE\Arne\Standart_Nied\TRAIL_Wagenkasten.o3d[matl]
01_UE_G_white_trail.tga
0[matl_envmap]
Refl.jpg
0.1[matl]
21.tga
0[matl_envmap]
Refl.jpg
0.05[illumination_interior]
-1
-1
-1
-1**************************************
ÂÛÕËÎÏÛ
**************************************Rauchsystem
[smoke]
-0.992
-5.478
0.43
-1
-0.7
0
auspuff_vel
0.2
auspuff_freq
1
0.95
-0.6
0.5
4
auspuff_alpha
1
0.2
0.2
0.2**************************************
Regeneffekte an den Raedern:
**************************************[smoke]
1.05
-0.39
0.15
0
-1
0.2
0
0.1
tire_wet_freq
tire_wet_live
0.95
1
0.2
3
1
10
0.9
0.9
0.9[smoke]
-1.05
-0.39
0.15
0
-1
0.2
0
0.1
tire_wet_freq
tire_wet_live
0.95
1
0.2
3
1
10
0.9
0.9
0.9**************************************
Nothähne
**************************************[mesh]
O530\nothahn45.x[illumination_interior]
0
1
2
3[mouseevent]
cp_door_45_nothahn[newanim]
origin_trans
1.01953
1.2649
2.53016
origin_rot_y
90
anim_rot
door_45_nothahn_sw
-90
delay
10
maxspeed
300**************************************
ÄÂÅÐÈ
**************************************
[mesh]
CitaroUE\Arne\All\TRAIL_Tuerplatte.o3d
**********[mesh]
CitaroUE\MVAG\ue\Tuerbuegel_HV.o3d[illumination_interior]
-1
0
1
2[viewpoint]
0[newanim]
origin_trans
1.1851
-0.24253
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
135[newanim]
origin_rot_z
-90anim_trans
Daueranimation
2.23
**********[mesh]
CitaroUE\Arne\UFront\Tuer_HV.o3d[illumination_interior]
-1
-1
-1
-1[matl]
01_UE_UF_G_white_trail.tga
0[matl_envmap]
Refl.jpg
0.1[matl]
21.tga
0[matl_envmap]
Refl.jpg
0.1[viewpoint]
0[newanim]
origin_trans
1.19819
-0.673
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-135[newanim]
origin_trans
1.1851
-0.24253
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
130[newanim]
origin_rot_z
-90anim_trans
Daueranimation
2.23*****
[mesh]
CitaroUE\Arne\UFront\Tuerfenst_HV_int.o3d[illumination_interior]
-1
-1
-1
-1[viewpoint]
3-----------------------------
[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2-----------------------------
[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
-----------------------------
[matl]
Fenster.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]-----------------------------
[newanim]
origin_trans
1.19819
-0.673
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-135[newanim]
origin_trans
1.1851
-0.24253
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
130[newanim]
origin_rot_z
-90anim_trans
Daueranimation
2.23
**********
[mesh]
CitaroUE\MVAG\ue\Tuerbuegel_HH.o3d[illumination_interior]
-1
0
1
2[viewpoint]
0[newanim]
origin_trans
1.18512
-1.6819
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-135[newanim]
origin_rot_z
-90anim_trans
Daueranimation
2.23
********[mesh]
CitaroUE\Arne\UFront\Tuer_HH.o3d[illumination_interior]
-1
-1
-1
-1[matl]
01_UE_UF_G_white_trail.tga
0[matl_envmap]
Refl.jpg
0.1[matl]
21.tga
0[matl_envmap]
Refl.jpg
0.1[viewpoint]
0[newanim]
origin_trans
1.19821
-1.25143
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
135[newanim]
origin_trans
1.18512
-1.6819
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-130[newanim]
origin_rot_z
-90anim_trans
Daueranimation
2.23
*****[mesh]
CitaroUE\Arne\UFront\Tuerfenst_HH_int.o3d[illumination_interior]
-1
-1
-1
-1[viewpoint]
3-----------------------------
[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2-----------------------------
[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
-----------------------------
[matl]
Fenster.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]-----------------------------
[newanim]
origin_trans
1.19821
-1.25143
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
135[newanim]
origin_trans
1.18512
-1.6819
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-130[newanim]
origin_rot_z
-90anim_trans
Daueranimation
2.23**************************************
ÃÐßÇÜ ÍÀ ÊÓÇÎÂÅ
**************************************[mesh]
O530_Trail\Dreck.o3d[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2
**************************************
ÌÀÒÐÈÖÀ
**************************************[mesh]
O530_Trail\Matrix.o3d[illumination_interior]
-1
-1
-1
-1*****
[mesh]
O530_Trail\vollmatrix_text.o3d[illumination_interior]
-1
-1
-1
-1[matl]
vmatrix_leer.bmp
0[matl_lightmap]
vmatrix_leer_LM.bmp
lights_stand[matl]
vmatrix_voll.bmp
0[matl_transmap]
\S:1[matl_alpha]
2[matl_lightmap]
vmatrix_leer_LM.bmp
lights_stand**************************************
ÊÎÍÄÈÖÈÎÍÅÐ
**************************************[mesh]
CitaroUE\Arne\Standart_Nied\TRAIL_Klimaanlage.o3d[viewpoint]
3[matl]
01_UE_G_white_trail.tga
0[matl_envmap]
Refl.jpg
0.1[illumination_interior]
-1
-1
-1
-1*****
[mesh]
O530_Trail\Vent_1.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[newanim]
origin_from_mesh
anim_rot
Rotor
1[mesh]
O530_Trail\Vent_2.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[newanim]
origin_from_mesh
anim_rot
Rotor
1[mesh]
O530_Trail\Vent_3.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[newanim]
origin_from_mesh
anim_rot
Rotor
1[mesh]
O530_Trail\Vent_4.o3d[viewpoint]
3[illumination_interior]
-1
-1
-1
-1[newanim]
origin_from_mesh
anim_rot
Rotor
1**************************************
ÊÎÍÄÈÖÈÎÍÅÐ LOD
**************************************[mesh]
CitaroUE\Arne\Standart_Nied\TRAIL_LOD_Klimaanlage.o3d[viewpoint]
4[matl]
01_UE_G_white_trail.tga
0[matl_envmap]
Refl.jpg
0.1[illumination_interior]
-1
-1
-1
-1**************************************
ÍÎÌÅÐ ÑÇÀÄÈ
**************************************[mesh]
O530_Trail\Kennz_hinten.o3d[illumination_interior]
-1
-1
-1
-1[matl]
02.jpg
0[matl_lightmap]
02_lm.jpg
lights_stand**************************************
ÑÀËÎÍ ÑÏÅÐÅÄÈ/ÑÇÀÄÈ
**************************************[mesh]
CitaroUE\Arne\All\TRAIL_Decke1.o3d[illumination_interior]
-1
0
1
2[matl_change]
02.jpg
0
lights_beleuchtung_unterdeck[matl_item]
[matl_nightmap]
02_n.jpg[mesh]
CitaroUE\Arne\All\TRAIL_Decke2.o3d[matl_change]
02.jpg
0
lights_beleuchtung_oberdeck[matl_item]
[matl_nightmap]
02_n.jpg[illumination_interior]
-1
0
1
2***************************
[mesh]
CitaroUE\Arne\All\TRAIL_Interior1.o3d[illumination_interior]
-1
0
1
2[mesh]
CitaroUE\Arne\All\TRAIL_Interior2.o3d[viewpoint]
3[matl]
09white.jpg
0[matl_envmap]
Refl.jpg
0.05[illumination_interior]
-1
0
1
2****
[mesh]
CitaroUE\Arne\All\TRAIL_Sitzstuetzen.o3d[viewpoint]
0[illumination_interior]
-1
0
1
2****
[mesh]
CitaroUE\Arne\All\TRAIL_S1.o3d[viewpoint]
0[illumination_interior]
-1
0
1
2****
[mesh]
CitaroUE\Arne\All\TRAIL_S2.o3d[viewpoint]
3[illumination_interior]
-1
0
1
2****
[mesh]
CitaroUE\Arne\All\TRAIL_S3.o3d[viewpoint]
0[illumination_interior]
1
1
1
1****
[mesh]
CitaroUE\Arne\All\TRAIL_S4.o3d[viewpoint]
0[illumination_interior]
-1
0
1
2**************************************
ËÀÌÌÏÛ Ó ÄÂÅÐÅÉ
**************************************[mesh]
O530_Trail\Lampe_h.o3d[illumination_interior]
-1
0
1
2[matl_change]
03.jpg
0
door_spotlight_3[matl_item]
[matl_nightmap]
03_n.jpg**************************************
ÒÀÁËÎ ÇÀÏÐÎÑÀ ÎÑÒÀÍÎÂÊÈ
****************************************************************************
ÊÍÎÏÊÈ ÍÀ ÏÎÐÓ×ÍßÕ
**************************************[mesh]
CitaroUE\Arne\All\TRAIL_Haltewunschtaster.o3d[viewpoint]
3[illumination_interior]
-1
0
1
2[viewpoint]
3[mouseevent]
door_haltewunsch**************************************
ÍÎÌÅÐÀ ÍÀ ÊÓÇÎÂÅ
**************************************[mesh]
O530_Trail\wagennummer.o3d[matl]
D_wagennummer.bmp
0[useTextTexture]
0[matl_alpha]
2[matl_texadress_clamp]
[matl]
D_kennzeichen.bmp
0[useTextTexture]
1[matl_alpha]
2[matl_texadress_clamp]
**************************************
ÎÑÒÅÊËÅÍÈÅ
**************************************[mesh]
CitaroUE\Arne\Standart_Nied\TRAIL_Fenster_ext.o3d[illumination_interior]
-1
-1
-1
-1[matl]
01_UE_G_white_trail.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]-----------------------------
[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl]
Fenster.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]**************************************
ÑÒÅÊËÎ Â ÑÀËÎÍÅ
**************************************[mesh]
CitaroUE\Arne\All\TRAIL_Fenster_int.o3d[matl]
Fenster.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]**************************************
ÔÎÐÒÎ×ÊÈ Â ÑÀËÎÍÅ
**************************************[mesh]
O530_Trail\Klappfenster_1A.o3d[illumination_interior]
-1
0
1
2[mouseevent]
cp_klappfenster_OL2[newanim]
origin_trans
-1.238
0
2.156origin_rot_x
0origin_rot_y
90origin_rot_z
90anim_rot
cp_klappfenster_OL2
30**********
[mesh]
O530_Trail\Klappfenster_2A.o3d[illumination_interior]
-1
0
1
2[mouseevent]
cp_klappfenster_OL1[newanim]
origin_trans
1.238
0
2.156origin_rot_x
0origin_rot_y
90origin_rot_z
90anim_rot
cp_klappfenster_OL1
-30**************************************
ÑÒÅÊËÀ ÍÀ ÄÂÅÐßÕ
**************************************[mesh]
CitaroUE\MVAG\ue\Tuerfenst_HV.o3d[illumination_interior]
-1
-1
-1
-1[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl]
fenster_dark.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite][viewpoint]
0[newanim]
origin_trans
1.19819
-0.673
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-135[newanim]
origin_trans
1.1851
-0.24253
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
130[newanim]
origin_rot_z
-90anim_trans
Daueranimation
2.23
*****[mesh]
CitaroUE\MVAG\ue\Tuerfenst_HH.o3d[illumination_interior]
-1
-1
-1
-1[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[matl]
regen.tga
0[matl_alpha]
2[alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl]
fenster_dark.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite][viewpoint]
0[newanim]
origin_trans
1.19821
-1.25143
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
135[newanim]
origin_trans
1.18512
-1.6819
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-130[newanim]
origin_rot_z
-90anim_trans
Daueranimation
2.23**************************************
ÒÀÁËÎ
****************************************************************************
ÑÒÅÊËÀ  ÔÎÐÒÎ×ÊÀÕ
**************************************[mesh]
CitaroUE\Arne\Standart_Nied\TRAIL_Klappfenster_1B.o3d[illumination_interior]
-1
-1
-1
-1[newanim]
origin_trans
-1.238
0
2.156origin_rot_x
0origin_rot_y
90origin_rot_z
90anim_rot
cp_klappfenster_OL2
30[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][matl]
regen.tga
0[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl]
01_UE_G_white_trail.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]**********
[mesh]
CitaroUE\Arne\Standart_Nied\TRAIL_Klappfenster_2B.o3d[illumination_interior]
-1
-1
-1
-1[newanim]
origin_trans
1.238
0
2.156origin_rot_x
0origin_rot_y
90origin_rot_z
90anim_rot
cp_klappfenster_OL1
-30[matl]
d_dreck.tga
0[alphascale]
Dirt_Norm[matl_noZwrite]
[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][matl]
regen.tga
0[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite][alphascale]
Rain_Window_Norm_Wetness[matl_noZwrite]
[matl]
01_UE_G_white_trail.tga
0[matl_alpha]
2[matl_envmap]
Refl.jpg
0.4[matl_noZcheck]
[matl_noZwrite]**************************************
ÒÅÍÜ
**************************************[mesh]
O530_Trail\Schatten.o3d[isshadow]
[matl]
Shadow.tga
0[matl_alpha]
2[matl_noZcheck]
[matl_noZwrite]**************************************
ÎÑÂÅÙÅÍÈÅ
**************************************[interiorlight]
lights_beleuchtung_unterdeck
1.8
250
220
170
0
2.53
1.9[interiorlight]
lights_beleuchtung_oberdeck
1.8
250
220
170
0
0.41
1.9[interiorlight]
lights_beleuchtung_unterdeck
1.8
250
220
170
0
-2.36
1.9[interiorlight]
lights_beleuchtung_oberdeck
1.8
250
220
170
0
5.3
1.9**************************************
ÏÎÂÎÐÎÒÍÈÊ ÏÐÀÂÎ
**************************************[mesh]
O530_Trail\Blre.o3d[illumination_interior]
-1
-1
-1
-1[light_enh_2]
1.175
-3.658
1.45
1.2
-1
0
0
0
1
1
0
240
110
0
0.3
50
100
lights_blinker_r_bulb_3
4
0.1
2
1
0.03
blre2.bmp[light_enh_2]
0.842
-3.719
2.791
0
-1
0
0
0
1
1
0
240
110
0
0.2
50
100
lights_blinker_r_bulb_4
4
0.1
2
1
0.03
back.bmp**************************************
ÏÎÂÎÐÎÒÍÈÊ ËÅÂÎ
**************************************[mesh]
O530_Trail\Blli.o3d[illumination_interior]
-1
-1
-1
-1[light_enh_2]
-1.175
-3.658
1.45
-1.2
-1
0
0
0
1
1
0
240
110
0
0.3
50
100
lights_blinker_l_bulb_3
4
0.1
2
1
0.03
blli2.bmp[light_enh_2]
-0.842
-3.719
2.791
0
-1
0
0
0
1
1
0
240
110
0
0.2
50
100
lights_blinker_l_bulb_4
4
0.1
2
1
0.03
back.bmp**************************************
ÃÀÁÀÐÈÒÛ
**************************************[mesh]
O530_Trail\stan.o3d[illumination_interior]
-1
-1
-1
-1[matl_change]
03.jpg
0
lights_stand[matl_item]
[matl_nightmap]
03_n.jpg[light_enh_2]
1.175
-3.658
1.273
1.2
-1
0
0
0
1
1
0
245
5
0
0.3
50
100
lights_stand
1.0
0.1
2
1
0.03
stre.bmp[light_enh_2]
0.926
-3.719
2.791
0
-1
0
0
0
1
1
0
245
5
0
0.2
50
100
lights_stand
1.0
0.1
2
1
0.03
back.bmp*****
[light_enh_2]
-1.175
-3.658
1.273
-1.2
-1
0
0
0
1
1
0
245
5
0
0.3
50
100
lights_stand
1.0
0.1
2
1
0.03
stli.bmp[light_enh_2]
-0.926
-3.719
2.791
0
-1
0
0
0
1
1
0
245
5
0
0.2
50
100
lights_stand
1.0
0.1
2
1
0.03
back.bmp
*******************************************
ÑÒÎÏ-ÑÈÃÍÀËÛ
**************************************[mesh]
O530_Trail\stop.o3d[illumination_interior]
-1
-1
-1
-1[visible]
lights_brems
1[matl_change]
03.jpg
0
lights_brems[matl_item]
[matl_nightmap]
03_n.jpg[light_enh_2]
1.175
-3.658
1.273
1.2
-1
0
0
0
1
1
0
245
5
0
0.3
50
100
lights_brems
1.0
0.1
2
1
0.03
stre.bmp[light_enh_2]
0.926
-3.719
2.791
0
-1
0
0
0
1
1
0
245
5
0
0.2
50
100
lights_brems
1.0
0.1
2
1
0.03
back.bmp*****
[light_enh_2]
-1.175
-3.658
1.273
-1.2
-1
0
0
0
1
1
0
245
5
0
0.3
50
100
lights_brems
1.0
0.1
2
1
0.03
stli.bmp[light_enh_2]
-0.926
-3.719
2.791
0
-1
0
0
0
1
1
0
245
5
0
0.2
50
100
lights_brems
1.0
0.1
2
1
0.03
back.bmp[light_enh_2]
-0.9
-3.719
0.75
0
-1
0
0
0
1
1
0
245
5
0
0.3
50
100
lights_nebelschluss
1.0
0.1
2
1
0.1
back.bmp**************************************
bustec TFT
**************************************[mesh]
AJ-Productions\bustec\Bustec_main.o3d[illumination_interior]
0
1
2
3[matl_noZwrite]
[newanim]
origin_rot_z
-90anim_trans
Daueranimation
-1.05[newanim]
origin_rot_y
-90anim_trans
Daueranimation
0[newanim]
origin_rot_x
-90anim_trans
Daueranimation
0-----------------------------------------
[mesh]
AJ-Productions\bustec\Bustec_display.o3d[illumination_interior]
0
1
2
3[matl]
TFT_Display.tga
0[matl_freetex]
TFT_Display.tga
TFT_Display[matl_lightmap]
TFT_Display.tga
elec_busbar_main[matl_noZwrite]
[newanim]
origin_rot_z
-90anim_trans
Daueranimation
-1.05[newanim]
origin_rot_y
-90anim_trans
Daueranimation
0[newanim]
origin_rot_x
-90anim_trans
Daueranimation
0-----------------------------------------
[mesh]
AJ-Productions\bustec\Bustec_WagenHaelt.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[visible]
TFT_haltewunsch
1[newanim]
origin_rot_z
-90anim_trans
Daueranimation
-1.05[newanim]
origin_rot_y
-90anim_trans
Daueranimation
0[newanim]
origin_rot_x
-90anim_trans
Daueranimation
0**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_ziel.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
23[matl_alpha]
2[newanim]
origin_rot_z
-90anim_trans
Daueranimation
0[newanim]
origin_rot_y
-90anim_trans
Daueranimation
0[newanim]
origin_rot_x
-90anim_trans
Daueranimation
0-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
23[matl_alpha]
2[newanim]
origin_rot_z
-90anim_trans
Daueranimation
-1.05[newanim]
origin_rot_y
-90anim_trans
Daueranimation
0[newanim]
origin_rot_x
-90anim_trans
Daueranimation
0**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_nextstop.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
24[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
24[matl_alpha]
2[newanim]
origin_rot_z
-90anim_trans
Daueranimation
-1.05[newanim]
origin_rot_y
-90anim_trans
Daueranimation
0[newanim]
origin_rot_x
-90anim_trans
Daueranimation
0**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_Stop1.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
25[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
25[matl_alpha]
2[newanim]
origin_rot_z
-90anim_trans
Daueranimation
-1.05[newanim]
origin_rot_y
-90anim_trans
Daueranimation
0[newanim]
origin_rot_x
-90anim_trans
Daueranimation
0**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_Stop2.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
26[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
26[matl_alpha]
2[newanim]
origin_rot_z
-90anim_trans
Daueranimation
-1.05[newanim]
origin_rot_y
-90anim_trans
Daueranimation
0[newanim]
origin_rot_x
-90anim_trans
Daueranimation
0**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_Stop3.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
27[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
27[matl_alpha]
2[newanim]
origin_rot_z
-90anim_trans
Daueranimation
-1.05[newanim]
origin_rot_y
-90anim_trans
Daueranimation
0[newanim]
origin_rot_x
-90anim_trans
Daueranimation
0**************************************
**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_Stop4.o3d[illumination_interior]
0
1
2
3[viewpoint]
3[matl]
Textfeld.bmp
0[useTextTexture]
28[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
28[matl_alpha]
2[newanim]
origin_rot_z
-90anim_trans
Daueranimation
-1.05[newanim]
origin_rot_y
-90anim_trans
Daueranimation
0[newanim]
origin_rot_x
-90anim_trans
Daueranimation
0**************************************
[mesh]
AJ-Productions\bustec\Bustec_text_linie.o3d[illumination_interior]
0
1
2
3[matl]
Textfeld.bmp
0[useTextTexture]
29[matl_alpha]
2-----------------------------------------
[matl]
Textfeld.bmp
0[useTextTexture]
29[matl_alpha]
2[newanim]
origin_rot_z
-90anim_trans
Daueranimation
-1.05[newanim]
origin_rot_y
-90anim_trans
Daueranimation
0[newanim]
origin_rot_x
-90anim_trans
Daueranimation
0model_O530 G_ue_trail
GUE_E2
[friendlyname]
Mercedes-Benz Citaro U
Citaro GU - 3D ZF - E2
White[description]
Der Mercedes-Benz EvoBus Citaro (G) ( interne Bezeichnung: O530 (G)) ist der aktuelle Stadtbus von EvoBus Mannheim für den öffentlichen Nahverkehr. Er wurde im Jahr 1997 vorgestellt und löst seinen Vorgänger, den O405/N ab.-Variante-
O530 Gelenkbus
Standard-Technische Daten-
Länge: 17990 mm
Breite: 2550 mm
Höhe 3076 mmMotor:
OM457hLA mit 299PS
Abgasnorm: Euro 3
Getriebe:
ZF Ecomat 2 5HP-592Leergewicht: 17.295 kg
Max. zulässiges Gewicht: 27.800 kgSitze: 47+2
Stehplätze: 75[end]
[number]
Regs_O530.org[registration_free]
[registration_automatic]
MA-MB 530[kmcounter_init]
1992
60000[sound]
sound-citaro\sound_ZF_ue.cfg[sound_ai]
sound-citaro\sound_ZF_ue.cfg[model]
model\model_O530 G_ue.cfg[paths]
model\paths Main.cfg[passengercabin]
model\passengercabin_O530_GUE Main.cfg////////////////////////////////////////////////////////
Scripts
////////////////////////////////////////////////////////[varnamelist]
25
script\Collision_varlist.txt
script\antrieb_varlist_zf.txt
script\engine_varlist.txt
script\elec_varlist.txt
script\bremse_varlist.txt
script\auspuff_varlist.txt
script\lights_varlist.txt
script\door_varlist.txt
script\wiper_varlist.txt
script\cockpit_varlist.txt
script\klappern_varlist.txt
script\rollband_varlist.txt
script\heizung_varlist.txt
script\rain_varlist.txt
script\dirt_varlist.txt
script\IBIS_varlist_SWH.txt
script\VMatrix\Matrix_varlist.txt
script\wimpel_varlist.txt
script\visual_varlist.txt
script\cashdesk_varlist.txt
script\ticketprinter_varlist_SWH.txt
script\vdv_varlist.txt
script\articulation_varlist.txt
script\spray_varlist.txt
script\FloFix\TFT\TFT_varlist.txt[stringvarnamelist]
7
script\IBIS_stringvarlist_SWH.txt
script\Rollband_stringvarlist.txt
script\VMatrix\Matrix_stringvarlist.txt
script\ticketprinter_stringvarlist_SWH.txt
script\cockpit_stringvarlist.txt
script\vdv_stringvarlist.txt
script\FloFix\TFT\TFT_stringvarlist.txt[script]
27
script\O530G_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_manual_ES.osc
script\wiper.osc
script\klappern.osc
script\forcefeedback.osc
script\rain.osc
script\dirt.osc
script\sound_volume.osc
script\heizung.osc
script\IBIS-2_SWH.osc
script\VMatrix\matrix.osc
script\wimpel.osc
script\cashdesk.osc
script\ticketprinter_SWH.osc
script\summer.osc
script\vdv_old.osc
script\articulation.osc
script\spray.osc
script\FloFix\TFT\TFT.osc[constfile]
20
script\collision_constfile.txt
script\zf-5hp.txt
script\engine_constfile_om457hla_299.txt
script\elec_constfile.txt
script\bremse_constfile_D92.txt
script\lights_constfile.txt
script\door_constfile_ue.txt
script\auspuff_constfile.txt
script\cockpit_constfile_D92.txt
script\klappern_constfile.txt
script\rollband_constfile.txt
script\forcefeedback_constfile.txt
script\wiper_constfile.txt
script\dirt_constfile.txt
script\heizung_constfile.txt
script\IBIS_constfile.txt
script\VMatrix\matrix_constfile.txt
script\vdv_constfile.txt
script\articulation_constfile.txt
script\FloFix\TFT\TFT_constfile.txt////////////////////////////////////////////////////////
Kameras *NEU01*
////////////////////////////////////////////////////////0: Blick nach ganz links
[add_camera_driver]
-0.9
4.9
1.84
-0.06
55
-135
-5
1: Blick nach schrдg links
[add_camera_driver]
-0.713
4.68
1.84
-0.06
55
-90
-5
2: Blick in den linken Spiegel
[add_camera_driver]
-0.713
4.68
1.75
-0.06
45
-30
103: Blick nach vorne (std)
[add_camera_driver]
-0.713
4.61
1.8
-0.06
45
0
-104: Blick in den rechten Spiegel
[add_camera_driver]
-0.713
4.68
1.75
-0.06
55
40
-55: Blick zur Tьr
[add_camera_driver]
-0.713
4.9
1.84
-0.06
55
90
-105b: Blick in den Rückspiegel
[add_camera_driver]
-0.713
4.68
1.84
-0.06
55
45
256: Blick nach ganz rechts
[add_camera_driver]
0
4.68
1.78
-0.06
55
160
-107: Fahrscheinverkauf-Sicht
[add_camera_driver]
-0.713
4.78
1.84
-0.06
50
60
-35[view_ticketselling]
8: Fahrplan-Sicht
[add_camera_driver]
-0.713
4.68
1.84
-0.06
55
-15
45
[view_schedule]################
Passagiersichten
################0: Hinten links sitzend
[add_camera_pax]
-0.945
-2.185
2
-0.06
55
25
01: Stehplatz an der Hintertuer
[add_camera_pax]
-0.8
-0.6
2.05
-0.06
55
90
0
2: vorne rechts sitzend
[add_camera_pax]
0.94
1.67
1.6
-0.06
55
-20
03: vorne auf dem "Beifahrersitz"
[add_camera_pax]
0.6
3.6
2.0
-0.06
45
-20
0Folgender Befehl setzt die Standardfahrerkamera:
[set_camera_std]
3Folgender Befehl setzt den Zentrierpunkt der AuЯenkamera:
[set_camera_outside_center]
0
0
1.2////////////////////////////////////////////////////////
Reflexionskameras *NEU01*
////////////////////////////////////////////////////////
Linker Außenspiegel
[add_camera_reflexion]
-1.348
5.56
2.2
0
52
165
-10
0.15Rechter Außenspiegel
[add_camera_reflexion]
1.4
6.12
2.2
0
52
201
-10
0.15Innenraumrückspiegel
[add_camera_reflexion]
0.266
4.92
2.508
0
52
210
-30
0.15Mitteltürspiegel
////////////////////////////////////////////////////////
Physikalische und geometrische Grunddaten
////////////////////////////////////////////////////////[mass]
8[momentofintertia]
300
80
300[boundingbox]
2.52
10.5
2.5
0
0.7
1.7[cog]
0
0
0.8[schwerpunkt]
1.2[rollwiderstand]
1000[rot_pnt_long]
-2.615[inv_min_turnradius]
0.13[ai_deltaheight]
-0.10Vorderachse:
[newachse]
achse_long
3.275
achse_maxwidth
2.4
achse_minwidth
1.83
achse_raddurchmesser
0.94
achse_feder
200
achse_maxforce
100
achse_daempfer
20
achse_antrieb
0Hinterachse:
[newachse]
achse_long
-2.615
achse_maxwidth
2.4
achse_minwidth
1.17
achse_raddurchmesser
0.94
achse_feder
300
achse_maxforce
150
achse_daempfer
20
achse_antrieb
1[coupling_back]
0
-4.456
0.503[couple_back]
GUE_E2_T.bus
falseGUE_E2_T
[model]
model\model_O530 G_ue_trail.cfg[sound]
sound-citaro\sound_ZF_T_ue.cfg[sound_ai]
sound-citaro\sound_ZF_T_ue.cfg[scriptshare]
[paths]
model\paths Trailer.cfg[passengercabin]
model\passengercabin_O530_GUE Trailer.cfg////////////////////////////////////////////////////////
Scripts
////////////////////////////////////////////////////////[varnamelist]
25
script\Collision_varlist.txt
script\antrieb_varlist_zf.txt
script\engine_varlist.txt
script\elec_varlist.txt
script\bremse_varlist.txt
script\auspuff_varlist.txt
script\lights_varlist.txt
script\door_varlist.txt
script\wiper_varlist.txt
script\cockpit_varlist.txt
script\klappern_varlist.txt
script\rollband_varlist.txt
script\heizung_varlist.txt
script\rain_varlist.txt
script\dirt_varlist.txt
script\IBIS_varlist_SWH.txt
script\VMatrix\Matrix_varlist.txt
script\wimpel_varlist.txt
script\visual_varlist.txt
script\cashdesk_varlist.txt
script\ticketprinter_varlist_SWH.txt
script\vdv_varlist.txt
script\articulation_varlist.txt
script\spray_varlist.txt
script\FloFix\TFT\TFT_varlist.txt[stringvarnamelist]
7
script\IBIS_stringvarlist_SWH.txt
script\Rollband_stringvarlist.txt
script\VMatrix\Matrix_stringvarlist.txt
script\ticketprinter_stringvarlist_SWH.txt
script\cockpit_stringvarlist.txt
script\vdv_stringvarlist.txt
script\FloFix\TFT\TFT_stringvarlist.txt################
Passagiersichten
################0: Hinten links sitzend
[add_camera_pax]
-0.5
-0.032
2
-0.06
55
25
01: Stehplatz an der Hintertuer
[add_camera_pax]
0
0.975
2.05
-0.06
55
90
04: Hinten rechts sitzend
[add_camera_pax]
0.4
-3.2
2.2
-0.06
45
0
05: Hinten links sitzend
[add_camera_pax]
-1.0
-3.2
2.2
-0.06
45
0
06: Hinten mittig sitzend
[add_camera_pax]
0.0
-3.2
2.2
-0.06
45
0
0[set_camera_outside_center]
0
0
1.2////////////////////////////////////////////////////////
Physikalische und geometrische Grunddaten
////////////////////////////////////////////////////////[mass]
6[momentofintertia]
300
80
300[boundingbox]
2.52
6.85
2.5
0
-0.32
1.7[cog]
0
0
0.8[schwerpunkt]
1.2[rollwiderstand]
500[rot_pnt_long]
-0.39[ai_deltaheight]
-0.10Hinterachse:
[newachse]
achse_long
-0.39
achse_maxwidth
2.4
achse_minwidth
1.17
achse_raddurchmesser
0.94
achse_feder
300
achse_maxforce
150
achse_daempfer
20
achse_antrieb
1[coupling_front]
0
3.89
0.503[couple_front_open_for_sound]
[coupling_front_character]
52.5
-20
20
1 -
-
Skript und Fonts eingefügt ?
-
Alles anzeigen
kann man das auch in den Solaris einfügen ?
was habe ich falsch gemacht ? Könnte es an den TExt Texturen liegen es werden auch nicht die richtigen Haltstellen angezeigt====================
Start logging
====================Date: 12.02.2017
Time: 08:46:24
Version: 2.3.0040 08:46:24 - - Information: OMSI is working in fullscreen mode
1 08:46:26 - - Information: TIR - looking for DLL path...
2 08:46:26 - - Information: TIR - DLL path not found - TIR disabled [0]
3 08:47:03 - - Information: Options dialog created
4 08:47:03 - - Information: Weather dialog created
5 08:47:03 - - Information: Profiles dialog created
6 08:47:03 - - Information: Time table running dialog created
7 08:47:04 - - Information: Start dialog created
8 08:47:04 - - Information: Menu 2 created
9 08:47:04 - - Information: Menu 3 created
10 08:47:04 - - Information: Tut dialog created
11 08:47:04 - - Information: Menu pos set
12 08:47:04 - - Information: Bro initialized
13 08:47:04 - - Information: Human engine initialized
14 08:47:04 - - Information: Forms set
15 08:47:04 - - Information: Captions set
16 08:47:04 - - Information: Screen ration set
17 08:47:04 - - Information: Init3D: BackBufferFormat = 22
18 08:47:04 - - Information: Init3D: Hardware vertex processing
19 08:47:04 - - Information: Init3D: Max iso = 16
20 08:47:04 - - Information: Init3D: Hal active
21 08:47:04 - - Information: Creating 3D device procedure finished
22 08:47:04 - - Information: 3D initialized
23 08:47:04 - - Information: Direct sound initialized
24 08:47:04 - - Information: Create main manager...
25 08:47:04 - - Information: Veh array created
26 08:47:04 - - Information: CS initialized
27 08:47:04 - - Information: Station manager created
28 08:47:04 - - Information: OBB created
29 08:47:04 - - Information: Tex managers created
30 08:47:04 - - Information: Tex manager started
31 08:47:04 - - Information: Tutorial manager created
32 08:47:04 - - Information: Material manager created
33 08:47:04 - - Information: Scenery object manager created
34 08:47:04 - - Information: Human manager created
35 08:47:04 - - Information: RV type manager created
36 08:47:04 - - Information: RV lists created
37 08:47:04 - - Information: Spline manager created
38 08:47:04 - - Information: Time table manager created
39 08:47:04 - - Information: Currency manager created
40 08:47:04 - - Warning: Did not find texture file "30er_reihensiedlung01.bmp"!
41 08:47:04 - - Warning: Did not find texture file "SD_Rad_v.bmp"!
42 08:47:04 - - Warning: Did not find texture file "reifen.bmp"!
43 08:47:04 - - Information: Visual helpers created
44 08:47:04 - - Information: Audio Mixer erstellen...
45 08:47:04 - - Information: ---
46 08:47:04 - - Information: Download Internet Textures...
47 08:47:06 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_1/Ad1_1.dds
48 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad1_2.dds
49 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad1_3.dds
50 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad2_1.dds
51 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad2_2.dds
52 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad2_3.dds
53 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad3_1.dds
54 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad3_2.dds
55 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad3_3.dds
56 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad4_1.dds
57 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad4_2.dds
58 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad4_3.dds
59 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad1_1.dds
60 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad1_3.dds
61 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad2_1.dds
62 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad2_3.dds
63 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad3_1.dds
64 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad3_3.dds
65 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad4_1.dds
66 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad4_3.dds
67 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/bus/Innen_Ad_1.dds
68 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/bus/Innen_Ad_2.dds
69 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/bus/Innen_Ad_3.dds
70 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/bus/Innen_Ad_4.dds
71 08:47:08 - - Information: Input Manager erstellen...
72 08:47:08 - - Information: Tastaturbefehle laden...
73 08:47:08 - - Information: Game Controller laden...
74 08:47:08 - - Information: Progman initialisieren...
75 08:47:08 - - Information: Partikelvertices initialisieren...
76 08:47:08 - - Information: Lichtquellen initialisieren...
77 08:47:08 - - Information: System-Scriptvariablen initialisieren...
78 08:47:08 - - Information: Redline initialisieren...
79 08:47:08 - - Information: Traffic Path Manager initialisieren...
80 08:47:08 - - Information: Plugins initialisieren...
81 08:47:08 - - Information: Spline-Helper initialisieren...
82 08:47:08 - - Warning: Did not find texture file "path_car_1.bmp"!
83 08:47:13 - - Error: In "maps\Tettau\Chrono\_1Tettau_alt\Chrono.cfg" there was an error in line 16!
84 08:47:20 - - Information: Loading Situation maps\Arvidsoft_AlpenMap\laststn.osn...
85 08:47:20 - - Information: Date: 2015 0410, Time: 112903
86 08:47:20 - - Information: Load maps\Arvidsoft_AlpenMap\global.cfg map...
87 08:47:21 - - Information: Load Cloud and Snowfall objects...
88 08:47:21 - - Warning: Did not find texture file "texture.tga"!
89 08:47:21 - - Warning: Did not find texture file "Snow_1.bmp.001"!
90 08:47:21 - - Information: Load Precip. Part. System...
91 08:47:21 - - Information: Load Precip. Sound...
92 08:47:21 - - Information: Sound erstellen...
93 08:47:21 - - Information: Sound laden...
94 08:47:21 - - Information: Set Weather System vars...
95 08:47:21 - - Information: Sky and Weather created
96 08:47:21 - - Information: Date: 2015 0410, Time: 112903
97 08:47:27 - - Information: Fonts initialized
98 08:47:27 - - Information: Map created
99 08:47:28 - - Information: Map Global File loaded
100 08:47:28 - - Information: Registrations loaded
101 08:47:28 - - Information: Parked Cars loaded
102 08:47:28 - - Information: Map AILists loaded
103 08:47:28 - - Information: New Centerkachel set
104 08:47:28 - - Information: VarParents loaded
105 08:47:28 - - Information: Special Objects refreshed
106 08:47:28 - - Information: Object and Spline Matrices refreshed
107 08:47:28 - - Information: Map loaded
108 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 2 begins before previous entry ends!
109 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 4 begins before previous entry ends!
110 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 6 begins before previous entry ends!
111 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 8 begins before previous entry ends!
112 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 10 begins before previous entry ends!
113 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 12 begins before previous entry ends!
114 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 14 begins before previous entry ends!
115 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 16 begins before previous entry ends!
116 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 18 begins before previous entry ends!
117 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 20 begins before previous entry ends!
118 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 22 begins before previous entry ends!
119 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 24 begins before previous entry ends!
120 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 26 begins before previous entry ends!
121 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 28 begins before previous entry ends!
122 08:47:28 - - Information: Humans created
123 08:47:28 - - Information: Editor refreshed
124 08:47:28 - - Warning: Cloudtype "-1" could not be found!
125 08:47:28 - - Information: Weather loaded
126 08:47:28 - - Information: Map camera loaded
127 08:47:28 - - Information: maps\Arvidsoft_AlpenMap\global.cfg map loaded!
128 08:47:29 - - Warning: Did not find texture file "text.bmp"!
129 08:47:29 - - Warning: Did not find texture file "text.bmp"!
130 08:47:29 - - Information: Refresh Tile: 30, maps\Arvidsoft_AlpenMap\tile_-10_-4.map ...
131 08:47:29 - - Information: Refresh Tile: 29, maps\Arvidsoft_AlpenMap\tile_-9_-4.map ...
132 08:47:30 - - Information: Refresh Tile: 16, maps\Arvidsoft_AlpenMap\tile_-8_-6.map ...
133 08:47:30 - - Information: Refresh Tile: 15, maps\Arvidsoft_AlpenMap\tile_-8_-5.map ...
134 08:47:30 - - Warning: Did not find texture file "text.bmp"!
135 08:47:30 - - Information: Refresh Tile: 14, maps\Arvidsoft_AlpenMap\tile_-8_-4.map ...
136 08:47:30 - - Information: Refresh Tile: 13, maps\Arvidsoft_AlpenMap\tile_-8_-3.map ...
137 08:47:30 - - Information: Refresh Tile: 12, maps\Arvidsoft_AlpenMap\tile_-8_-2.map ...
138 08:47:31 - - Warning: Busstop OMSI_Dorf/ found no exiting path!
139 08:47:31 - - Warning: Busstop OMSI_Dorf_Terminus/ found no exiting path!
140 08:47:31 - - Information: Date: 2015 0410, Time: 112903
141 08:47:31 - - Warning: Cloudtype "-1" could not be found!
142 08:47:31 - - Information: Date: 2015 0410, Time: 112903
143 08:47:35 - - Information: Traffic loaded
144 08:47:35 - - Information: Reset Passengers...
145 08:47:35 - - Information: Initialize Scheduled AI...
146 08:47:35 - - Information: Refresh All Vehicle Indices...
147 08:47:35 - - Information: Date: 2015 0410, Time: 112903
148 08:47:35 - - Information: Reset Passengers...
149 08:47:35 - - Information: Initialize Scheduled AI...
150 08:47:35 - - Information: Refresh All Vehicle Indices...
151 08:47:35 - - Warning: Direct3D-Device lost!
152 08:47:35 - - Information: Direct3D-Device resetted!
153 08:47:35 - - Information: Reset State Matrices...
154 08:47:35 - - Information: Start Tex Thread...
155 08:47:35 - - Information: Init Red Line...
156 08:47:35 - - Information: Set Initial Render States...
157 08:47:35 - - Information: Menu pos set
158 08:47:35 - - Warning: Did not find texture file "Kennz.bmp"!
159 08:47:36 - - Warning: Did not find texture file "Kennz.bmp"!
160 08:47:36 - - Warning: Did not find texture file "Kennz.bmp"!
161 08:47:36 - - Warning: Did not find texture file "Kennz.bmp"!
162 08:47:37 - - Information: Init3D: BackBufferFormat = 22
163 08:47:37 - - Information: Init3D: Hardware vertex processing
164 08:47:37 - - Information: Init3D: Max iso = 16
165 08:47:37 - - Information: Init3D: Hal active
166 08:47:37 - - Information: Creating 3D device procedure finished
167 08:47:43 - - Warning: Did not find texture file "Linienliste_ANX.bmp"!
168 08:47:43 - - Warning: Did not find texture file "Linienliste_ANX.bmp"!
169 08:47:43 - - Warning: Did not find texture file "textfeld2.bmp"!
170 08:47:43 - - Warning: Did not find texture file "textfeld3.bmp"!
171 08:47:43 - - Warning: Did not find texture file "textfeld3.bmp"!
172 08:47:43 - - Warning: Did not find texture file "textfeld2.bmp"!
173 08:47:43 - - Warning: Did not find texture file "textfeld3.bmp"!
174 08:47:43 - - Warning: Did not find texture file "textfeld2.bmp"!
175 08:47:45 - - Warning: File vehicles\CSB_L_MB_O530_G\model\model_2005_G_CVAG_Trail.cfg: texture filename trailer_01white.tga not found in mesh file vehicles\CSB_L_MB_O530_G\model\O530_E3\Wagenkasten.o3d!
176 08:47:45 - - Warning: File vehicles\CSB_L_MB_O530_G\model\model_2005_G_CVAG_Trail.cfg: texture filename 21.tga not found in mesh file vehicles\CSB_L_MB_O530_G\model\O530_E3\Wagenkasten.o3d!
177 08:48:00 - - Warning: Did not find texture file "D_wagennummer.bmp"!
178 08:48:04 - - Warning: Did not find texture file "Linienliste_ANX.bmp"!
179 08:48:04 - - Warning: Did not find texture file "Linienliste_ANX.bmp"!
180 08:48:04 - - Warning: Did not find texture file "Drucker-Textfeld.tga"!
181 08:48:04 - - Warning: Did not find texture file "IBIS2-Delay_min.tga"!
182 08:48:04 - - Warning: Did not find texture file "IBIS2-Delay_sec.tga"!
183 08:48:04 - - Warning: Did not find texture file "IBIS2-Delay_state.tga"!
184 08:48:05 - - Warning: Did not find texture file "D_kennzeichen.bmp"!
185 08:48:05 - - Warning: Did not find texture file "D_wagennummer.bmp"!
186 08:48:19 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
187 08:48:19 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
188 08:48:19 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
189 08:48:19 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
190 08:48:19 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
191 08:48:23 - - Warning: Did not find texture file "Drucker-Textfeld.tga"!
192 08:48:26 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
193 08:48:26 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
194 08:48:26 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
195 08:48:26 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
196 08:48:26 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
197 08:48:38 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
198 08:48:38 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
199 08:48:38 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
200 08:48:38 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
201 08:48:38 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
202 08:48:40 - - Warning: Did not find texture file "Drucker-Textfeld.tga"!
203 08:48:49 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
204 08:48:49 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
205 08:48:49 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
206 08:48:49 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
207 08:48:49 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
208 08:48:58 - - Information: Menu pos set
209 08:48:59 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_rausch.wav does not exist!
210 08:48:59 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_Motor@592.wav does not exist!
211 08:49:01 - - Warning: Did not find texture file "Linienlisten\Hamburg (HHA)_ANX.jpg"!
212 08:49:29 - - Warning: Did not find texture file "Kennz.bmp"!
213 08:49:55 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Hamburg (HHA).bmp"!
214 08:49:59 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Hamburg (HHA).bmp"!
215 08:50:01 - - Information: Try placing random bus:
216 08:50:04 - - Warning: Did not find texture file "textfeld_thermo.tga"!
217 08:50:04 - - Warning: Did not find texture file "Drucker-Textfeld.tga"!
218 08:50:04 - - Warning: Did not find texture file "IBIS2-Delay_min.tga"!
219 08:50:04 - - Warning: Did not find texture file "IBIS2-Delay_sec.tga"!
220 08:50:04 - - Warning: Did not find texture file "IBIS2-Delay_state.tga"!
221 08:50:04 - - Warning: Did not find texture file "temp.bmp"!
222 08:50:05 - - Warning: Did not find texture file "temp.bmp"!
223 08:50:05 - - Warning: Did not find texture file "D_wagennummer.tga"!
224 08:50:05 - - Warning: Did not find texture file "temp.bmp"!
225 08:50:06 - - Warning: Did not find texture file "D_kennzeichen.tga"!
226 08:50:06 - - Warning: Did not find texture file "D_wagennummer.tga"!
227 08:50:06 - - Warning: File Vehicles\MAN_NL_NG\model\model_EN92.cfg: texture filename dreck.tga not found in mesh file Vehicles\MAN_NL_NG\model\EN92\EN92_wagenkasten_dreck.o3d!
228 08:50:06 - - Warning: File Vehicles\MAN_NL_NG\model\model_EN92.cfg: texture filename regen.tga not found in mesh file Vehicles\MAN_NL_NG\model\EN92\LOD_EN92_tuer_MV.o3d!
229 08:50:06 - - Warning: File Vehicles\MAN_NL_NG\model\model_EN92.cfg: texture filename regen.tga not found in mesh file Vehicles\MAN_NL_NG\model\EN92\LOD_EN92_tuer_MH.o3d!
230 08:50:06 - - Warning: Did not find texture file "D_Rad_v.bmp"!
231 08:50:16 - - Warning: Did not find texture file "Kennz.bmp"!
232 08:50:39 - - Warning: Did not find texture file "..\..\Anzeigen\Seitenschilder\\200.bmp"!
233 08:50:39 - - Warning: Did not find texture file "Linienlisten\Hamburg (HHA)_ANX.jpg"!
234 08:51:07 - - Information: Deativating TIR...
235 08:51:07 - - Information: TIR was not available
236 08:51:07 - - Information: Closing actual map...
237 08:51:07 - - Information: Actual map closed!
238 08:51:07 - - Information: OMSI is closing...Solaris
====================
Start logging
====================Date: 12.02.2017
Time: 08:46:24
Version: 2.3.0040 08:46:24 - - Information: OMSI is working in fullscreen mode
1 08:46:26 - - Information: TIR - looking for DLL path...
2 08:46:26 - - Information: TIR - DLL path not found - TIR disabled [0]
3 08:47:03 - - Information: Options dialog created
4 08:47:03 - - Information: Weather dialog created
5 08:47:03 - - Information: Profiles dialog created
6 08:47:03 - - Information: Time table running dialog created
7 08:47:04 - - Information: Start dialog created
8 08:47:04 - - Information: Menu 2 created
9 08:47:04 - - Information: Menu 3 created
10 08:47:04 - - Information: Tut dialog created
11 08:47:04 - - Information: Menu pos set
12 08:47:04 - - Information: Bro initialized
13 08:47:04 - - Information: Human engine initialized
14 08:47:04 - - Information: Forms set
15 08:47:04 - - Information: Captions set
16 08:47:04 - - Information: Screen ration set
17 08:47:04 - - Information: Init3D: BackBufferFormat = 22
18 08:47:04 - - Information: Init3D: Hardware vertex processing
19 08:47:04 - - Information: Init3D: Max iso = 16
20 08:47:04 - - Information: Init3D: Hal active
21 08:47:04 - - Information: Creating 3D device procedure finished
22 08:47:04 - - Information: 3D initialized
23 08:47:04 - - Information: Direct sound initialized
24 08:47:04 - - Information: Create main manager...
25 08:47:04 - - Information: Veh array created
26 08:47:04 - - Information: CS initialized
27 08:47:04 - - Information: Station manager created
28 08:47:04 - - Information: OBB created
29 08:47:04 - - Information: Tex managers created
30 08:47:04 - - Information: Tex manager started
31 08:47:04 - - Information: Tutorial manager created
32 08:47:04 - - Information: Material manager created
33 08:47:04 - - Information: Scenery object manager created
34 08:47:04 - - Information: Human manager created
35 08:47:04 - - Information: RV type manager created
36 08:47:04 - - Information: RV lists created
37 08:47:04 - - Information: Spline manager created
38 08:47:04 - - Information: Time table manager created
39 08:47:04 - - Information: Currency manager created
40 08:47:04 - - Warning: Did not find texture file "30er_reihensiedlung01.bmp"!
41 08:47:04 - - Warning: Did not find texture file "SD_Rad_v.bmp"!
42 08:47:04 - - Warning: Did not find texture file "reifen.bmp"!
43 08:47:04 - - Information: Visual helpers created
44 08:47:04 - - Information: Audio Mixer erstellen...
45 08:47:04 - - Information: ---
46 08:47:04 - - Information: Download Internet Textures...
47 08:47:06 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_1/Ad1_1.dds
48 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad1_2.dds
49 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad1_3.dds
50 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad2_1.dds
51 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad2_2.dds
52 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad2_3.dds
53 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad3_1.dds
54 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad3_2.dds
55 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad3_3.dds
56 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad4_1.dds
57 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad4_2.dds
58 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/Ad4_3.dds
59 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad1_1.dds
60 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad1_3.dds
61 08:47:07 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad2_1.dds
62 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad2_3.dds
63 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad3_1.dds
64 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad3_3.dds
65 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad4_1.dds
66 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/night/Ad4_3.dds
67 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/bus/Innen_Ad_1.dds
68 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/bus/Innen_Ad_2.dds
69 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/bus/Innen_Ad_3.dds
70 08:47:08 - - Information: Problem while getting file http://omsi.wien/addon/ads/wien_2/bus/Innen_Ad_4.dds
71 08:47:08 - - Information: Input Manager erstellen...
72 08:47:08 - - Information: Tastaturbefehle laden...
73 08:47:08 - - Information: Game Controller laden...
74 08:47:08 - - Information: Progman initialisieren...
75 08:47:08 - - Information: Partikelvertices initialisieren...
76 08:47:08 - - Information: Lichtquellen initialisieren...
77 08:47:08 - - Information: System-Scriptvariablen initialisieren...
78 08:47:08 - - Information: Redline initialisieren...
79 08:47:08 - - Information: Traffic Path Manager initialisieren...
80 08:47:08 - - Information: Plugins initialisieren...
81 08:47:08 - - Information: Spline-Helper initialisieren...
82 08:47:08 - - Warning: Did not find texture file "path_car_1.bmp"!
83 08:47:13 - - Error: In "maps\Tettau\Chrono\_1Tettau_alt\Chrono.cfg" there was an error in line 16!
84 08:47:20 - - Information: Loading Situation maps\Arvidsoft_AlpenMap\laststn.osn...
85 08:47:20 - - Information: Date: 2015 0410, Time: 112903
86 08:47:20 - - Information: Load maps\Arvidsoft_AlpenMap\global.cfg map...
87 08:47:21 - - Information: Load Cloud and Snowfall objects...
88 08:47:21 - - Warning: Did not find texture file "texture.tga"!
89 08:47:21 - - Warning: Did not find texture file "Snow_1.bmp.001"!
90 08:47:21 - - Information: Load Precip. Part. System...
91 08:47:21 - - Information: Load Precip. Sound...
92 08:47:21 - - Information: Sound erstellen...
93 08:47:21 - - Information: Sound laden...
94 08:47:21 - - Information: Set Weather System vars...
95 08:47:21 - - Information: Sky and Weather created
96 08:47:21 - - Information: Date: 2015 0410, Time: 112903
97 08:47:27 - - Information: Fonts initialized
98 08:47:27 - - Information: Map created
99 08:47:28 - - Information: Map Global File loaded
100 08:47:28 - - Information: Registrations loaded
101 08:47:28 - - Information: Parked Cars loaded
102 08:47:28 - - Information: Map AILists loaded
103 08:47:28 - - Information: New Centerkachel set
104 08:47:28 - - Information: VarParents loaded
105 08:47:28 - - Information: Special Objects refreshed
106 08:47:28 - - Information: Object and Spline Matrices refreshed
107 08:47:28 - - Information: Map loaded
108 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 2 begins before previous entry ends!
109 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 4 begins before previous entry ends!
110 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 6 begins before previous entry ends!
111 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 8 begins before previous entry ends!
112 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 10 begins before previous entry ends!
113 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 12 begins before previous entry ends!
114 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 14 begins before previous entry ends!
115 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 16 begins before previous entry ends!
116 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 18 begins before previous entry ends!
117 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 20 begins before previous entry ends!
118 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 22 begins before previous entry ends!
119 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 24 begins before previous entry ends!
120 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 26 begins before previous entry ends!
121 08:47:28 - - Warning: Line "maps\Arvidsoft_AlpenMap\TTData\Skibus.ttl", tour Tagschicht: Entry 28 begins before previous entry ends!
122 08:47:28 - - Information: Humans created
123 08:47:28 - - Information: Editor refreshed
124 08:47:28 - - Warning: Cloudtype "-1" could not be found!
125 08:47:28 - - Information: Weather loaded
126 08:47:28 - - Information: Map camera loaded
127 08:47:28 - - Information: maps\Arvidsoft_AlpenMap\global.cfg map loaded!
128 08:47:29 - - Warning: Did not find texture file "text.bmp"!
129 08:47:29 - - Warning: Did not find texture file "text.bmp"!
130 08:47:29 - - Information: Refresh Tile: 30, maps\Arvidsoft_AlpenMap\tile_-10_-4.map ...
131 08:47:29 - - Information: Refresh Tile: 29, maps\Arvidsoft_AlpenMap\tile_-9_-4.map ...
132 08:47:30 - - Information: Refresh Tile: 16, maps\Arvidsoft_AlpenMap\tile_-8_-6.map ...
133 08:47:30 - - Information: Refresh Tile: 15, maps\Arvidsoft_AlpenMap\tile_-8_-5.map ...
134 08:47:30 - - Warning: Did not find texture file "text.bmp"!
135 08:47:30 - - Information: Refresh Tile: 14, maps\Arvidsoft_AlpenMap\tile_-8_-4.map ...
136 08:47:30 - - Information: Refresh Tile: 13, maps\Arvidsoft_AlpenMap\tile_-8_-3.map ...
137 08:47:30 - - Information: Refresh Tile: 12, maps\Arvidsoft_AlpenMap\tile_-8_-2.map ...
138 08:47:31 - - Warning: Busstop OMSI_Dorf/ found no exiting path!
139 08:47:31 - - Warning: Busstop OMSI_Dorf_Terminus/ found no exiting path!
140 08:47:31 - - Information: Date: 2015 0410, Time: 112903
141 08:47:31 - - Warning: Cloudtype "-1" could not be found!
142 08:47:31 - - Information: Date: 2015 0410, Time: 112903
143 08:47:35 - - Information: Traffic loaded
144 08:47:35 - - Information: Reset Passengers...
145 08:47:35 - - Information: Initialize Scheduled AI...
146 08:47:35 - - Information: Refresh All Vehicle Indices...
147 08:47:35 - - Information: Date: 2015 0410, Time: 112903
148 08:47:35 - - Information: Reset Passengers...
149 08:47:35 - - Information: Initialize Scheduled AI...
150 08:47:35 - - Information: Refresh All Vehicle Indices...
151 08:47:35 - - Warning: Direct3D-Device lost!
152 08:47:35 - - Information: Direct3D-Device resetted!
153 08:47:35 - - Information: Reset State Matrices...
154 08:47:35 - - Information: Start Tex Thread...
155 08:47:35 - - Information: Init Red Line...
156 08:47:35 - - Information: Set Initial Render States...
157 08:47:35 - - Information: Menu pos set
158 08:47:35 - - Warning: Did not find texture file "Kennz.bmp"!
159 08:47:36 - - Warning: Did not find texture file "Kennz.bmp"!
160 08:47:36 - - Warning: Did not find texture file "Kennz.bmp"!
161 08:47:36 - - Warning: Did not find texture file "Kennz.bmp"!
162 08:47:37 - - Information: Init3D: BackBufferFormat = 22
163 08:47:37 - - Information: Init3D: Hardware vertex processing
164 08:47:37 - - Information: Init3D: Max iso = 16
165 08:47:37 - - Information: Init3D: Hal active
166 08:47:37 - - Information: Creating 3D device procedure finished
167 08:47:43 - - Warning: Did not find texture file "Linienliste_ANX.bmp"!
168 08:47:43 - - Warning: Did not find texture file "Linienliste_ANX.bmp"!
169 08:47:43 - - Warning: Did not find texture file "textfeld2.bmp"!
170 08:47:43 - - Warning: Did not find texture file "textfeld3.bmp"!
171 08:47:43 - - Warning: Did not find texture file "textfeld3.bmp"!
172 08:47:43 - - Warning: Did not find texture file "textfeld2.bmp"!
173 08:47:43 - - Warning: Did not find texture file "textfeld3.bmp"!
174 08:47:43 - - Warning: Did not find texture file "textfeld2.bmp"!
175 08:47:45 - - Warning: File vehicles\CSB_L_MB_O530_G\model\model_2005_G_CVAG_Trail.cfg: texture filename trailer_01white.tga not found in mesh file vehicles\CSB_L_MB_O530_G\model\O530_E3\Wagenkasten.o3d!
176 08:47:45 - - Warning: File vehicles\CSB_L_MB_O530_G\model\model_2005_G_CVAG_Trail.cfg: texture filename 21.tga not found in mesh file vehicles\CSB_L_MB_O530_G\model\O530_E3\Wagenkasten.o3d!
177 08:48:00 - - Warning: Did not find texture file "D_wagennummer.bmp"!
178 08:48:04 - - Warning: Did not find texture file "Linienliste_ANX.bmp"!
179 08:48:04 - - Warning: Did not find texture file "Linienliste_ANX.bmp"!
180 08:48:04 - - Warning: Did not find texture file "Drucker-Textfeld.tga"!
181 08:48:04 - - Warning: Did not find texture file "IBIS2-Delay_min.tga"!
182 08:48:04 - - Warning: Did not find texture file "IBIS2-Delay_sec.tga"!
183 08:48:04 - - Warning: Did not find texture file "IBIS2-Delay_state.tga"!
184 08:48:05 - - Warning: Did not find texture file "D_kennzeichen.bmp"!
185 08:48:05 - - Warning: Did not find texture file "D_wagennummer.bmp"!
186 08:48:19 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
187 08:48:19 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
188 08:48:19 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
189 08:48:19 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
190 08:48:19 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
191 08:48:23 - - Warning: Did not find texture file "Drucker-Textfeld.tga"!
192 08:48:26 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
193 08:48:26 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
194 08:48:26 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
195 08:48:26 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
196 08:48:26 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
197 08:48:38 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
198 08:48:38 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
199 08:48:38 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
200 08:48:38 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
201 08:48:38 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Main.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_main\vollmatrix_text_K++.o3d!
202 08:48:40 - - Warning: Did not find texture file "Drucker-Textfeld.tga"!
203 08:48:49 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
204 08:48:49 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
205 08:48:49 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
206 08:48:49 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
207 08:48:49 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530G_FL_3doors_Trail.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\18m_trail\vollmatrix_text_K++.o3d!
208 08:48:58 - - Information: Menu pos set
209 08:48:59 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_rausch.wav does not exist!
210 08:48:59 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_Motor@592.wav does not exist!
211 08:49:01 - - Warning: Did not find texture file "Linienlisten\Hamburg (HHA)_ANX.jpg"!
212 08:49:29 - - Warning: Did not find texture file "Kennz.bmp"!
213 08:49:55 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Hamburg (HHA).bmp"!
214 08:49:59 - - Warning: Did not find texture file "..\..\Anzeigen\Krueger\230x32\palettes\Hamburg (HHA).bmp"!
215 08:50:01 - - Information: Try placing random bus:
216 08:50:04 - - Warning: Did not find texture file "textfeld_thermo.tga"!
217 08:50:04 - - Warning: Did not find texture file "Drucker-Textfeld.tga"!
218 08:50:04 - - Warning: Did not find texture file "IBIS2-Delay_min.tga"!
219 08:50:04 - - Warning: Did not find texture file "IBIS2-Delay_sec.tga"!
220 08:50:04 - - Warning: Did not find texture file "IBIS2-Delay_state.tga"!
221 08:50:04 - - Warning: Did not find texture file "temp.bmp"!
222 08:50:05 - - Warning: Did not find texture file "temp.bmp"!
223 08:50:05 - - Warning: Did not find texture file "D_wagennummer.tga"!
224 08:50:05 - - Warning: Did not find texture file "temp.bmp"!
225 08:50:06 - - Warning: Did not find texture file "D_kennzeichen.tga"!
226 08:50:06 - - Warning: Did not find texture file "D_wagennummer.tga"!
227 08:50:06 - - Warning: File Vehicles\MAN_NL_NG\model\model_EN92.cfg: texture filename dreck.tga not found in mesh file Vehicles\MAN_NL_NG\model\EN92\EN92_wagenkasten_dreck.o3d!
228 08:50:06 - - Warning: File Vehicles\MAN_NL_NG\model\model_EN92.cfg: texture filename regen.tga not found in mesh file Vehicles\MAN_NL_NG\model\EN92\LOD_EN92_tuer_MV.o3d!
229 08:50:06 - - Warning: File Vehicles\MAN_NL_NG\model\model_EN92.cfg: texture filename regen.tga not found in mesh file Vehicles\MAN_NL_NG\model\EN92\LOD_EN92_tuer_MH.o3d!
230 08:50:06 - - Warning: Did not find texture file "D_Rad_v.bmp"!
231 08:50:16 - - Warning: Did not find texture file "Kennz.bmp"!
232 08:50:39 - - Warning: Did not find texture file "..\..\Anzeigen\Seitenschilder\\200.bmp"!
233 08:50:39 - - Warning: Did not find texture file "Linienlisten\Hamburg (HHA)_ANX.jpg"!
234 08:51:07 - - Information: Deativating TIR...
235 08:51:07 - - Information: TIR was not available
236 08:51:07 - - Information: Closing actual map...
237 08:51:07 - - Information: Actual map closed!
238 08:51:07 - - Information: OMSI is closing...Für den Solaris Urbino 12/18 von Alterr gibt es das hier:
LCD screen display mod for Solaris Urbino 12/18 by Alterr version 2 [30.05.15] -
-
Alles klar. Das war ja nur ein Tipp von mir.
-
sissyhund Zeig mir ma die O530GMain.osc?
O530G_main'########################################
'# #
'# MAIN SCRIPT #
'# #
'# MAN Standarddoppeldecker SD200 #
'# #
'# Bauart SD85 #
'# #
'########################################'(c) 10.08.2009 Marcel Kuhnt, Rüdiger Hülsmann
'Script Version: 1.0
'Omsi release: 1.0'Revision History:
'- Marcel Kuhnt 10.08.2009 Added Revision History
'- Marcel Kuhnt 30.11.2010 Bugfix: press [D] in AI mode if motor running but neutral'------------------------------------------------------------------------------------------
'######################
' Hauptteil
'######################{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.IBIS_init)
(M.L.Collision_Init)
(M.L.ticketprinter_init)
(M.L.articulation_init)
(M.L.VDV_init)
(M.L.TFT_init)
1 (S.L.Daueranimation)
{end}{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.heizung_frame)
(M.L.IBIS_frame)
(M.L.Matrix_frame)
(M.L.wimpel_frame)
(M.L.cashdesk_frame)
(M.L.ticketprinter_frame)
(M.L.articulation_frame)
(M.L.VDV_frame)
(M.L.TFT_init)'AI:
(L.L.AI_Engine) 0.5 >
(L.L.engine_on) 0.5 <
(L.L.antrieb_getr_gangvorwahl) 4 = !
&&
{if}
0 (S.L.bremse_feststell_sw) (S.L.bremse_feststell)
1 (S.L.engine_injection_on) (S.L.elec_busbar_main_sw)
400 (S.L.engine_n)
4 (S.L.antrieb_getr_gangvorwahl)
1 (S.L.engine_on) (S.L.vdv_on) (S.L.cp_key_pull)
3 (S.L.key_mode)
0.4 (S.L.cp_key_rot)
900000 (S.L.bremse_p_tank01) (S.L.bremse_p_tank02) (S.L.bremse_p_tank03) (S.L.bremse_p_tank04) (S.L.bremse_p_leitung01) (S.L.bremse_p_leitung02)
400000 (S.L.bremse_p_balg_0_R) (S.L.bremse_p_balg_0_L) (S.L.bremse_p_balg_1_R) (S.L.bremse_p_balg_1_L)
(T.L.ev_engine_ingnition)
{endif}(L.L.AI_Engine) -0.5 <
(L.L.engine_on) 0.5 >
&&
{if}
0 (S.L.engine_on)
0 (S.L.engine_injection_on)
1 (S.L.bremse_feststell_sw) (S.L.bremse_feststell)
2 (S.L.key_mode)
0.2 (S.L.cp_key_rot)
(T.L.ev_engineshutdown)
{endif}(L.L.AI)
{if}
(L.L.Brake) (C.L.max_bremskraft) * (S.L.Brakeforce)
{endif}{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)
(M.L.Elec_Malfunction_Reset)
(M.L.lights_repair)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.EBS_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Retarder_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Gear_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.ECAS_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.EDC_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Battery_Error_dist)
(C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Brakedisc_Error_dist)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door_Error_Count)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door2_Error_Count)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door3_Error_Count)
(C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door4_Error_Count)
60 (S.L.engine_temperature)
{end}'----------------------------------
'malfunction time calc:{trigger:malfunction_gettime}
0 s0
(M.L.Collision_Malfunction_TimeCalc)
(M.L.Elec_Malfunction_TimeCalc)
(M.L.lights_repair_timecalc)
l0
{end}