If you prefer a tailored experience, here are specific mods that have defined the IGI 2 modding scene:
You can create custom weapon stats without advanced tools.
1. Locate the weapon files.
Navigate to your IGI 2 installation folder:
...\Innerloop Studios\IGI 2\Data\Weapons\
Inside, you’ll see folders like M4A1, DesertEagle, MP5SD, etc.
2. Open the weapon.itm file in Notepad (or Notepad++). igi 2 weapon mod
Example snippet from M4A1\weapon.itm:
[Weapon]
Name = M4A1
Damage = 35
Range = 120.0
Accuracy = 0.85
RoundsPerMinute = 800
MagazineSize = 30
Attachments = Scope, Silencer, M203
3. Common tweaks (create a backup first!):
| Change | What to edit |
|--------|---------------|
| One-shot kill | Damage = 200 |
| Infinite ammo | MagazineSize = 999 and MaxAmmo = 9999 |
| Laser-accurate | Accuracy = 1.0 |
| Silencer on any gun | Add Silencer to Attachments = line |
| Scope on Desert Eagle | Add Scope to attachments and copy scope data from a sniper file |
4. For visual mods (new models/skins):
A total conversion that replaces all 2003-era weapons with modern military hardware (2010-2020).
Want to turn the standard MP5K into a laser-accurate, 100-round bullet hose? Here is the basic workflow.
Step 1: Backup your files.
Navigate to C:\Program Files (x86)\Project IGI 2\main\ and copy weapons.def to your desktop.
Step 2: Open the file. Find a line that looks like this (simplified): If you prefer a tailored experience, here are
[Weapon_MP5K]
Damage=30
MagazineSize=30
RateOfFire=800
RecoilAmount=2.5
BulletSpread=1.2
Step 3: Make your changes.
Step 4: Save and test. Load into the "Training" mission. If your game crashes, you likely typed a value out of bounds (e.g., rate of fire set to 99,999). Stick to realistic integers.
Pro tip: Changing the WeaponType from SMG to Sniper will allow the MP5 to use scope zoom. The engine doesn’t care—it just obeys the syntax.
Overhaul the entire arsenal – every weapon gets new models, sounds, and stats. A total conversion that replaces all 2003-era weapons