Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    24,969
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. New release, 0.1.6.15 Thanks to github user @piezpiedpy and @mwerle for this fix to a very subtle problem: Intro window can be blank and the log spammed with errors, doesn't happen often, mainly in a debug mode
  2. When you dive in towards the planet rather than going further out
  3. @JadeOfMaar Thank you for the updates. Just tested it in my game (the one you were watching last night), sounds MUCH better. Now I'm not looking over my shoulder to see if the vacuum cleaner is running
  4. @SuicidalInsanity I just submitted a PR to fix the MM errors with the patch for DRE
  5. @Starwaster I realize that the parts I listed are from a number of different mods. If you can point me to instructions on how to change heat shield settings, I could see if I can write a patch and get it to you for these mods
  6. @Starwaster I noticed that the following parts in my game did not have the ablator changed: ChopShop_OpHS KurrikaneHeatShield ShieldedAerospikeSz3 ShieldedAerospikeSz3HG KKAOSS_base_heatshield TaurusHeatshield SYheatShield7m HeatShield0 HeatShield1 HeatShield2 HeatShield3 kv1Pod kv2Pod kv3Pod HeatShield1p5 SXTHeatShieldSize5 kadeptHSlarge kadeptHSmedium kadeptHSmodest kadeptHSsmall LVT15 This caused a situation where a heatshield (HeatShield2, the 2.5m stock heatshield) to still have the stock ablator and it's 800 units of ablator were used in about 2 seconds, while the Mk1-3 pod, which had 100 units of ablator, was able to survive and only used 4 units of ablator. Help.....
  7. @SuicidalInsanity the DRE patch has three FORs which are generating MM errors. You can just delete the FOR case, it's not needed
  8. Hmmm, is it me, or is this essentially unsupported at this time? @Orionkermin doesn't seem to have been around in over a year @micha Are you doing the support for this now? If so, there is a problem with the DRE patch, it's generating a MM error, you need to remove the FOR from the patches
  9. New release, 0.1.5.3 Updated .version file to use github instead of cybutek for version checks
  10. New release, 0.0.1.1 Fixed update when typing in number of satellites
  11. Dependencies added. Buttons are not supposed to get a white dot, it's an instant selection, and the altitude can be changed by hand. I'm fixing the update when typing in the number of sats now I'll look at the color of the synchronous orbit and the saving between scenes later. Thanks
  12. I'll look into that, but if it isn't curved, it isn't really useful. I've solved it for now by using colors intelligently. Thanks
  13. People are soooo impatient and now released released
  14. Ok, in flight scene, I did get better images. So what I'm going to do is to generate and save the images to files, so that I don't keep them around the whole time
  15. Oh, I think I see. I was testing in the editor, and there are no light sources. I'll have to try it in flight
  16. I'll try it, but a problem is that it's looking for "ScaledSpaceOnDemand", which I'm guessing is from Kopernicus??? Seems to work, except all the planets are extremely dark, as if there was no lighting. I copied your code exactly, and am saving it to a file in my tests. The only change was disabling that code for the ScaledSpaceOnDemand. Any ideas?
  17. @xEvilReeperx would you have any idea how to get (on the fly) an image of a planet? What I'd like to do would be to use an image of the planet itself in the chart, rather than a solid circle. Thanks in advance
  18. "Three???" Gene howled as he burst thru Wernher von Kerman's office door... "Three satellites gone in only ten days??" "I'm afraid so..." von Kerman stammered. "Do you know how much this is costing us???" Gene sighed... "What happened this time? "The same as before... as soon as it passed around the Mun, we lost contact, and it couldn't execute its final burn..." "Great... just great." Gene frowned. "And how do you plan in solving this?" "Well... Linus Kerman has the R&D crew working double shifts, and they may have come up with an idea... Its called a resonant orbit calculator..." "A... what???" Gene shook is head. "Speak Kerbal, please..." "Well... the idea is to launch a string of satellites, instead of just one... each in communication with the next... using this calculator to determine each orbit precicely..." Gene stood for a moment before responding... "Do it" Important Kopernicus Note The information in the spoiler below has been superseded by the latest update: The mod is now aware of Kopernicus and properly generates the images. I'm leaving the information below in case anyone wants to do it manually; however, you can also force a regen of the images in the settings page Resonant Orbit Calculator window Showing the alarms added to Kerbal Alarm Clock: Settings page Availability Source: https://github.com/linuxgurugamer/ResonantOrbitCalculator Download: https://spacedock.info/mod/1954 License: MIT Available in CKAN Dependencies ToolbarController ClickThroughBlocker Usage Select the planet you want to work with. The first time in, it will use the default homeworld, subsequent uses will remember the last planet used Select the number of satellites you want to emplace Either enter an orbital altitude, or select Synchronous or Minimum LOS orbit To show the Lines of Sight, select the Show LOS Lines By default, the occlusion of the LOS is the planet surface. Select the Occlusion modifiers to change that By default, it will calculate an orbit which goes higher than the target orbital altitude. To instead do a dive orbit, select Dive Orbit To select an orbit based on the current Ap or Pe, click the appropriate toggle When this is done, a button will be presented to create a maneuver node at either the Ap or Pe (whichever you selected) Some more buttons will be presented: Clear all nodes Add alarms to KAC (only if Kerbal Alarm Clock is installed) Execute Maneuver (only if Mechjeb is installed) Settings There are several settings available, in the stock settings pages: Deselect Show planet image if you prefer a solid circle instead of the image of the planet Deselect Show tooltips if you don't want the tooltips shown Deselect Use last selected planet if you don't want to use the last planet as the default My thanks to the following people for their assistance: @meyerweb Eric Meyer, for the original idea and the webpage, located here: https://meyerweb.com/eric/ksp/resonant-orbits/ @xEvilReeperx for helping me find a problem with the window capture code @Thomas P. for pointing out the KittopiaTech code which gets the images of the planets @Just Jim for the wonderful introduction All code included in this mod which I didn't write are under the MIT license.
  19. Sorry, it's not a bug. I just installed this on a totally clean install, no problems, nothing missing. And this is why you should provide the entire log, not just what you think is wrong. YOu have something else wrong which is causing this problem
  20. I'm having a very strange problem with Texture2D. I'm trying to save the image of a window to a file. First, here is the code: This is a case of a picture is worth a thousand words. I've tried many different variations, all with the same results. The really wierd thing is that if I set y to a constant (ie: 200), then it will always copy from the vertical height of 200. First test: and this is the screenshot saved at the same time: Second test, I moved the window a bit: and the screenshot:
  21. Then maybe you should space things out some more. Sounds like you are throwing rockets into space very quickly, and therefore you are getting traffic jams. Regardless, it's not something I'm going to do. If someone else wants to do it and submit a PR, I'll consider merging it.
×
×
  • Create New...