Jump to content

[1.12.x] KSP Resonant Orbit Calculator


linuxgurugamer

Recommended Posts

2 hours ago, stk2008 said:

I am getting an error if I open up this mod in flight or on runway etc it will spam this forever till i close the the window.

Does not happen in VAB etc if i open up the window though I also never get an optoin to select nodes like in the first original screenshot you posted.

https://oshi.at/kbWd/KSPBugReport_2022-11-17_152843.zip

Thanks :)

Looking at the picture and code, the up/down arrow textures might be missing next to "Number of satellites". Check:

GameData/ResonantOrbitCalculator/PluginData/Images exists and contains "up.png" and "down.png" textures.

If not, perhaps reinstall with CKAN or even get them from GitHub https://github.com/linuxgurugamer/ResonantOrbitCalculator/tree/master/GameData/ResonantOrbitCalculator/PluginData/Images

Or perhaps they were not loaded if they do exist. I had a quick look at the error log, lots of exceptions and errors for other things. Might be caused by those exceptions stopping the arrows from being loaded?

Link to comment
Share on other sites

  • 1 month later...

New release, 0.0.7

  • Added LOS length calculation and display
  • Fixed bug with up/down arrows not being displaed after 2nd display
  • Replaced all GUILayout.BeginHorizontal() and GUILayout.BeginVertical() with the "using (new GUILayout.HorizontalScope())" and "using (new GUILayout.VerticalScope())"
  • Small optimization by moving init of GUIStyles into ToolbarRegistration
  • Added buttons to select units display
    • m, km, Mm, Gm
       
Link to comment
Share on other sites

  • 1 year later...

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...