PC Console Cheats and Weapon Modding
Enabling the console via WarInput.ini, health/ammo codes and weapon ini editing.
1.Enabling the Console
Open My Documents\My Games\Gears of War for Windows\WarGame\Config\WarInput.ini in Notepad and add:
```
[Engine.Console]
ConsoleKey=Tilde
TypeKey=Tilde
```
Now press tilde (~) in-game to open the console and enter commands. Note: using cheats disables some achievements.
2.Cheat Codes (console)
| Code | Effect |
|---|---|
| set WarfareGame.PawnCOGMarcus DefaultHealth 99999 | Increase Marcus health |
| set WarfareGame.PawnCOGDom DefaultHealth 99999 | Increase Dom health |
| set WarfareGameContent.PawnCOGBaird DefaultHealth 99999 | Increase Baird health |
| set WarfareGame.WeapAssaultRifle MaxSpareAmmo 99999 | Assault Rifle ammo |
| set WarfareGame.WeapSniperRifle MaxSpareAmmo 99999 | Sniper ammo |
| set WarfareGame.WeapGrenade MaxSpareAmmo 99999 | Grenade ammo |
| set warfaregame.weapshotgun maxspareammo 99999 | Shotgun ammo |
| set WarfareGameContent.PawnGeistGeneralRaam defaulthealth [value] | Lower RAAM's health (default 5000-7000) |
| set WarfareGameContent.PawnGeistBerzerker defaulthealth [value] | Berserker health (default 12000) |
3.Weapon Modding (WarWeapon.ini)
In WarWeapon.ini (root Config folder), find the weapon section (e.g. [WarfareGame.WeapAssaultRifle]). Since editing the file directly causes a runtime error, apply the variable in the console. Example — set the Lancer magazine to 1000:set WarfareGame.WeapAssaultRifle MagSize 1000
General format: set [section name] [line] [new value].
4.Running Multiple Cheats
Place a text file (e.g. mod.txt) in the Gears of War\Binaries folder with all commands inside. In-game, run it from the console with exec mod.txt.

