redeclipse / base

Base environment for Red Eclipse and associated source files.
https://redeclipse.net/
435 stars 89 forks source link

[BUGBOT][Game logic] CTF Mode Bug: Flag Not Returned Upon Scoring and Possible Hitbox Mismatch #1477

Closed discord-bugcrawler[bot] closed 5 months ago

discord-bugcrawler[bot] commented 6 months ago

[BUGBOT][Game logic] CTF Mode Bug: Flag Not Returned Upon Scoring and Possible Hitbox Mismatch

Description

In Capture the Flag mode, when a player carries both their own and the enemy's flags to their base, the game scores but does not return the player's flag until another enemy flag is scored. Additionally, there are instances where reaching the base with the flag does not trigger the expected scoring or returning action, suggesting a potential issue with how the game detects these actions.

Workarounds

N/A

Information

q009 commented 6 months ago

This is an intentional effect of the flag interaction delay. To be discussed whether it's needed in its current form.

qreeves commented 5 months ago

Resolved: The delay was added so you could pick up your own flag without immediately returning it.