Cheats – ArmA: Armed Assault Talk
No edit summary |
(savegame cheat) |
||
Line 8: | Line 8: | ||
[[User:Mikero|Mikero (nee Ook?)]] 04:17, 11 January 2008 (CET) | [[User:Mikero|Mikero (nee Ook?)]] 04:17, 11 January 2008 (CET) | ||
== 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) |
Revision as of 16:41, 17 March 2009
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)
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)