smcameron / space-nerds-in-space

Multi-player spaceship bridge simulator game. Captain your starship through adventures with your friends. See https://smcameron.github.io/space-nerds-in-space
GNU General Public License v2.0
723 stars 73 forks source link

helm controls requests #349

Closed heaventwig closed 9 months ago

heaventwig commented 9 months ago

keybindings for these:

  1. adjust zoom ±
  2. adjust throttle ±
  3. adjust warp drive ±
  4. toggle reverse impulse drive
  5. engage warp
  6. engage docking magnets
  7. standard orbit
  8. starmap (toggle)
  9. toggle lights
smcameron commented 9 months ago

Zoom is already there, default is = or + to zoom in, and - to zoom out. the actions are "zoom" and "unzoom".

heaventwig commented 9 months ago

I believe I tested those, so ... I should test them again and if I can duplicate the error I should file a bug report.

smcameron commented 9 months ago

New default keys are:

t = starmap b = standard orbit i = exterior lights x = docking magnets backspace = reverse slash = engage warp right square bracket = increase impulse left square bracket = decrease impulse comma ( < ) = decrease warp drive period ( > ) = increase warp drive

Still need to document those in the help.

heaventwig commented 9 months ago

Awesome — thank you! That helps me a bunch. And the help files appear to live in that new help_text_nav_screen.txt file now, so I can probably submit a patch with the updated help text. Start me editing the code-base and contributing more than just suggestions and requests!

smcameron commented 9 months ago

If you are really interested in working on the code, you should look at this, if you didn't already find it: https://htmlpreview.github.io/?https://github.com/smcameron/space-nerds-in-space/blob/master/doc/hacking-space-nerds-in-space.html

smcameron commented 9 months ago

Thanks for the pull request:

smcameron commented 9 months ago

I think that's everything, so I'm closing this. Feel free to re-open if I missed something.