Would you like to react to this message? Create an account in a few clicks or log in to continue.

Far Cry

 :: PC :: Cheats

Go down

Far Cry Empty Far Cry

Post by Gjest 26th May 2009, 20:59

Cheats such as god_mode_count=1 do not work for you? Then use my god
mode or make yourself invisible for the enemies. Or do you want to shot
without to reload? No problem...

Game:
Tested with Far Cry 1.1, german version.

Installation:
Create a desktop shortcut for Far Cry, get the properties and add
-DEVMODE at the and of the target field, behind "[...]Bin32\FarCry.exe".
It looks similar like this:
"C:\Program Files\Ubisoft\CryTek\Far Cry\Bin32\FarCry.exe" - DEVMODE
Now get into the Far Cry folder and open the file "DevMode.lua" with a
text editor (like the windows editor). Scroll at the end of the document
and insert the following text (STRG + C for copy and STRG + V for insert):


-- beginning new DevMode.lua code by ThunderEye

function ToggleGhost()

if (not ghost) then
ghost=1;
else
ghost=1-ghost;
end
if (ghost==1) then
Hud:AddMessage("[CHEAT]: Ghost mode ON");
ai_ignoreplayer = "1"
else
Hud:AddMessage("[CHEAT]: Ghost mode OFF");
ai_ignoreplayer = "0"
end
end

Input:BindCommandToKey("#ToggleGhost()","9",1);

function ToggleGod()

if (not god) then
god=1;
else
god=1-god;
end
if (god==1) then
Hud:AddMessage("[CHEAT]: God mode ON");
else
Hud:AddMessage("[CHEAT]: God mode OFF");
end
end

Input:BindCommandToKey("#ToggleGod()","0",1);

function NoReload()

if _localplayer then
_localplayer.cnt.ammo_in_clip=999;
Hud:AddMessage("[CHEAT]: Give 999 ammo without reload");
else
Hud:AddMessage("[CHEAT]: no ammo today");
end
end

Input:BindCommandToKey("#NoReload()","8",1);

function FullGrenades()

_localplayer.cnt.numofgrenades=99;
Hud:AddMessage("[CHEAT]: Give full grenades");
end

Input:BindCommandToKey("#FullGrenades()","7",1);

function HealthArmor()

if _localplayer then
_localplayer.cnt.health=999;
_localplayer.cnt.armor=999;
Hud:AddMessage("[CHEAT]: Give huge amount of health and armor");
else
Hud:AddMessage("[CHEAT]: no health and armor");
end
end

Input:BindCommandToKey("#HealthArmor()","6",1);

function OtherStuff()

if (not stuff) then
stuff=1;
else
stuff=1-stuff;
end
if (stuff==1) then
Hud:AddMessage("[CHEAT]: Water, vegetation and fog OFF");
e_water_ocean = "0"
e_vegetation = "0"
e_fog = "0"
else
Hud:AddMessage("[CHEAT]: Water, vegetation and fog ON");
e_water_ocean = "1"
e_vegetation = "1"
e_fog = "1"
end
end

Input:BindCommandToKey("#OtherStuff()","5",1);

-- end new DevMode.lua code by ThunderEye

Save the file and close it. Start the game with the desktop shortcut.
Some keys have now (new) cheat functions.

Known cheats:
[O] = Full ammo
[P] = All weapons
[F1] = Third person view ON/OFF
[F2] = Next spawn point
[F3] = Fly mode ON/OFF
[F4] = No clipping ON/OFF
[F8] = Debugger ON/OFF
[F9] = Fast save current position
[F10] = Fast load current position
[F11] - AI infos ON/OFF

New cheats (with my code):
[5] = Water, vegetation and fog ON/OFF
[6] = Huge amount of health and armor
[7] = Current grenade with 99 ammo
[8] = Current weapon with 999 ammo (WITHOUT reloading!)
[9] = Ghost mode ON/OFF (Enemies ignore player)
[0] = God mode ON/OFF (Health will be recovered before death)


Uninstallation:
Remove my code from the DevMode.lua.

Disclaimer:
The author is not responsible for possible damage by installation and/or
use in your game and/or on your computer. Use at your own risk.

Note:
Try to play the game without cheats the first time, it is not that hard.
My cheats are for fun games.

Gjest
Guest


Back to top Go down

Back to top


 :: PC :: Cheats

 
Permissions in this forum:
You cannot reply to topics in this forum