Jump to content

[v1.1.1] Vessel Renamer


Strykker2

Recommended Posts

Now you can easily change the name of your ship while flying it.

Installing
Requires SpaceWarp 0.4.0: Github or SpaceDock

Download the latest release from:

Extract and copy the vessel_renamer directory into your "Kerbal Space Program 2\BepInEx\plugins" directory

Known Issues

  •  Can get stuck in the Map view after changing vessel name, Using the UI button near bottom center to "Fly" will return you to your ship and the Map hotkey will start working again.

Changelog

v1.1.1

  • Fixed issue where map view would be broken after editing ship name.

v1.1.0

  • Now blocks game inputs while typing the ship name. Click out of the text box to get control back.
Edited by Strykker2
update changelog to reflect mod update
Link to comment
Share on other sites

  • 4 weeks later...

@Strykker2I put an issue on your github repo for this mod as the game input disable/enable code is not having the effect I think you intend. The logic in OnGui controlling when to enable/disable seems to work perfectly, but you need to use a calls to GameManager.Instance.Game.Input.Enable() and GameManager.Instance.Game.Input.Disable(). The calls you've got to game.Input.Flight.Enable() and game.Input.Flight.Disable() have no effect. For example, if a player types a "." the timewarp will accelerate even though the mod is showing that game input is disabled. Same with typing a "," which will decelerate timewarp or pause the game.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...