Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    24,911
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. QuickStart does exactly that: https://spacedock.info/mod/110/QuickStart
  2. @Nereid I just submitted a PR with the changes to support selecting the variable positioning into the config screen
  3. Ok, I'll merge the code and submit a pr in the next day or so
  4. Following up on this: I've closed the issue on Github because I was able to do the same test on a KSP 1.9.1 install with the current version, and it worked without any problem. Your report is lacking in almost everything, including a log file, version of KSP, version of the mod, Operating system, etc. If you can replicate it after rebooting your computer, come back and post the information needed, along with a written list of steps need to follow to replicate it. Include all mouse click, what control the mouse was over, etc.
  5. report it here, in case it's not a bug, someone else besides myself can help sometimes
  6. New release, 0.5.12 Removed all old Blizzy code Removed old dead code Fixed saving of window position Fixed open/close of window when entering scene Added option (stock settings) to remember last checklist Added support for the ButtonManager Added SpaceTuxLibrary as a dependency Cleaned up log lines to avoid double printing of the mod name Added check for minimum KIS version
  7. HI, I'm working on updating the old L-Tech mod. As part of this, I've asked a couple of modders to make me some new parts for the mod. All parts are covered except for some tanks. The mod currently uses the stock RCStankRadialLong. The mod defines three resources Model Rockets Snacks Clipboards I'm not sure yet if the Snacks will stay the same, due to there being Snacks as Life Support in other mods. Regardless, I'm asking if someone would want to step up and make me the tanks. They could all use the same model, and just change the skin for each type. Thanks
  8. It looks like the same issue with a different part module. I just reported it on the bugtracker https://bugs.kerbalspaceprogram.com/issues/25781
  9. I wouldn't call it silly, multiple windows can be useful even on a single monitor. It just isn't necessary to be part of an initial release
  10. I reviewed the code, the only thing not there is the floating window code, and that isn't really important, unless some buttons leak through to the menu screen
  11. New release, 1.9.8.9 Added check to "ScienceAlertProfileManager.OnSave" check that a game is loaded before trying to save data
  12. New release, 1.4.7.14 PR submitted by @DarthPointer to support his mod: Setting isKCTBuilt = true fields for all the modules KCT sees in the ship's config tree
  13. Actually, there is a lot more work involved than you might imagine. Besides the coding work, there is UI development, QA of the UI, QA of the window, QA of the data being displayed in the window, etc. Even something as "simple" as Telemachus is not; I did a fairly deep dive into it last night on my coding stream, and there is a LOT more than you might expect. You also have to consider the issue of performance. Even though there are known ways to avoid performance issues, and threads, etc., it takes time to implement and time to test. Time which, especially before the first release, is probably more profitable to invest in the main part of the game itself. At most I would expect them to put in hooks so this can be added later
  14. ToolbarController needs the ClickzthroughBlocker. Make sure you have the correct versions for the game.
  15. @Nereid I'll probably be getting you a PR in a few days, with any fixes in my local which aren't in the current 1.10 branch. Linuxgurugamer
  16. This was done once before, by RealGecko. It would be a good thing to look at, I think he got most of the controls. Personally, I'm not a fan of these flat layouts, but I can see why some would. I'm on my phone right now, reply if you want me to point you to his repo
  17. It's called floating point error, and is so small that it's not worth the effort. I hear what you are saying, but this issue is not a small fix, but rather a much larger issue that actually concerns the whole game Sorry to disappoint, but you are literally the first person who has mentioned this in the entire time that I've been maintaining the mod
  18. Some people think I worry over minor issues, such as this small update. I do it to eliminate all nullrefs in the log file, which makes it easier for everybody in the long run to actually find real errors: New release 0.1.10.10 Fix nullrefs upong returning to mainmenu by adding check for no game loaded (ie: returning to main menu) in CBTMonitor.Update & CBTMonitor.LateUpdate
  19. New releaes, 2.9.14 Updated reflection calls to be correct for either KSP 1.9 or 1.10, a new parameter was added to 1.10 Fixed error in AddSurfaceDragDirection, used when doing advanced calculation. Replaced old GetPrivate ("liftCurves") with direct assignment Fixed error ": Getting control 8's position in a group with only 8 controls when doing repaint" when displaying the graph The Advanced Calculation is rather interesting. I can also safely say that no one is using it, because the bug has existed for several years now, it predates my adoption. I do suggest you take a look at it, and be patient, it can take a little while to update
  20. Try downloading the release and looking in the zip file
  21. New release, 0.1.10.9 Fixed Popupshown.cfg from having endless repeats of the popupshown = true appended Fixed error which caused buildings to be non-clickable if clicking on a control in the window closed it (such as an X or a Close button) Made all members of Log class to be internal, to avoid conflicts with KSP_Log
×
×
  • Create New...