Cheats – ArmA: Armed Assault Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ")
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
you need to hit shift and - at the same time then just type in a command like flush and your screen will reload
you need to hit shift and - at the same time then just type in a command like flush and your screen will reload
so its [shift -]at same time then type flush thats it. there is no box that pops up its kinda ghost typeing.[[User:ArmAtec|ArmAtec]] Hoz updated the main page
so its [shift -]at same time then type flush thats it. there is no box that pops up its kinda ghost typeing.[[User:ArmAtec|ArmAtec]] Hoz updated the main page
--------
Savegame does not work as advertised
[[User:Mikero|Mikero (nee Ook?)]] 04:17, 11 January 2008 (CET)
--------
Another code that's not mentioned here is "ZPRIME".
[[User:Worldeater|Worldeater]] 23:12, 16 May 2009 (CEST)
== savegame cheat ==
this 'function' no longer works in arma
more correctly, it works only once, providing you haven't already saved the game.
the 'problem' is because the engine looks at your saved missions folder and if it detects  the save. ArmaSave, it wont over-write it (even tho the cheatsave message says all is ok)
== Regular(cadet) vs Veteran ==
as of one of the arma patches (probably 1.05) you could, finally, save multiple times in cadet mode.
in veteran mode you cannot. The difficulties setting to do so is disabled.
to compensate for lack of a cheatsave, you can patch the veteran mode to enable multiple saves, as follows:
create a pbo config.cpp in the standard manner
class CfgDifficulties
{
class Veteran
{
  class Flags
  {
    unlimitedSaves[] = {1,1};
  }
}
};
[[User:Mikero|Mikero (nee Ook?)]] 16:41, 17 March 2009 (CET)

Latest revision as of 20:04, 31 January 2021

I do the "shift, -" combo and nothing happens. Any ideas?

you need to hit shift and - at the same time then just type in a command like flush and your screen will reload so its [shift -]at same time then type flush thats it. there is no box that pops up its kinda ghost typeing.ArmAtec Hoz updated the main page


Savegame does not work as advertised

Mikero (nee Ook?) 04:17, 11 January 2008 (CET)


Another code that's not mentioned here is "ZPRIME".

Worldeater 23:12, 16 May 2009 (CEST)


savegame cheat

this 'function' no longer works in arma

more correctly, it works only once, providing you haven't already saved the game.

the 'problem' is because the engine looks at your saved missions folder and if it detects the save. ArmaSave, it wont over-write it (even tho the cheatsave message says all is ok)

Regular(cadet) vs Veteran

as of one of the arma patches (probably 1.05) you could, finally, save multiple times in cadet mode.

in veteran mode you cannot. The difficulties setting to do so is disabled.

to compensate for lack of a cheatsave, you can patch the veteran mode to enable multiple saves, as follows:

create a pbo config.cpp in the standard manner


class CfgDifficulties {

class Veteran
{
 class Flags
 {
   unlimitedSaves[] = {1,1};
 }
}

}; Mikero (nee Ook?) 16:41, 17 March 2009 (CET)