Astuces Soluces » PC » G » Gears of War
Gears of War - PC

Gears of War - PC
• Truc Astuce Consulté par 1597 Joueurs.
• Code Cheat voté par 0 Joueurs.
• Soluce Tip apprécié par 0% des Joueurs.


Gears of War - PC en Favori.

Vous aussi appréciez Gears of War sur PC :



Enable Cheat Console:
Locate the WarInput.ini file from your My Documents folder and open it with Notepad.

Example (Vista): [USERNAME]\Documents\My Games\Gears of War for Windows\Wargame\Config\WarInput.ini

Add or change the following lines:

[Engine.Console]
ConsoleKey=Tilde
TypeKey=Tilde
MaxScrollbackSize=1024
HistoryBot=-1
bEnableUI=True

Now, while playing, you can activate the cheat console by pressing ~ (tilde) and type any of the following cheat codes.

Code: Result:
set WarfareGame.Pawn_COGMarcus DefaultHealth 99999 Increased Health (Marcus)
set WarfareGame.Pawn_COGDom DefaultHealth 99999 Increased Health (Dom)
set WarfareGameContent.Pawn_COGCarmine DefaultHealth 99999 Increased Health (Carmine)
set WarfareGameContent.Pawn_COGBaird DefaultHealth 99999 Increased Health (Baird)
set WarfareGameContent.Pawn_COGMinh DefaultHealth 99999 Increased Health (Minh)
set WarfareGameContent.Pawn_COGGus DefaultHealth 99999 Increased Health (Gus)
set WarfareGame.Weap_AssaultRifle MaxSpareAmmo 99999 Add Ammo
set WarfareGame.Weap_Grenade MaxSpareAmmo 99999 Add Ammo
set WarfareGame.Weap_SniperRifle MaxSpareAmmo 99999 Add Ammo
set WarfareGameContentWeapons.Weap_Bow MaxSpareAmmo 99999 Add Ammo
set warfaregame.weap_locustpistol maxspareammo 99999 Add Ammo
set warfaregame.weap_cogpistol maxspareammo 99999 Add Ammo
set warfaregame.weap_locustassaultrifle maxspareammo 99999 Add Ammo
set warfaregame.weap_shotgun maxspareammo 99999 Add Ammo
set WarfareGameContentWeapons.Weap_Boomer maxspareammo 99999 Add Ammo

Note: Using cheat codes will disable the earning of certain achievements.


Decrease Enemy Health
Use the following console codes to lower the health of enemies.

set WarfareGameContent.Pawn_GeistGeneralRaam defaulthealth #
Where # is the amount of health. Default is 5000-7000.

set WarfareGameContent.KryllFlock_Raam DamagePerKryllPerSecond #
Where # is amount of damage. Lower equals less damage.

set WarfareGameContent.Pawn_GeistBerzerker defaulthealth #
Where # is the amount of health. Default is 12000.

Modify Weapons
If you wish to modify a weapon you need to open up the WarWeapon.ini file in the root Gears of War Config folder, then look down until you find the weapon you want to edit. For example, the Lancer shows:

[WarfareGame.Weap_AssaultRifle]
InitialMagazines=6
CriticalAmmoCount=10
LastBulletStrongerPercent=0.75f
PRM_Damage=(Value=(20,21,22,23,24))
PRM_DamageAI=(Value=(20,21,22,23,24))
MagSize=60
MaxSpareAmmo=600
PRM_Recoil=(Value=(11,27,24,21,18))
PRM_MinAimError=(Value=(0))
PRM_MaxAimError=(Value=(12,11,10,9,8))
PRM_Range=(Value=(8192,10240,12288,14336,16384))
PRM_RateOfFire=(Value=(850))
AmmoFromDrop=(X=100,Y=150)
MeleeAttackDamageMin=1000
MeleeAttackDamageMax=1000
bDoMeleeDamageShakes=FALSE
MeleeAttackInterruptedRetryDelay=2
ReloadDuration=2.5
AR_PreReactionWindowDuration=-1.0
AR_PossibleSuccessStartPoint=0.700
AR_SuperSweetSpotDuration=-1.0
AR_SweetSpotDuration=-1.0
AI_BurstFireCount=(X=8,Y=12)
AI_BurstFireDelay=(X=0.8f,Y=1.2f)
TargetingFOV=40
bPlayFireCameraShake=TRUE
FireCameraShake=(FOVAmplitude=0,LocAmplitude=(X=0,Y=0,Z=0),RotAmplitude=(X=45,Y=22.5,Z=11.25),RotFrequency=(X=80,Y=50,Z=20),TimeDuration=0.25,bOverrideTargetingDampening=TRUE,TargetingDampening=0.5)
bPlayFireCameraAnim=FALSE
bFireCameraAnimLooping=TRUE
FireCameraAnimName=Camera_Recoil_AssaultRifle

You can't edit the ini file by itself (because of a runtime error) so you need to look for the line you want to change and then do it in the console while playing. So let's say that you want to edit the clip size, it's the line MagSize=60 so what you need to do is to go in the console (in game) type set, then where the line is located (which in this example would be the lancer section) and then the line itself, and last but not least the new value for the line (let's say now that you want a clip of 1000 rounds).

The cheat would be: set WarfareGame.Weap_AssaultRifle MagSize 1000

So the basic formula to entering cheats AND any other command into Gears of War is:

set (space) [ enter section name here from desired ini file ] (space) [ enter line of that section here ] (space) [ enter value for that line ]

Activate Multiple Cheats at Once
Create a text file with Notepad and place it in your Gears of War\Binaries folder. Example: mod.txt. Place all of the cheat commands you wish to run inside of the text file.

Example:

set WarfareGame.Weap_SniperRifle MaxSpareAmmo 999999
set WarfareGame.Weap_Grenade MaxSpareAmmo 999999
set WarfareGame.Weap_AssaultRifle MaxSpareAmmo 999999
set WarfareGameContentWeapons.Weap_Bow MaxSpareAmmo 999999
set WarfareGameContentWeapons.Weap_Boomer MaxSpareAmmo 999999
set WarfareGame.Weap_COGPistol MaxSpareAmmo 999999
set WarfareGame.Weap_LocustAssaultRifle MaxSpareAmmo 999999
set WarfareGame.Weap_LocustPistol MaxSpareAmmo 999999
set WarfareGame.Weap_Shotgun MaxSpareAmmo 999999

set WarfareGame.Weap_AssaultRifle MagSize 999
set WarfareGame.Weap_COGPistol MagSize 999

Now, while playing, you can simple open the console and execute your file using the exec command. Example: exec mod.txt

Codes Trucs Astuces Soluces Cheats Tips Aléatoires

Playstation 2 Ford Racing 3 PC Tarr Chronicles: Sign of Ghosts Super Nintendo Sink or Swim PC Daedalus Encounter XBOX 360 World Series Of Poker 2008: Battle For The Bracelets PC DTM Race Driver 2 Nintendo 64 WWF Attitude Nintendo Addams Family Playstation 2 Rayman 3: Hoodlum Havoc PC Animaniacs Splat Ball Game Boy Operation C Game Boy Humans PC Skullcracker Playstation Heart of Darkness Playstation Street Fighter Alpha 3 Playstation Guardian's Crusade Game Boy Advance Hot Potato PC Doom 3: Resurrection of Evil Playstation 2 Blade 2 Playstation NBA Live 2002