1. Mit welchem AddOn oder Mod (Map, Fahrzeug, Modifikation) hast Du ein Problem? Prüfe, ob es dazu bereits einen Freeware Sammelthread oder einen DLC Sammelthread gibt.
>Ich habe den HH-Buspaket Almex in den Facelift G aus dem Morphi V2 Modpaket eingebaut. Dabei habe ich die Innenanzeige und den Fahrtenschreiber ausgebaut. Außerdem habe ich das alte Klimabedienteil eingbaut.
2. Bitte beschreibe das Problem so ausführlich wie möglich. Was ist passiert oder was hat vielleicht zu dem Fehler geführt?
>Der Almex bleibt beim starten des Busses schwarz. Außerdem spinnt der Bus total: Der Motor lässt sich nicht starten, die Türen gehen nicht auf, das Licht lässt sich einschalten, Blinker funktioniert nicht, und vieles mehr. Die Almexbrücke von _der_Nik habe ich auch eingebaut.
3. Bitte füge Deinem Beitrag eine Log-Datei hinzu, entweder im Spoiler, Code-Block oder als Dateianhang.
siehe Anhang
'########################################
'# #
'# 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.almex_init)
(M.L.Collision_Init)
(M.L.articulation_init)
(M.L.VDV_init)
{end}
{frame}
(M.L.almexbridge_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.almex_frame)
(M.L.Matrix_frame)
(M.L.wimpel_frame)
(M.L.articulation_frame)
(M.L.cashdesk_frame)
(M.L.timetable_system_frame)
(M.L.VDV_frame)
1 (S.L.Daueranimation)
'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)
100 (S.L.engine_coolantlevel)
10 (S.L.heating_error_count)
{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}
[varnamelist]
25
script\Collision_varlist.txt
script\antrieb_varlist.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\Almex-Bridge\17_ticketprinter_almex_varlist.txt
script\VMatrix\Matrix_varlist.txt
script\wimpel_varlist.txt
script\visual_varlist.txt
script\Almex-Bridge\17_timetable_system_varlist.txt
script\vdv_varlist.txt
script\articulation_varlist.txt
script\spray_varlist.txt
script\Almex-Bridge\cashdesk_varlist.txt
script\Almex-Bridge\bridge_varlist.txt
[stringvarnamelist]
6
script\Almex-Bridge\bridge_stringvarlist.txt
script\VMatrix\Matrix_stringvarlist.txt
script\Almex-Bridge\17_ticketprinter_almex_stringvarlist.txt
script\cockpit_stringvarlist.txt
script\vdv_stringvarlist.txt
script\Almex-Bridge\17_timetable_system_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_G.osc
script\auspuff.osc
script\lights.osc
script\door_3D_G.osc
script\wiper.osc
script\klappern.osc
script\forcefeedback.osc
script\rain.osc
script\dirt.osc
script\sound_volume.osc
script\heizung.osc
script\VMatrix\matrix.osc
script\wimpel.osc
script\summer.osc
script\VDV_G.osc
script\articulation.osc
script\spray.osc
script\Almex-Bridge\17_cashdesk.osc
script\Almex-Bridge\17_timetable_system.osc
script\Almex-Bridge\bridge.osc
script\Almex-Bridge\17_ticketprinter_almex.osc
[constfile]
20
script\collision_constfile.txt
script\ZF-6AP.txt
script\engine_constfile_om457hla_354.txt
script\elec_constfile.txt
script\bremse_constfile_G.txt
script\lights_constfile.txt
script\door_constfile.txt
script\auspuff_constfile.txt
script\cockpit_constfile.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\Almex-Bridge\17_ticketprinter_almex_constfile.txt
script\VMatrix\matrix_constfile.txt
script\vdv_constfile.txt
script\articulation_constfile.txt
script\Almex-Bridge\cashdesk_constfile.txt
Ich freue mich Über jede Hilfe