dyshoria Posted April 19, 2021 so ive been learning how to use whacked4 but i want to learn how to make the chaingun a burst rifle is it possible? if yes please help me. 0 Quote Share this post Link to post
3 Doomkid Posted April 19, 2021 Basically, you'd just need to use additional frames between the "FireCGun" action but before the "Refire" action. The chaingun shoots twice by default, but by reallocating some other frames, you could make it shoot a 3rd time, then call a frame with a ~20 tic duration as the "cool down" between bursts. Since examples are often easier than explanations, here's an old wad called CoopBuild which replaces the pistol with a burst-fire rifle. If you open the included DEH file in WhackEd, you can see how it works - from the moment the player clicks "fire", it goes through many frames, ending with a 20 tic cooldown frame, before it finally goes back into the "WeaponReady" state (which means the gun has stopped firing, and is ready to be fired again). Hopefully the included example makes it clear - make sure you follow each frame, and pay close attention to the "next" frame to see all that happens when the player simply fires the gun. coopbuildlm.zip 3 Quote Share this post Link to post
1 dyshoria Posted April 20, 2021 thanks @Doomkid it really helped! 1 Quote Share this post Link to post
Question
dyshoria
so ive been learning how to use whacked4 but i want to learn how to make the chaingun a burst rifle is it possible? if yes please help me.
Share this post
Link to post
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.