Jump to content

maja

Members
  • Posts

    866
  • Joined

  • Last visited

Everything posted by maja

  1. As @4x4cheesecake wrote, you can use World stabilizer or alternativelly change vessel height in a save file. It seems, that KSP is sometimes returning wrong terrain height at given coordinates. And no, this mod isn't abandoned. There is a devel branch and issue on the github, where you can see the progress of the overhaul.
  2. Look at my code here: https://github.com/jarosm/KSP-BonVoyage/tree/devel/BonVoyage/gui Specifically SettingsWindowView is using DialogGUIBox and result is this: I'm coding it and experimenting right now, so don't hesitate to ask, if you have any questions. For example, I needed to change a color of a status text on the fly. So I hooked the change to an event and when status changes, then I refresh the inner list of vessel. One hour of testing of different approaches, but in the end refreshing the whole list is the easist and the quiickest way.
  3. Small teaser. UI is almost done. The rest will be easier
  4. Just to wrap it up @HebaruSan. The problem was too small height of the MultiOptionDialog (the height value in the geometry Rect). The dialog was then streched vertically and position part of the geometry was omitted. Another quirk of the KSP API
  5. @HebaruSan Progress. I tried once again that test dialog in Update event and it moved as expected. So there must be something wrong with that specific dialog I'm creating. Back to square one and create it from scratch with extensive position testing.
  6. Yes, exactly in the same spot depending on the anchor parameters. It looks like the dialog's anchor point is always positioned to the center of the screen. Only the width and height of the dialog is changing. Just for the record, UI scale is 100%. I tried your mod in my clear devel install of KSP before posting and it was behaving like expected. Where I leaved the window, there it was after reopening.
  7. Right now I need to preserve it's position in the same scene when user closes the dialog and then opens it again. Persisting them between sessions will come later and it's not a problem (I know how to do it). Maybe I'm missing something, but it seems, that the new values for the position are ignored and only the starting ones are used. I checked once more, that the new values are availaible when MultiOptionDialog needs them.
  8. Guys, I'm at lost here. I'm trying for three days to save a position of a PopupDialog (like @HebaruSan does this in his Astrogator mod), but to no avail. Can some look at my code and tell me, what's wrong there? Source code is here: https://github.com/jarosm/KSP-BonVoyage/tree/devel/BonVoyage
  9. Can you create an issue on the github? I test it when I have a litlle bit of time. Edit: Tested. It's working as expected. Camera is maintained in selected mode after dock/undock.
  10. It depends. I always setup KER to transparent displays and have only important ones at any given time online. Still, I have this thread marked to use Basic info if that need arise
  11. New release for KSP 1.5 is live! No changes in this little piece of gem
  12. New release for KSP 1.5 is live! No changes in this little piece of gem
  13. Notice about the new update: I'm in the middle of an overhaul, so you can wait few more days for me to finish it or if there is some critical bug (not counting a burried rover, this can be fixed by World stabilizer right now) I can do quick recompile for KSP 1.5.
  14. I'm doing this for fun. No need of a donation to me
  15. It's all there in the message "File not found ... ClickThroughBlocker". So download the propper version of CTB, because it's hard dependency of the Toolbar, and try again
  16. Engines from NF Aeronautics were part of MkIV Spaceplane System in the older versions.
  17. No. A remotely controlled rover doesn't have the same reaction time as a skilled pilot behind a wheel.
  18. BV doesn't have catch up process to handle a fuel consuption. I assume that will happen when I do planned overhaul, because I want also a naval version of BV.
  19. This is the long-standing issue: https://github.com/BobPalmer/Karbonite/issues/255 https://github.com/BobPalmer/Karbonite/issues/249
  20. @El Sancho or click that three conected dots in the upper right corner of a post and it will show you the link to the post. Works even on a mobile phone.
  21. @weregamer Yes, it's the most probably a stuck rover. Sometimes the height of the terrain reported by KSP isn't right. You can switch to a moving rover. The height is updated every time the rover moves. This mod may help to lift the rover up.
×
×
  • Create New...