Jump to content

lordcirth

Members
  • Posts

    496
  • Joined

  • Last visited

Everything posted by lordcirth

  1. Just WMCC and the dependencies: BepInEx Patch Manager Premonition for Spacewarp Spacewarp UITK for KSP 2 WMCC WMCC Modules
  2. Weird, it works for me. Anyway it just shows the same parts list as you start with in WMCC, plus the small methalox tank and small engine; nothing else unlocked. Any idea what's broken?
  3. Ok, thanks. Got 1.34.4 installed and it let me install WMCC and dependencies. However, now I am confused; I started a new save, did the sounding rocket mission, unlocked a bunch of tech tree nodes - and got zero parts. Tech tree: https://i.imgur.com/yT3uCx5.png VAB parts list: https://i.imgur.com/PzEkkp9.png Also, the Early Electronics node has a dependency on Rapid Planned Disassembly, which I don't see anywhere; is that related or a known issue? I'm running KSP2 via wine-bottles, with winhttp overridden as the BepInEx docs say. Thanks.
  4. v1.33.2, but the index is updated. 1.34 isn't packaged for NixOS 23.11 yet. Does v1.34 work? I can try installing v1.34.4 from nixos-unstable when I get home.
  5. CKAN and this thread have 0.0.3, github has 0.0.4; also CKAN can't install WMCC because the Modules dependency is "not indexed". What's the recommended version and install method? Thanks!
  6. Can you post a screenshot of your vessel? In what way is it not functioning? Refusing to load Kerbalism? Loading the default profile? Loading a null profile?
  7. This may do some of what you want, though you need to deliver the exact package you want to copy later, you can't swap in items.
  8. When Everyday Astronaut was playing, the lag ended the moment he staged away his boosters. This is the exact behavior we see now with KSP1 being single thread CPU limited. The GPU would be doing the same or more work rendering the same parts; but the CPU's main physics thread suddenly offloaded 8 boosters to their own threads.
  9. It would still be helpful to see the maximum total speed at 0 distance, even without range penalties.
  10. I assume the more reliable variants increase cost - do they also increase mass? Is any tech required to unlock them, or is it just Funds?
  11. Nice. It would probably be easier to maintain a fork of the git repo, though - that's exactly what git is for.
  12. The formula looks at the total thrust, and the ratio of ASL to VAC Isp, so it ID's the aerospike as a first-stage lifter engine. You should be able to write an MM config that overrides the rated ignitions for aerospikes; something like: @PART[toroidalAerospike]:NEEDS[FeatureReliability]:FOR[KerbalismDefault]:FINAL { @rated_ignitions = 5 } This might not be quite correct syntax.
  13. Hover over the signal symbol (ie the wifi symbol) on the craft's info. If it says "telemetry", you aren't transmitting science data. If it says a speed, you are. If you are, you just need to wait for the transmission to clear up space. If not, either you are using the antennas built into a probe core, or you have the antennas turned off, or the data is set to not be transmitted.
  14. I usually leave the auto tab open the whole flight. blue changing to green is pretty noticeable, and I want to know how much time is left, etc anyway.
  15. Either in the menu for an instrument (VAB or flight), or in the Kerbalism vessel info tab under Auto, you can see all experiment, deployable solar panels & antennae, etc. If they are "running", they are collecting science, if "waiting" there is no more science to get there.
  16. You'll need to be much more specific than "messed". Did your crew die from lack of oxygen?
  17. CommunityResourcePack-Master? That doesn't sound right. Is there a GameData directory inside that? You need GameData/CommunityResourcePack to be in your GameData.
  18. Then you probably forgot to install ModuleManager and/or Community Resource Pack.
  19. I am not sure what you mean by "automatically". Perhaps Kerbalism is not installed correctly. Did you install it manually or with CKAN?
  20. Stock science experiments are all replaced with Kerbalism experiments, which take time. For the geiger counter, or any science part, just enable it in the right-click menu; if there's science to do, it will say "running", otherwise "waiting".
  21. It looks like there was a bug that makes Breaking Ground experiments take 10x longer than intended, which was fixed in July: https://github.com/Kerbalism/Kerbalism/commit/f66d7865388cbcefd97e78bc5235e779dd891184 However, the last release (3.14) was in July, so I guess it's not fixed yet. Thankfully, that's a tiny change that you should be able to make manually in your install. I also think that using a scientist to deploy the experiment is supposed to help, but I can't find a reference to it in the config.
  22. Did you use a scientist to deploy it, and if so, what rank?
  23. Yes, CKAN just downloads the mods and copies them to GameData; but it checks dependencies, version compatibility, and makes updating easy.
×
×
  • Create New...