Jump to content

cmheisel

Members
  • Posts

    20
  • Joined

  • Last visited

Reputation

17 Good

Profile Information

  • About me
    Bottle Rocketeer

Recent Profile Visitors

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

  1. Fantastic, I love this mod! Glad to see it getting love from @linuxgurugamer
  2. @linuxgurugamer New release fresh off the GitHub presses: https://github.com/cmheisel/ksp-decouple-with-control/releases/tag/v1.4.0 It should work with any modded decoupler!
  3. @linuxgurugamer Thanks for the patch, I'll look at it and merge/release this weekend (work's kind of crazy during the week)
  4. @LitaAlto - Great suggestion! Will do. @Shalfar - That's a great suggestion, unfortunately that's beyond my current modding skills :-O
  5. @Scorpiodude The first release doesn't increase the mass. But I'd love some input on what a good fraction could be - is 10% more too much, too little?
  6. Thanks for the help everyone and the encouragement to release this! It's up over at
  7. What is it? Tired of clipping a probe core, batteries, antenna and a reaction wheel into your rocket stages so you can control them after payload separation? Decouple With Controlâ„¢ has the answer for you! This ModuleManager config adds a probe core, electricity, an internal antenna, torque, and SAS capability to all stack decouplers in the game. Available on: Github CKAN
  8. Ok, time for the hard part - naming things (at least there's no cache invalidation involved) I thought about Smart Decouplers, but I don't want to conflict/trample on Smart Parts, thoughts on: IntelliCouplers AutoPilot Decouplers Probe-ish Decouplers Decouple with control Control from Decoupler Avionic Decouplers
  9. That worked perfectly, thanks!! This weekend I'll work on packaging it up into a standalone mod.
  10. Thanks! I've been meaning to find an excuse to learn how to do mod packaging and distribution through CKAN/Curse, etc. Once I get this working I'll get this released. Thanks for the inspiration to do it! I've been amassing flags/MM configs I like into a GitHub repo for a while: https://github.com/cmheisel/cmheisel-ksp
  11. @sebi.zzr Ahhh OK. I'll try that tonight after work, thanks for the pointer!!
  12. I thought that but I cloned those settings from other probes that work fine without additional antennae. Also weird that in the upper right there's NO comm networking information, not even the red symbol that means you're not connected. Thanks! Yeah I like to keep myself honest that the stage has enough dV left to de-orbit. Yeah I thought so too but I cloned that from the other probe's in the Squad/Parts folder. I'll try changing it and see if it helps. If that fails, I might see if I can mod probes to have decoupling capability and change it to use the decoupler model.
  13. Hi, I'm trying to reduce part counts (and build simplicity) by using Module Manager to add a little bit of battery, torque and other probe-core features to decouplers so that spent stages with leftover propellant can be switched to and de-orbited (think like Centaur or Falcon 9 second stages). I've got everything working EXCEPT that despite modding in an antenna they insist they're not in the comm network so I can't control them. Any tips on how to make that work. My MM config and a screenshot in game are below. Config file @PART[*]:HAS[@MODULE[ModuleDecouple],@MODULE[ModuleToggleCrossfeed]] { @description ^= :$: Includes HeiselCorp Guidance and Avionics package for control of spent stages. Reaction control not includes. Warrant void if used on a rocket or other aerocraft: @vesselType = Probe MODULE { name = ModuleProbeControlPoint minimumCrew = 1 multiHop = True } MODULE { name = ModuleCommand minimumCrew = 0 RESOURCE { name = ElectricCharge rate = 0.08 } hasHibernation = True hibernationMultiplier = 0.00125 } RESOURCE { name = ElectricCharge amount = 30 maxAmount = 30 } MODULE { name = ModuleReactionWheel PitchTorque = 1.5 YawTorque = 1.5 RollTorque = 1.5 RESOURCE { name = ElectricCharge rate = 0.15 } } MODULE { name = ModuleSAS SASServiceLevel = 3 } MODULE { name = ModuleDataTransmitter antennaType = INTERNAL packetInterval = 1.0 packetSize = 2 packetResourceCost = 12.0 requiredResource = ElectricCharge antennaPower = 5000 optimumRange = 2500 packetFloor = .1 packetCeiling = 5 } }
  14. I'm getting some errors with the latest version that seem related to procedural parts: Guessing it can't modify the amount as it's generated procedurally?
×
×
  • Create New...