what about the indicators left, right in C 2, you will make them as it is in the MAN and HEULIEZ buses. also does not work ABC Ineo system
To make the indicators work with your steering wheel, you can add the following script above or below the the triggers blinker_left_set and blinker_right_set (or replace them if you don't use the keyboard at all to control the blinkers) in the files IST/C2_Cockpit.osc and SST/C2-Cockpit.osc :
{trigger:blinker_left_move}
(L.L.C2_CP_Blinkerhebel_pos) 0 =
{if}
(M.L.C2_CP_Blinker_aus)
-1 (S.L.C2_CP_Blinkerhebel_pos)
1 (S.L.C2_CP_Blinker)
1 (S.L.C2_CP_Blinker_firstOn)
0 (S.L.C2_CP_Blinker_Timer)
0 (S.L.C2_CP_AZ_Blinker)
1 (S.L.AI_Blinker_L)
(T.L.ev_lights_blinker_swon)
{else}
0 (S.L.AI_Blinker_R)
0 (S.L.AI_Blinker_L)
0 (S.L.C2_CP_Blinkerhebel_pos)
0 (S.L.C2_CP_Blinker)
(T.L.ev_lights_blinker_swoff)
(M.L.C2_CP_Blinker_aus)
1 (S.L.C2_CP_Blinker_firstOn)
0 (S.L.C2_CP_Blinker_Timer)
{endif}
{end}
{trigger:blinker_right_move}
(L.L.C2_CP_Blinkerhebel_pos) 0 =
{if}
(M.L.C2_CP_Blinker_aus)
1 (S.L.C2_CP_Blinkerhebel_pos)
1 (S.L.C2_CP_Blinker)
1 (S.L.C2_CP_Blinker_firstOn)
0 (S.L.C2_CP_Blinker_Timer)
0 (S.L.C2_CP_AZ_Blinker)
1 (S.L.AI_Blinker_R)
(T.L.ev_lights_blinker_swon)
{else}
0 (S.L.AI_Blinker_R)
0 (S.L.AI_Blinker_L)
0 (S.L.C2_CP_Blinkerhebel_pos)
0 (S.L.C2_CP_Blinker)
(T.L.ev_lights_blinker_swoff)
(M.L.C2_CP_Blinker_aus)
1 (S.L.C2_CP_Blinker_firstOn)
0 (S.L.C2_CP_Blinker_Timer)
{endif}
{end}
_____________________________________________
Not sure if this bug has already been mentioned:
Whenever I run the GPM Citaros on any map, there is significantl lagging, and I get the following logfile error:
"Error - Fehler bei Bereichspruefung TUV 0"
To me this sounds like a coding error. Unfortunately, there is no mentioning of any erroneous file to help with the search...
Another issue: when you switch on the automatic door release and press a stop button, the rear door will open. However, only one door wing (2V in the script) will close automatically. The other door wing (2H) needs to be closed with the manual door button.