-
Notifications
You must be signed in to change notification settings - Fork 587
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
Jetpack Server Configuration (Port From Einstein-Engines) #2077
Jetpack Server Configuration (Port From Einstein-Engines) #2077
Conversation
Jetpacks can now be configured via CCVar in a server's TOML file to allow for certain behaviors that people have repeatedly asked for, and were denied by Wizden on the basis that, "Wizden doesn't want this on their servers". Well the request has reached my lap, and my response to this is, "I have the power to give that choice directly to individual servers." Here you go. Enjoy. This PR makes it so that jetpacks can be set in Server Configuration to - Be usable in ANY condition, even on grids with gravity - Be usable in zero gravity, even on grids - Or set the 2 new CVars to false, and it'll just work like it did before. :cl: - add: Jetpacks now work in zero gravity. - add: New CCVar "jetpack.enable_anywhere" allows server hosts to optionally make it so that jetpacks can be used anywhere, even in gravity and on grids. - add: New CCVar "jetpack.enable_in_no_gravity" allows server hosts to optionally disable jetpacks being usable in zero gravity.
I've got a set of suggestions up on whatston3:frontier-station-14:Port-Jetpack-Server-Configuration-suggestions, I'd be curious of your thoughts.
This seems like a fun feature, and while it might trivialize salvage a bit, I think the fun of goofing around on jetpacks seems well worth it. Thank you for the port. |
EE CCVars.cs need to go into EE CCVars.cs like the NF one 👍 |
…n-suggestions Port jetpack server configuration suggestions
About the PR
Ported from Simple-Station/Einstein-Engines#901
Jetpacks can now be configured via CCVar in a server's TOML file to allow for certain behaviors that people have repeatedly asked for, and were denied by Wizden on the basis that, "Wizden doesn't want this on their servers". Well the request has reached my lap, and my response to this is, "I have the power to give that choice directly to individual servers."
Here you go. Enjoy.
This PR makes it so that jetpacks can be set in Server Configuration to
Why / Balance
By extremely popular request.
How to test
Put on a jetpack. Go to some random debris in space. Zoom over the debris with a jetpack since it has no gravity generator.
Media
None needed
Requirements
Breaking changes
None
Changelog
🆑