Codes for the game Far Cry K9 Vision. Far Cry: cheats, codes, secrets and tips

Launch the game with the parameter "farcry.exe - devmode"
All levels are unlocked.

We use during the game:
"O" - 999 rounds
"P" - all weapons.
F2 - go to next checkpoint
F9 - quick save
F10 - load quick save
F1 - 3rd person view

The rest can be found in the devmode.lua file

To get 999 lives at any time in the game, add the following to the devmode.lua file:

Input: BindCommandToKey("#MoreHealth() ","m",1) ;

function MoreHealth()

if _localplayer then

Localplayer.cnt.health=999;

Hud: AddMessage(": Give 999 health" ;

System: LogToConsole("\001CHEAT: Give 999 health" ;

Hud: AddMessage(": no health today" ;

During the game, press "M" to get 999 lives

Copy the file DevMode.lua from the archive to the game directory, replacing the original. Now run the game with the "-devmode" parameter. Use the following keys in the game:

F4 - Passing through walls
F2 - Go to next checkpoint
o - 999 rounds
p - All weapons
F9 - Write current position
F10 - Load current position
F11 - Information
F1 - 1st/3rd person view
BackSpace - God Mode
= - Increase speed
- - Reduce speed
F5 - Normal speed


Download (3.6 Kb)

Record anywhere.
Run the game with the "-DEVMODE" parameter (for example: "C: Far Cry farcry.exe" -DEVMODE).
While playing, press the [~] (tilde) key, then type save_game.
To access an entry, associate it with an unused key.

Colored names.
Adding colors to your name is simple; to do this, before the name text, add:
Color - Code:
White - $1
Black - $0
Blue - $2
Green - $3
Red - $4

There is such a person under the nickname AEon, he slightly tweaked DevMode.lua and made several very convenient functions available.
The DevMode.lua file from AEon can be downloaded here. It should be placed in the root directory of the game. The game should be launched with the parameter - DEVMODE (in capital letters). Or just add this line to the shortcut.

In the game, in the Campaign menu, all levels of the game will become available to you (in case you can’t complete something due to a bug. And the following keys will also be available:

"I" gives weapons (Grenade Launcher, Sniper, assault rifle OICW, Machete), Binoculars, Flashlight and Cryvision and ammunition for all these weapons.
"P" Gives all weapons (without ammo).
"O" 999 ammunition (cartridges) for the main and additional fire modes.
"K" Increases walking/running speed
"L" Increases walking speed mega (slower than "K")
"N" Normal travel speed
"V" Pass through/fly mode
"BackSpace" God Mode (Immortality)
"F1" Information on the screen (FPS, number of polygons, etc.)
"F2" Go to next waypoint
"F3" go to the spawn point in the level
"F4" flight mode/passing through walls (same as V)
"F6" show debugger (not tested)
"F7" Enable information about AI: (paths, points, etc.)
"F8" Enable/disable AI: The enemy ignores the player and his sounds
"F10" Mode for screenshots (without HUD screen, turns on AI)
"F11" Mode for screenshots (Turns off the HUD screen, does not turn on AI)

Attention: If one of these buttons is already set in your game control, it will not work. Remove the binding from the control to this button and it will work.

AEon: this guy gives useful advice - turn on the screenshot mode, turn off the AI ​​so that it doesn’t attack you, turn on the F4 mode (fly) and just rush around the map, listen to the measurements, take cool pictures.


Download (4 Kb)

During the game, press Tab and a panel will pop up at the top. Then press Tab again and the first code appears on the panel. Press Tab until you find the code you need (when you find it, press Enter).

Get body armor:
In the game folder, find the Gamerules.lua file, located in the "\Scripts\Default\" directory. Open it with any text editor, find the line in it: "armor = 0;" and change its value to "armor = 255;".

Vulnerability:
In the game folder, find the Gamerules.lua file, located in the "\Scripts\Default\" directory. Open it with any text editor, find the line in it: ai_to_player_damage = ( 1, 1, 1, 0.5, 0.5, 0.5 ) and change its value to ai_to_player_damage = ( 0, 0, 0, 0, 0 , 0).

Infinite ammo:
In the game folder, find the Gamerules.lua file, located in the "\Scripts\Default\" directory. Open it with any text editor, find the line in it: "loacal unlimitedAmmo = 0;" and change its value to: "loacal unlimitedAmmo = 1;".

That's not all!!! Here's MY PERSONAL advice (I myself chose what to put where, with the exception of health, they forced me to experiment):
Add the following lines to the devmode.lua file without comments:

\\At the top (there you can also configure other “hot” keys of devmod by replacing the 2nd variable of the function

"Input: BindCommandToKey("1st variable (means the called function)", "2nd variable (hot key)", boolean variable (default "1"));"):

Input: BindCommandToKey("#MoreHealth() ","m",1) ; \\ bind the "m" key to the health replenishment command
Input: BindCommandToKey("#MoreArmor() ",",",1) ; \\ bind to the "," key the command for replenishing armor

\\Bottom in the functions (don’t be afraid to specify a larger value, as you will be fooled for longer):

FunctionMoreHealth()

If _localplayer then

localplayer.cnt.health=999999; \\1

Hud: AddMessage(": Say 999999 hits" ; \\2

System: LogToConsole("\001CHEAT: Give 999999 health" ; \\3

Hud: AddMessage(": HA! Cheater! Screw it! "); \\4

FunctionMoreArmor()

If _localplayer then

Localplayer.cnt.armor=999999; \\ 5

Hud: AddMessage(": Whoops! Who got 999999 reservations here?");

System: LogToConsole("\001CHEAT: Give 999999 armor") ;

Hud: AddMessage(": Hello Lamer from the system administrator!");

All! Explanations for comments:

\\1: Gives you 999999 life (Best used a second before landing after falling from a great height. The value drops to 100 in about 4-5 seconds)

\\2: You can throw in some gags for fun:) here is my version, it doesn’t affect anything!!

\\3: you don’t have to change it, you still won’t see it if you don’t call the console

\\4: Standard: ": no health today" (Who knows English will understand the irony)

\\5: I don’t recommend it anymore, and this is enough to kill the creatures with a knife :) And unlike MoreHealth, the value does not go astray!!!

P.S. There is one joke: if you put all these commands on one button, then when you press it they will all be executed!! (For example, if you write
Input: BindCommandToKey("#MoreHealth() ","m",1) ;
Input: BindCommandToKey("#MoreArmor() ","m",1) ;
then when you press m you will get 999999 lives and 999999 armor)
Moreover, they can be assigned to a mouse button (for example, they will work together with the sight;)

Now how to run:

If you have Windows 9x, 2000, me or XP, then in start click on "Run"
In the window that appears, indicate the path to the game, if the path contains quotes (for example, "c:\games\farcry\bin\farcry.exe")
then remove the quotes and assign -devmode
It should look like this (without brackets): (c:\games\farcry\bin\farcry.exe -devmode)

If you have Vista, then in the start search bar we write for example (without quotes) "c:\games\farcry\bin\farcry.exe -devmode"

If it doesn’t help, then in the same search in the start we write “cmd” (I think everyone has already understood that without quotes) in the console that appears we write “c:\games\farcry\bin\farcry.exe -devmode”

If this does not help or you do not understand the console, then
there are 3 more options:

1): If you have the "Run" command in start, then repeat the XP method

2):Otherwise, follow the instructions below:
Click right click mouse on start ==> Properties ==> “Start Menu” tab ==> Configure ==> versus “Display Run”, check the box and repeat step 1.

3): Last (it’s the simplest): If you have TotalCommander, then find the root directory of the game in the Bin folder, find Farcry.exe ==> rename ==> !!!Copy the name along with .exe!! ==> paste it into the command line (it is located below totalcommander -a) ==> add "-devmode" ==> press enter ==> enjoy!

These are the pies.

Now about the Eroglyphs.

Before starting the game, go to the "Control Panel" and change the default keyboard layout language to English, when you exit the game, return everything back.

And for those who are especially forgetful, you can download the Yandex punto switcher without changing anything and launch the game in the console, start typing an English word for example “hello” and it will change the layout itself, but the only benefit from this is to change your name and save where you want. That's just the price for a bad memory - the constant background sounds of a punto guy. Especially when you are walking through the jungle, creatures are growling everywhere and there is a monstrous loudness, hastening to notify you about a change in keyboard layout, or about “wrong spelling”

There seems to be nothing more to say...

I hope everyone understood everything.

Get armor: open the file "\Scripts\Default\Gamerules.lua" in notepad,
find the line "armor = 0;" and replace the value 0 with the value 225.
Save changes
Invulnerability: open the file "\Scripts\Default\Gamerules.lua" in notepad,
find the line ai_to_player_damage = ( 1, 1, 1, 0.5, 0.5, 0.5 )
and replace it with the line - ai_to_player_damage = ( 0, 0, 0, 0, 0, 0 ).
Save changes
Infinite Ammo: Open the file in Notepad
"\Scripts\Default\Entities\Weapons.lua"
find the line "loacal unlimitedAmmo = 0;" and replace 0 with 1.
Save changes

Codes for Far Cry

To activate the codes, press the "tilde" ("~") key to open the console and enter one of the following commands:

give_all_weapons=1- all weapons.

give_all_ammo=1- full ammunition.

god_mode_count=1- God 'mode.

Codes for Far Cry

Launch the game using the command line with the "-DEVMODE" parameter
(all levels will open).
Now during the game press the following cheat keys:
[P] - all weapons
- 999 rounds for the selected weapon
- move to the next point
or - flight mode
- save current location
- load current location
- on off. display additional information

Colored names:
To do this, add the following codes before the name text:
$1 - white
$0 - black
$2 - blue
$3 - green
$4 - red

Save anywhere:
Run the game with the "-DEVMODE" parameter
While playing, press the [~] (tilde) key.
then type save_game. To access the recording,
associate it with an unused key (how to do this is described below).

Get 999 lives by pressing [M] during the game:
Add the following lines to the devmode.lua file:

Input: BindCommandToKey("#MoreHealth() ","m",1) ;

FunctionMoreHealth()

If _localplayer then

Localplayer.cnt.health=999;

Hud: AddMessage(": Give 999 health" ;

System: LogToConsole("\001CHEAT: Give 999 health" ;

Hud: AddMessage(": no health today" ;

PC game Far Cry is a first-person shooter. The game is large and quite complex. Not everyone can pass. Therefore, we will tell you what cheats and codes are, where to enter them and how to use them. We will also consider the topic of non-working cheats, useful codes and simple solutions. In addition, we will highlight some interesting secrets and tips. In general, everything about the game Far Cry!

Far Cry - cheats don't work

Many users don't know about Far Cry codes how to enter. It's actually simple. First you need to change the layout on the keyboard. It is necessary to change the Russian language to English language. And then the codes can be entered directly during the game. But for these codes to work, you must first enter the “-DEVMODE” parameter. By the way, if you are a GTA fan: San Andreas, then it is recommended to visit the server rainbow-rp.ru, where you can play this wonderful game online.

How to run Far Cry with the DEVMODE parameter?

  1. you need to right-click on the game shortcut that sits on the desktop;
  2. in the open tab you need to select the “Properties” option;
  3. in the “Properties” parameter you need to select the “Object” line;
  4. then the path opens - something like C:\Program Files\Buka\Far Cry\Bin32\FarCry.exe;
  5. at the end of the path you need to specify the “-DEVMODE” parameter;
  6. it will turn out like this – D:\Program Files\Buka\Far Cry\Bin32\FarCry.exe -DEVMODE.

Please note that there must be a space after .exe. After the work has been done, you can switch the keyboard to English. And check to see if it's for sure. To make sure you don’t make mistakes, switch the language through the explorer. Then you can launch and enter codes during the game.

Far Cry - God mode, immortality codes and weapons

Once you have figured out the “- DEVMODE” parameter, you can enter codes during the game. Here are the cheat codes:

  • [P] – access to all weapons;
  • – allows you to get 999 rounds of ammunition for any weapon;
  • – allows you to move to the next point;
  • or – gives access to flight mode;
  • – allows you to save the current location;
  • – you can load the current position;
  • – ability to enable/disable additional information.

As for secrets, play with sound - you can determine the location of enemies. You can also provide activity to your opponents to then determine the direction of their strategy. Overall, you won't be bored in Far Cry!

Solitaire Mat