Jump to content

Mihara

Members
  • Posts

    1,511
  • Joined

  • Last visited

Reputation

382 Excellent

1 Follower

Profile Information

  • About me
    Mad (social) scientist

Recent Profile Visitors

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

  1. Well, here's an excerpt. It doesn't look helpful: By the time you see any messages that look at all suspicious, the vessel has already disintegrated. (i.e. "debris" objects start getting mentioned and initialized.) The actual disintegration does not appear to correspond to any event that gets logged. As I mentioned above, though, I think I got it to happen reliably: It always happens when, before jump, there was another vessel (a beacon, in this case) within physics range, and seems to never happen if there was no such vessel. Let me see if this can be observed in isolation...
  2. So I'm having a strange problem with this... Namely, vessels tend to randomly disintegrate -- or rather, get krakened apart, in the original meaning of the word -- upon successful jumps. That is, the jump succeeds, and then, after the ship gets unpacked, parts start falling off, or freeze after getting shifted far off their original positions. This happens about 40% of the time. What's weird is that there is clearly nothing relevant in the logs after that, but Flight Event log mentions structural failures on joints. I have a hunch that 60 frames is too low for HoldVesselUnpack with as many mods installed as I have, (GameEvents for SOI change take time to run, don't they?) but it'll take me some time to verify that... Alternatively, it might be some other mod interfering with the process (BonVoyage-driven rovers also seem to occasionally bend, so it happens at least sometimes with any kind of vessel unpack) but I currently don't have any idea which one. (ReCoupler?...) EDIT: ...It seems to reliably happen when the jump starts when any other vessels are in physics range.
  3. So I've been playing KSP again, and found myself quite frustrated, when, picking a KW P-fairing for its aesthetic properties -- the frame base, to be precise, makes a very nice component for an Orion workalike -- my rocket, finely tuned with the stock fairing first, wouldn't fly the way I wanted. Turned out, it's because the fairing bases are way heavier than a stock fairing plus decoupler. And the 1.875 fairing base has the same mass as the 2.5m fairing base too. Is there any particular reason for it? Or should the masses of these parts be reconsidered?
  4. There are some strange artifacts on the edges when I do tweakscale them: They become partially invisible, depending on the distance from camera -- at least in the editor.
  5. An equilateral triangle structural part. Where have you been yesterday?
  6. Is version 1.4.0-1 meant to be compatible with KSP 1.3.1? CKAN thinks it is, and it installed the update into my copy of 1.3.1 today, but for some reason I don't see any clouds at all anymore...
  7. Which technically makes the agreement void in most jurisdictions I can think of.
  8. It also says "FOR[TacLifeSupport]". For ModuleManager, this implies that the mod so tagged is present, because all patches for a given mod should be tagged so where possible. As a result, everything else that had its own TAC-LS patches started "detecting" it and inserting TAC resources. I got bitten by that too. The fix: Never do that. Use "AFTER[..." instead, because that's what you meant.
  9. Not that huge, as long as you don't concern yourself with simulating flow over time or even distribution. Take a look at this method for example. Things do get a lot more complicated if you do, but still manageable. I fully understand why you wouldn't want to do it, it does go out of the original scope. But well, it would make sense. Far too few things in Kerbal universe make sense. As it is, even when OSE Workshop recycles an item which contains resources, resources do not get reclaimed, so the only way to get them out is to go out and bolt the item to the outside of the vessel, which does not make sense at all. Part count and physics, and the fact that I can't use the nice premade replicas set up for KIS like, say, Phoenix Industries kit, is what's stopping me. Going the other way -- i.e. sending resources down from space -- is even worse than sending them up.
  10. Well, I know they're not actually parts, but something simple like an "fill/empty resources" button which would try to pump pumpable resources in/out of the item into any available containers on the ship shouldn't be too hard... If that didn't involve making UI, (I have an allergy to programming UI) I would just write that myself and send a pull request Oh well. P.S. There's probably also an option of creating an extra tank in the container part the moment a resource-containing part enters its inventory, and destroying it when it's taken out, but that feels like a potential nightmare of bugs, since there would be no reliable way to tell which ones got created by which contained item.
  11. If you, like me, wish to have rotation on construction ports (so that they're easy to adjust to perfection before welding) but prefer regular ports to be handled by KJR (see fix that makes them play together above) and don't care quite as much about their alignment, here's a patch for you. // DockRotate is very sweet, but I *only* want it on the construction ports: // I would rather KJR act on the docking joints. // So taking it off every other port. @PART:HAS[@MODULE[ModuleDockingNode],@MODULE[ModuleDockRotate],!MODULE[ModuleWeldablePort]]:FINAL { !MODULE[ModuleDockRotate] {} }
  12. Something I keep meaning to ask. Occasionally, it makes sense to fill a large KIS container with resource tanks or smaller containers. It certainly is more convenient in some cases than rebuilding a vessel to contain tanks of multiple resources, and there are mods with large KIS storage volumes in convenient vehicles to suit this particular purpose. However, the problem turns up when I need to make use of these resources: To do so, I have to EVA, take the container out, attach it to the station -- whether using a container socket or surface attach -- and pump the resources out. This is only practical in some cases, since the kerbals can't really manipulate resources heavier than one ton, and using multiple kerbals to work with heavier resources in orbit is a dangerous exercise. So, is there a way to get at part resources while they are still inside the KIS container? If there isn't, is there a hope one could be arranged?
  13. Like I said, I didn't look in the logs, so I can't tell you if there's an NRE involved or what, but yeah, that's what happens -- the part doesn't get placed and can't be removed.
  14. That's in 0.2. The particular nosecone is unusual because it's meant to decouple the bottom node, but that bottom node is meant to attach to a node that is physically inside the pod itself -- but it also has a top node, and I'm not sure how is that one meant to be used...
  15. This is very promising, but screws up certain decouplers which are supposed to decouple from things rather than things attached to them, in particular, Tundra Exploration's decoupling nosecone. I think this particular part simply causes the module to crash, although I didn't look in the log, I just wrote a patch to exclude it. @PART[CargoShroud]:FINAL { !MODULE[ModuleDecouplerShroud] {} } I suspect a more elaborate patch to install this module is needed, I'm sure there are other exceptions.
×
×
  • Create New...