Jump to content

Egon

Members
  • Posts

    18
  • Joined

  • Last visited

Reputation

0 Neutral

Contact Methods

Profile Information

  • About me
    Bottle Rocketeer
  1. I made a nice lander that I plan to take to Eve sometime in the future. But mostly I've been working on my mission generator again now that a financial issue that caused me to lose $35k is over and done with.
  2. It doesn't expect an exact number but I would really love to have a ballpark number for each of the planets if possible. Thanks!
  3. The reason I'm asking is because I need more data than just my own for this generator I'm making. So any input will be greatly helpful! I'll even give you a thank in a thank you section for your help.
  4. In essence arrays are vars that can hold multipal vars within them. To make sure you don't get an impossible mission you'll still have to use 'if' statements.
  5. var bodies = ["Kerbol", "Moho", "Eve", "Eve's satellite Gilly", "Kerbin", "Kerbin's satellite Mun", "Kerbin's satellite Minmus", "Duna", "Duna's satellite Ike", "Dres", "Jool", "Jool's satellite Laythe", "Jool's satellite Vall", "Jool's satellite Tylo", "Jool's satellite Bop", "Jool's satellite Pol", "Eeloo"] var orbittype = ["Equatorial", "Polar"] var landingarea = ["North Pole", "Equator", "South Pole"] For a Duna equatorial orbit all i have to do is call document.write(bodies[7] + " orbit type: " + orbittype[0]); Muuuuch easier.
  6. Oi, just because we don't have anything up in a day or two doesn't mean we aren't working on it. Some of us have jobs. Give it a few days and I'll have something up to experiment with. Edit: Also I suggest using 'arrays' with 'case' statements, it'll cut down on those 'if' statements.
  7. This one: http://forum.kerbalspaceprogram.com/showthread.php/44210-Would-anyone-be-interested-in-a-website-that-randomly-generates-missions-for-you
  8. That's one of the reasons why I picked to make a webpage instead of figuring out how to mod the game. I know some people don't like to download mods or plugins to change their game. I know because I'm one of those people.
  9. Right now I've just been working on it in Javascript since I planned to make it into a webpage.
  10. Unfortunately, I won't be able to track flight progress unless I actually turn this into a mod or create an external program to run in conjunction with KSP to read the flight data.
  11. That could be a suicidal mission at least. "Land on Jool, explore the local shopping markets, taste the local food."
×
×
  • Create New...