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

Allow chat when not wearing a space suit #696

Open
aaronhowser1 opened this issue Dec 13, 2024 · 2 comments
Open

Allow chat when not wearing a space suit #696

aaronhowser1 opened this issue Dec 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@aaronhowser1
Copy link

Is your feature request related to a problem? Please describe.
It's very annoying that you can't chat while wearing a space suit, since a surprising amount of the game happens without it.

  • First bit of every loop
  • Piloting the ship
  • Dead

Describe the solution you'd like
Just remove the check for isWearingSpaceSuit or whatever

Describe alternatives you've considered
If it's to avoid a bug, (#629, maybe? But we aren't in VR), maybe it could have an option to toggle this?

@aaronhowser1 aaronhowser1 added the enhancement New feature or request label Dec 13, 2024
@misternebula
Copy link
Collaborator

The way the chat is displayed is using the spacesuit HUD, which is displayed using cameras and shaders that are tied to the space suit, so making it visible without the space suit would be very hard.

@aaronhowser1
Copy link
Author

Could it be moved to the same layer that interaction prompts are? Those don't require the helmet to be on. Maybe those are a lot more hardcoded though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants