Nobkins wrote:Hi Chris,
Version 1.0.1 Feedback- Speaker option works just fine. Thanks for that.
- I still had problems with the 166. When releasing the brake I can get moving but applying the brake via the DynBrake / Throttle lever (combined throttle and brake) does nothing as the "TrainBrakeControl" value is fixed at 0.
If I edit the "Railworks_GetData_Script.lua" to stop it detecting the TrainBrakeControl then it works fine as your (fantastic) program no longer sends a brake value of 0 for TrainBrakeControl as it has not detected it. Otherwise it still found it even after removing all old script edits and applying on the simulation script. - Relating to previous 166 bug. I think we need a way of telling your program to ignore certain controls and it needs to be per keymap. If the setting is stored in the KeyMap file then it will hopefully avoid you having to try and deal with all the difficulties inside you Railworks_GetData_Script.lua script. Simply a custom keymap would be enough to fix many issues (I hope). Maybe an extra tick box at the end of each line with "Disable"
- .rdbak seems to working fine
I am very much enjoying my RailDriver again thanks to you Chris

Jim
Hi Jim
When I run my program and drive the class 166 my program is only sending the ThrottleAndBrake and not the train brake as indicated in the left window. The right window which does show the TrainBrake at 0 is the data I am receiving from TS2015
I have written my program in a way that checks to see if you have a ThrottleAndBrake and if you have, it will then check the key map you have loaded to see if there is anything in the RangeValues or NotchValues for the TrainBrake and if it finds them will use the TrainBrake lever as the TrainBrake instead of the Dyamic brake part of the throttle lever
See Page 11 of TS2015 Interface Readme V1.01.pdf.
Can I get you to restore my Railworks_Getdata_Script and check the key map you are using to make sure there is nothing in either the RangeValues or NotchValues for the TrainBrake ( not even a space). The best way to do this is right click on the TrainBrake row and select in turn 'Delete Notch Values' and 'Delete Range Values'. Also did you edit the simulation files as I suggested.
I am running the class 166 perfectly fine using the 'Default_Inputmapper.xml' map.
Chris