Jump to content

VoidSquid

Members
  • Posts

    1,841
  • Joined

  • Last visited

Everything posted by VoidSquid

  1. Thanks, didn't know (as I'm back to 1.10.1 for some time now), that's a nice addition Too busy / not available, mission to Eeloo
  2. These? Or are batteries for those deployable experiments now part of stock/DLC?
  3. A thread from 2014 discussing this topic: https://forum.kerbalspaceprogram.com/index.php?/topic/68532-staging-methods-overview/
  4. You're welcome, glad we could help That would be a question for the mod author. I think though, that altitude is not a difficult thing to do (just some more dv, isn't it?), correct inclination and LAN are more difficult.
  5. I edited my old post, mind to check if my addendum is correct, please @4x4cheesecake ? Thanks in advance.
  6. Changes and dependencies, who doesn't love it... As you obviously know and understand way more of MM stuff than I do, any idea about @FabioofSpace 's error message? What I found was this https://github.com/Kopernicus/Kopernicus/issues/451 If I'm not mistaken, this is the exact "s"-error, isn't it? @4x4cheesecake Excellent! I think the mysteries are solved then: 1. If you purge a part, remove the checks for that part 2. If you're using Kopernicus 1.8+, add a "s" to the respective line in the MM patch Everyday to learn something new and solve another little mystery, thanks
  7. Still have to wonder though, my error caused by a non existent part was while @FabioofSpace got Similar, but not identical. You think it could be because of the Kopernicus typo, @4x4cheesecake ?
  8. Yepp, and hence removing the respective lines did fix it for me. I'm wondering if maybe @FabioofSpace also might have purged a specific part? If you're asking so nicely, I actually would No Kopernicus here.
  9. This: [ERR 12:22:23.944] ContractConfigurator.PartModuleUnlockedRequirement: CONTRACT_TYPE 'CleverSatCore', REQUIREMENT 'PartModuleUnlocked' of type 'PartModuleUnlocked': A validation error occured while loading the key 'partModule' with value 'System.Collections.Generic.List`1[System.String]'. Is it possible that any mod you have replaces/removes the part? Can only say that it works fine for me, after changing the patch to ignore the non-v2 part, as I purged the old Stayputnik v1 via JC. See the screenshot in my earlier post.
  10. Don't know (I'm using KSP 1.10.1.), but I doubt it. What does your MM patch read? Mine now is: And anything regarding CleverSatCore in your KSP.log?
  11. Count the brackets. excludeTargets = $ConstellationList.Add(Target).Where(g => Vessel(g).IsOrbiting() && Vessel(g).Orbit().Inclination() < incThreshold)) should read excludeTargets = $ConstellationList.Add(Target).Where(g => Vessel(g).IsOrbiting() && Vessel(g).Orbit().Inclination() < incThreshold) OK?
  12. Interesting... My installation showed the exact same error (didn't pay attention to these contracts for a while, and didn't notice earlier). The KSP.log showed [ERR 11:43:45.063] ContractConfigurator.PartUnlockedRequirement: CONTRACT_TYPE 'CleverSatCore', REQUIREMENT 'Probe' of type 'PartUnlocked': Error parsing part plus Thought to myself, maybe it's due me to purging the old Stayputnik part? I changed the MM patch to and, tatah (wonders of world of tech), now it looks:
  13. Doesn't matter, only requirement is to have it somewhere in GameData. I made myself a folder "GameData\Misc" where I put all my extra MM patches.
  14. VoidSquid

    KSP Jokes

    Not directly a KSP joke, my wife found this yesterday:
  15. When a mod is not officially flagged for the latest KSP version, that doesn't necessarily mean it won't work with that version. Regarding visual mods, for example scatterer, EVE, SVE, RealPlume, EngineLightingRelit, TextureReplacer and many others work fine. Easiest way to install mods is using CKAN. In the CKAN settings, you can allow it to check for older mods too.
  16. Yeah, that sounds like a good idea. As I don't have KSP 1.11.x, maybe OP can file a report.
  17. Yeah, as you can see you're not the only one with that issue, workaround is not to switch directly between VAB and SPH, as I've read (I have KSP 1.10.1, not 1.11.x, it's just what I did read).
×
×
  • Create New...