Home > PC > Far Cry


Codes cheats for Far Cry

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(''