Skip to content
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

When projectiles collide, only one gets destroyed #6

Open
Descen opened this issue Jan 9, 2023 · 0 comments
Open

When projectiles collide, only one gets destroyed #6

Descen opened this issue Jan 9, 2023 · 0 comments

Comments

@Descen
Copy link

Descen commented Jan 9, 2023

Noticed this on my map. I put two shooters at the opposite end of a corridor. Set them to shoot projectiles the same time. When the two projectiles meet at the middle of the corridor, only one vanishes(would say sort randomly chosen which one, at each map start) while the other keeps flying till it hit the the next solid entity or world brush.

This is my personal proposal (if possible), besides the normal collide with each other and both get destroyed:
One scenario where the projectiles ignore each other, and just pass thru till they hit something other solid. Maybe via some keyvalue (or spawnflag):
Collision: everything / everything, but projectiles

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

No branches or pull requests

1 participant