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

Boarding Pod can go through invulnerable walls, thus trapping the player #15579

Closed
1 of 2 tasks
Regalis11 opened this issue Jan 27, 2025 · 2 comments
Closed
1 of 2 tasks
Assignees
Labels
Bug Something isn't working Design Design-related task Ticket The issue has been converted into an issue report.

Comments

@Regalis11
Copy link
Collaborator

Discussed in #15563

Originally posted by girlyguppy January 23, 2025

Disclaimers

  • I have searched the issue tracker to check if the issue has already been reported.
  • My issue happened while using mods.

What happened?

how on earth did the boarding pod get through the wall if it's invulnerable? i think it should break on impact, leaving the player just outside. or perhaps just deflect and ricochet, that would be more fun.

       <StatusEffect type="OnImpact" target="UseTarget,This" condition="-1000" setvalue="true">
         <Conditional MaxHealth="gt 3000"/>
         </StatusEffect>

alternatively

<Conditional Indestructible="true"/> 

for actually indestructible walls, unlike the insane health alien walls.

this will make the pod break before going through walls, if the wall is higher health than 3000.

https://github.com/user-attachments/assets/bc96b461-572f-4e3c-9253-089d84d30696
in alien ruin

https://github.com/user-attachments/assets/81653dbd-2706-4319-9c15-f5a223e0b809
in a custom gamemode that uses walls as terrain

https://github.com/user-attachments/assets/cf2f2678-04e2-4314-a176-e8b4fbc7bddb
in the end levels

Reproduction steps

  1. launch boarding pod at any place you're not supposed to go
  2. magically phase through into out-of-bounds
  3. fuck

Bug prevalence

Happens every time I play

Single player or multiplayer?

Happens in both single player and multiplayer

-

No response

Version

v1.8.1.0 (Unstable)

-

No response

Which operating system did you encounter this bug on?

Windows

Relevant error messages and crash reports

No response

@Regalis11 Regalis11 added Bug Something isn't working Design Design-related task Ticket The issue has been converted into an issue report. labels Jan 27, 2025
@Regalis11 Regalis11 self-assigned this Jan 27, 2025
@Regalis11
Copy link
Collaborator Author

@Jasontti
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Design Design-related task Ticket The issue has been converted into an issue report.
Projects
None yet
Development

No branches or pull requests

2 participants