Jump to content

blizzy78

Members
  • Posts

    2,475
  • Joined

  • Last visited

Everything posted by blizzy78

  1. This. What exactly is the point of this thread? If it works, good for you. But it doesn't really make sense.
  2. I'd suggest you read through these pages: http://en.wikipedia.org/wiki/GNU_General_Public_License http://en.wikipedia.org/wiki/Copyleft
  3. While your point is correct, the Oberth effect has nothing to do with it.
  4. Why do you do the same thing in OnGUI() and OnDraw()? You don't need OnDraw(). Like I've said in my first reply, GUI things go into OnGUI(). Looks good.
  5. Exactly, with Unity you basically tell it to draw these controls each time OnGUI() is called (which is basically every frame.)
  6. Yes, using the Cubic Octagonal Struts works just fine.
  7. Well you can do on your own computer whatever you want. I was assuming that you want to publish those parts afterwards.
  8. You should have licensed the textures under the KSP EULA, so you need to abide by it. Of course you can always ask Squad to relicense them to you under a different license.
  9. It's just a generic testing resource, hence its name. No need to hype about it.
  10. Which is exactly why is the wrong answer and c) is correct. You will always want to lower your periapsis by doing a radial burn, then when you get to periapsis, burn retrograde. The low periapsis maximizes the use of the Oberth effect, as you pointed out correctly.
  11. So I guess it's waiting for the end of KerbalKon as the article suggests.
  12. Pretty sure this is legit. Also, the news has been released at the top of the hour, so I'm guessing that PCGamer had to hold the release of the news until that time. That's a pretty common thing to do.
  13. http://www.pcgamer.com/2013/12/12/kerbal-space-program-committed-to-multiplayer-career-and-sandbox-modes/
  14. It does, Yargnit has been using the regular radial intakes.
  15. Just as an aside, do you plan to integrate the toolbar into the main MJ module? I know you would need to edit the Jenkins job and such, but aside from that? I'm curious How about holding a static list of your buttons, along with some "use" counter? As soon as the use counter is zero, you could set the buttons to visible=false. There is no real need to actually Destroy() them because they are very lightweight. I already do...? https://github.com/blizzy78/ksp_toolbar/commit/9b6f9a8289f3ba477b413e551ea00976d32e2299 (This commit made it into Toolbar 1.1.0)
  16. Please feel free to comment on this issue: https://github.com/blizzy78/ksp_irc/issues/5
  17. Internet Relay Chat Plugin 0.6.2 is now available for download, integrating my Toolbar Plugin.
  18. You do know that we can't access your computer? Try uploading to imgur or some other service.
  19. Achievements Plugin 1.5.2 is now available for download, integrating my Toolbar Plugin.
×
×
  • Create New...