Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
http://cowgod.net/2010/11/06/enable-god-mode-in-far-cry/
When you Rclick on a file (in this case the shortcut for FC)there will be a "Properties" line at the bottom. Click on that. A window will appear in which one of the boxes is "Target..", highighted in blue. Use the LEFT then RIGHT arrow keys and the blue disapperas, then a SPACE then -devmode.
Click APPLY and you're done.
BUT...........there's an easier way with STEAM running. Rclick on FC in your library listing, then click on Properties. Click on "Set Launch Options" and put in -devmode, click OK and you're done.
In the game press backspace and see if GOD mode is enabled, F3 fly mode, F4 noclip. etc.
NOTE: Devmode doesn't work for MODS unless you use method 1 for a shortcut to a .bat or .cmd file. I use batch files to load all mods, -devmode goes in the batch file AND in the shortcut target line.
An example batch file..........This one's called "escape.bat"............
cd..
cd..
bin64\Farcry.exe -MOD:Escape -devmode
(You may be using "bin32" if you haven't applied the AMD64 patches)
The batch file is placed in the mod's main folder. Then you create the shortcut and use method 1.
I keep a folder full of these mod shortcuts on my DT.
You can load a mod from the game menu but you won't have devmode.
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);
lua, not ula. Check to see if this is what you have in devmode.lua. If not, copy and replace/paste the above into devmode.lua.