Quote:
|
Originally Posted by onthelam
Dangerdoggie:
How could a person change their machine gun bind to single shot without having to hit it a second time?
I thought I read someone did this but cannot find it anywhere.
|
there isn't any direct way i've found to do this :[
what i did was modify what dangerdoggie posted a little to switch to pistol or change to primary/switch mode on primary. its worked well for me...
from controls.con, under ControlMap.create InfantryPlayerInputContro lMap:
ControlMap.addKeyToTrigge rMapping c_PIWeaponSelect2 IDFKeyboard IDKey_1 10000 0
ControlMap.addAxisToTrigg erMapping c_PIWeaponSelect2 -1 IDFMouse
IDAxis_2 1
^^ mousewheel up switches to pistol (i have knife bound to 'e' fyi...)
ControlMap.addKeyToTrigge rMapping c_PIWeaponSelect3 IDFKeyboard IDKey_2 10000 0
ControlMap.addAxisToTrigg erMapping -1 c_PIWeaponSelect3 IDFMouse IDAxis_2 1
^^ mousewheel down switches to primary / changes firing mode if you already have primary up
[edit: you'd have to change those to reflect what number keys your pistol and primary are on... mine are on 1 and 2 respectively, which isn't the default]