Cheats – ArmA: Armed Assault

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{SideTOC}}" to "{{TOC|side}}")
m (Text replacement - "_this" to "_this")
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
=Cheats=
=Cheats=


==ENDMISSION==  
== ENDMISSION ==
Ends the mission.
Ends the mission.


==CAMPAIGN==
== CAMPAIGN ==
Unlocks all campaign missions (This must be entered in the appropriate campaign screen you want unlocked. Unlocking one campaign will result in other campaigns that are unlocked to be re-locked.)
Unlocks all campaign missions (This must be entered in the appropriate campaign screen you want unlocked. Unlocking one campaign will result in other campaigns that are unlocked to be re-locked.)


==MISSIONS==  
== MISSIONS ==
Unlocks all single player missions (This must be entered in the appropriate single missions screen.)
Unlocks all single player missions (This must be entered in the appropriate single missions screen.)


==SAVEGAME==
== SAVEGAME ==
Saves the game in your current mission. Can be useful as a quicksave function.
Saves the game in your current mission. Can be useful as a quicksave function.


Line 23: Line 23:
(''German Users: Enter'' <tt>TOPOGRAPHZ</tt> ''instead'')<br><br>
(''German Users: Enter'' <tt>TOPOGRAPHZ</tt> ''instead'')<br><br>
Generates selected map in EMF vector format. The file is (not) always created at the root directory of the C: drive (Windows 7 with UAC might put the file in Virtualstore, "C:\Users\<username>\AppData\Local\Virtualstore" ).  
Generates selected map in EMF vector format. The file is (not) always created at the root directory of the C: drive (Windows 7 with UAC might put the file in Virtualstore, "C:\Users\<username>\AppData\Local\Virtualstore" ).  
===Example export procedure for Arma 3===
=== Example export procedure for Arma 3 ===


# '''Run Arma 3 as administrator'''
# '''Run Arma 3 as administrator'''
Line 46: Line 46:
#* If everything went ok, you would have <tt><worldname>.png</tt> file created next to <tt><woldname>.emf</tt> file
#* If everything went ok, you would have <tt><worldname>.png</tt> file created next to <tt><woldname>.emf</tt> file


==EXPORTNOGRID==
== EXPORTNOGRID ==
(''Available since Arma 3 v1.43'')  
(''Available since Arma 3 v1.43'')  
<br><br>Does what TOPOGRAPHY cheat does, but generates a ''grid-less'' map in EMF format <tt>XXNAMEXX_nogrid.emf</tt>. More on map topography export [http://killzonekid.com/arma-scripting-tutorials-how-to-export-topography/]
<br><br>Does what TOPOGRAPHY cheat does, but generates a ''grid-less'' map in EMF format <tt>XXNAMEXX_nogrid.emf</tt>. More on map topography export [http://killzonekid.com/arma-scripting-tutorials-how-to-export-topography/]


==GETALLGEAR==
== GETALLGEAR ==
Entering this cheat will execute statement defined by [[Description.ext#onCheat|'''onCheat''']] property in [[description.ext]]. For example:
Entering this cheat will execute statement defined by [[Description.ext#onCheat|'''onCheat''']] property in [[description.ext]]. For example:
<syntaxhighlight lang=cpp>
<syntaxhighlight lang=cpp>
Line 57: Line 57:
</syntaxhighlight>
</syntaxhighlight>


[[_this]] variable will contain "GETALLGEAR" text. Currently this is the only cheat that can activate '''onCheat''' event handler.
[[Magic Variables#this|_this]] variable will contain "GETALLGEAR" text. Currently this is the only cheat that can activate '''onCheat''' event handler.


==FLUSH==
== FLUSH ==
Flush all video memory to cure performance issue caused by textures being placed in the AGP memory
Flush all video memory to cure performance issue caused by textures being placed in the AGP memory


==FREEZE==  
== FREEZE ==
Instantaneous "freezing" the game. For debugging of freeze dump creation process.  '''(DISABLED IN ARMA 3 RETAIL)'''
Instantaneous "freezing" the game. For debugging of freeze dump creation process.  '''(DISABLED IN ARMA 3 RETAIL)'''


==CRASH==
== CRASH ==
Forced game crash. For debugging of crash dump creation process. '''(DISABLED IN ARMA 3 RETAIL)'''
Forced game crash. For debugging of crash dump creation process. '''(DISABLED IN ARMA 3 RETAIL)'''


==FPS==
== FPS ==
Allows to artificially limit FPS for testing. In Arma 3 every time FPS cheat is entered, it cycles through the following list (message shown):
Allows to artificially limit FPS for testing. In Arma 3 every time FPS cheat is entered, it cycles through the following list (message shown):
* <tt>Limit FPS 60</tt> - 1st time cheat entered
* <tt>Limit FPS 60</tt> - 1st time cheat entered
Line 91: Line 91:
</syntaxhighlight>
</syntaxhighlight>


[[Category:ArmA: Tips|Cheats]]
{{GameCategory|arma1|Tips}}

Revision as of 14:18, 25 February 2021

Overview

All of the following cheats require you to hold Left Shift down and then press the Numpad - (minus) key. Then let go and type the appropriate cheat code (capitalization doesn't matter). Nothing is displayed while you are typing, however the key strokes are being recorded and a quick confirmation might shortly flash on the screen upon successful entry.

Example procedure entering GETALLGEAR cheat

Cheats

ENDMISSION

Ends the mission.

CAMPAIGN

Unlocks all campaign missions (This must be entered in the appropriate campaign screen you want unlocked. Unlocking one campaign will result in other campaigns that are unlocked to be re-locked.)

MISSIONS

Unlocks all single player missions (This must be entered in the appropriate single missions screen.)

SAVEGAME

Saves the game in your current mission. Can be useful as a quicksave function.

TOPOGRAPHY

Arma 3
One can also use the diag command diag_exportTerrainSVG instead.

(German Users: Enter TOPOGRAPHZ instead)

Generates selected map in EMF vector format. The file is (not) always created at the root directory of the C: drive (Windows 7 with UAC might put the file in Virtualstore, "C:\Users\<username>\AppData\Local\Virtualstore" ).

Example export procedure for Arma 3

  1. Run Arma 3 as administrator
    • Open your Arma 3 main folder
    • Locate arma3.exe
    • Right click on it and select Run as administrator. The reason for it is that .emf file will be saved at c:\<worldname>.emf location, and on Windows 7, for example, most apps do not have rights to write in that location. Running Arma 3 as administrator should resolve this
  2. Select desired map
    • Open 2D editor (3D Editor since Arma 3 v1.99) with the map you want to export (Old 2D editor can still be started with Ctrl + O shortcut at map selection screen)
  3. Enter required cheat
    • Press and hold Left Shift
    • Tap - (minus) on the NUM pad while still holding Left Shift
    • Release both keys then blindly type TOPOGRAPHY. If everything done correctly, a small message will flash saying that topography is activated. German users might need to type TOPOGRAPHZ instead, since they use QWERTZ layout instead of QWERTY
  4. Locate exported file
    • Go to c:\ and check for <worldname>.emf file. If you had activation message and no file saved, something is wrong with write file permission to this location, you will have to troubleshoot it on your own
  5. Finish exporting
    • Close Arma 3 because it will not release the file otherwise
    • Copy resulting .emf file into some location where any user can write to the disk
    • Copy EmfToPng.exe file to the same location. This file can be found in Visitor 3 folder in the Arma 3 Tools package. If you don’t have it, it is available on steam as free download (Library -> Tools)
  6. Convert exported map to .png
    • At this point you can just drag your resulting .emf file over the converter .exe to start default conversion. However if you prefer to do it with different zoom, you can do it via command line, for instructions run EmfToPng.exe without params
  7. Done!
    • If everything went ok, you would have <worldname>.png file created next to <woldname>.emf file

EXPORTNOGRID

(Available since Arma 3 v1.43)

Does what TOPOGRAPHY cheat does, but generates a grid-less map in EMF format XXNAMEXX_nogrid.emf. More on map topography export [1]

GETALLGEAR

Entering this cheat will execute statement defined by onCheat property in description.ext. For example:

// description.ext
onCheat = "hint str _this";

_this variable will contain "GETALLGEAR" text. Currently this is the only cheat that can activate onCheat event handler.

FLUSH

Flush all video memory to cure performance issue caused by textures being placed in the AGP memory

FREEZE

Instantaneous "freezing" the game. For debugging of freeze dump creation process. (DISABLED IN ARMA 3 RETAIL)

CRASH

Forced game crash. For debugging of crash dump creation process. (DISABLED IN ARMA 3 RETAIL)

FPS

Allows to artificially limit FPS for testing. In Arma 3 every time FPS cheat is entered, it cycles through the following list (message shown):

  • Limit FPS 60 - 1st time cheat entered
  • Limit FPS 40 - 2nd time cheat entered
  • Limit FPS 20 - 3rd time cheat entered
  • Limit FPS 10 - 4th time cheat entered (Not in Arma 3)
  • Limit FPS 5 - 5th time cheat entered (Not in Arma 3)
  • Limit FPS 2 - 6th time cheat entered (Not in Arma 3)
  • Limit FPS Random 10-60 - 7th time cheat entered (Not in Arma 3)
  • Limit FPS 0 - 8th time cheat entered (FPS and counter reset)

MISSIONS

Unlocks all missions.

Alternatively, to unlock stand-alone mission (older games), locate your ArmA profile first (it will be named (username).ArmAProfile, and will be either in My Documents\ArmA or in My Documents\ArmA Other Profiles. Open it in a text editor and change the section:

activeKeys[] = {};

to:

activeKeys[] = {"M00","M01","M02","M03","M04","M05","M06","M07","M08","M09","M10","TT01","TT02","TT03","TT04","TT05","TT06"};