|
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
Press [~] to access the console, then enter the following codes for desired effect (you might need to put backslash in front of commands in order to make them work, ie. \god_mode_count=1):
god_mode_count=1 - God Mode
give_all_weapons=1 - All Weapons
give_all_ammo=1 - Ammunition
save_game <file name> - Quick save game
load_game <file name> - Load quick save
map <map name> - Load map (see the list below)
ca_Debug=1 - Debug mode
ai_noupdate=1 - Dumb enemies
Map names: archive, boat, bunker, carrier, catacombs, control, cooler, dam, factory, fort, pier, rebellion, regulator, research, river, steam, swamp, training, treehouse, volcano
Another method
First off, download the cheat enabler listed above and unpack the DevMode.lua file to the main FarCry directory overwritting other file (make a backup of it!).
Now you need to modify your desktop shortcut. Right click on the Far Cry icon on your desktop, select properties and a new screen should pop up. Add the " -devmode" parameter (without the quotes) at the end of the target field so it looks similar to this:
"C:\Program Files\UBISOFT\Crytek\Far Cry\Bin32\FarCry.exe" -DEVMODE
Click Apply to save changes and run the game using that shortcut. All levels will be unlocked and you'll be able to use the following buttons:
[F4] - Toggle No Clip Mode
[F2] - Move to Next Checkpoint
[F9] - Save Current Position
[F10] - Load Current Position
[F11] - Toggle Extra Information
[F1] - Toggles FirstPerson/ThirdPerson Camera Modes
[F5] - Default Speed
[=] - Increase speed
[-] - Decrease speed
[BackSpace] - Toggle GodMode
o - Gives 999 ammo
p - Gives all weapons
Cheat mode (demo version)
Press [~] during game play to display the console window. Press [Tab] to cycle through the available cheat options.
Set armor (demo version)
Use Notepad to edit "\Scripts\Default\Gamerules.lua" file (make a backup first!). Find the line with "armor = 0;" string and change the value to 255. Save the changes and run the game.
Invincibility (demo version)
Use Notepad to edit "\Scripts\Default\Gamerules.lua" file (make a backup first!). 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 }
Save the changes, and run the game.
Unlimited ammo (demo version)
Use Notepad to edit "\Scripts\Default\Entities\Weapons.lua" file (make a backup first!). Find the line with "loacal unlimitedAmmo = 0;" string and change the value to 1. Save the changes and run the game.
God mode
Before [Backspace] will toggle God mode (see the alternative method), open the "devmode.lua" file with a text editor. Scroll to the very bottom, and paste the following if it is not present:
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);
Press [~] during game play to display the console window. Press [Tab] to cycle through the available cheat options.
Set armor (demo version)
Use Notepad to edit "\Scripts\Default\Gamerules.lua" file (make a backup first!). Find the line with "armor = 0;" string and change the value to 255. Save the changes and run the game.
Invincibility (demo version)
Use Notepad to edit "\Scripts\Default\Gamerules.lua" file (make a backup first!). 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 }
Save the changes, and run the game.
Unlimited ammo (demo version)
Use Notepad to edit "\Scripts\Default\Entities\Weapons.lua" file (make a backup first!). Find the line with "loacal unlimitedAmmo = 0;" string and change the value to 1. Save the changes and run the game.
God mode
Before [Backspace] will toggle God mode (see the alternative method), open the "devmode.lua" file with a text editor. Scroll to the very bottom, and paste the following if it is not present:
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);
- Walkthroughs - |
FAQ/Walkthrough by black hole sun - 103K
●©XxXdepy.2011●
