Jump to content

Kreuzung

Members
  • Posts

    1,651
  • Joined

  • Last visited

Everything posted by Kreuzung

  1. The only thing I still have to wait for is my laptops Dropbox to finally give me the latest source code I wrote in a train today, then I'll also try to do a quick but working code for ion RCS, AFAIK someone is making models for that so I should bring it out with this release. There will be a different part module for loop animations in the future. Ah my source code just arrived on my new PC, gonna work on it now.
  2. Also, for the case someone needs more NERVAs it whould suffice to put them all on an adapter plate, right? Back in .14, I made several rockets made with medium tanks and a lot of efficient engines originally designed for upper stages. Only for small payloads, but easier to fly and often SSTO. I'm sure people will build ships that need the high Isp of the NERVA but far more thrust, but making a new part for that shouldn't be necessary.
  3. Yes the deposits stay until you manually delete deposits.dat.
  4. Deposits.dat is the file that contains the deposit positions. The maps are the PNG files, make sure you backup them often, they get overwritten due to bugs very often. Abput the drill, you should be able to deploy them in the Extracting menu of the Kethane controller.
  5. A parachute on the mun? It won't even open without an atmosphere there...
  6. The parts are made on mac but the plugin on Windows, that means it doesn't run on any operating system! I often see people assuming KSP modding is like Minecraft modding, but that's not the case at all, KSP is better than Minecraft in anything that can be compared.
  7. Is your game in 'Program Files'? Then you have a problem with windows, best thing is to get the game out of there, also go to C:\Users\Nutzer\AppData\Local\VirtualStore (path IS different for your user of course!), and copy (with overwriting!) the ksp folder from there too to keep your persistence file.
  8. If I look at the debris on map screen, I do think half of my persistence fils could take a type 3 lazor device without harming anyone, it whould even make it more safe to fly to space. It should be hardcoded to not fire at manned vessels for that use though, I don't want it to be a war game... Plz I do think that "type 3 lazor device / remote-controlled debris collision countermeasure" is a good name for that thing^^
  9. Current description is: "The engineers over at Kargo Kontraptions have hollowed out a recovered Mk3 Fuselage from one of our "failed" missions (due to rapid unscheduled disassembly) and bolted on some rusty hinges. They've been using it to deliver boxes, but we figure we can stuff some rockets in there and send it to space!" Colliders are exactly like the visual model, if it's closed, stuff stays inside even if decoupled. Also finished the part module for it, only needs bugtesting.
  10. What I see on that picture is that you're using Lazor, SpaceDock, Kethane and RemoteTech. Fun thing, I made a truck with much fewer parts but all these functions too and it throws NullRef too! It doesn't lag for me though, that means you have far more of the "bad" parts... Satellite dish maybe?
  11. BTW, it might also be helpful to post screenshots of your ship:sticktongue:
  12. I do have all these mods but I don't use much ion engines at the same time, I'll test around a bit
  13. Lol I'm working on an animation part module too:D it works after a lot of strange failures... What I found out about KSPField is that bool and int don't really work (especially int, it loads the value from the sfs file as a float and fails converting it to int*facepalm*), and that you should never use isPersistant = false, then it might not even load from the part.cfg.
  14. There's a part module similar to that in my plugin, ModuleKrTestSpam. If you need the current state in OnLoad, use HighLogic.LoadedScene (or HighLogic.LoadedSceneIsFlight if you only need that one) for that.
  15. http://kerbalspaceprogram.com/forum/showthread.php/10094-0-16-Electrical-Energy-Plugin-v1-4-%28Aug-15%29 see part making spoiler
  16. The current MMI ion engine does not use this plugin. There's a set of cool new parts but I first want to calculate some values for all existing parts and find a proper balance before I release them.
  17. Hmm... I never experienced something like that and errorspam does even lag my mew gaming pc down to a few fps only, so it might be another part. Problems like that also occur if you have parts in the exhaust trail of multiple engines at the same time.
  18. Oh lol it was always like this but you're right, I should change that once I'm not on a phone anymore.
  19. Not really, what does the debug log show? (Alt-F2 ingame, KSP_Data\Output_log.txt) If it's showing nullReferenceException, I'd first guess that it's the missing resource file.
  20. Don't get 4. Why EPS? ZO2 is already based on EPS. Also, you can do permanent bases by spamming drills... And I'd like to make energy transfer, then you could build energy farms...
  21. You don't need them, they're just source code because KSP forums only allow for open-source. There are no hardcoded values, you can edit everything in the part.cfg files.
  22. If I google these coordinates, I get the location in google maps, and a forum full of weird people building rockets in a video game...
  23. You're doing more or less right but your orbit is not inclined so you'll only map the equator. If you found something, it will be marked as a green spot. You'll also see the size and depth of the deposit, and last lat/long will show you the last position you found.
×
×
  • Create New...