'######################################## '# # '# MAIN SCRIPT # '# # '# MB Standardbus 1 Gelenk # '# # '# Bauart G81 # '# # '######################################## '(c) 19.11.2015 Marcel Kuhnt, Rüdiger Hülsmann 'Revision History: '- Marcel Kuhnt 10.08.2009 Added Revision History '- Rüdiger Hülsmann 18.09.2010 Microphone stored in cockpit script '- Marcel Kuhnt 30.11.2010 Bugfix: press [D] in AI mode if motor running but neutral '- Marcel Kuhnt 19.11.2015 Added articulated script '------------------------------------------------------------------------------------------ '###################### ' 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.rollband_init) (M.L.cockpit_init) (M.L.heizung_init) (M.L.Collision_Init) (M.L.articulation_init) (M.L.IVU_Ticketbox_init) {end} {frame} 0 (S.L.Debug_0) 1 (S.L.Debug_1) 2 (S.L.Debug_2) 3 (S.L.Debug_3) 4 (S.L.Debug_4) 5 (S.L.Debug_5) (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.rollband_frame) (M.L.FF_frame) (M.L.rain_frame) (M.L.dirt_frame) (M.L.sound_volume_frame) (M.L.heizung_frame) (M.L.wimpel_frame) (M.L.ident-features_frame) (M.L.cashdesk_frame) (M.L.articulation_frame) (M.L.spray_frame) (M.L.IVU_Ticketbox_frame) 'Strom einschalten (L.L.AI) {if} 1 (S.L.cp_schluessel_trans_mode) (S.L.elec_busbar_main_sw) {endif} (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) 400 (S.L.engine_n) 4 (S.L.antrieb_getr_gangvorwahl) 1 (S.L.engine_on) 'Motorbremse aus, kann er eh nicht bedienen: 0 (S.L.cp_retarder_sw) {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) {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) {end}