[2.1.7-2.5.0] incorrect obituary for BFG9000
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
[2.1.7-2.5.0] incorrect obituary for BFG9000
If you fire a BFG ball at other bots/players and then switch to another weapon before the BFG ball detonates, the obituaries will state that you fragged them with your selected weapon, provided that the selected weapon is a hitscan one.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49223
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [2.1.7-2.5.0] incorrect obituary for BFG9000
Yes, known limitation of the obituary system.
Re: [2.1.7-2.5.0] incorrect obituary for BFG9000
A lot must have changed in the obituary system from 1.22 to 2.1.7, as the glitch doesn't seem to occur in 1.22.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49223
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [2.1.7-2.5.0] incorrect obituary for BFG9000
1.22 is basically a different engine than what we got now.
Concerning the obituary code, this is just one of the problems with it. The real issue is that there's no tracking system what precisely caused the damage leading to the player's demise. So some guesses need to be taken and in some situations they are just not correct.
Concerning the obituary code, this is just one of the problems with it. The real issue is that there's no tracking system what precisely caused the damage leading to the player's demise. So some guesses need to be taken and in some situations they are just not correct.
Re: [2.1.7-2.5.0] incorrect obituary for BFG9000
Alright, thank you for your explanation.