How can to make Buzzard able to continuously fire missiles like Savage?
-
Hello, How can I make Buzzard able to continuously fire missiles like Savage? I rename the buzzard into savage, the buzzard's machine guns are able to fire explosive rounds, but the missiles are still the same. After fired two missiles have a short "reload" cooldown time.
-
@bonk71774 Open weapons.meta and search for VEHICLE_WEAPON_SPACE_ROCKET . Then use these values;
<ReloadTimeMP value="-1.000000" /> <ReloadTimeSP value="-1.000000" /> <VehicleReloadTime value="-1.000000" />
If it feels too fast you can change the values to "0.000000" instead.
-
@MissySnowie Thank you very much. Very appreciated.