Arma 3
Personal Arsenal
How to change key binding
I don't see where the key binding is being set? There is one CPP file, but all it does is "use" VA. No mention of any key bindings there?
< >
Showing 1-15 of 15 comments
Drakeziel  [developer] 4 Jun, 2016 @ 9:03am 
They key binding code for "U" is "22", you need to find the Code for keybind you wish to use.


ESC = 1
F1 = 59
F2 = 60
F3 = 61
F4 = 62
F5 = 63
F6 = 64
F7 = 65
F8 = 66
F9 = 67
F10 = 68
F11 = 87
F12 = 88
PRINT = 183
SCROLL = 70
PAUSE = 197
^ = 41
1 = 2
2 = 3
3 = 4
4 = 5
5 = 6
6 = 7
7 = 8
8 = 9
9 = 10
0 = 11
ß = 12
´ = 13
Ü = 26
Ö = 39
Ä = 40
# = 43
< = 86
, = 51
. = 52
- = 53
+ = NOT DEFINED
POS1 = 199
TAB = 15
ENTER = 28
DELETE = 211
BACKSPACE = 14
INSERT = 210
END = 207
PAGEUP = 201
PAGEDOWN = 209
CAPS = 58
A = 30
B = 48
C = 46
D = 32
E = 18
F = 33
G = 34
H = 35
I = 23
J = 36
K = 37
L = 38
M = 50
N = 49
O = 24
P = 25
Q = 16
U = 22
R = 19
S = 31
T = 20
V = 47
W = 17
X = 45
Y = 44
Z = 21
SHIFTL = 42
SHIFTR = 54
UP = 200
DOWN = 208
LEFT = 203
RIGHT = 205
NUM_0 = 82
NUM_1 = 79
NUM_2 = 80
NUM_3 = 81
NUM_4 = 75
NUM_5 = 76
NUM_6 = 77
NUM_7 = 71
NUM_8 = 72
NUM_9 = 73
NUM_+ = 78
NUM = 69
NUM_/ = 181
NUM_* = 55
NUM_- = 74
NUM_, = 83
NUM_ENTER = 156
STRGL = 29
STRGR = 157
WINL = 220
WINR = 219
ALT = 56
SPACE = 57
ALTGR = 184
APP = 221
A Harmless Cat 24 Jun, 2016 @ 6:06pm 
is there any way to change it ingame if not how do i find the file in my arma 3 folder?
Drakeziel  [developer] 24 Jun, 2016 @ 7:09pm 
No in-game change because it is hardcoded. Find your Arma 3 directory (Program files or Program Flies x86) depending on your OS- (Steam-Steamapps-common-Arma 3)
A Harmless Cat 24 Jun, 2016 @ 7:49pm 
i know that but where do i go from there i see some @blank manual addons i installed and i tried the addons folder but that doesnt seem to have anything
Drakeziel  [developer] 24 Jun, 2016 @ 7:52pm 
All @mods will be in your Arma 3 directory or in your Documents-Arma 3.. *mods will only appear there once you have subscribe to them on the steam workshop and launched the game throught the launcher for the first time after subscribing.
A Harmless Cat 25 Jun, 2016 @ 2:23pm 
_keyDown = (findDisplay 46) displayAddEventHandler ["KeyDown", "if (_this select 1 == 22) then {['Open', true] call BIS_fnc_arsenal;}"]; is this the line i can change it if so i dont see anything else that could possible be it i dont know why mine is so different because i had to make it a local mod to get a folder for it
Drakeziel  [developer] 25 Jun, 2016 @ 4:56pm 
yes, change the 22 to another key with code
OztinCloud 13 Jul, 2016 @ 7:50am 
This method did not work for me.
Drakeziel  [developer] 13 Jul, 2016 @ 11:07am 
This is the only method, you also have to put the file into a folder and compact back into a .pbo to be able to use it as an addon.
Venerator 15 Jul, 2016 @ 3:00pm 
So to edit the binding, which file am I exactly looking for?
Drakeziel  [developer] 15 Jul, 2016 @ 3:04pm 
init
Drakeziel  [developer] 15 Jul, 2016 @ 3:11pm 
Example:

C:\Program Files (x86)\Steam\steamapps\common\Arma 3\!Workshop\@Personal Arsenal\addons

(Need PBO extractor)**

Extract "PA.PBO"
Edit "Init.sqf"
Create "New Folder"
Insert "Init.sqf"
Compress "Folder into PBO" (Right click on folder)**
Place "Into addons directory" (Example: C:\Program Files (x86)\Steam\steamapps\common\Arma 3\!Workshop\@A3Mods\addons )
Drakeziel  [developer] 15 Jul, 2016 @ 3:14pm 
Make sure to put back into addons folder of "Personal Arsenal"
you got to mod a mod just to change the key bind? why not use one of the custom controls to initiate the function- just curious.
Drakeziel  [developer] 24 Feb @ 10:01pm 
Using "U" will call on the arsenal, CTRL+U" will override any errors and force call over any other input. If someone wanted to change the keybind then I present them this information. Zero dependencies, meaning you don't need to have additional mods to use the Personal Arsenal. No CBA. No problem.
< >
Showing 1-15 of 15 comments
Per page: 1530 50