Cheat Mode:
Press ~ to display the console window. Then, enter one of the following codes to activate the corresponding cheat function.
Effect Code
God mode - god_mode_count=1
Developer mode:
Start the game with the -DEVMODE command line parameter. Then, press one of the following keys during game play to activate the corresponding cheat function. Note: When in developer mode, all levels will also be unlocked.
Effect - Key
Spawn point [F3]
All weapons P
999 ammunition O
Toggle no clipping [F4]
Move to next checkpoint [F2]
Save current position [F9]
Load current position [F10]
Toggle extra information [F11]
Toggle first and third person view [F1]
Toggle God mode [Backspace]
Increase speed [Equals]
Decrease speed [Minus]
Return to Default speed [F5]
Cheat mode (demo version):
Press ~ during game play to display the console window. Press [Tab] to cycle through the available cheat options.
No damage (demo version):
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "gamerules.lua" file in the "/farcrydemo/scripts/default" folder. Find the following line.
"ai_to_player_damage = 1, 1, 1, 0.5, 0.5, 0.5"
and change it to :
"ai_to_player_damage = 0, 0, 0, 0.0, 0.0, 0.0"
Manual Save:
It`s easy to save anywhere in the game. Just open the console (~ key) and type save_game. If you can bind the command to an unused key, you will be able to quicksave any time with a press of the button. You may otherwise just type in the command normally each time you want to save. Add -DEVMODE to the end of the executable command line if the save command is not working.
Change Color Of Your Name:
At the character selection screen where you enter your name, type one of the below for different colored letters:
$0 = Black
$1 = White
$2 = Blue
$3 = Green
$4 = Red
$5 = Light Blue
$6 = Yellow
$7 = Pink
$8 = Orange
$9 = Gray
God Mode:
Open devmode.lua in the Far Cry directory and add the following code to the bottom:
function GodMode()
if _localplayer then
_localplayer.cnt.health = 99999;
_localplayer.cnt.armor = 99999;
Hud:AddMessage(``[CHEAT]: Give 99999 health and armor``);
System.LogToConsole(``01CHEAT: Give 99999 health and armor``);
else
Hud:AddMessage(``[CHEAT]: No godmode today``);
end
end
Then, start the game with the -devmode switch and open the console with the ` key. Type in: #GodMode() and you`ll have 99999 health and armor. The normal maximum is 255.
Saving or loading a game will reset the values, though.
Level Select:
Press `~` to bring up the console and enter these codes:
archive level : map archive
boat level: map boat
bunker level: map bunker
carrier level: map carrier
catacombs level: map catacombs
control level: map control
cooler level: map cooler
dam level: map dam
factory level: map factory
fort level: map fort
pier level: map pier
rebellion level: map rebellion
regulator level: map regulator
research level: map research
river level: map river
steam level: map steam
swamp level: map swamp
training level: map training
treehouse level: map treehouse
volcano level: map volcano
Rally Pigs:
If you park a buggy in an unsafe spot, such as on a flight of stairs in the Fort level, eventually a pig will get in and drive it back to the road and park it. Be careful, the pig will run you over if you get in the way.
|