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

Players out of the map #181

Open
lekillerdesgames opened this issue Dec 22, 2024 · 4 comments
Open

Players out of the map #181

lekillerdesgames opened this issue Dec 22, 2024 · 4 comments
Labels
bug Something is broken

Comments

@lekillerdesgames
Copy link

lekillerdesgames commented Dec 22, 2024

Description:
Roles that can vent will be able to get out of the map at a certain spot for some reason. This does not apply to non venters.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the place shown in the video with a role that can vent.
  2. You can clip out of the map.

Expected behavior
You should not clip through walls lol.

Screenshots
Video.

Version:
Latest Among Us and Submerged Versions. (Submerged 2024.8.26, Among Us 2024.11.26)

Log file
Logs don't say anything about the bug anyway.

Video:
https://github.com/user-attachments/assets/51c22720-6bab-4f61-bde1-d8cf08a9beec

Note:
This may be because of the "AnythingBetweenPatch" here: https://github.com/SubmergedAmongUs/Submerged/blob/main/Submerged/Vents/Patches/CentralVentPatches.cs

@lekillerdesgames lekillerdesgames added the bug Something is broken label Dec 22, 2024
@Alexejhero
Copy link
Member

There's no way lmao

I'll take a look soon

@lekillerdesgames
Copy link
Author

lekillerdesgames commented Dec 22, 2024

There's no way lmao

I'll take a look soon

Sure, I updated my comment btw cuz I think this may be due to this patch: https://github.com/SubmergedAmongUs/Submerged/blob/main/Submerged/Vents/Patches/CentralVentPatches.cs

But you know better than me ofc (:

@Alexejhero
Copy link
Member

That's probably what is causing this yes, but that change is only applied during the call to CanUse, after the CanUse call is finished the patch is disabled so you still should not be able to walk through

@lekillerdesgames
Copy link
Author

lekillerdesgames commented Dec 22, 2024

That's probably what is causing this yes, but that change is only applied during the call to CanUse, after the CanUse call is finished the patch is disabled so you still should not be able to walk through

But maybe the call CanUse is always being called because the game constantly checks if you can use nearby vents if you have the ability to do so. So that may mean that the patch is always running, making you always walk through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Development

No branches or pull requests

2 participants