Button Config, need help

Post Reply
Pr0ducent3n
Posts: 3
Joined: 2015-08-16 13:06

Button Config, need help

Post by Pr0ducent3n »

Hello. Just got this game today, Im looking forward to The Squad so much that I needed to try this game out :)

Now to my problem, I just went in to config my button, The run is on Left Shift and Crouch are on Left Ctrl. I want them the otherway around. (crouch = Left Shift, Sprint = Left Ctrl)

And heres the thing. I have to change the button in every other catigory, and the only thing that keeps popping up when Im trying to assing Left Shift to crouch is that It?s in use for the Helicopter. I have litterly eraste al buttons for the helicopter-section, and that messege still popping up when im trying to assing the crouch to Left Shif.

Any Idees on how to fix this ?

Cheers
DC_K
Posts: 508
Joined: 2010-07-21 11:27

Re: Button Config, need help

Post by DC_K »

yes

go to documents/projectreality/profiles/000x

open controls.con


lets do crouch first

look for "ControlMap.addKeyToTriggerMapping c_PICrouch IDFKeyboard IDKey_"
this is only to find where it is, make sure you edit the WHOLE line
to bind it as left shift, the whole line will be:
ControlMap.addKeyToTriggerMapping c_PICrouch IDFKeyboard IDKey_LeftShift 0 0


to change sprint: make sure you pay attention to this one, as there's several of this line. this line will be AT THE VERY TOP, under the "InfantryPlayerInputControlMap" category , don't edit anything else.
search for "ControlMap.addKeyToTriggerMapping c_PISprint IDFKeyboard IDKey_"
remember, that is not the entire line, this is only to find it
to change it to left control, paste this entire line over this
ControlMap.addKeyToTriggerMapping c_PISprint IDFKeyboard IDKey_LeftCtrl 0 0

i've tested it in game and it works as infantry, can't attest to how it'll affect other vehicles, but i don't think it will
Pr0ducent3n
Posts: 3
Joined: 2015-08-16 13:06

Re: Button Config, need help

Post by Pr0ducent3n »

DC_K wrote:yes

go to documents/projectreality/profiles/000x

open controls.con


lets do crouch first

look for "ControlMap.addKeyToTriggerMapping c_PICrouch IDFKeyboard IDKey_"
this is only to find where it is, make sure you edit the WHOLE line
to bind it as left shift, the whole line will be:
ControlMap.addKeyToTriggerMapping c_PICrouch IDFKeyboard IDKey_LeftShift 0 0


to change sprint: make sure you pay attention to this one, as there's several of this line. this line will be AT THE VERY TOP, under the "InfantryPlayerInputControlMap" category , don't edit anything else.
search for "ControlMap.addKeyToTriggerMapping c_PISprint IDFKeyboard IDKey_"
remember, that is not the entire line, this is only to find it
to change it to left control, paste this entire line over this
ControlMap.addKeyToTriggerMapping c_PISprint IDFKeyboard IDKey_LeftCtrl 0 0

i've tested it in game and it works as infantry, can't attest to how it'll affect other vehicles, but i don't think it will

Thank you. It works like a charm now :D
DesmoLocke
Posts: 1770
Joined: 2008-11-28 19:47

Re: Button Config, need help

Post by DesmoLocke »

Enjoy PR! Hope to see you in Squad soon!
Image

Image

PR player since 0.5 (Feb 2007)

Post Reply

Return to “General Technical Support”