midgetgrimm Posted January 12, 2015 Report Share Posted January 12, 2015 So I'm trying to find a list of controls that the players uses, and the different variations, like 'I' gets used in many different ways it would be nice to know. I just learned of the in-game volume control that is built in. I think it would be nice to know what different actions are truly available via which keybind/stroke Link to comment Share on other sites More sharing options...
Guest Posted January 12, 2015 Report Share Posted January 12, 2015 You could just search tru the files of the addon + ArmA files. I think the path for A3 is: Addons -> UI_F -> Scripts -> GUI or IGUI. These are the scripts executed on keybinds. For example: ["onLoad",_this,"RscDisplayInventory",'IGUI'] execVM "a3\ui_f\scripts\initDisplay.sqf" initDisplay.sqf is the script called upon keybind 'I' that opens 'RscDisplayInventory' -> player's INV. Or you could search on the internet, since there are a ton of keybindings and that i couldn't even name them all here :D Good luck! xBowBii Link to comment Share on other sites More sharing options...
CrazyMike Posted January 12, 2015 Report Share Posted January 12, 2015 There is this thread: I think it has most of the Epoch built in controls - other then that i do believe most other controls are set by client meaning whatever they have their controls set to (presets and all). midgetgrimm 1 Link to comment Share on other sites More sharing options...
midgetgrimm Posted January 12, 2015 Author Report Share Posted January 12, 2015 Thank a bunch guys! Also FYI, I searched this forum by the word control, and that thread never came up... -_- Link to comment Share on other sites More sharing options...
orangesherbet Posted January 13, 2015 Report Share Posted January 13, 2015 added forum link to the wiki page - this was a bit of an oversight on my part! If anyone wants to (responsibly) add to the wiki or request anything that should be added let me know Wiki link: http://epochmod.gamepedia.com/A3Epoch:Arma_3_Epoch midgetgrimm 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now