Hey people. I have the demo after seeing it on youtube yesterday. Installation was a challenge but I got it. I love this. Anyhow, I have that controller, switched to "D" on the back, and I only have reverse and left, right steering. Any idea how to have a fully functioning controller here? I really appreciate. Thanks.
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to // Product Name: Wireless Gamepad F710 (Controller) // GUID: {C21F046D-0000-0000-0000-504944564944} // axes: 5^Y^X^U^R^Z // 15% deadzone for the camera things $gp_deadzone = "-0.15 0.15"; // camera moveMap.bind(%device, thumbrx, "D", $gp_deadzone, gamepadYaw); moveMap.bind(%device, thumbry, "D", $gp_deadzone, gamepadPitch); // movement : deadzones and such are in lua for these moveMap.bind(%device, thumblx, "D", $gp_deadzone, joy_steer); moveMap.bind(%device, triggerl, "D", $gp_deadzone, brake); moveMap.bind(%device, triggerr, "D", $gp_deadzone, accelerate); moveMap.bind(%device, btn_l, clutch ); moveMap.bind(%device, btn_a, shiftUp); moveMap.bind(%device, btn_x, shiftDown); moveMap.bindCmd(%device, dpadd, "beamNGResetPhysics();", ""); moveMap.bindCmd(%device, dpadr, "beamNGTogglePhysics();", ""); moveMap.bind(%device, btn_r, parkingbrake_toggle); moveMap.bindCmd(%device, lpov, "beamNGSwitchVehicle();", ""); moveMap.bindCmd(%device, btn_y, "gamepadZoom(-0.1);", "gamepadZoom(0);"); moveMap.bindCmd(%device, btn_b, "gamepadZoom(0.1);", "gamepadZoom(0);"); moveMap.bindCmd(%device, btn_rt, "beamNGResetCamera();", ""); moveMap.bindCmd(%device, btn_back, "beamNGCameraToggle();", ""); //moveMap.bind(%device, btn_back, beamNGControl); //moveMap.bind(%device, btn_x, toggleFirstPerson); pay pal is dustinmcarroll@hotmail.com
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to Here, I'll post a link to the inputmap that I use. Make sure that the switch on the bottom of your F310 is set to XInput. Put the inputmap in installfolder/scripts/client/inputmaps/custom. If a custom folder doesn't exist, make one. Here's the download:https://www.dropbox.com/s/h8h17pweznfuyz0/controllergamepadf310.inputmap.cs Let me know if the link doesn't work and I'll post another. Also, I don't want your money. Keep it or donate to a cause that needs it!
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to Ok what do I name the input map file? I made the folder "custom".
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to Just throw the file in the custom folder. It should be named controllerf310gamepad.inputmap.cs.
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to SUCCESS. Its crazy I had to resort to that. You dont want the money?
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to Whoo! Glad it worked for you, man. No, I'd rather you buy the full game with it. Not only is the game totally worth it but the developers deserve it.
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to Other forum members take notice. These guys are real community assets to this forum. Cant thank them enough.
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to Look it up on google or youtube.
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to read thread? too late. its done.
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to Can you share your inputmap? I can't get mine to work (I also have a F310) and I have no idea what I'm doing when I try.
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to No problem. I'm at work right now but when I get home I'll pm you.
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to it works fine other than the steering i cant get anything i tried to work.
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to Yep, same with mine. Anyone have a fix?
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to Can you rehost that download? It doesn't work anymore
Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to No problem. Just drop this straight into your inputmaps folder. No need to create a custom folder anymore. https://www.dropbox.com/s/4n37rkbpxl6ybw5/controllergamepadf310.inputmap.cs
Does this file need tweaked at all for individual users? I tried it, and it my F310 is still not working. At best, in "D" mode, it picks up some inputs, but only steering matches up. In "X" mode, nothing works.