Jump to content

Player Controls List? Is one available?


midgetgrimm

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...