A nie dało by rady zrobić sterowania alternatywnego tzn jak w Citaro G 4-drzwiowym ? Bo pod G27 to nie wygodne jest bo musiał bym ustawić od nowa przyciski.
Edit:
Dobra coś pokimbinowałem i udało mi się pozmieniać sterowanie drzwiami. Tylko wyszedł problem bo owszem się otwierają ale już nie zamykają xD Jakaś pomoc ?
Kod:
'Lewa połowa drzwi
{trigger:bus_door_0}
(L.L.doorTarget_0) !
{if}
(M.L.trg_bus_doorfront1L)
{endif}
1 (S.L.doorTarget_0)
1 (S.L.cockpit_tuertaster0)
{end}
{trigger:bus_door_0_off}
0 (S.L.cockpit_tuertaster0)
{end}
'--------------------------------------
{trigger:bus_door_0_close}
(L.L.doorTarget_0) 1 =
{if}
(M.L.trg_bus_doorfront1L)
{endif}
0 (S.L.doorTarget_0)
1 (S.L.cockpit_tuertaster0_close)
{end}
{trigger:bus_door_0_close_off}
0 (S.L.cockpit_tuertaster0_close)
{end}
'Prawa połowa drzwi
'---------------------------------------------------
{trigger:bus_doorfront0}
(L.L.doorTarget_1) !
{if}
(M.L.trg_bus_doorfront1R)
{endif}
1 (S.L.doorTarget_1)
1 (S.L.cockpit_tuertaster1)
{end}
{trigger:bus_doorfront0_off}
0 (S.L.cockpit_tuertaster1)
{end}
'--------------------------------------
{trigger:bus_doorfront0_close}
(L.L.doorTarget_1) 1 =
{if}
(M.L.trg_bus_doorfront1R)
{endif}
0 (S.L.doorTarget_1)
1 (S.L.cockpit_tuertaster1_close)
{end}
{trigger:bus_doorfront0_close_off}
0 (S.L.cockpit_tuertaster1_close)
(T.L.ev_csengo_aus)
0 (S.L.cockpit_csengo_button)
{end}
'Дверь 2
'------------------------------------------------------
{trigger:bus_doorfront1}
(L.L.doorTarget_2L) !
{if}
(M.L.trg_bus_doorfront02)
{endif}
1 (S.L.doorTarget_2L)
1 (S.L.doorTarget_2R)
1 (S.L.cockpit_tuertaster2)
{end}
{trigger:bus_doorfront1_off}
0 (S.L.cockpit_tuertaster2)
{end}
'--------------------------------------
{trigger:bus_doorfront1_close}
(L.L.doorTarget_2L) 1 =
{if}
(M.L.trg_bus_doorfront02)
{endif}
0 (S.L.doorTarget_2L)
0 (S.L.doorTarget_2R)
1 (S.L.cockpit_tuertaster2_close)
{end}
{trigger:bus_doorfront1_close_off}
0 (S.L.cockpit_tuertaster2_close)
(T.L.ev_csengo_aus)
0 (S.L.cockpit_csengo_button)
{end}
'Дверь3
'--------------------------------------
{trigger:bus_doorfront2}
(L.L.doorTarget_3L) !
{if}
(M.L.trg_bus_doorfront03)
{endif}
1 (S.L.doorTarget_3L)
1 (S.L.doorTarget_3R)
1 (S.L.cockpit_tuertaster3)
{end}
{trigger:bus_doorfront2_off}
0 (S.L.cockpit_tuertaster3)
{end}
'--------------------------------------
{trigger:bus_doorfront2_close}
(L.L.doorTarget_3L) 1 =
{if}
(M.L.trg_bus_doorfront03)
{endif}
0 (S.L.doorTarget_3L)
0 (S.L.doorTarget_3R)
1 (S.L.cockpit_tuertaster3_close)
{end}
{trigger:bbus_doorfront2_close_off}
0 (S.L.cockpit_tuertaster3_close)
(T.L.ev_csengo_aus)
0 (S.L.cockpit_csengo_button)
{end}
'Дверь4
'--------------------------------------
{trigger:bus_doorfront3}
(L.L.doorTarget_4L) !
{if}
(M.L.trg_bus_doorfront04)
{endif}
1 (S.L.doorTarget_4L)
1 (S.L.doorTarget_4R)
1 (S.L.cockpit_tuertaster4)
{end}
{trigger:bus_doorfront3_off}
0 (S.L.cockpit_tuertaster4)
{end}
'--------------------------------------
{trigger:bus_doorfront3_close}
(L.L.doorTarget_4L) 1 =
{if}
(M.L.trg_bus_doorfront04)
{endif}
0 (S.L.doorTarget_4L)
0 (S.L.doorTarget_4R)
1 (S.L.cockpit_tuertaster4_close)
{end}
{trigger:bus_doorfront3_close_off}
0 (S.L.cockpit_tuertaster4_close)
(T.L.ev_csengo_aus)
0 (S.L.cockpit_csengo_button)
{end}
'Общая кнопка (c)vanedek wyłączone