Jump to content

garwel

Members
  • Posts

    1,111
  • Joined

  • Last visited

Everything posted by garwel

  1. Yesterday, my first (really, after 3250+ hours playing the game) crewed mission to Duna reached its SOI! The interplanetary ship, named Albatross, houses a lab, a panorama module, two Hitchhikers, lots of life support systems (USI-LS) and even a radiation screen (Kerbal Health). It provides ample room for three kerbals to support stay in orbit almost indefinitely (again, with Kerbal Health's most punishing settings). It is propelled by two atomic motors and power is supplied by a nuclear reactor. It also has a Planet Exploration Transport, or PET, which can bring the three crew members from an orbit to a moon and back + lots of experiments. This is Albatross above Duna: But the circularization burn failed for several reasons (the CoM was too far from the CoT, kOS script issues, engine overheating etc.). As a result Albatross found itself, instead of a neat 130x130 km orbit, in a very eccentric elliptical orbit with Ap barely within Duna SOI and Pe deep inside Duna's atmosphere. What's worse, we nearly run out of fuel. It should be enough to fix the Pe problem, but there is a big risk of the station being thrown into the Sun orbit by Ike. The good news is that I have a special unmanned ship, called FOX (Fuel-Oxygen eXtractor), approaching Ike that is capable of extracting fuel (hydrolox in this case) from the moon. So my plan is to: 1) orbit Ike 2) land in an ore-rich spot 3) fill the tanks with hydrolox 4) take off and leave Ike's SOI 5) rendezvous and dock with Albatross 6) refuel Albatross and repeat if necessary One challenge here is that all of this will have to be done with a 2-3 minute signal delay, so I must use kOS scripts for nearly everything. The other is to make it all quickly before Albatross was tossed out of the system. And much of it I'll have to do for the first time. (Oh, and besides, I don't load previous saves even in cases of catastrophic failures.) I don't know how it all ends, perhaps in a big explosion or even more likely with my kerbals dying on the station of lack of starvation and boredom. But it's going to be anything but boring to me.
  2. I may try to do it, but not any time soon. Like I said, I first need to bring home my Duna mission (which BTW is stuck there without fuel) before I switch to US2.
  3. This is awesome. I'm going to switch to US2 after my current Duna mission with lots of US1 parts returns. Do you plan to add a CTT patch?
  4. Great, thanks. I had this idea too, but haven't tested it yet. It looks like the documentation is incorrect on this issue then. This page mentions DockingPorts as well as other suffixes as "listable keywords" that can be used with LIST ... IN command.
  5. Ok, I have another question. I'm trying to write a script for docking two kOS-controlled vessels and I need to look at the other vessel's parts, specifically its docking ports to find eligible one(s). I tried this: LIST DOCKINGPORTS FROM TARGET IN targetPorts. and this: LIST TARGET:DOCKINGPORTS IN targetPorts. But both cause a syntax error for the FROM keyword (in the first case) or the colon character (in the seconds case). The same statement for the current vessel appears to work ok. What am I doing wrong and how do I loop through target vessel's ports?
  6. How do I use a quote mark (i.e. " symbol) in a string? I tried escaping it with a backslash or with doubling it, but it doesn't seem to work. I haven't found it in the documentation.
  7. I wonder who is supporting TR's CKAN entry? It is outdated with CKAN thinking it's not compatible with KSP 1.4. Do you mind if I cross-post to CKAN thread for them to fix it?
  8. I had it with NFE 0.10.1, KA 0.5.0 but I'm still playing KSP 1.4.3. Don't know if it can be related to the problem. Will save a log if I have this issue again.
  9. A few people have reported it before, but I haven't really seen a fix. When I load my vessel, its nuclear engines (two Neptunes in this case) get extremely overheated, more than 60,000 K. I managed to fix it by editing the persistent file and setting IsActivated to false in their FissionReactor modules. Does anyone else experience the same issue? Can something be done about it? It's pretty annoying to have to manually edit the file nearly every time I switch to the vessel. One quick fix might be to disable the FissionReactor module when the scene is loaded or changed.
  10. Yeah, I guess that makes sense. Will look at other color options.
  11. It looks like a bug; I'll check it. PS: If you don't want to have such unpleasant surprises, uncheck "Award on Missions" option in the Quirk Settings tab. Then quirks will only be added when safe at KSC. PPS: Try the following to fix this bug: - open KerbalHealth.cfg from your GameData/KerbalHealth - find "name = GameAddict" line - inside the EFFECT section below it, add this operator = or kerbalStatus = Available
  12. I don't plan to do it anytime soon. But if somebody submits a PR, I may integrate it.
  13. After some research, I decided that the RTG shouldn't be radioactive. It normally uses Plutonium-238, which emits almost exclusively alpha particles, which are easily stopped by its own thin shielding and have negligible health effect. That is the theory, at least. You are right: with nuclear engines, I make their Radioactivity equal their heatProduction. If the engine has several modes, I use the average of their heatProductions. Reactors (used by KSP-IE) have a different approach that will be changed in the next release.
  14. It's an offtopic, but I believe there is a 1.4-compatible beta release of FAR somewhere on the forum. At least I'm using it with no issues.
  15. Yeah, it's a known issue. I haven't figured out how to enable this while disabling some undesirable ship controls. I'll try to fix that, but it is this kind of situation when you can temporarily disable the mod by clicking the button, do what you needed to do and re-enable it.
  16. It is WAD. Since I can only catch key presses, controlling SAS, RCS etc. with a mouse has been disabled.
  17. It is compatible with the new Toolbar (as supported by linuxgurugamer), which is just a continuation of Blizzy's Toolbar. I don't want to switch over to Toolbar Controller though. I don't think that value added by that mod is worth the effort. You can still control whether to show the button in the stock AppLauncher, the mod toolbar, both or none.
  18. I haven't tested these mods. EC usage can be disabled in the settings and I don't see why it shouldn't be compatible with the other two mods. But better give it a try and share with us how it works (backup your save first!).
  19. Signal Delay 0.2.6 Compiled for KSP 1.4.4 Added: Button to quickly toggle the mod; both stock and Blizzy's (or linuxgurugamer's) toolbars are supported Fixed: Reduced excessive logging, which may slightly improve performance Download here
  20. Fantastic! I don't think mods will have to be rebuilt for 1.4.4?
  21. The point of that piece of code is not to add RadiationShielding to cockpits and cupolas. These parts are supposed to have too wide glass area and/or not expected to be used in deep space, therefore they lack shielding.
  22. I think you are supposed to also publish a link to source code.
  23. I haven't played RO, but I understand it's a collection of various mods, some of which may have their patches and some not. In general, you don't necessarily need a patch for Kerbal Health to run alongside another mod; it tries its best to be compatible to anything. E.g., it should be ok with mods that replace Kerbin with Earth (though I haven't tested it). Try it and let me know how it works. Just make sure to get the version compatible with your KSP installation (v1.1.1 should be ok).
  24. Yep, unfortunately, there is no simple way of seeing the quirks' effects right now. My UI skills are just not good enough and I couldn't figure out how to use tooltips or the KSPedia. Maybe, if one day I learn it, I'll make things more convenient. Right now, you better look in the wiki. I'll take a look at the width issues in the Health Report. I've already noticed some small issues with positioning there and it may be related.
  25. Damn, I forgot to disable that. Thanks for pointing out! Everyone, the download has been updated with a hotfix. Please reinstall the mod if you've already downloaded it!
×
×
  • Create New...