Jump to content

Miracle Magician

Members
  • Posts

    32
  • Joined

  • Last visited

Reputation

14 Good

Profile Information

  • About me
    Rocket Bottler

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Well, recompiling directly with 1.7.2 seems to work for me Can you try this? https://github.com/Real-Gecko/KSP-SimpleLogistics/files/3317417/SimpleLogistics.zip
  2. Oof, I meant no offence, just meantioned that video because according to him node is related to drag, and it seems to work that way... Maybe his theory is entirely wrong and messing with parts' location is what his drag exploit really was. And I'll make sure I read the comments before mentioning something false... Sorry for that
  3. By the way I think stock drag system still uses node for calculation... Stratzenblitz's most recent video exploits this
  4. Hmmm... Maybe I'm using an outdated version of KJRn Edit: OK, I have big stupid... I added ModuleDockRotate to KJRn's exclude file, not knowing it is just meant to fix incompatibility with KJRc
  5. I think, whether this mod will gain further compability with KJRnext because of the new robotic part state API in 1.7.2?(https://forum.kerbalspaceprogram.com/index.php?/topic/184025-wip-kerbal-joint-reinforcement-next/ seems to be mentioned in the "Info For Developers" section) As far as I've seen currently this mod just excludes all the docking ports from KJRn (Welp... Actually I can't confirm this), making crafts more wobbly.
  6. https://github.com/Galileo88/JNSQ/issues/6 Well, I have a bad news... A small one though
  7. Currently no, but I've already opened a pull request on github. It's literally changing two letters and it will be compatible.
  8. @Sigma88It's just a lame joke made by me... I know about the open source rule
  9. @4x4cheesecakeI smashed the dll into a decompiler and it simply says this, maybe some code can't be decompiled: protected override void FixedUpdate() { if (deploymentState == deploymentStates.SEMIDEPLOYED) { base.FixedUpdate(); return; } float deployAltitude = base.deployAltitude; base.deployAltitude = 0f; base.FixedUpdate(); base.deployAltitude = deployAltitude; } Pls don't kill me for lurking into your file @Sigma88
  10. AAAAAAA! I opened my minmus L4 save with a retrograde minmus config... Bob becomes a bunch of spaghetti and went through the ground.
  11. Ladies and gentlemen! I did it! I landed on L4 minmus with ion thrusters and 4X rescale! I used 5531m/s of DeltaV (that will be 2765.5m/s for original size, and it'll be persumably lower if used a conventional vessel). Just to flex on all of you Just to prove it is easy enough to get there, I only loaded my game once because stupid me forgot to set my thrust back to 100% when doing minmus circulization. The thing is, don't set the orbit inclination of minmus too high. I set it at 3 degree, and it already wasted almost 1000m/s of deltaV for me, I entered minmus with a near polar orbit. Maybe 0.5 degree would be enough. screenshots: So what I mean is, yes, it's not hard to go to minmus with Principia because of its awesome planning features. However, 2 years of travel time (I got an encounter with minmus 2 orbits after launching) will make minmus significantly harder with life support mods.
  12. Hmmm, is putting minmus at original place/inside the orbit of mun, but put it at L4 when principia is installed an option? Because I think provide a little unique experience for principia players gonna be fun... That is, based on the assumption that getting there with principia is easier than stock. I'll test it out a few hours later when I get my hands on my laptop.
  13. Is it done with Principia or stock physics? I believe with Principia this will somehow become a lot easier, since vessels will have a natural tendency to stay at L4, and minmus will slowly pull the vessel towards it. Rotating reference frame comes from principia would also come in handy.
  14. If it's at L4, I think time could be sacrificed to get a lower delta v? By barely escaping kerbin's SOI, put the vessel in an orbit that has a slightly shorter orbital period than one year, And the vessel will slowly drift to L4. You know, not everything can be done by a simple Hohmann transfer. I didn't test that and can't confirm whether it will work though... Don't mind that @, I can't delete that on my phone for some reason
×
×
  • Create New...