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.30 Bug Reporting thread
    Solutions and more information may already be available.

Problems with GUID and more...

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by slipperycoma397, May 7, 2014.

  1. slipperycoma397

    slipperycoma397
    Expand Collapse

    Joined:
    Jul 15, 2013
    Messages:
    23
    so my G27 is recognized by beamng, but wont give me my GUID. but when i pull up the console in-game, under where it says "input unit" it says "joystick0 input device created" which I'm guessing means it sees the wheel, but again, wont give me my GUID. also I'm pretty sure my computer has been acquainted with my wheel as the "Logitech driving force" according to the diagram/picture on the profiler and the fact that it seems that my brake pedal is stuck making the cars only go in reverse... any suggestions would be appreciated
     
  2. IBsenoj

    IBsenoj
    Expand Collapse

    Joined:
    Sep 28, 2013
    Messages:
    819
    *me* what's a G27?! I use these little arrow keys, I don't know the fancy name for em' but just wondering how do you play the game only using the "G" "2" and "7" keys...

    You're welcome I was feeling sarcastic and bored... I don't have any ideas that will help you...
     
  3. slipperycoma397

    slipperycoma397
    Expand Collapse

    Joined:
    Jul 15, 2013
    Messages:
    23
    good for you... i guess...

    - - - Updated - - -

    Okay i think i got my computer to recognize that i have a g27, but now i still cant get my GUID. any more helpful suggestions?
     
  4. jammin2222

    jammin2222
    Expand Collapse

    Joined:
    Sep 15, 2013
    Messages:
    386
    My G27 worked right out of the box surprisingly. I did however modify the input map drastically as there were a heap of unused buttons I could bind things to.
    The name of the input map that it used was called:

    c29b046d.inputmap

    I modified it to this if you or anyone else wants to try my settings
    g27_customMap.jpg

    Code:
    // Product Name: Logitech G27 Racing Wheel USB (with logitech drivers)
    // GUID: {C299046D-0000-0000-0000-504944564944}
    // axes: 5^X^S^V^Y^S
    
    // camera
    %mm.bind(%device, button0, joystickYaw);
    //%mm.bind(%device, button1, joystickPitch);
    
    // movement
    %mm.bind(%device, xaxis, steer_direct);
    %mm.bind(%device, rzaxis,"RI", brake_direct);
    %mm.bind(%device, yaxis, "RI", accelerate_direct);
    %mm.bind(%device, slider, "RI", clutch_direct);
    
    
    %mm.bind(%device, button0, toggleShifterMode);
    
    // paddle - left
    //%mm.bind(%device, button5, shiftDown);
    // paddle - right
    //%mm.bind(%device, button4, shiftUp);
    
    // gears
    %mm.bindCmd(%device, button14, "shiftToGear(-1);", "shiftToGear(0);");
    %mm.bindCmd(%device, button8,  "shiftToGear(1);",  "shiftToGear(0);");
    %mm.bindCmd(%device, button9,  "shiftToGear(2);",  "shiftToGear(0);");
    %mm.bindCmd(%device, button10, "shiftToGear(3);",  "shiftToGear(0);");
    %mm.bindCmd(%device, button11, "shiftToGear(4);",  "shiftToGear(0);");
    %mm.bindCmd(%device, button12, "shiftToGear(5);",  "shiftToGear(0);");
    %mm.bindCmd(%device, button13, "shiftToGear(6);",  "shiftToGear(0);");
    
    
    // we should be able to activate stick shifting and wheel range functions with this device
    
    
    %mm.bindCmd(%device, button2, "beamNGResetPhysics();", "");
    %mm.bindCmd(%device, button3, "beamNGTogglePhysics();", "");
    %mm.bind(%device, button4, parkingbrake_toggle);
    %mm.bindCmd(%device, button5, "beamNGSwitchVehicle();", "");
    %mm.bindCmd(%device, button6, "np_x(1);", "np_x(0);");
    %mm.bindCmd(%device, button7, "np_x(-1);", "np_x(0);");
    %mm.bindCmd(%device, button21, "beamNGResetCamera();", "");
    %mm.bindCmd(%device, button22, "beamNGCameraToggle();", "");
    %mm.bind(%device, btn_back, beamNGControl);
    %mm.bind(%device, btn_x, toggleFirstPerson);
    %mm.bindVLuaCmd(%device, button19, "electrics.toggle_lights()", "");
    %mm.bindCmd(%device, button15, "Canvas.pushDialog(VehicleChooser);", "");
    %mm.bindCmd(%device, button5, "beamNGCameraLookback();", "");
    %mm.bindCmd(%device, button1, "beamNGReloadCurrentVehicle();", "");
    %mm.bindCmd(%device, button20, "beamNGSwitchVehicle(1);", "");
    %mm.bindVLuaCmd(%device, button16, "bullettime.set(6)", "");
    %mm.bindVLuaCmd(%device, button18, "bullettime.set(100)", "");
    
    echo("G27 mapping loaded");
    
    I didnt need to find the GUID from the console though it was there when I looked, though I did have to scroll up a bit to find it.
     
  5. slipperycoma397

    slipperycoma397
    Expand Collapse

    Joined:
    Jul 15, 2013
    Messages:
    23
    Much appreciated. Although I'm pretty sure that your GUID will be different from mine or anybody elses... ill try it though. and thanks for the input!
     
  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