Far Cry: easy way to win!

God mode: go to the game folder and open the “devmode.lua” with your text editor. Copy the following code and paste it into the file. After it’s done, the proper command will appear on the screen.

function ToggleGod()
if (not god) then
god=1;
else
god=1-god;
end
if (god==1) then
System:LogToConsole(”God-Mode ON”);
else
System:LogToConsole(”God-Mode OFF”);
end
end
Input:BindCommandToKey(”#ToggleGod()”,”backspace”,1);

Add Colour: If you want to use colours in your name, do the following thing. Type in one of the following codes when entering your character’s name. In one name you can use more than one colour.

$0: Black
$1: White
$2: Blue
$3: Green
$4: Red
$5: Light Blue
$6: Yellow
$7: Pink
$8: Orange
$9: Gray

Enable Cheat mode easily! Press “~” to bring up the console window. Press Tab to scroll and to select the needed code.

Several Cheat Codes: Enable the cheat window as described above and enter one of the following codes:

god_mode_count=1: invincibility
give_all_weapons=1: get all weapons
give_all_ammo=1: get ammunition
\load_game : load quick save
\save_game : save game

Get no damage: Open the “gamerules.lua” file you can find in the “farcrydemo/scripts/default” folder in your text editor and replace the line ai_to_player_damage: 1, 1, 1, 0.5, 0.5, 0.5 by ai_to_player_damage: 0, 0, 0, 0.0, 0.0, 0.0.


No Responses to “Far Cry: easy way to win!”  

  1. No Comments

Leave a Reply