CAN I delete/crunch my pistol (or in other words my holstered weapon) - I want to run ONLY my two shoulder weapons - is this possible?
What I am trying to do is be able to switch weapons between two only - there is no single hotkey to switch between primary and secondary weapons without also having to equip the holstered weapon.
I don't play on pc, so don't know if you're pressing the wrong key. And no, you can't crunch your pistol/ holstered weapon. You can change it to a sawn off shotgun and that's about it.
On Xbox we press Y to switch between weapons and double tap for the sidearm. Are you perhaps double tapping by mistake?
They probably thought otherwise, considering the sheer amount of keys on a keyboard versus an entire controller design.Originally Posted by Art.Van.Delay Go to original post
Two vastly different weaponskins are your only salvation ^^Originally Posted by Art.Van.Delay Go to original post
Edit: Actually...Set *Select primary weapon* to MW up, and *Select secondary* to MW down.
I do the same, use too very different weapon skins as a visual cue to which weapon I have out in a fight.
I wrote this up last night:
Code:; The Division utility ; by Chazcon 2/27/2017 #SingleInstance ignore weapon = 1 #IfWinActive, Tom Clancy's The Division WheelDown:: ; Switches weapons between primary and secondary if (weapon == 1) { Send {2 down} Sleep 30 Send {2 up} weapon = 2 return } else { Send {1 down} Sleep 30 Send {1 up} weapon = 1 return } #IfWinActive ; end of program
I started using scroll up (primary) and scroll down) recently. Oddly enough it feels quite natural. Dunno why I didn't think of it before now lol.Originally Posted by Merphee Go to original post