Mod articles
-
how to merge with any mod editing weapons.ymt
You need to open the "weapons.ymt" file from the gun mod you're using with your preffered text editor (I suggest notepad++) then go to
"<Name>weapon_rifle_springfield</Name>" right under CWeaponInfo
Then go to "ClipInfos" and change the SizeValue to 50, and the BulletsPerAnimLoop Value to 50
Then, scroll down to the WeaponFlags and remove those three flags (they are not all in a row) :
-OnlyFireOneShot
-OnlyFireOneShotPerTriggerPress
-0xCC2A57A6
After that, just a few lines under, swap whatever is inside FiringPatternAliases you've got with Firing_Pattern_Full_Auto.
Finally, the last step to full auto is the CockingInfo. For "Cock_Rifle_Springfield" (at the top of the file), change all the values t...