For example, I wanted to make a clip for an autocannon.
Like this.
Normal cannon: Boom, reload.
Autocannon: Boom, boom, boom, reload
For example, I wanted to make a clip for an autocannon.
Like this.
Normal cannon: Boom, reload.
Autocannon: Boom, boom, boom, reload
@SILVERPANZER
Yo
Can you show me a Demonstration of this FT, so i can mod it? (i don't understand)
I wanna make a test Autocannon
Cannon Activation Group: smooth(clamp(rate(clamp01(round(repeat(sum(rate(-ammo("Cannon Name"))),ammo))=0)),0,9999)*clamp01(FireWeapons), clamp(rate(clamp01(round(repeat(sum(rate(-ammo("Cannon Name"))),ammo))=0)),0,9999)+1/reload)=0
This code is inserted into the gun activation group.
Cannon Name
- the name of your cannon.ammo
- number of shells in one clip (numerical value).reload
- clip reload time (numeric value).The rate of fire can be adjusted by setting the desired Firing Delay.