Y-1 Dynamic Brakes InputMapper bug

Support forum for the Cascadian route and equipment

Moderator: ricksan

Y-1 Dynamic Brakes InputMapper bug

Unread postby torfmeister » Sun Jan 16, 2022 4:20 pm

I found a typo in the InputMapper which causes the dynamics to always fully release upon hitting the comma key.

File: Assets\G-TraX\Cascadian\InputMappers\IM_Expert_GN.bin

Code: Select all
<iInputMapper-cInputMapEntry d:id="3320">
   <State d:type="sInt32">0</State>
   <Device d:type="cDeltaString">Keyboard</Device>
   <ButtonState d:type="cDeltaString">ButtonDown</ButtonState>
   <Button d:type="cDeltaString">Key_Comma</Button>
   <ShiftButton d:type="cDeltaString">NoShift</ShiftButton>
   <Axis d:type="cDeltaString">NoAxis</Axis>
   <Name d:type="cDeltaString">DecreaseControlStart</Name>
   <Parameter d:type="cDeltaString">DynamicBrake</Parameter>
   <NewState d:type="sInt32">0</NewState>
</iInputMapper-cInputMapEntry>
<iInputMapper-cInputMapEntry d:id="3330">
   <State d:type="sInt32">0</State>
   <Device d:type="cDeltaString">Keyboard</Device>
   <ButtonState d:type="cDeltaString">ButtonUp</ButtonState>
   <Button d:type="cDeltaString">MouseButton0</Button>   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< !
   <ShiftButton d:type="cDeltaString">NoShift</ShiftButton>
   <Axis d:type="cDeltaString">NoAxis</Axis>
   <Name d:type="cDeltaString">DecreaseControlStop</Name>
   <Parameter d:type="cDeltaString">DynamicBrake</Parameter>
   <NewState d:type="sInt32">0</NewState>
</iInputMapper-cInputMapEntry>


Instead of MouseButton0 it should be Key_Comma.

If found a similar mistake in VNHRR's Hi-Line ES44DC mapper where in the same entry it says "DecreaseContolStop" missing an "r". Leads to the same issue.
torfmeister
 
Posts: 41
Joined: Mon Jan 03, 2022 10:42 am

Return to GN Cascadian Support Forum

Who is online

Users browsing this forum: No registered users and 1 guest