or
you can go to My Documents\Command and Conquer Generals Data\Releash Crash Data.txt and copy and paste that here
if it Zero Hour go to My Documents\Command and Conquer Generals Zero Hour Data\Releash Crash Data.txt
to allow the ai to fire at infantry over vehicles go to where it says make a line called "PreferredAgainst = PRIMARY INFANTRY" under the weapon...Primary being the weapon that fires at the infantry and INFANTRY being the type that it fires at.... eg
;[this is the comanches gun]
WeaponSet
Conditions = None
; -----
Weapon = PRIMARY Comanche20mmCannonWeapon
PreferredAgainst = PRIMARY INFANTRY
AutoChooseSources = PRIMARY FROM_PLAYER FROM_SCRIPT FROM_AI
; -----
Weapon = SECONDARY ComancheAntiTankMissileWeapon
PreferredAgainst = SECONDARY VEHICLE STRUCTURE
AutoChooseSources = SECONDARY FROM_PLAYER FROM_SCRIPT FROM_AI
; -----
Weapon = TERTIARY NONE
End
|