Re: How do I edit weight and ammo count?
Well, assuming you have the ini (Coalition.rte\Devices\Weapons\Machineguns\GatlingGun.ini) you need to scroll down until you see
Code:
AddAmmo = Magazine
PresetName = Magazine Gatling Gun
Mass = 10
...
and then continue scrolling down until
Code:
DrawAfterParent = 0
RoundCount = 100
RTTRatio = 6
Change RoundCount = 100 to RoundCount = -1.
Make sure you don't mess up the capitalization or tabbing, as it will break if they are not correct.
Next, scroll down a little way to
Code:
AddDevice = HDFirearm
PresetName = Gatling Gun
Description = Coalition's feared heavy weapon...
Look just below that for
Try changing that to a low value, like 1.
Save the file and run Cortex Command. If you've not broken anything, it should load without problems.
Feel free to experiment and change other values, and observe the effects it has.
Everything you need to know about modding in CC is a handy compilation of useful threads, should you wish to experiment further.