Also check this:
m_bUnlimitedAmmo=falseChanging this to "true" will make the number of magazines pistol-like (when you equip a pistol you see this: --). No matter how many times you reload, you'll never run out of magazines.
If your text editor supports
regular expressions, then replacing the rows for every weapon will look like this:
Find:
m_iDamageAt0M=(.*)
m_iDamageAt5M=(.*)
m_iDamageAt20M=(.*)
m_iDamageAt50M=(.*)
Replace:
m_iDamageAt0M=100
m_iDamageAt5M=100
m_iDamageAt20M=100
m_iDamageAt50M=100
I edited the .ini files for ppl who don't wanna take the time to edit the files for themselves. The package contains the following modifications:
- 1 hit kill
- Unlimited ammo
- Clip size: 250
- High-cap. clip size: 500
- Perfect aim
- No recoil
- 99 from every nade and other 'gadgets'
- The default versions of the modified files
All the multiplayer walues are left alone. The files to replace are in
\KellerGame\Config\.
Direct link:
LinkPS: increasing the damage of guns to 999 will make the game 100 times harder, because it will boost the enemies' guns too.
[Edited by Squito, 10/11/2009 12:15:22 PM]