Limit tank shooting time
-
Is it possible to change the shooting timing of the tank? for example, make it not be able to non-stop round shooting, but force it shoot 1 time each 10 sec for example
-
@Vampnos
Edit the 'VEHICLE_WEAPON_TANK' weapon in 'weapons.meta' here:...\mods\update\update.rpf\common\data\ai\weapons.meta
& change:
<TimeBetweenShots value="2.000000" />
to this:
<TimeBetweenShots value="10.000000" />
-
Thanks!