Beiträge von ThomasVG
Als Gast kannst du nur Inhalte in deiner ausgewählten Sprache sehen. Registrierte Nutzer können die Sichtbarkeit anderer Sprachen in ihrem Kontrollzentrum aktivieren, weitere Infos hier.
Alle Themen sind in den Foren mit einer Sprachflagge gekennzeichnet:
-
-
Schick mal deine Sound.cfg hier rein
-
Hallo, ich möchte den Türwarnton bei den 12-m-Versionen löschen, aber ich habe alle Dateien, die mit dem Türwarnton zu tun haben, anhand ihrer Namen gelöscht, doch der Warnton ertönt weiterhin. Kann mir jemand helfen?
-
Just remove/replace this one:
Code: bremse_xxx.cfg - BEFORE
Alles anzeigen{macro:bremse_levelcontrol} 'Kneel-Steuerung (L.L.notheben_C2_taster) 0 = {if} (L.L.cp_kneel_up_mode) 1 = (L.L.bremse_halte_sw) || (L.L.doorTarget_0) 1 = || (L.L.doorTarget_1) 1 = || (L.L.doorTarget_23) 1 = || (L.L.doorTarget_45) 1 = || (L.L.engine_on) && (L.L.Velocity) 0.1 < && {if} 1 (S.L.kneel_allowed) 0 (S.L.Kneel_up_sound) (L.L.Kneel_down_sound) 0 = {if} (T.L.ev_Kneel_down_neu) 1 (S.L.Kneel_down_sound) {endif} {endif} {endif}Code: bremse_xxx.cfg - AFTER
Alles anzeigen{macro:bremse_levelcontrol} 'Kneel-Steuerung (L.L.notheben_C2_taster) 0 = {if} (L.L.cp_kneel_up_mode) 1 = (L.L.engine_on) && (L.L.Velocity) 0.1 < && {if} 1 (S.L.kneel_allowed) 0 (S.L.Kneel_up_sound) (L.L.Kneel_down_sound) 0 = {if} (T.L.ev_Kneel_down_neu) 1 (S.L.Kneel_down_sound) {endif} {endif} {endif}thanks a lot! Have a great day.
-
Hi everyone i have a problem with the brakes when i remove the entries for automatic kneeling it works but then the bus has no brakes ( the brakes arent working) can someone tell me what is worng?
-
how can i disable the automatic kneeling?