FAR CRY DEMO TIPS & TRICKS
No damage for demo version
Using your text editor, alter the "gamerules.lua" file in the "/farcrydemo/scripts/default" folder. 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.0, 0.0"
Set armor (demo version
Use Notepad to edit "\Scripts\Default\Gamerules.lua" file. Find the line with "armor = 0;" string and change the value to 255. Save the changes and run the game. You should always backup any files you change in case you make a mistake or it mucks up your
Invincibility (demo version):
Use Notepad to edit "\Scripts\Default\Gamerules.lua". You should always backup any files you change in case you make a mistake or it mucks up your game. Find the following line:
ai_to_player_damage = { 1, 1, 1, 0.5, 0.5, 0.5 }
and change it to:
ai_to_play
Unlimited ammo (demo version)
Use Notepad to edit "\Scripts\Default\Entities\Weapons.lua" file. You should always backup any files you change in case you make a mistake or it mucks up your game. Find the line with "loacal unlimitedAmmo = 0;" string and change the value to 1. Save the