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

Non-Missile Projectiles not firing properly #1654

Open
Enator18 opened this issue Apr 21, 2024 · 1 comment
Open

Non-Missile Projectiles not firing properly #1654

Enator18 opened this issue Apr 21, 2024 · 1 comment

Comments

@Enator18
Copy link

Basically, for some reason that I cannot figure out by looking at the code, if you call either of the mbf21 projectile functions, A_MonsterProjectile or A_WeaponProjectile with a projectile that does not have the MISSILE flag set, ie for grenades and such, it will spawn with zero velocity applied to it. This is inconsistent with the behavior of the vanilla projectile code pointers, as they do apply velocity to non missile projectiles as can be seen with the Lee Killough grenade demo that came with mbf.

EXAMPLES.ZIP

This bug is also present in dsda-doom and odamex, but it is not present in gzdoom.

@rfomin
Copy link
Collaborator

rfomin commented Apr 21, 2024

This bug is also present in dsda-doom and odamex, but it is not present in gzdoom.

Then we can't change its behaviour due to demo compatibility. Maybe it could be changed in the next version of MBF21 (Doomworld thread)

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

No branches or pull requests

3 participants