-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gun Smoke Particles #13963
Gun Smoke Particles #13963
Conversation
Please do not make firefights even more of a headache than they usually are. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Speedmerge or @TiviPlus is cringe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do energy weapons have this?
@@ -222,7 +222,7 @@ The Grenade Launchers | |||
fire_sound = 'sound/weapons/guns/fire/flare.ogg' | |||
fire_sound = 'sound/weapons/guns/fire/flare.ogg' | |||
w_class = WEIGHT_CLASS_SMALL | |||
flags_gun_features = NONE | |||
flags_gun_features = NONE|GUN_SMOKE_PARTICLES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bruh
It looks weird if you're shooting while moving, since the player sprite moves smoothly but the gun smoke will appear on their actual tile (i.e. the gun smoke will appear in front of you). |
Looks really nice, but how will this hold up stability-wise when we have 50+ marines on a highpop round all spraying additional particles? Would the effects be minimal? |
is this server sided? |
particles are like the very few things that byond has rendered clientside and also multithread, the only thing server side is the objects that hold the particle |
Test merge for performance |
About The Pull Request
when you fire gun smoke come out
smo.mp4
Why It's Good For The Game
looks cool
Changelog
🆑
add: smoke particles for gun firing
/:cl: