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.

coding help for clubsport pedals

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by bradSSX, Aug 6, 2013.

  1. bradSSX

    bradSSX
    Expand Collapse

    Joined:
    Aug 6, 2013
    Messages:
    1
    Fanatec CSP v1 mapping help

    I have been trying to get my clubsport pedals to work using this code
    has ANYONE got CSP to work by themselves any helps greatly appreciated

    // Product Name: Clubsport Pedals
    // GUID: {18390EB7-0000-0000-0000-504944564944}
    // axes: 5^X^Y^Z^S^

    //%device = "{18390EB7-0000-0000-0000-504944564944}-" @ %joyNum;
    %device = "joystick" @ %joyNum;

    // movement
    moveMap.bind(%device, -ryaxis,"I", brake);
    moveMap.bind(%device, -rxaxis, "I", accelerate);
    moveMap.bind(%device, -rzaxis, "I", clutch);

    this is the error details from torque3d.log

    Product Name: Clubsport Pedals
    2.729050| - GUID: {18390EB7-0000-0000-0000-504944564944}
    2.729112| - 5 objects: rxaxis (axis), ryaxis (axis), rzaxis (axis), slider (axis), button0 (button)
    2.729166|No active object
    2.729220|No active object
    2.729270|No active object
    2.729324|No active object
    2.729378|No active object
    2.729427|No active object
    2.729516| - joystick specific mapping file not found: scripts/client/inputmaps/custom/18390eb7000000000000504944564944.inputmap.cs
    2.729606| - joystick specific mapping file not found: scripts/client/inputmaps/custom/clubsportpedals.inputmap.cs
    2.729721| - trying to load mapping scripts/client/inputmaps/18390eb7000000000000504944564944.inputmap.cs
    2.730134|scripts/client/inputmaps/18390eb7000000000000504944564944.inputmap.cs (9): string always evaluates to 0.
    2.730193|scripts/client/inputmaps/18390eb7000000000000504944564944.inputmap.cs (10): string always evaluates to 0.
    2.730247|scripts/client/inputmaps/18390eb7000000000000504944564944.inputmap.cs (11): string always evaluates to 0.
    2.730312|Could not create a description for binding: -0
    2.730370|Could not create a description for binding: -0
    2.730423|Could not create a description for binding: -0
    2.730481|No active object
    2.730532| *** loading input map DONE ***
     
    #1 bradSSX, Aug 6, 2013
    Last edited: Aug 8, 2013
  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