Skip to content

[TF2] Fix Force-A-Nature, Soda Popper and Shortstop only fire a single crit tracer visually #1416

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JohnMega
Copy link

Bug

Force-A-Nature, Soda Popper and Shortstop only create a single crit tracer effect when they fire with crits, only one pellet gets a tracer.
The problem was the "Batch Particle Systems" enabled flag in some of the tracer effects. If this flag is disabled in these effects, everything returns to normal.

This PR also closes #7384

Media

Force-A-Nature:

nature.mp4

Soda Popper:

soda.mp4

Shortstop:

shortstop.mp4

@ficool2
Copy link
Contributor

ficool2 commented Jul 12, 2025

This should be fixed in the .pcfs themselves, not by hardcoding it by name in code

@JohnMega
Copy link
Author

This should be fixed in the .pcfs themselves, not by hardcoding it by name in code

Of course, the correct solution would be to edit this flag directly in the effect itself. But within this repository, it is not possible to edit the effect itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TF2] Force-A-Nature, Soda Popper and Shortstop only fire a single crit tracer visually.
2 participants