Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    25,063
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. The beta will need an opt-in, watch the forums/reddit/etc for details
  2. Just so you know, there is already a mod which drastically modifies the way the Astronaut Complex works, it's called KSI
  3. Some engines don't get full thrust right away, so the best idea is to set the launch clamps to release when you light the SRBs. Start the main engines first, wait about 1 second and then light the SRBs.
  4. or Mun? Frankly, Minmus is/should be the first. Lots of flat areas to land on and build, easy to land, etc.
  5. LOL. Sorry, I knew it was you, and wanted to get you the info. LGG
  6. First off, jettison the engine and tanks. Second you need to reenter retrograde, the way you are, you aren't slowing down If you have airbrages, add and use them You need to be below 250m/sec to deploy the chutes. You could also separate each module and land each. This will be a bit trickier, you will need to flip between the three until the chutes are deployed Fourth, do 2 or 3 different missions to do the 6 kerbals; they don't all need to be done at the same time
  7. @nightingale I released KRASH 0.4.0 a few days ago with that flag you asked for. Take a look at the wrapper file included in the mod LGG
  8. Ah, ok. I understand, thanks. I'll just tell people to either teleport high, or to go to flat areas. LGG
  9. I would suggest that you should create a config page, where the pay values can be configured according to the player's desires. Take a look at KRASH, which I released a few weeks ago and just released the 0.4.0 update which added a config page. You can see that there are configs for each mode of play (Easy, Normal, Moderate, Hard, Custom) as well as the ability to create your own custom config. LGG
  10. Well, you can rescue a kerbal and then dismiss that kerbal from your program. You would still come out ahead. Interesting idea, you may want to look at KSI, which revamps the hiring process.
  11. I am hoping you can help me with this: In the FixedUpdate code of the DoLander class, I have been having the problem of teleporting and sometimes being teleported below the surface, resulting in an explosion. My example is: Teleport to landing on Eve Latitude: 6.6 Longitude: -48.5 The code: var pqs = Body.pqsController; var alt = pqs.GetSurfaceHeight( QuaternionD.AngleAxis(Longitude, Vector3d.down) * QuaternionD.AngleAxis(Latitude, Vector3d.forward) * Vector3d.right) - pqs.radius; returns an altitude of: 4791.78949197463 and then I'm adding a value to it. If I add enough to the calculated altitude, it does appear properly, and when it lands, it shows that the calculated altitude not correct, but is at 4893. So it appears that the GetSurfaceHeight is not correct. This particular position is on a 30-40 degree slope, but I've seen similar when teleporting to other flatter areas. Any ideas? Thanks
  12. Two things: KCT is going to depreciate it's sim mode in favor of KRASH. Disclaimer, I'm the author of KRASH Both KCT and KRASH work by saving the entire game, and then reverting it. In order for GT to work with these, it is going to have to somehow save data external to the save file. @Overengineer1Contact me if you would like to work on a way to have KRASH store persistent information for you (which will be available after the sim is completed). I have a mechanism in place already which I use internally, will just need to write an API for you to access LGG
  13. @linuxgurugamer any ideas? It isn't Unmanned Contracts. I just loaded both GAP and UnmannedContracts into my test install, and they both loaded without a problem. The grouping in the above log is merely a coincidence @Miravlix What other mods/contract packs do you have loaded?
  14. Done, it was on the ksp-avc site, I updated it. Nope, Not gonna do that :-) All I'm doing is maintaining the patches. I'm not going to be changing anything like that. But the original author is still around, I think he may be working on it after 1.1 comes out.
  15. This has been fixed, new version uploaded Problem was SRBs used a different name for the animation, had to modify the patch appropriately
  16. Thanks for the report. I'll take a look, probably I didn't make the change for the SRBS
  17. Inigma and I discussed this, it will be easier for me to make a change rather than him, so I'll do this in the next day or so LGG
  18. ok. I'll take a look Ok, I'll take a look at unmanned contracts, it should be fairly easy to rename them. I'll do this in the next day or so LGG
  19. Backups are very useful There are several mods which do automated backups. I use S.A.V.E; Automated Screenshots&Saves also does this.
  20. That's very strange, I am happily using a GTX 760 with updated drivers.
×
×
  • Create New...