Jump to content

sebi.zzr

Members
  • Posts

    835
  • Joined

  • Last visited

Everything posted by sebi.zzr

  1. Welcome to the forum. To successfully troubleshoot your problem,you need to provide us with more information,so please read:
  2. In earlier version of KSP they used to had: fuelCrossFeed = True NoCrossFeedNodeKey = bottom while this could work with stack decouplers there is no way to achieve it with radial ones. I think you have just described how the game currently handles fuel flow.The outer tanks always have higher priority,but when they are empty,the engines attached to them still consume fuel from center tank,if crosfeed is enabled. While i'm not against this idea,i think the current solution provided by the game is more than satisfactory and that is the main role of fuel lines! Simple as:disable fuel crossfeed on decoupler and attach fuel lines to control the fuel flow direction.
  3. Like i said,you need to click it.After you remove mouse cursor from the graph it will display the dv you clicked.
  4. Yes.Put mouse cursor on the graph where you want to make your transfer and click on it(you'll see the change on dv),then use create node or create and execute.
  5. In stock game,there is no such restriction.This is coming from a mod you have installed,if i would make a blind guess it is probably from CLS. So,you need to remove that mod or write MM patch to override the restriction.
  6. You don't need any plugin for that.What you need is the right configuration.I suggest you to inspect the model in blender to see how the landing gear is "rigged".Then you can use either stock module for landing gear or KSPWheel.The easiest way to make landing gear working (deploy/retract) is to use ModuleAnimateGeneric,but there must not be any "non supported transforms" in model.
  7. Can you tell me where can i find this engine?The path to it would be great (Contares/Parts...?).
  8. Like i explained in other post,i didn't map anything.I started with the converted .cfg and inspected it in game and then made the adjustments.There is no formula,if you convert 100 .cfg then maybe some pattern will start to show,but it's mostly trial and error.
  9. Maybe you could be less demanding and more specific?
  10. Yes you can.In specific module you need to add these lines: MODULE { name = ModuleCommand requiresTelemetry = false SignalRequired = false } With these,you can control your probe without a signal and you need additional module: MODULE { name = ModuleProbeControlPoint minimumCrew = 0 //number of crew required for control multiHop = true } which will control your probe. You can do this with MM for specific probe or for all.
  11. Try to play with: MODULE { name = ModuleEngines exhaustDamageDistanceOffset = }
  12. You mean in the right click menu? The button stays hidden and get visible after you have researched/buy the right node.
  13. Probably is,but i never had enough time to test this myself.If you want to investigate(experiment) yourself,here is link:https://kerbalspaceprogram.com/api/class_module_deployable_part.html
  14. Is this "newly builded craft" after you have accepted the contract,or you have just repositioned the old one?
  15. Hello and welcome to the forum. What version would that be since i can't see it in the log?
×
×
  • Create New...