1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.35 Bug Reporting thread
    Solutions and more information may already be available.

Issues with several controllers and inputmap.cs

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by cestomano, Aug 10, 2013.

  1. cestomano

    cestomano
    Expand Collapse

    Joined:
    Aug 7, 2013
    Messages:
    1
    Hello! I'm cestomano, new user in BeamNG. ;)

    I'm using Alpha updated today (10 ago 2013) and I have a issue configuring controllers.

    I have 3 controllers on my machine (W7 Ultimate 64-bit): a joystick (Logitech Attack 3), a sim Yoke (CH Flight Sim) and sim pedals (CH sim pedals). Torque3d.log shows this:

    Code:
    2.531323|(...)
    *** joystick0 *** 
    2.531358| (unbinding...) 
    2.531403| *** unbinding failed! 
    2.531448| - Product ID: 046D 
    2.531482| - Vendor ID: C214 
    2.531519| - Product Name: Logitech Attack 3 
    2.531553| - GUID: {C214046D-0000-0000-0000-504944564944} 
    2.531617| - 14 objects: zaxis (axis), yaxis (axis), xaxis (axis), button0 (button), button1 (button), button2 (button), button3 (button), button4 (button), button5 (button), button6 (button), button7 (button), button8 (button), button9 (button), button10 (button) 
    2.531652|No active object 
    2.531685|No active object 
    2.531719|No active object 
    2.531753|No active object 
    2.531787|No active object 
    2.531822|No active object 
    2.531909|  - joystick specific mapping file not found: scripts/client/inputmaps/custom/c214046d000000000000504944564944.inputmap.cs 
    2.532001|  - joystick specific mapping file not found: scripts/client/inputmaps/custom/logitechattack3.inputmap.cs 
    2.532083|  - joystick specific mapping file not found: scripts/client/inputmaps/c214046d000000000000504944564944.inputmap.cs 
    2.532118|No active object 
    2.532194|  - joystick specific mapping file not found: scripts/client/inputmaps/logitechattack3.inputmap.cs 
    2.532228|No active object 
    2.532266|*** joystick1 *** 
    2.532301| (unbinding...) 
    2.532336| *** unbinding failed! 
    2.532380| - Product ID: 068E 
    2.532415| - Vendor ID: 00F2 
    2.532450| - Product Name: CH PRO PEDALS USB  
    2.532483| - GUID: {00F2068E-0000-0000-0000-504944564944} 
    2.532523| - 3 objects: zaxis (axis), yaxis (axis), xaxis (axis) 
    2.532558|No active object 
    2.532593|No active object 
    2.532628|No active object 
    2.532661|No active object 
    2.532695|No active object 
    2.532729|No active object 
    2.532847|  - trying to load mapping scripts/client/inputmaps/custom/00f2068e000000000000504944564944.inputmap.cs 
    2.533260|No active object 
    2.533306|*** joystick2 *** 
    2.533341| (unbinding...) 
    2.533378| *** unbinding failed! 
    2.533424| - Product ID: 068E 
    2.533458| - Vendor ID: 00FF 
    2.533491| - Product Name: CH FLIGHT SIM YOKE USB  
    2.533525| - GUID: {00FF068E-0000-0000-0000-504944564944} 
    2.533598| - 18 objects: ryaxis (axis), rxaxis (axis), zaxis (axis), yaxis (axis), xaxis (axis), button0 (button), button1 (button), button2 (button), button3 (button), button4 (button), button5 (button), button6 (button), button7 (button), button8 (button), button9 (button), button10 (button), button11 (button) 
    2.533637|No active object 
    2.533675|No active object 
    2.533708|No active object 
    2.533742|No active object 
    2.533776|No active object 
    2.533810|No active object 
    2.533963|  - trying to load mapping scripts/client/inputmaps/custom/00ff068e000000000000504944564944.inputmap.cs 
    2.534392|No active object 
    2.534439| *** loading input map DONE ***
    (...)
    
    I want to use only flight sim yoke and pedals but if I put that lines in pedals inputmaps.cs file:

    Code:
    // Product Name: CH PRO PEDALS USB  
    // GUID: {00F2068E-0000-0000-0000-504944564944} 
    // axes: zaxis (axis), yaxis (axis), xaxis (axis) 
     
    //%device = "{00F2068E-0000-0000-0000-504944564944}-" @ %joyNum; 
    %device = "joystick" @ %joyNum;
    
    And yoke inputmap.cs file:

    Code:
    // Product Name: CH FLIGHT SIM YOKE USB  
    // GUID: {00FF068E-0000-0000-0000-504944564944} 
    // axes: ryaxis (axis), rxaxis (axis), zaxis (axis), yaxis (axis), xaxis (axis), button0 (button), button1 (button), button2 (button), button3 (button), button4 (button), button5 (button), button6 (button), button7 (button), button8 (button), button9 (button), button10 (button), button11 (button) 
     
    //%device = "{00FF068E-0000-0000-0000-504944564944}-" @ %joyNum; 
    %device = "joystick" @ %joyNum;
    
    ...controllers don't work... but If I touch third controller (Logitech joystick) it controls vehicle!!!

    Then, I tried to change line: %device = "joystick" @ %joyNum;
    With: %device = "joystick1";
    in first file and: %device = "joystick" @ %joyNum;
    With: %device = "joystick2";
    in second one...

    ...and they work! I can use flight sim yoke and pedals to control vehicle.

    The question: why "%device = "joystick" @ %joyNum;" lines don't work? It seems that %joyNum variable is always 0 in all files...

    Thanks! :eek:
     
  2. zippyzizo

    zippyzizo
    Expand Collapse

    Joined:
    Feb 28, 2014
    Messages:
    5
    i have a yoke how do you get it working plz help
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice