TrooperCooper Posted May 25, 2014 Share Posted May 25, 2014 (edited) So, I established my first station in orbit arround Mun as a hub and I was all happy and began preparing further exploration missions. But as I docked my first lander to push the station into a better orbit with it, I noticed something strange is going on with this thing. Its just not stable at all. It rolls, pitches, yaws into directions that I cant see a pattern in. It is built symmetrically as good as I could (see pics below). The fuel is symmetrically located in the tanks to both sides. It might be assymetrical somewhere where I cant tell, but what I really dont understand is the fact that the effect even shows without any thrust beeing applied. In fact, I used the time warp to stop any spinning etc., go back to regular time progression and did nothing to it, just watched it... and the effect kicked in, the station started to yaw / pitch / roll. Without SAS I can watch it spinning. If I activate SAS, it tries to supress the moving, but soon enough it gets out of hand and SAS cant control it anymore.First I thought it might be the movement to adjust for relative sun position of my many solar panels. So I retracted them. But that wasnt it. I deactivated torque on all mods that have it. Then I figured I might be to close to the Mun and its gravity could have a strange effect. So I pulled 90 km away, but its still spinning. I switched to a different ship and went back. Went to space center. Restarted the game. Nothing seems to help and I cant find the design flaw.Another ship that is in a very similar orbit (the one I wanted to dock with) has no such problems at all.Anyone got an idea what could be causing this? Especially the fact its showing up without thrust applied is something I cant make sense of... PS: I did put all the most stupid Kerbels that I could find into the two labs. Maybe they are having a big party inside and keep pushing the thing into random directions? EDIT: the only mod I have installed is the Flight Engineer Edited May 25, 2014 by TrooperCooper Link to comment Share on other sites More sharing options...
Pecan Posted May 25, 2014 Share Posted May 25, 2014 The usual cause of 'spontaneous' forces acting on a ship that way is part-clipping. I can't see anything obvious but that's all I can offer at the moment :-( Some ships are just like that, did you call it Titanic? Link to comment Share on other sites More sharing options...
iStickyDuck Posted May 25, 2014 Share Posted May 25, 2014 Try pulling the station rather than pushing, it makes it much more stable and shouldn't wobble so much Link to comment Share on other sites More sharing options...
Clockwork_werewolf Posted May 25, 2014 Share Posted May 25, 2014 It could be residual wobble. On large crafts or ones with many joins between parts or weak joins like docking ports the whole craft can flex under force. The problem is the bend at each part is so small that it is hard to stop. Any ASAS systems or RCS systems can even make the problem worse as they try and force just one part to be back on target while powering either the part they are in or an opposite end of the cart to wobble more. Try rotating the craft along it's axis with SAS turned off. The effect should prevent too much wobble. If it calms down and you can stop the rotation without reactivation the wobble then this is a temporary fix. Apart from more struts, I've not found any other fix for this, if it is what you have. Link to comment Share on other sites More sharing options...
Starwhip Posted May 25, 2014 Share Posted May 25, 2014 You said that once you docked something to it, it started getting those forces? If that's true, you might be clipping some part from the second craft into that station. I don't see any part clipping in those pictures, though.(That is a really nice looking thing, although it's a little bit big. That's not bad, though.)Try time-warping. It should disable physics. Once you exit time warp, if it continues the craziness, it's part clipping. Link to comment Share on other sites More sharing options...
Kasuha Posted May 25, 2014 Share Posted May 25, 2014 What you are experiencing are most probably phantom forces, remnants of the so called "velocity Kraken" which used to tear apart ships that were moving too fast. Now, at or above 750 m/s absolute speed, a fix kicks in, making ships moving at that speed stable. However, ships that move slower than that are still moving using the old code which introduces random arithmetic errors into motion of individual parts. As a result, ships tend to rotate in random directions.When you are in Mun orbit, you are moving at about 500 m/s - not fast enough for the "krakenbane" to kick in. Link to comment Share on other sites More sharing options...
Vanamonde Posted May 25, 2014 Share Posted May 25, 2014 I have not seen it happen myself, but a number of players have reported sourceless rotations while in Mun orbit. Kasuha's explanation for it seems reasonable to me. Link to comment Share on other sites More sharing options...
Claw Posted May 26, 2014 Share Posted May 26, 2014 If it's all stock, post a craft file (or the save file) if you can.In addition to what Kasuha said, here's a couple extra things to look for, just in case.- Zero out the trim using ALT+X- If you have a joystick installed, make sure it's calibrated.- If you ever had a joystick installed and then removed it, you'll need to delete the configuration. This spoiler is for a throttle fix, but you can use the same idea if you're unable to zero out the joystick in-game.Phantom throttle changes when switching docking mode (and you ever had a joystick installed) – [FIX]Sometimes when you exit docking mode back to staging mode, the throttle will reset itself to something other than 0%.For some reason (maybe Unity update?) the game will now grab old joystick values, even if it isn't installed anymore.You can do one of two things:- Delete settings.cfg and let the game create a clean one (this will delete all of your graphics settings and keybindings).- Edit the settings.cfg manually using the information below.What it might say (from settings.cfg):AXIS_PITCH{ name = Logitech Freedom 2.4 Axis 1 id = joy0.1 inv = False sensitivity = 1 deadzone = 0.05 scale = 1 group = 0 switchState = Any}AXIS_ROLL{ name = Logitech Freedom 2.4 Axis 2 id = joy0.2 inv = False sensitivity = 1 deadzone = 0.05 scale = 1 group = 0 switchState = Any}AXIS_YAW{ name = Logitech Freedom 2.4 Axis 0 id = joy0.0 inv = False sensitivity = 1 deadzone = 0.05 scale = 1 group = 0 switchState = Any}AXIS_THROTTLE{ name = Logitech Freedom 2.4 Axis 3 id = joy0.3 inv = True sensitivity = 1 deadzone = 0.05 scale = 1 group = 0 switchState = Any}AXIS_THROTTLE_INC{ name = None id = None inv = False sensitivity = 1 deadzone = 0.05 scale = 1 group = 0 switchState = Any}What it should say (clean install, no joystick):AXIS_PITCH{ name = None id = None inv = False sensitivity = 1 deadzone = 0.05 scale = 1 group = 0 switchState = Any}AXIS_ROLL{ name = None id = None inv = False sensitivity = 1 deadzone = 0.05 scale = 1 group = 0 switchState = Any}AXIS_YAW{ name = None id = None inv = False sensitivity = 1 deadzone = 0.05 scale = 1 group = 0 switchState = Any}AXIS_THROTTLE{ name = None id = None inv = False sensitivity = 1 deadzone = 0.05 scale = 1 group = 0 switchState = Any}- You said you turned off all the torque. Make sure you turn it all off, then timewarp to stop rotation, then drop back to normal. If it turns again, then it's probably clipping or some other bug.- Another fix that worked for a recent "spontaneously exploding ship" that wobbled itself apart from phantom forces was to transfer some fuel around and change the mass distribution. Perhaps give that a try.Not sure if any of that will help, but if I think of anything else, I post it. Link to comment Share on other sites More sharing options...
MarvinKitFox Posted May 26, 2014 Share Posted May 26, 2014 <--- Looks with suspicion at the multitudes of physicless radial parts attached to science labs.. Ive had bad experiences with that. Massless parts on lab, or RCS tanks, always cause my vessel to misbehave. Link to comment Share on other sites More sharing options...
TrooperCooper Posted May 26, 2014 Author Share Posted May 26, 2014 I have not seen it happen myself, but a number of players have reported sourceless rotations while in Mun orbit. Kasuha's explanation for it seems reasonable to me.Okay, I can confirm this now. Its not just the station that I posted above, its happening to other ships that I have in Mun orbit, too. Its just more noticeable and difficult for the SAS to keep the effect under control on larger units like the station I guess. I'm going to do some more tests with the exact same vessels arround Kerbin orbit, but at first glance it indeed seems like a local Mun problem...Thanks for all the helpfull input, guys. Link to comment Share on other sites More sharing options...
MoeMelek Posted May 26, 2014 Share Posted May 26, 2014 As said earlier, SAS can make the wobbles worse. Seems like SAS can't handle slow oscillations of heavy craft.I've found an easy way to stop at least some wobbles, and it's easy. 1) When your craft is not under throttle, engage SAS.2) Watch the pitch/yaw/roll indicators. 3) When you think that pitch/yaw/roll commands has reached it's maximum and is about to travel in the opposite direction, TURN OFF SAS.4) Engage SAS again. Pitch/roll/yaw commands will now start from center. 5) If the craft is still wobbling repeat the process. (go to step 2)Will probably not work if the craft is under influence of phantom forces/kraken but it has worked on many of my heavier craft. Link to comment Share on other sites More sharing options...
TrooperCooper Posted May 26, 2014 Author Share Posted May 26, 2014 Will probably not work if the craft is under influence of phantom forces/kraken but it has worked on many of my heavier craft.And that is the case, since it does start to move under influence from some magical force even when I come out of time warp with no thrust applied. So its not the problem of getting it under control once. I probably could manually do that. But as soon as I leave the controls alone, it starts again, since *MAGIC FORCE* is pulling on all ships. Makes docking near Mun a real pain right now. Considering on giving up on having a station there. Link to comment Share on other sites More sharing options...
Rixsaw Posted July 6, 2015 Share Posted July 6, 2015 I am having the same issue, and it is when I use Cliff-set to re-position motors. Apparently they don't like being moved off of center. Link to comment Share on other sites More sharing options...
Blazer Nitrox Posted February 24, 2016 Share Posted February 24, 2016 I'm having this issue in 1.0.5 around Minmus. All of my attempts at orbiting have resulted in an inexplicable negative yaw and positive pitch (yaw is as if I am holding A, pitch like I am holding S). Time warping only halts it for a bit, and turning on SAS is like not having SAS on at all (i.e. it doesn't stabilize the ship, although the magic forces go away, too). It affects all of my ships, and is making my science mode game rather difficult. Attached are the screenshot of the probe, along with the ship's save in the persistent.sfs (since the original craft file is huge). Screenshot: Spoiler persistent.sfs node: Spoiler VESSEL { pid = c23a14502f0942039cc604d66f5ece69 name = Munrise II type = Probe sit = ORBITING landed = False landedAt = splashed = False met = 196333.459432846 lct = 9887507.78017848 lastUT = 10083841.2396113 root = 0 lat = 0.692554558819814 lon = 104.617170230539 alt = 17951.9362785291 hgt = -1 nrm = -0.670252,-0.05990554,0.739712 rot = 0.00174256,0.2391045,-0.07874443,0.9677941 CoM = -0.0003101528,-3.155561,-0.0003387034 stg = 0 prst = False ref = 2444785723 ctrl = True cPch = cHdg = cMod = 0 ORBIT { SMA = 110125.767247237 ECC = 0.34432503559178 INC = 168.788560771595 LPE = 221.030106394265 LAN = 7.14379464152029 MNA = 5.90774755853686 EPH = 10083841.2396113 REF = 3 } PART { name = probeCoreOcto cid = 4294682288 uid = 2444785723 mid = 3941422839 launchID = 30 parent = 0 position = 0,0,0 rotation = 0,0,0,1 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 0 sqor = -1 sepI = 0 sidx = -1 attm = 0 srfN = , -1 attN = bottom, 10 attN = top, 1 mass = 0.1 temp = 215.821078367631 tempExt = 215.713070883221 tempExtUnexp = 4 expt = 0 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = probeCoreOcto (Munrise II) modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleCommand isEnabled = True controlSrcStatusText = Operational stagingEnabled = True EVENTS { MakeReference { active = True guiActive = True guiActiveUncommand = False guiIcon = Control From Here guiName = Control From Here category = Control From Here guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } RenameVessel { active = True guiActive = True guiActiveUncommand = True guiIcon = Rename Vessel guiName = Rename Vessel category = Rename Vessel guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { } } MODULE { name = ModuleReactionWheel isEnabled = True stateString = Running stagingEnabled = True WheelState = Active EVENTS { OnToggle { active = True guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Toggle Torque guiName = Toggle Torque category = Toggle Torque guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { Activate { actionGroup = None } Deactivate { actionGroup = None } Toggle { actionGroup = None } } } MODULE { name = ModuleSAS isEnabled = True standaloneToggle = True stagingEnabled = True standaloneToggle_UIFlight { controlEnabled = True } EVENTS { ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { } } MODULE { name = ModuleTripLogger isEnabled = True stagingEnabled = True EVENTS { ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { } Log { flight = 0 0 = Flight,Kerbin 0 = Suborbit,Kerbin 0 = Orbit,Kerbin 0 = Flyby,Minmus 0 = Escape,Minmus 0 = Orbit,Minmus } } RESOURCE { name = ElectricCharge amount = 0 maxAmount = 10 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = miniIntake cid = 4294661128 uid = 3582730893 mid = 3941422839 launchID = 30 parent = 0 position = 0,0.187080383300781,0 rotation = 0,0,0,1 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 0 sqor = -1 sepI = 0 sidx = -1 attm = 0 srfN = , -1 attN = bottom01, 0 mass = 0.007 temp = 215.809519579289 tempExt = 215.682738596682 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = miniIntake modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleResourceIntake isEnabled = True intakeEnabled = True stagingEnabled = True EVENTS { Deactivate { active = True guiActive = True guiActiveUncommand = False guiIcon = Close Intake guiName = Close Intake category = Close Intake guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } Activate { active = False guiActive = True guiActiveUncommand = False guiIcon = Open Intake guiName = Open Intake category = Open Intake guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ToggleAction { actionGroup = None } } } RESOURCE { name = IntakeAir amount = 0 maxAmount = 0.5 flowState = True isTweakable = False hideFlow = False isVisible = False flowMode = Both } } PART { name = solarPanels5 cid = 4294650788 uid = 3943796988 mid = 3941422839 launchID = 30 parent = 0 position = -0.242834210395813,0.0267829895019531,-0.242834150791168 rotation = 0,0.9238798,0,-0.3826828 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 0 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 3 sym = 4 sym = 5 sym = 6 sym = 7 sym = 8 sym = 9 srfN = srfAttach, 0 mass = 0.005 temp = 215.813525379077 tempExt = 215.70355903341 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = solarPanels5 modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleDeployableSolarPanel isEnabled = True currentRotation = (0, -6.057208E-07, 0, 1) stateString = EXTENDED storedAnimationTime = 0 storedAnimationSpeed = 0 efficiencyMult = 1 launchUT = 9887507.78017848 stagingEnabled = True EVENTS { Extend { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Extend Panels guiName = Extend Panels category = Extend Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } Retract { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Retract Panels guiName = Retract Panels category = Retract Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ExtendPanelsAction { actionGroup = None active = False } ExtendAction { actionGroup = None active = False } RetractAction { actionGroup = None active = False } } } } PART { name = solarPanels5 cid = 4294650442 uid = 3601554701 mid = 3941422839 launchID = 30 parent = 0 position = -0.343419402837753,0.0267829895019531,3.2130628824234E-08 rotation = 0,0.7071072,0,-0.7071064 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 0 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 2 sym = 4 sym = 5 sym = 6 sym = 7 sym = 8 sym = 9 srfN = srfAttach, 0 mass = 0.005 temp = 215.813525379077 tempExt = 215.70355903341 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = solarPanels5 modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleDeployableSolarPanel isEnabled = True currentRotation = (0, -6.057208E-07, 0, 1) stateString = EXTENDED storedAnimationTime = 0 storedAnimationSpeed = 0 efficiencyMult = 1 launchUT = 9887507.78017848 stagingEnabled = True EVENTS { Extend { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Extend Panels guiName = Extend Panels category = Extend Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } Retract { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Retract Panels guiName = Retract Panels category = Retract Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ExtendPanelsAction { actionGroup = None active = False } ExtendAction { actionGroup = None active = False } RetractAction { actionGroup = None active = False } } } } PART { name = solarPanels5 cid = 4294650410 uid = 3688976077 mid = 3941422839 launchID = 30 parent = 0 position = -0.242834120988846,0.0267829895019531,0.242834150791168 rotation = 0,0.3826841,0,-0.9238793 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 0 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 2 sym = 3 sym = 5 sym = 6 sym = 7 sym = 8 sym = 9 srfN = srfAttach, 0 mass = 0.005 temp = 215.813525379077 tempExt = 215.70355903341 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = solarPanels5 modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleDeployableSolarPanel isEnabled = True currentRotation = (0, -6.057208E-07, 0, 1) stateString = EXTENDED storedAnimationTime = 0 storedAnimationSpeed = 0 efficiencyMult = 1 launchUT = 9887507.78017848 stagingEnabled = True EVENTS { Extend { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Extend Panels guiName = Extend Panels category = Extend Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } Retract { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Retract Panels guiName = Retract Panels category = Retract Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ExtendPanelsAction { actionGroup = None active = False } ExtendAction { actionGroup = None active = False } RetractAction { actionGroup = None active = False } } } } PART { name = solarPanels5 cid = 4294650378 uid = 870994947 mid = 3941422839 launchID = 30 parent = 0 position = -1.02445483207703E-08,0.0267829895019531,0.343419373035431 rotation = 0,6.922574E-07,0,-1 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 0 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 2 sym = 3 sym = 4 sym = 6 sym = 7 sym = 8 sym = 9 srfN = srfAttach, 0 mass = 0.005 temp = 215.813525379077 tempExt = 215.70355903341 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = solarPanels5 modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleDeployableSolarPanel isEnabled = True currentRotation = (0, -6.057208E-07, 0, 1) stateString = EXTENDED storedAnimationTime = 0 storedAnimationSpeed = 0 efficiencyMult = 1 launchUT = 9887507.78017848 stagingEnabled = True EVENTS { Extend { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Extend Panels guiName = Extend Panels category = Extend Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } Retract { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Retract Panels guiName = Retract Panels category = Retract Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ExtendPanelsAction { actionGroup = None active = False } ExtendAction { actionGroup = None active = False } RetractAction { actionGroup = None active = False } } } } PART { name = solarPanels5 cid = 4294650346 uid = 3222546808 mid = 3941422839 launchID = 30 parent = 0 position = 0.242834180593491,0.0267829895019531,0.242834150791168 rotation = 0,-0.3826828,0,-0.9238798 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 0 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 2 sym = 3 sym = 4 sym = 5 sym = 7 sym = 8 sym = 9 srfN = srfAttach, 0 mass = 0.005 temp = 215.813525379077 tempExt = 215.70355903341 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = solarPanels5 modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleDeployableSolarPanel isEnabled = True currentRotation = (0, -6.057208E-07, 0, 1) stateString = EXTENDED storedAnimationTime = 0 storedAnimationSpeed = 0 efficiencyMult = 1 launchUT = 9887507.78017848 stagingEnabled = True EVENTS { Extend { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Extend Panels guiName = Extend Panels category = Extend Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } Retract { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Retract Panels guiName = Retract Panels category = Retract Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ExtendPanelsAction { actionGroup = None active = False } ExtendAction { actionGroup = None active = False } RetractAction { actionGroup = None active = False } } } } PART { name = solarPanels5 cid = 4294650314 uid = 2092146863 mid = 3941422839 launchID = 30 parent = 0 position = 0.343419373035431,0.0267829895019531,-5.40167093276978E-08 rotation = 0,-0.7071064,0,-0.7071072 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 0 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 2 sym = 3 sym = 4 sym = 5 sym = 6 sym = 8 sym = 9 srfN = srfAttach, 0 mass = 0.005 temp = 215.813525379077 tempExt = 215.70355903341 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = solarPanels5 modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleDeployableSolarPanel isEnabled = True currentRotation = (0, -6.057208E-07, 0, 1) stateString = EXTENDED storedAnimationTime = 0 storedAnimationSpeed = 0 efficiencyMult = 1 launchUT = 9887507.78017848 stagingEnabled = True EVENTS { Extend { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Extend Panels guiName = Extend Panels category = Extend Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } Retract { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Retract Panels guiName = Retract Panels category = Retract Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ExtendPanelsAction { actionGroup = None active = False } ExtendAction { actionGroup = None active = False } RetractAction { actionGroup = None active = False } } } } PART { name = solarPanels5 cid = 4294650282 uid = 2714822276 mid = 3941422839 launchID = 30 parent = 0 position = 0.242834091186523,0.0267829895019531,-0.242834150791168 rotation = 0,-0.9238793,0,-0.3826841 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 0 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 2 sym = 3 sym = 4 sym = 5 sym = 6 sym = 7 sym = 9 srfN = srfAttach, 0 mass = 0.005 temp = 215.813525379077 tempExt = 215.70355903341 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = solarPanels5 modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleDeployableSolarPanel isEnabled = True currentRotation = (0, -6.057208E-07, 0, 1) stateString = EXTENDED storedAnimationTime = 0 storedAnimationSpeed = 0 efficiencyMult = 1 launchUT = 9887507.78017848 stagingEnabled = True EVENTS { Extend { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Extend Panels guiName = Extend Panels category = Extend Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } Retract { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Retract Panels guiName = Retract Panels category = Retract Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ExtendPanelsAction { actionGroup = None active = False } ExtendAction { actionGroup = None active = False } RetractAction { actionGroup = None active = False } } } } PART { name = solarPanels5 cid = 4294650250 uid = 3446691823 mid = 3941422839 launchID = 30 parent = 0 position = -1.09896063804626E-07,0.0267829895019531,-0.343419432640076 rotation = 0,-1,0,-5.089693E-07 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 0 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 2 sym = 3 sym = 4 sym = 5 sym = 6 sym = 7 sym = 8 srfN = srfAttach, 0 mass = 0.005 temp = 215.813525379077 tempExt = 215.70355903341 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = solarPanels5 modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleDeployableSolarPanel isEnabled = True currentRotation = (0, -6.057208E-07, 0, 1) stateString = EXTENDED storedAnimationTime = 0 storedAnimationSpeed = 0 efficiencyMult = 1 launchUT = 9887507.78017848 stagingEnabled = True EVENTS { Extend { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Extend Panels guiName = Extend Panels category = Extend Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } Retract { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Retract Panels guiName = Retract Panels category = Retract Panels guiActiveUnfocused = True unfocusedRange = 4 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ExtendPanelsAction { actionGroup = None active = False } ExtendAction { actionGroup = None active = False } RetractAction { actionGroup = None active = False } } } } PART { name = science.module cid = 4294621336 uid = 990383039 mid = 3941422839 launchID = 30 parent = 0 position = 0,-0.799579620361328,0 rotation = 0,0,0,1 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 0 sqor = -1 sepI = 0 sidx = -1 attm = 0 srfN = srfAttach, -1 attN = top, 0 attN = bottom, 11 mass = 0.2 temp = 215.853730150896 tempExt = 215.766952311351 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = science.module modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleAnimateGeneric isEnabled = True aniState = LOCKED animSwitch = True animTime = 0.9965914 animSpeed = 0 deployPercent = 100 stagingEnabled = True deployPercent_UIFlight { controlEnabled = True minValue = 0 maxValue = 100 stepIncrement = 1 } EVENTS { Toggle { active = False guiActive = False guiActiveEditor = True guiActiveUncommand = False guiIcon = Toggle guiName = Deploy category = Toggle guiActiveUnfocused = True unfocusedRange = 5 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ToggleAction { actionGroup = None } } } MODULE { name = ModuleScienceExperiment isEnabled = True Deployed = True Inoperable = True stagingEnabled = True EVENTS { DeployExperiment { active = False guiActive = True guiActiveUncommand = False guiIcon = Deploy guiName = Observe Materials Bay category = Deploy guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } CollectDataExternalEvent { active = False guiActive = False guiActiveUncommand = False guiIcon = guiName = Collect Data category = guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } ReviewDataEvent { active = False guiActive = True guiActiveUncommand = False guiIcon = Review Data guiName = Review Data category = Review Data guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ResetExperiment { active = False guiActive = True guiActiveUncommand = False guiIcon = Reset guiName = Reset Materials Bay category = Reset guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } DeployExperimentExternal { active = False guiActive = False guiActiveUncommand = False guiIcon = Deploy guiName = Observe Materials Bay category = Deploy guiActiveUnfocused = True unfocusedRange = 2 externalToEVAOnly = True } ResetExperimentExternal { active = False guiActive = False guiActiveUncommand = False guiIcon = Reset guiName = Reset Materials Bay category = Reset guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } CleanUpExperimentExternal { active = True guiActive = False guiActiveUncommand = False guiIcon = Restore guiName = Restore category = Restore guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { DeployAction { actionGroup = None } ResetAction { actionGroup = None active = False } } } } PART { name = fuelTank.long cid = 4294667642 uid = 2967637605 mid = 3941422839 launchID = 30 parent = 10 position = 0,-3.18707847595215,0 rotation = 0,0,0,1 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 0 srfN = srfAttach, -1 attN = top, 10 attN = bottom, 12 mass = 0.5 temp = 215.876409785008 tempExt = 215.773251290629 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = fuelTank.long modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = LiquidFuel amount = 190.625474179872 maxAmount = 360 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } RESOURCE { name = Oxidizer amount = 232.986680693554 maxAmount = 440 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = liquidEngine3 cid = 4294665604 uid = 1033975314 mid = 3941422839 launchID = 30 parent = 11 position = 0,-5.34519958496094,0 rotation = 0,0,0,1 mirror = 1,1,1 symMethod = Radial istg = 0 dstg = 1 sqor = 0 sepI = 0 sidx = 0 attm = 0 srfN = , -1 attN = top, 11 attN = bottom, -1 mass = 0.5 temp = 215.860697390368 tempExt = 215.727724226165 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = liquidEngine3 modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleEngines isEnabled = True staged = True flameout = False EngineIgnited = True engineShutdown = False currentThrottle = 0 thrustPercentage = 100 manuallyOverridden = False stagingEnabled = True thrustPercentage_UIFlight { controlEnabled = True minValue = 0 maxValue = 100 stepIncrement = 0.5 } EVENTS { Activate { active = False guiActive = True guiActiveUncommand = False guiIcon = Activate Engine guiName = Activate Engine category = Activate Engine guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } Shutdown { active = True guiActive = True guiActiveUncommand = False guiIcon = Shutdown Engine guiName = Shutdown Engine category = Shutdown Engine guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { OnAction { actionGroup = None } ShutdownAction { actionGroup = None } ActivateAction { actionGroup = None } } } MODULE { name = ModuleGimbal isEnabled = True gimbalLock = False gimbalLimiter = 100 gimbalActive = True stagingEnabled = True gimbalLock_UIFlight { controlEnabled = True } gimbalLimiter_UIFlight { controlEnabled = True minValue = 0 maxValue = 100 stepIncrement = 1 } EVENTS { ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ToggleAction { actionGroup = None } LockAction { actionGroup = None } FreeAction { actionGroup = None } } } MODULE { name = FXModuleAnimateThrottle isEnabled = True stagingEnabled = True EVENTS { ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { } } MODULE { name = ModuleJettison isEnabled = True isJettisoned = True shroudHideOverride = False stagingEnabled = True shroudHideOverride_UIFlight { controlEnabled = True } EVENTS { Jettison { active = False guiActive = True guiActiveUncommand = False guiIcon = Jettison guiName = Jettison category = Jettison guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { JettisonAction { actionGroup = None } } } MODULE { name = ModuleTestSubject isEnabled = True stagingEnabled = True EVENTS { RunTestEvent { active = False guiActive = True guiActiveUncommand = False guiIcon = Run Test guiName = Run Test category = Run Test guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { } } MODULE { name = ModuleSurfaceFX isEnabled = True stagingEnabled = True EVENTS { ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { } } } PART { name = GooExperiment cid = 4294619818 uid = 66860893 mid = 3941422839 launchID = 30 parent = 11 position = -0.529111325740814,-1.59186935424805,2.60770320892334E-08 rotation = 1.256074E-15,0.7071068,-1.256074E-15,0.7071067 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 14 srfN = srfAttach, 11 mass = 0.05 temp = 215.86560575213 tempExt = 215.760699626649 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = GooExperiment modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleAnimateGeneric isEnabled = True aniState = LOCKED animSwitch = True animTime = 0.9930126 animSpeed = 0 deployPercent = 100 stagingEnabled = True deployPercent_UIFlight { controlEnabled = True minValue = 0 maxValue = 100 stepIncrement = 1 } EVENTS { Toggle { active = False guiActive = False guiActiveEditor = True guiActiveUncommand = False guiIcon = Toggle guiName = Deploy category = Toggle guiActiveUnfocused = True unfocusedRange = 5 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ToggleAction { actionGroup = None } } } MODULE { name = ModuleScienceExperiment isEnabled = True Deployed = True Inoperable = True stagingEnabled = True EVENTS { DeployExperiment { active = False guiActive = True guiActiveUncommand = False guiIcon = Deploy guiName = Observe Mystery Goo category = Deploy guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } CollectDataExternalEvent { active = False guiActive = False guiActiveUncommand = False guiIcon = guiName = Collect Data category = guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } ReviewDataEvent { active = False guiActive = True guiActiveUncommand = False guiIcon = Review Data guiName = Review Data category = Review Data guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ResetExperiment { active = False guiActive = True guiActiveUncommand = False guiIcon = Reset guiName = Reset Goo Canister category = Reset guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } DeployExperimentExternal { active = False guiActive = False guiActiveUncommand = False guiIcon = Deploy guiName = Observe Mystery Goo category = Deploy guiActiveUnfocused = True unfocusedRange = 2 externalToEVAOnly = True } ResetExperimentExternal { active = False guiActive = False guiActiveUncommand = False guiIcon = Reset guiName = Reset Goo Canister category = Reset guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } CleanUpExperimentExternal { active = True guiActive = False guiActiveUncommand = False guiIcon = Restore guiName = Restore category = Restore guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { DeployAction { actionGroup = None } ResetAction { actionGroup = None active = False } } } } PART { name = GooExperiment cid = 4294618242 uid = 3986315512 mid = 3941422839 launchID = 30 parent = 11 position = 0.529111266136169,-1.59186935424805,-7.28759914636612E-08 rotation = -1.256074E-15,0.7071066,-1.256074E-15,-0.7071069 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 13 srfN = srfAttach, 11 mass = 0.05 temp = 215.865606216751 tempExt = 215.7606998401 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = GooExperiment modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleAnimateGeneric isEnabled = True aniState = LOCKED animSwitch = True animTime = 0.9960548 animSpeed = 0 deployPercent = 100 stagingEnabled = True deployPercent_UIFlight { controlEnabled = True minValue = 0 maxValue = 100 stepIncrement = 1 } EVENTS { Toggle { active = False guiActive = False guiActiveEditor = True guiActiveUncommand = False guiIcon = Toggle guiName = Deploy category = Toggle guiActiveUnfocused = True unfocusedRange = 5 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ToggleAction { actionGroup = None } } } MODULE { name = ModuleScienceExperiment isEnabled = True Deployed = True Inoperable = True stagingEnabled = True EVENTS { DeployExperiment { active = False guiActive = True guiActiveUncommand = False guiIcon = Deploy guiName = Observe Mystery Goo category = Deploy guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } CollectDataExternalEvent { active = False guiActive = False guiActiveUncommand = False guiIcon = guiName = Collect Data category = guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } ReviewDataEvent { active = False guiActive = True guiActiveUncommand = False guiIcon = Review Data guiName = Review Data category = Review Data guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ResetExperiment { active = False guiActive = True guiActiveUncommand = False guiIcon = Reset guiName = Reset Goo Canister category = Reset guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } DeployExperimentExternal { active = False guiActive = False guiActiveUncommand = False guiIcon = Deploy guiName = Observe Mystery Goo category = Deploy guiActiveUnfocused = True unfocusedRange = 2 externalToEVAOnly = True } ResetExperimentExternal { active = False guiActive = False guiActiveUncommand = False guiIcon = Reset guiName = Reset Goo Canister category = Reset guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } CleanUpExperimentExternal { active = True guiActive = False guiActiveUncommand = False guiIcon = Restore guiName = Restore category = Restore guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { DeployAction { actionGroup = None } ResetAction { actionGroup = None active = False } } } } PART { name = sensorThermometer cid = 4294616912 uid = 2733981425 mid = 3941422839 launchID = 30 parent = 11 position = -0.619217336177826,-2.31419944763184,3.70200723409653E-08 rotation = 1.256074E-15,0.7071068,-1.256074E-15,0.7071067 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 16 srfN = srfAttach, 11 mass = 0.005 temp = 215.870182555814 tempExt = 215.766157456455 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = sensorThermometer modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleEnviroSensor isEnabled = True sensorActive = False stagingEnabled = True EVENTS { Toggle { active = True guiActive = True guiActiveUncommand = False guiIcon = Toggle Display guiName = Toggle Display category = Toggle Display guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ToggleAction { actionGroup = None } } } MODULE { name = ModuleScienceExperiment isEnabled = True Deployed = False Inoperable = False stagingEnabled = True EVENTS { DeployExperiment { active = True guiActive = True guiActiveUncommand = False guiIcon = Deploy guiName = Log Temperature category = Deploy guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } CollectDataExternalEvent { active = False guiActive = False guiActiveUncommand = False guiIcon = guiName = Take Data category = guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } ReviewDataEvent { active = False guiActive = True guiActiveUncommand = False guiIcon = Review Data guiName = Review Data category = Review Data guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ResetExperiment { active = False guiActive = True guiActiveUncommand = False guiIcon = Reset guiName = Delete Data category = Reset guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } DeployExperimentExternal { active = True guiActive = False guiActiveUncommand = False guiIcon = Deploy guiName = Log Temperature category = Deploy guiActiveUnfocused = True unfocusedRange = 2 externalToEVAOnly = True } ResetExperimentExternal { active = False guiActive = False guiActiveUncommand = False guiIcon = Reset guiName = Delete Data category = Reset guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } CleanUpExperimentExternal { active = False guiActive = False guiActiveUncommand = False guiIcon = Restore guiName = Restore category = Restore guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { DeployAction { actionGroup = None } ResetAction { actionGroup = None } } } } PART { name = sensorThermometer cid = 4294616856 uid = 2478816298 mid = 3941422839 launchID = 30 parent = 11 position = 0.619217276573181,-2.31419944763184,-9.19681042432785E-08 rotation = -1.256074E-15,0.7071066,-1.256074E-15,-0.7071069 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 15 srfN = srfAttach, 11 mass = 0.005 temp = 215.870182555814 tempExt = 215.766157456455 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = sensorThermometer modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleEnviroSensor isEnabled = True sensorActive = False stagingEnabled = True EVENTS { Toggle { active = True guiActive = True guiActiveUncommand = False guiIcon = Toggle Display guiName = Toggle Display category = Toggle Display guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ToggleAction { actionGroup = None } } } MODULE { name = ModuleScienceExperiment isEnabled = True Deployed = False Inoperable = False stagingEnabled = True EVENTS { DeployExperiment { active = True guiActive = True guiActiveUncommand = False guiIcon = Deploy guiName = Log Temperature category = Deploy guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } CollectDataExternalEvent { active = False guiActive = False guiActiveUncommand = False guiIcon = guiName = Take Data category = guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } ReviewDataEvent { active = False guiActive = True guiActiveUncommand = False guiIcon = Review Data guiName = Review Data category = Review Data guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ResetExperiment { active = False guiActive = True guiActiveUncommand = False guiIcon = Reset guiName = Delete Data category = Reset guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } DeployExperimentExternal { active = True guiActive = False guiActiveUncommand = False guiIcon = Deploy guiName = Log Temperature category = Deploy guiActiveUnfocused = True unfocusedRange = 2 externalToEVAOnly = True } ResetExperimentExternal { active = False guiActive = False guiActiveUncommand = False guiIcon = Reset guiName = Delete Data category = Reset guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } CleanUpExperimentExternal { active = False guiActive = False guiActiveUncommand = False guiIcon = Restore guiName = Restore category = Restore guiActiveUnfocused = True unfocusedRange = 1.2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { DeployAction { actionGroup = None } ResetAction { actionGroup = None } } } } PART { name = mediumDishAntenna cid = 4294614772 uid = 1734769893 mid = 3941422839 launchID = 30 parent = 11 position = -0.646037042140961,-3.20957946777344,4.12110239267349E-08 rotation = 0.5000001,-0.4999999,0.4999999,0.5000001 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 18 srfN = srfAttach, 11 mass = 0.03 temp = 215.868963233507 tempExt = 215.762286532 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = mediumDishAntenna modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleAnimateGeneric isEnabled = True aniState = LOCKED animSwitch = True animTime = 0 animSpeed = 1 deployPercent = 100 stagingEnabled = True deployPercent_UIFlight { controlEnabled = True minValue = 0 maxValue = 100 stepIncrement = 1 } EVENTS { Toggle { active = True guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Toggle guiName = Extend category = Toggle guiActiveUnfocused = True unfocusedRange = 5 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ToggleAction { actionGroup = None } } } MODULE { name = ModuleAnimateGeneric isEnabled = True aniState = LOCKED animSwitch = True animTime = 0 animSpeed = 1 deployPercent = 100 stagingEnabled = True deployPercent_UIFlight { controlEnabled = True minValue = 0 maxValue = 100 stepIncrement = 1 } EVENTS { Toggle { active = True guiActive = False guiActiveEditor = True guiActiveUncommand = False guiIcon = Toggle guiName = Blink Lights category = Toggle guiActiveUnfocused = True unfocusedRange = 5 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ToggleAction { actionGroup = None active = False } } } MODULE { name = ModuleDataTransmitter isEnabled = True xmitIncomplete = False stagingEnabled = True EVENTS { StartTransmission { active = True guiActive = True guiActiveUncommand = False guiIcon = Transmit Data guiName = Transmit Data category = Transmit Data guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } TransmitIncompleteToggle { active = True guiActive = True guiActiveUncommand = False guiIcon = Toggle Transmit Incomplete guiName = Require Complete category = Toggle Transmit Incomplete guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } StopTransmission { active = False guiActive = True guiActiveUncommand = False guiIcon = Stop Transmitting guiName = Stop Transmitting category = Stop Transmitting guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { } } } PART { name = mediumDishAntenna cid = 4294614458 uid = 2345938378 mid = 3941422839 launchID = 30 parent = 11 position = 0.646036982536316,-3.20957946777344,-9.77888703346252E-08 rotation = 0.4999999,0.5000001,-0.5000001,0.4999999 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 17 srfN = srfAttach, 11 mass = 0.03 temp = 215.869087646671 tempExt = 215.762345506531 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = mediumDishAntenna modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } MODULE { name = ModuleAnimateGeneric isEnabled = True aniState = LOCKED animSwitch = False animTime = 0.008137717 animSpeed = 0 deployPercent = 100 stagingEnabled = True deployPercent_UIFlight { controlEnabled = True minValue = 0 maxValue = 100 stepIncrement = 1 } EVENTS { Toggle { active = False guiActive = True guiActiveEditor = True guiActiveUncommand = False guiIcon = Toggle guiName = Retract category = Toggle guiActiveUnfocused = True unfocusedRange = 5 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ToggleAction { actionGroup = None } } } MODULE { name = ModuleAnimateGeneric isEnabled = True aniState = MOVING animSwitch = False animTime = 0.94 animSpeed = 0 deployPercent = 100 stagingEnabled = True deployPercent_UIFlight { controlEnabled = True minValue = 0 maxValue = 100 stepIncrement = 1 } EVENTS { Toggle { active = False guiActive = False guiActiveEditor = True guiActiveUncommand = False guiIcon = Toggle guiName = Blink Lights category = Toggle guiActiveUnfocused = True unfocusedRange = 5 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { ToggleAction { actionGroup = None active = False } } } MODULE { name = ModuleDataTransmitter isEnabled = True xmitIncomplete = False stagingEnabled = True EVENTS { StartTransmission { active = True guiActive = True guiActiveUncommand = False guiIcon = Transmit Data guiName = Transmit Data category = Transmit Data guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } TransmitIncompleteToggle { active = True guiActive = True guiActiveUncommand = False guiIcon = Toggle Transmit Incomplete guiName = Require Complete category = Toggle Transmit Incomplete guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } StopTransmission { active = False guiActive = True guiActiveUncommand = False guiIcon = Stop Transmitting guiName = Stop Transmitting category = Stop Transmitting guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } ToggleStaging { active = True guiActive = False guiActiveUncommand = False guiIcon = Disable Staging guiName = Disable Staging category = Disable Staging guiActiveUnfocused = False unfocusedRange = 2 externalToEVAOnly = True } } ACTIONS { } } } PART { name = batteryPack cid = 4294608548 uid = 1631681836 mid = 3941422839 launchID = 30 parent = 11 position = -0.619082748889923,-3.91419792175293,3.60887497663498E-08 rotation = 1.256074E-15,0.7071068,-1.256074E-15,0.7071067 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 20 sym = 21 sym = 22 sym = 23 sym = 24 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189377 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = batteryPack cid = 4294607544 uid = 923269334 mid = 3941422839 launchID = 30 parent = 11 position = -0.309541314840317,-3.91419792175293,0.536141335964203 rotation = 4.597549E-16,0.9659259,-1.715829E-15,0.258819 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 19 sym = 21 sym = 22 sym = 23 sym = 24 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189377 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = batteryPack cid = 4294607504 uid = 551516966 mid = 3941422839 launchID = 30 parent = 11 position = 0.309541493654251,-3.91419792175293,0.536141335964203 rotation = -4.597551E-16,0.9659258,-1.715829E-15,-0.2588192 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 19 sym = 20 sym = 22 sym = 23 sym = 24 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189377 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = batteryPack cid = 4294607464 uid = 638310569 mid = 3941422839 launchID = 30 parent = 11 position = 0.619082629680634,-3.91419792175293,-9.08039510250092E-08 rotation = -1.256074E-15,0.7071066,-1.256074E-15,-0.7071069 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 19 sym = 20 sym = 21 sym = 23 sym = 24 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189377 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = batteryPack cid = 4294607424 uid = 3868096591 mid = 3941422839 launchID = 30 parent = 11 position = 0.309541285037994,-3.91419792175293,-0.536141395568848 rotation = -1.715829E-15,0.2588189,-4.597548E-16,-0.9659259 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 19 sym = 20 sym = 21 sym = 22 sym = 24 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189377 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = batteryPack cid = 4294607384 uid = 3186667140 mid = 3941422839 launchID = 30 parent = 11 position = -0.309541314840317,-3.91419792175293,-0.536141395568848 rotation = -1.715829E-15,-0.2588191,4.597549E-16,-0.9659258 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 19 sym = 20 sym = 21 sym = 22 sym = 23 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189377 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = batteryPack cid = 4294606836 uid = 2492819980 mid = 3941422839 launchID = 30 parent = 11 position = -0.539303660392761,-3.92202949523926,-0.311367124319077 rotation = -1.290477E-08,0.5000003,7.450576E-09,0.8660253 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 26 sym = 27 sym = 28 sym = 29 sym = 30 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189377 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = batteryPack cid = 4294606792 uid = 3569736193 mid = 3941422839 launchID = 30 parent = 11 position = -0.539303660392761,-3.92202949523926,0.311366975307465 rotation = -7.450569E-09,0.8660256,1.290477E-08,0.4999997 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 25 sym = 27 sym = 28 sym = 29 sym = 30 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189377 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = batteryPack cid = 4294606752 uid = 2507053097 mid = 3941422839 launchID = 30 parent = 11 position = 0,-3.92202949523926,0.622734129428864 rotation = 4.976361E-15,1,1.490115E-08,-3.733122E-07 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 25 sym = 26 sym = 28 sym = 29 sym = 30 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189377 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = batteryPack cid = 4294606712 uid = 722180528 mid = 3941422839 launchID = 30 parent = 11 position = 0.539303481578827,-3.92202949523926,0.311367064714432 rotation = 7.450576E-09,0.8660252,1.290477E-08,-0.5000004 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 25 sym = 26 sym = 27 sym = 29 sym = 30 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189377 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = batteryPack cid = 4294606672 uid = 3576746358 mid = 3941422839 launchID = 30 parent = 11 position = 0.539303541183472,-3.92202949523926,-0.311367034912109 rotation = 1.290477E-08,0.4999997,7.450568E-09,-0.8660256 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 25 sym = 26 sym = 27 sym = 28 sym = 30 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189378 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } PART { name = batteryPack cid = 4294606632 uid = 3365753829 mid = 3941422839 launchID = 30 parent = 11 position = 1.60187482833862E-07,-3.92202949523926,-0.622734189033508 rotation = 1.490115E-08,-2.660812E-07,-3.378496E-15,-1 mirror = 1,1,1 symMethod = Radial istg = 1 dstg = 1 sqor = -1 sepI = 0 sidx = -1 attm = 1 sym = 25 sym = 26 sym = 27 sym = 28 sym = 29 srfN = srfAttach, 11 mass = 0.005 temp = 215.857473189377 tempExt = 215.757111767677 tempExtUnexp = 4 expt = 0.5 state = 1 connected = True attached = True flag = Squad/Flags/KAANRA rTrf = batteryPack modCost = 0 EVENTS { } ACTIONS { } PARTDATA { } RESOURCE { name = ElectricCharge amount = 68.7555624564971 maxAmount = 100 flowState = True isTweakable = True hideFlow = False isVisible = True flowMode = Both } } ACTIONGROUPS { Stage = True, 9887944.15525448 Gear = True, 0 Light = False, 0 RCS = False, 0 SAS = True, 10083768.5996129 Brakes = False, 0 Abort = False, 0 Custom01 = False, 0 Custom02 = False, 0 Custom03 = False, 0 Custom04 = False, 0 Custom05 = False, 0 Custom06 = False, 0 Custom07 = False, 0 Custom08 = False, 0 Custom09 = False, 0 Custom10 = False, 0 } DISCOVERY { state = -1 lastObservedTime = 0 lifetime = Infinity refTime = Infinity size = 2 } FLIGHTPLAN { } CTRLSTATE { pitch = 0 yaw = 0.008533359 roll = 5.512256E-05 trimPitch = 1 trimYaw = -0.7932633 trimRoll = 0 mainThrottle = 0 } } Upon inspection of my save, it appears that the vessel had its trim set somehow. However, it is important to note that I never set the trim manually, and this has occurred on three separate occasions. Near as I can tell, there's something about Minmus's SOI that causes trim to be set. Tellingly, this is the only body that I have had problems with thus far (I obviously haven't gone to any other planet like Moho, seeing as I had to use a Small Circular Intake as a nosecone). Anybody else have any ideas? P.S. I run KSP on Linux 64-bit. The only mod I have in this install is Kerbal Engineer Redux (for 1.0.4, but it still works). I'll probably try without it, just to see if that fixes the problem. Link to comment Share on other sites More sharing options...
Vanamonde Posted February 24, 2016 Share Posted February 24, 2016 The info in this thread is obsolete, because the thread was started under the previous version of KSP aerodynamics. The thread will be closed now to prevent confusion. Please start a new one. Link to comment Share on other sites More sharing options...
Recommended Posts