Hi. So the other day I witnessed one of the strangest bugs that I have ever seen in Superfighters Deluxe. To be frank, I have no explanation for what happened, and I dont even know how to describe it. So I will just show you.
https://youtu.be/3afHvpFdPY0
Not really sure what was going on here. I joined a random server where someone was hosting "Zombie Nightmare" with Infinite Health and Bazookas. My ping was quite high, but not extremely high. It seems to me that the bazooka animation or sound must have encountered an error and caused some extremely bizarre behavior, such as launching the player who shot the missile backward or completely vaporizing opponents without even a direct hit.
I am wondering if this bug is common, since this is the first time I have encountered the bug or something that I (and the other people in the server) have only encountered, but i thought I would let this bug be known anyways, as the bug is still relevant.
Dear forum users! In compliance with the new European GDPR regulations, we'd just like to inform you that if you have an account, your email address is stored in our database. We do not share your information with third parties, and your email address and password are encrypted for security reasons.
New to the forum? Say hello in this topic! Also make sure to read the rules.
New to the forum? Say hello in this topic! Also make sure to read the rules.
Bazooka Missile Vanishes
Forum rules
By using the forum you agree to the following rules. For this forum you also need to follow these additional rules.
By using the forum you agree to the following rules. For this forum you also need to follow these additional rules.
- Sree
- Superfighter
- Posts: 325
- Joined: Sun May 08, 2016 8:19 pm
- SFD Account: phasmic
- SFD Alias: sree
- Gender:
- Age: 24
Judging by the video, I believe that it's the server which was malfunctioning.
I presume what happened at 0:24 was just an animation defect, The rocket probably did impact near the ladder as expected but It seemed not to because the connection delay tricked the game engine into thinking that the rocket has not impacted yet and rendered the rocket to keep projecting forward.
The delay was probably the cause for what happened at 0:27 too, It might have looked like the rocket hit you but the rocket possibly just hit the counter on which the other player was standing on, which is why it resulted in just a knock back instead of you getting gibbed.
I presume what happened at 0:24 was just an animation defect, The rocket probably did impact near the ladder as expected but It seemed not to because the connection delay tricked the game engine into thinking that the rocket has not impacted yet and rendered the rocket to keep projecting forward.
The delay was probably the cause for what happened at 0:27 too, It might have looked like the rocket hit you but the rocket possibly just hit the counter on which the other player was standing on, which is why it resulted in just a knock back instead of you getting gibbed.
0 x
- Gurt
- Lead Programmer
- Posts: 1884
- Joined: Sun Feb 28, 2016 3:22 pm
- Title: Lead programmer
- Started SFD: Made it!
- Location: Sweden
- Gender:
- Age: 34
The client side prediction can fail due to small variations in the non-deterministic box2D engine and due to latency (especially high latency). This happens with all kind of projectiles, not just bazookas, and other objects as well. But for bazookas it's more noticeable if you don't see or hear the explosion which can also happen due to packages being dropped (which also happens in a real, not perfect, world). This is just a visual side-effect from the client-side prediction failing given the specific circumstances you're in.
0 x
Gurt