Invaders – Arma 3
Jump to navigation
Jump to search
Launch Arma 3 and inspect the main menu while a Steam sale is active!
Controls
These are the defaults, depending on your in-game controls:
Shoot | Spacebar |
Move left | A |
Move right | D |
Known Issues
- Launching the game with the -skipIntro or -world=Empty Startup Parameters will not start Invaders. Try launching without these parameters.
- Launching the game with mods active that modify the main menu will not start Invaders. Try launching without mods loaded.
Advanced
If you want to always opt out of Invaders, you can disable it for your profile (including the reward element). Open the Editor on any terrain, and open Tools > Debug Console.... In the Execute field enter the code below. Press LOCAL EXEC.
profileNamespace setVariable ["BIN_ArmaInvadersOff", true]; // This can be reverted by setting the value to false or nil instead.
saveProfileNamespace;