Topic: cant set button on joystick

i cant seem to set the boost button on vehicle on primary or secondry to my joystick
which is a wingman force 3d but it works on keyboard? any ideas on what could be wrong, the calibration is fine so everything should work.

Re: cant set button on joystick

I use my freedom 2.4 logitech and I cant use the boost on my joystick but it is only one button.

3 (edited by CAAM 2007-11-06 13:32:19)

Re: cant set button on joystick

To get that to work I had to edit the controls.con file in notepad, adding the button.  It was a while ago,  so I'll have to go retrace my steps to remember what I did.   Er.... If you don't get a reply from official channels.  tongue

Don't forget to make a backup copy of your controls.con file before you go messing with it tho.

http://i37.photobucket.com/albums/e67/CAAM-1/SigWIP4.gif

4 (edited by DS_Imperial 2007-11-06 13:35:15)

Re: cant set button on joystick

In controls.con find the following:
ControlMap.create AirPlayerInputControlMap

Underneath that category look for:
ControlMap.addKeyToTriggerMapping c_PISprint IDFKeyboard IDKey_LeftShift 0 0


Beneath that line add:
ControlMap.addButtonToTriggerMapping c_PISprint IDFGameController_0 IDButton_1 0 1

Replace IDButton_1 with whichever joystick button you wish to use.


Then do the same beneath:
ControlMap.create HelicopterPlayerInputControlMap


Controls.con is generally found in something along the lines of:
C:\Documents and Settings\User\My Documents\Battlefield 2142\Profiles\0001

http://www.dsgaming.net/imperial/fssig.jpg
http://miniprofile.xfire.com/bg/co/type/2/dsimperial.png
http://stats.fsmod.com/sig/trooper.Imperial.png

Re: cant set button on joystick

thanks buddy worked a charm smile