Jump to content

[PART, 1.0.2] Anatid Robotics / MuMech - MechJeb - Autopilot - Historical thread


r4m0n

Recommended Posts

are your landers using lvl909s? I have the same problem but not all my landers are effected just the ones that use lvl909's they are bugging out some how and mech jeb can't calculate their max accelleration

If you're using RealFuels (or possibly Realism Overhaul) and the engine has any spoolup time then that could be throwing MJ off....

Link to comment
Share on other sites

If you have problems with a specific engine I'll need to know the mod you use to diagnose it. As Starwaster said some mod could cause it, but it may also be a simple bugs.

And I'll need the version of MJ you are using too.

Link to comment
Share on other sites

If you're using RealFuels (or possibly Realism Overhaul) and the engine has any spoolup time then that could be throwing MJ off....

unfortunately I'm not though it is the vens stock revamp version of the 909 if that helps. I've checked every craft I have in flight and the max acceleration indicator dances up and down like crazy and only on craft with the 909 as an active engine which is bad for me cause I love the 909 and use it a lot its the back bone of my 1.25 launcher fleet and many of my landers :(

If you have problems with a specific engine I'll need to know the mod you use to diagnose it. As Starwaster said some mod could cause it, but it may also be a simple bugs.

And I'll need the version of MJ you are using too.

its the vens stock revamp lv909, and I'm using mechjeb 2.4.0

Edited by passinglurker
Link to comment
Share on other sites

Here's a ModuleManager file to modify command pod parts to include a MechJebCore module as well as adjust the tech nodes that unlock the functions to be available at start. You just install the ModuleMananger dll and save the stuff below in a file "MMJ-MechJeb-ModuleCommand.cfg" and put it in the MechJeb2 directory. I don't use the MechJeb2 parts as they cause problems with BTSM.

(Note: the RemoteTech code should work but has never been tested.)


// MMJ-MechJeb-ModuleCommand.cfg
//
// ModuleManager coding by Jacke
//
// Include this file with mod MechJeb2
//
// for MechJeb2 >= 2.1.1
//
// add MechJeb2 functions to all ModuleCommand
//
// 2014 Feb 20 Thu MM coding by Jacke
// 2014 Aug 30 Sat changed order of HAS tests
//
// where mod MechJeb2
// what MechJeb2
// file all ModuleCommand files
// part all ModuleCommand parts
//
// Standard Command Modules
//
@PART
[*]:HAS[@MODULE[ModuleCommand],!MODULE[MechJebCore]]:Final
{
MODULE
{
name = MechJebCore
MechJebLocalSettings {
MechJebModuleCustomWindowEditor { unlockTechs = start } // flightControl
MechJebModuleSmartASS { unlockTechs = start } // flightControl
MechJebModuleManeuverPlanner { unlockTechs = start } // advFlightControl
MechJebModuleNodeEditor { unlockTechs = start } // advFlightControl
MechJebModuleTranslatron { unlockTechs = start } // advFlightControl
MechJebModuleWarpHelper { unlockTechs = start } // advFlightControl
MechJebModuleAttitudeAdjustment { unlockTechs = start } // advFlightControl
MechJebModuleThrustWindow { unlockTechs = start } // advFlightControl
MechJebModuleRCSBalancerWindow { unlockTechs = start } // advFlightControl
MechJebModuleRoverWindow { unlockTechs = start } // fieldScience
MechJebModuleAscentGuidance { unlockTechs = start } // unmannedTech
MechJebModuleLandingGuidance { unlockTechs = start } // unmannedTech
MechJebModuleSpaceplaneGuidance { unlockTechs = start } // unmannedTech
MechJebModuleDockingGuidance { unlockTechs = start } // avUnmannedTech
MechJebModuleRendezvousAutopilotWindow { unlockTechs = start } // advUnmannedTech
MechJebModuleRendezvousGuidance { unlockTechs = start } // advUnmannedTech
}
}

}
//
// RT2 Probe Command Modules
//
@PART
[*]:HAS[@MODULE[ModuleRemoteTechSPU],!MODULE[MechJebCore]]:Final
{
MODULE
{
name = MechJebCore
MechJebLocalSettings {
MechJebModuleCustomWindowEditor { unlockTechs = start } // flightControl
MechJebModuleSmartASS { unlockTechs = start } // flightControl
MechJebModuleManeuverPlanner { unlockTechs = start } // advFlightControl
MechJebModuleNodeEditor { unlockTechs = start } // advFlightControl
MechJebModuleTranslatron { unlockTechs = start } // advFlightControl
MechJebModuleWarpHelper { unlockTechs = start } // advFlightControl
MechJebModuleAttitudeAdjustment { unlockTechs = start } // advFlightControl
MechJebModuleThrustWindow { unlockTechs = start } // advFlightControl
MechJebModuleRCSBalancerWindow { unlockTechs = start } // advFlightControl
MechJebModuleRoverWindow { unlockTechs = start } // fieldScience
MechJebModuleAscentGuidance { unlockTechs = start } // unmannedTech
MechJebModuleLandingGuidance { unlockTechs = start } // unmannedTech
MechJebModuleSpaceplaneGuidance { unlockTechs = start } // unmannedTech
MechJebModuleDockingGuidance { unlockTechs = start } // avUnmannedTech
MechJebModuleRendezvousAutopilotWindow { unlockTechs = start } // advUnmannedTech
MechJebModuleRendezvousGuidance { unlockTechs = start } // advUnmannedTech
}
}
}
//
// END OF MMJ-MechJeb-ModuleCommand.cfg

Ok, maybe I misunderstood this. I put the manager in the GameData folder and I copied and pasted what you posted into my editor and saved it as MMJ-MechJeb-ModuleCommand.cfg and placed it in the MechJeb2 folder. It still did not show up in the game.

Link to comment
Share on other sites

Ok, maybe I misunderstood this. I put the manager in the GameData folder and I copied and pasted what you posted into my editor and saved it as MMJ-MechJeb-ModuleCommand.cfg and placed it in the MechJeb2 folder. It still did not show up in the game.

Ensure that you do not have any other config files that might be adding MJ2 functionality to your command pods. Jacke's config file won't try to add to parts that already have MechJebCore.

Link to comment
Share on other sites

Ensure that you do not have any other config files that might be adding MJ2 functionality to your command pods. Jacke's config file won't try to add to parts that already have MechJebCore.

So, should I delete the MJ2 part.cfg files and just use what was so kindly given in the post? I had MechJeb Embeded mod on but I deleted when I saw this. I have a fair amount of mods but nothing that would affect MJ... as far as I know. But the file placements are good, right?

Link to comment
Share on other sites

So, should I delete the MJ2 part.cfg files and just use what was so kindly given in the post? I had MechJeb Embeded mod on but I deleted when I saw this. I have a fair amount of mods but nothing that would affect MJ... as far as I know. But the file placements are good, right?

No, do not haphazardly delete files. Once you have partless MechJeb working, you can then think about deleting the whole MechJeb2/Parts tree as you won't need them.

I think it's time for you to clean up your GameData tree to reinstall all mods to make sure there's no cruft.

1. Remove all subdirectories under GameData except NASAmission and Squad.

2. Reinstall all mods with their current working version

3. Make sure ModuleManager's dll goes in GameData directly, not in a subdirectory. (It's how it makes sure it's started early to modify all it needs to.)

4. When you install MechJeb2, put my .cfg file in the MechJeb2 directory.

5. Start the game, make a rocket in the vab with a command pod without any MechJeb parts, and go to launch. You should have access to MechJeb.

Link to comment
Share on other sites

Hello

In my actual game I used MJ to record some nice landingspots in order to make a custum landingsites confic.


MechJeb2Landing
{
LandingSites
{
Site
{
name = KSC Pad
latitude = -0.09694444
longitude = -74.5575
}
Site
{
name = VAB
latitude = -0.09694444
longitude = -74.617
}
Site
{
name = Mid Runway
latitude = -0.049284
longitude = -74.621956
}
Site
{
name = Minmus launchspot
latitude = -18.400836
longitude = -57.404377
body = Minmus
}
Site
{
name = Evenmoho
latitude = -1.704099
longitude = 36.432996
body = Moho
}
Site
{
name = Duna Maregrande
latitude = -0.582883
longitude = 68.146512
body = Duna
}
Site
{
name = Dres Den
latitude = 6.437800
longitude = 148.702027
body = Dres
}
}
Runways
{
Runway
{
name = KSC runway
start
{
latitude = -0.050185
longitude = -74.490867
altitude = 67
}
end
{
latitude = -0.0485981
longitude = -74.726413
altitude = 67
}
}
Runway
{
name = Island runway
start
{
latitude = -1.517306
longitude = -71.965488
altitude = 132
}
end
{
latitude = -1.515980
longitude = -71.852408
altitude = 132
}
}
Runway
{
name = Stay Island
body = Laythe
start
{
latitude = 4.768366
longitude = 108.805631
altitude = 966.15
}
end
{
latitude = 4.712243
longitude = 108.888535
altitude = 957.71
}
}
Runway
{
name = Maregrande runway
body = Duna
start
{
latitude = -0.146042
longitude = 67.590812
altitude = 1750.92
}
end
{
latitude = -0.439553
longitude = 67.793314
altitude = 1628.36
}
}
}
}

But now I´m stuck. On Kerbin all works as it should. Both landing guidance and spaceplane guidance are pointing towards the right coordinates.

NhtBKk3.png

On other bodies langing guidance points to the KSC Pad coordinates which is the first entry at the custom list.

Minmus

I80rTgG.png

Duna

trrWgKT.png

spaceplaneguidance points to ... mhh far away ;) I think to KSC runway.

Can anyone help me out to find my fault. I´m not so firm in programming, so is a bracket missing or is it a formatting issue.

Here a short log on a sattelite orbiting minmus (second pic)


[WRN 09:52:46.185] [HighLogic]: =========================== Scene Change : From FLIGHT to FLIGHT =====================
[LOG 09:52:46.186] Tac.LifeSupportController[FFF87242][439.17]: Game scene load requested: FLIGHT
[LOG 09:52:46.187] 12/13/2014 9:52:46 AM,KSPAlternateResourcePanel,AppLauncher: Destroying Button-BEFORE NULL CHECK
[LOG 09:52:46.196] 12/13/2014 9:52:46 AM,KSPAlternateResourcePanel,AppLauncher: Destroying Button-Button Count:8
[LOG 09:52:46.197] 12/13/2014 9:52:46 AM,KSPAlternateResourcePanel,AppLauncher: Destroying Button-AFTER NULL CHECK
[LOG 09:52:46.198] 12/13/2014 9:52:46 AM,KerbalAlarmClock,AppLauncher: Destroying Button-BEFORE NULL CHECK
[LOG 09:52:46.207] 12/13/2014 9:52:46 AM,KerbalAlarmClock,AppLauncher: Destroying Button-Button Count:8
[LOG 09:52:46.208] 12/13/2014 9:52:46 AM,KerbalAlarmClock,AppLauncher: Destroying Button-AFTER NULL CHECK
[LOG 09:52:46.208] [12/13/2014 9:52:46 AM [x] Science!]: <Trace> (ScienceChecklistAddon) - Close
[LOG 09:52:46.209] [12/13/2014 9:52:46 AM [x] Science!]: <Trace> (ScienceChecklistAddon) - UpdateVisibility
[LOG 09:52:46.216] [Orbit Targeter]: Target is null
[LOG 09:52:46.217] [MRO][MapResourceOverlay.MapOverlay][OnDisable] disabling MapOverlay
[LOG 09:52:46.226] Camera Mode: AUTO
[LOG 09:52:46.651] [MRO][MapResourceOverlay.MapOverlay][OnDestroy] destroying MapResourceOverlay
[LOG 09:52:46.653] Tac.TacLifeSupport[FFF87244][439.17]: OnDestroy
[LOG 09:52:46.654] Tac.LifeSupportController[FFF87242][439.17]: OnDestroy
[LOG 09:52:46.944] 12/13/2014 9:52:46 AM,KSPAlternateResourcePanel,Destroying the AlternateResourcePanel (ARP)
[LOG 09:52:46.944] 12/13/2014 9:52:46 AM,KSPAlternateResourcePanel,AppLauncher: Destroying Button-BEFORE NULL CHECK
[LOG 09:52:46.945] 12/13/2014 9:52:46 AM,KSPAlternateResourcePanel,AppLauncher: Destroying Button-AFTER NULL CHECK
[LOG 09:52:46.945] 12/13/2014 9:52:46 AM,KSPAlternateResourcePanel,API Cleaned up
[LOG 09:52:46.963] 12/13/2014 9:52:46 AM,KerbalAlarmClock,Destroying the KerbalAlarmClock-KACFlight
[LOG 09:52:46.964] 12/13/2014 9:52:46 AM,KerbalAlarmClock,AppLauncher: Destroying Button-BEFORE NULL CHECK
[LOG 09:52:46.964] 12/13/2014 9:52:46 AM,KerbalAlarmClock,AppLauncher: Destroying Button-AFTER NULL CHECK
[LOG 09:52:46.965] 12/13/2014 9:52:46 AM,KerbalAlarmClock,API Cleaned up
[LOG 09:52:46.965] Tac.FuelBalanceController[FFF88136][439.21]: OnDestroy
[LOG 09:52:47.780] ContractsWindow.ContractsWindow.CustomAddonLoader: FLIGHT was loaded; instantiating addons...
[LOG 09:52:47.780] ImprovedAddonLoader: Creating addon 'contractToolbar'
[LOG 09:52:47.781] ContractsWindow.ContractsWindow.CustomAddonLoader finished; created 1 addons
[LOG 09:52:47.785] AddonLoader: Instantiating addon 'ActiveTextureManagement' from assembly 'ActiveTextureManagement'
[LOG 09:52:47.785] AddonLoader: Instantiating addon 'KerbalTransferAddon' from assembly 'KERT'
[LOG 09:52:47.786] AddonLoader: Instantiating addon 'EnhancedNavBall' from assembly 'EnhancedNavBall'
[LOG 09:52:47.787] AddonLoader: Instantiating addon 'ExBuildWindow' from assembly 'Launchpad'
[LOG 09:52:47.787] AddonLoader: Instantiating addon 'ExSurveyTracker' from assembly 'Launchpad'
[LOG 09:52:47.788] AddonLoader: Instantiating addon 'ExToolbar_BuildWindow' from assembly 'Launchpad'
[LOG 09:52:47.788] AddonLoader: Instantiating addon 'NavWaypoint' from assembly 'FinePrint'
[LOG 09:52:47.789] AddonLoader: Instantiating addon 'KASAddonWinchGUI' from assembly 'KAS'
[LOG 09:52:47.789] AddonLoader: Instantiating addon 'KASAddonDebugTools' from assembly 'KAS'
[LOG 09:52:47.790] AddonLoader: Instantiating addon 'KASAddonPointer' from assembly 'KAS'
[LOG 09:52:47.790] AddonLoader: Instantiating addon 'KASAddonControlKey' from assembly 'KAS'
[LOG 09:52:47.792] AddonLoader: Instantiating addon 'SCANtoolbar' from assembly 'SCANsat'
[LOG 09:52:47.792] AddonLoader: Instantiating addon 'StageRecovery' from assembly 'StageRecovery'
[LOG 09:52:47.794] AddonLoader: Instantiating addon 'FuelBalanceController' from assembly 'TacFuelBalancer'
[LOG 09:52:47.795] Tac.FuelBalanceController[FFF82058][439.21]: Awake
[LOG 09:52:47.803] Tac.ToolbarButton[1AD56280][439.21]: Create successful.
[LOG 09:52:47.803] AddonLoader: Instantiating addon 'KACFlight' from assembly 'KerbalAlarmClock'
[LOG 09:52:47.804] 12/13/2014 9:52:47 AM,KerbalAlarmClock,Awakening the KerbalAlarmClock-KACFlight
[LOG 09:52:47.804] 12/13/2014 9:52:47 AM,KerbalAlarmClock,Loading Settings
[LOG 09:52:47.806] 12/13/2014 9:52:47 AM,KerbalAlarmClock,Loading Transfer Modelling Data
[LOG 09:52:47.841] 12/13/2014 9:52:47 AM,KerbalAlarmClock,Transfer Modelling Data Load Complete
[LOG 09:52:47.842] 12/13/2014 9:52:47 AM,KerbalAlarmClock,WarpRates:8
[LOG 09:52:47.842] 12/13/2014 9:52:47 AM,KerbalAlarmClock,API Ready
[LOG 09:52:47.842] AddonLoader: Instantiating addon 'KSPAlternateResourcePanel' from assembly 'KSPAlternateResourcePanel'
[LOG 09:52:47.843] 12/13/2014 9:52:47 AM,KSPAlternateResourcePanel,Awakening the AlternateResourcePanel (ARP)
[LOG 09:52:47.843] 12/13/2014 9:52:47 AM,KSPAlternateResourcePanel,Loading Settings
[LOG 09:52:47.853] 12/13/2014 9:52:47 AM,KSPAlternateResourcePanel,Loading Sounds
[LOG 09:52:47.854] 12/13/2014 9:52:47 AM,KSPAlternateResourcePanel,Skipping version check
[LOG 09:52:47.854] 12/13/2014 9:52:47 AM,KSPAlternateResourcePanel,API Ready
[LOG 09:52:47.855] AddonLoader: Instantiating addon 'MKSLlocal' from assembly 'KolonyTools'
[LOG 09:52:47.856] AddonLoader: Instantiating addon 'StationManager' from assembly 'KolonyTools'
[LOG 09:52:47.856] AddonLoader: Instantiating addon 'FlightUIStarter' from assembly 'KSPInterstellar'
[LOG 09:52:47.857] AddonLoader: Instantiating addon 'FNImpactorModule' from assembly 'KSPInterstellar'
[LOG 09:52:47.857] [KSP Interstellar] FNImpactorModule listening for collisions.
[LOG 09:52:47.858] AddonLoader: Instantiating addon 'InterstellarToolbar' from assembly 'InterstellarToolbar'
[LOG 09:52:47.915] ------------------- initializing flight mode... ------------------
[LOG 09:52:47.920] [EL ST] stake on rails Jendous Kerman Base
[LOG 09:52:47.920] [EL ST] AddStake Jendous Kerman Base Minmus
[LOG 09:52:47.921] [EL ST] stake on rails Jendous Kerman Base
[LOG 09:52:47.921] [EL ST] AddStake Jendous Kerman Base Minmus
[LOG 09:52:47.921] [EL ST] isClose 200
[LOG 09:52:47.922] [EL ST] isClose [30246472001.7889, 12279668.2456317, -13485292347.1631] [30246471998.6195, 12279668.3808055, -13485292348.8008] 12.7454166268471 40000
[LOG 09:52:47.922] [EL ST] merge 1 1
[LOG 09:52:47.928] [EL ST] stake on rails Rodo Kerman Base
[LOG 09:52:47.928] [EL ST] AddStake Rodo Kerman Base Duna
[LOG 09:52:47.929] [EL ST] stake on rails Rodo Kerman Base
[LOG 09:52:47.929] [EL ST] AddStake Rodo Kerman Base Duna
[LOG 09:52:47.930] [EL ST] isClose 200
[LOG 09:52:47.930] [EL ST] isClose [230177.625312282, 931397.055133927, -1555048.36735389] [230177.615282514, 931394.268552855, -1555048.22789371] 7.78458380685631 40000
[LOG 09:52:47.931] [EL ST] merge 1 1
[LOG 09:52:47.940] Target vessel index: 14 vessel count: 43
[LOG 09:52:47.940] [FLIGHT GLOBALS]: Switching To Vessel relay minmus1 ----------------------
[LOG 09:52:47.941] setting new dominant body: Minmus
FlightGlobals.mainBody: Minmus
[LOG 09:52:48.140] Camera Mode: AUTO
[LOG 09:52:48.140] stage manager resuming...
[LOG 09:52:48.204] all systems started
[LOG 09:52:48.215] Parsing rect
[LOG 09:52:48.216] Parsing bool
[LOG 09:52:48.216] Parsing string
[LOG 09:52:48.216] Parsing string
[LOG 09:52:48.216] Parsing string
[LOG 09:52:48.217] Parsing string
[LOG 09:52:48.217] Parsing string
[LOG 09:52:48.217] Parsing string
[LOG 09:52:48.218] Parsing bool
[LOG 09:52:48.218] Parsing bool
[LOG 09:52:48.219] 12/13/2014 9:52:48 AM,EnhancedNavBall-ToolbarButtonWrapper,ToolbarButtonWrapper: Loading ToolbarManager.
[LOG 09:52:48.222] 12/13/2014 9:52:48 AM,EnhancedNavBall-ToolbarButtonWrapper,ToolbarButtonWrapper built!
[LOG 09:52:48.224] Tac.FuelBalanceController[FFF82058][439.21]: Start
[LOG 09:52:48.226] Tac.FuelBalanceController[FFF82058][439.18]: Rebuilding resource lists.
[LOG 09:52:48.230] [KSP Interstellar] Radiation Module Loaded.
[LOG 09:52:48.262] [KSP Interstellar] Radiation Module Loaded.
[LOG 09:52:48.303] [ORS] Creating Resource Manager for Vessel relay minmus1 (Megajoules)
[LOG 09:52:48.303] [ORS] Creating Resource Manager for Vessel relay minmus1 (WasteHeat)
[LOG 09:52:48.304] [ORS] Creating Resource Manager for Vessel relay minmus1 (ThermalPower)
[LOG 09:52:48.658] 12/13/2014 9:52:48 AM,KerbalAlarmClock,Vessel Change from 'No Vessel' to 'relay minmus1'
[LOG 09:52:48.665] 12/13/2014 9:52:48 AM,KerbalAlarmClock,Active Vessel unreadable - resetting inqueue flag
[LOG 09:52:48.670] 12/13/2014 9:52:48 AM,KerbalAlarmClock,Loading Textures
[LOG 09:52:48.681] 12/13/2014 9:52:48 AM,KerbalAlarmClock,Loaded Textures
[LOG 09:52:48.682] 12/13/2014 9:52:48 AM,KSPAlternateResourcePanel,Loading Textures
[LOG 09:52:48.695] 12/13/2014 9:52:48 AM,KSPAlternateResourcePanel,KSPARP Icons Loaded: 86
[LOG 09:52:48.695] 12/13/2014 9:52:48 AM,KSPAlternateResourcePanel,Player Icons Loaded: 0
[LOG 09:52:48.697] 12/13/2014 9:52:48 AM,KSPAlternateResourcePanel,Mod Definition Icons Loaded: 0
[LOG 09:52:48.700] 12/13/2014 9:52:48 AM,KSPAlternateResourcePanel,Configuring Styles
[LOG 09:52:48.703] [MechJeb2] Adding button for Ascent_Guidance
[LOG 09:52:48.704] [MechJeb2] Adding button for Attitude_Adjustment
[LOG 09:52:48.704] [MechJeb2] Adding button for Custom_Window_Editor
[LOG 09:52:48.705] [MechJeb2] Adding button for Docking_Autopilot
[LOG 09:52:48.706] [MechJeb2] Adding button for Landing_Guidance
[LOG 09:52:48.706] [MechJeb2] Adding button for Maneuver_Node_Editor
[LOG 09:52:48.707] [MechJeb2] Adding button for Maneuver_Planner
[LOG 09:52:48.708] [MechJeb2] Adding button for RCS_Balancer
[LOG 09:52:48.709] [MechJeb2] Adding button for Rendezvous_Autopilot
[LOG 09:52:48.710] [MechJeb2] Adding button for Rendezvous_Planner
[LOG 09:52:48.711] [MechJeb2] Adding button for Rover_Autopilot
[LOG 09:52:48.712] [MechJeb2] Adding button for Settings
[LOG 09:52:48.712] [MechJeb2] Adding button for Smart_A_S_S_
[LOG 09:52:48.713] [MechJeb2] Adding button for Spaceplane_Guidance
[LOG 09:52:48.715] [MechJeb2] Adding button for Translatron
[LOG 09:52:48.716] [MechJeb2] Adding button for Utilities
[LOG 09:52:48.717] [MechJeb2] Adding button for Warp_Helper
[LOG 09:52:48.718] [MechJeb2] Adding button for Delta-V_Stats
[LOG 09:52:48.719] [MechJeb2] Adding button for Orbit_Info
[LOG 09:52:48.721] [MechJeb2] Adding button for Surface_Info
[LOG 09:52:48.722] [MechJeb2] Adding button for Vessel_Info
[LOG 09:52:48.731] [KAE] Registering field prefabs for version 1.7.1.2 (latest)
[LOG 09:52:48.731] [VersionTaggedType] found KSPAPIExtensions.UIPartActionFloatEdit_1_7_1_2 for KSPAPIExtensions.UIPartActionFloatEdit
[LOG 09:52:48.732] [VersionTaggedType] found KSPAPIExtensions.UIPartActionFloatEdit_1_7_1_2 for KSPAPIExtensions.UIPartActionFloatEdit
[LOG 09:52:48.733] [VersionTaggedType] found KSPAPIExtensions.UIPartActionChooseOption_1_7_1_2 for KSPAPIExtensions.UIPartActionChooseOption
[LOG 09:52:48.734] [VersionTaggedType] found KSPAPIExtensions.UIPartActionChooseOption_1_7_1_2 for KSPAPIExtensions.UIPartActionChooseOption
[LOG 09:52:48.735] [12/13/2014 9:52:48 AM [x] Science!]: <Trace> (ScienceChecklistAddon) - Open
[LOG 09:52:48.735] [12/13/2014 9:52:48 AM [x] Science!]: <Trace> (ScienceChecklistAddon) - UpdateVisibility
[LOG 09:52:48.744] 12/13/2014 9:52:48 AM,KSPAlternateResourcePanel,AppLauncher: Creating Button-BEFORE
[LOG 09:52:48.753] 12/13/2014 9:52:48 AM,KSPAlternateResourcePanel,AppLauncher: Creating Button-AFTER
[LOG 09:52:48.761] 12/13/2014 9:52:48 AM,KerbalAlarmClock,AppLauncher: Creating Button-BEFORE
[LOG 09:52:48.769] 12/13/2014 9:52:48 AM,KerbalAlarmClock,AppLauncher: Creating Button-AFTER
[LOG 09:52:48.771] [12/13/2014 9:52:48 AM [x] Science!]: <Trace> (ScienceChecklistAddon) - Load
[WRN 09:52:48.771] [12/13/2014 9:52:48 AM [x] Science!]: <Info> (ScienceChecklistAddon) - Already loaded.
[LOG 09:52:48.785] [ScenarioDestructibles]: Started. 39 objects registered
[LOG 09:52:48.787] [MRO][MapResourceOverlay.MapOverlay][OnAwake] Awaking
[LOG 09:52:48.787] Can't add component 'MeshFilter' to ScenarioLogic because such a component is already added to the game object!
[LOG 09:52:48.787] Can't add component 'MeshRenderer' to ScenarioLogic because such a component is already added to the game object!
[LOG 09:52:48.791] [MRO][MapResourceOverlay.MapOverlay][OnLoad] loading
[LOG 09:52:48.798] [ORS] Loading Planetary Resource Data. Length: 80
[LOG 09:52:48.799] [ORSX] Loading Planetary Resource Data for Minmus
[LOG 09:52:48.861] [ORSX] 400 high value Karbonite locations detected
[LOG 09:52:48.861] [ORSX] Loading Planetary Resource Data for Minmus
[LOG 09:52:48.921] [ORSX] 246 high value Minerals locations detected
[LOG 09:52:48.921] [ORSX] Loading Planetary Resource Data for Minmus
[LOG 09:52:48.983] [ORSX] 427 high value Ore locations detected
[LOG 09:52:48.984] [ORSX] Loading Planetary Resource Data for Minmus
[LOG 09:52:49.046] [ORSX] 290 high value Substrate locations detected
[LOG 09:52:49.046] [ORSX] Loading Planetary Resource Data for Minmus
[LOG 09:52:49.053] [ORSX] 115 high value Uranium locations detected
[LOG 09:52:49.053] [ORSX] Loading Planetary Resource Data for Minmus
[LOG 09:52:49.112] [ORSX] 124 high value Water locations detected
[LOG 09:52:49.237] [MRO][MapResourceOverlay.ResourceOverlayProvider][CanActivate] ?True
[LOG 09:52:49.302] Tac.TacLifeSupport[FFF81138][439.21]: Constructor
[LOG 09:52:49.304] Tac.TacLifeSupport[FFF81138][439.21]: OnAwake in FLIGHT
[LOG 09:52:49.305] Tac.TacLifeSupport[FFF81138][439.21]: Adding LifeSupportController
[LOG 09:52:49.305] Tac.LifeSupportController[FFF81136][439.21]: Awake
[LOG 09:52:49.312] Tac.ToolbarButton[C9546800][439.21]: Create successful.
[LOG 09:52:49.314] Tac.TacLifeSupport[FFF81138][439.21]: OnLoad: SCENARIO
{
name = TacLifeSupport
scene = 5, 7, 6, 9
SavedGameSettings
{
IsNewSave = False
Enabled = True
HibernateInsteadOfKill = False
RespawnDelay = 21600
CrewMemberInfo
{
name = Gregcal Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Chadly Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Dilfrod Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Hudwise Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Luddan Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Lodemone Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Frank Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Edwig Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Songel Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Shepner Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Teddorf Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Jendous Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Rosy Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Domal Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Aldbal Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Frodous Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Merdan Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Rodo Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Thompzor Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Geofrod Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Doby Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Obbert Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Desden Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Mitory Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Froster Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Kerrim Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
VesselInfo
{
vesselName = USI Minmus Base
vesselType = Base
numCrew = 12
numOccupiedParts = 6
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
lastOxygen = 173386922.613045
lastElectricity = 191608186.231746
remainingFood = 5301.69464233929
remainingWater = 7179.300000128
remainingOxygen = 742246.90195032
remainingElectricity = 62066.8441983004
remainingCO2 = 12371.7938192112
remainingWaste = 665.970871884847
remainingWasteWater = 853.923796846893
maxFood = 7332.245999856
maxWater = 7179.300000128
maxOxygen = 742246.90195032
maxElectricity = 94100
estimatedElectricityConsumptionRate = 0.297500000000004
hibernating = False
Guid = 235ecd3f-4587-4da5-b059-7ca14f647efc
}
VesselInfo
{
vesselName = USI Dunabase
vesselType = Base
numCrew = 7
numOccupiedParts = 3
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
lastOxygen = 191608781.192065
lastElectricity = 191608781.192065
remainingFood = 5167.65452667927
remainingWater = 7177.850000128
remainingOxygen = 742024.82695032
remainingElectricity = 85398.9924017809
remainingCO2 = 640055.102306349
remainingWaste = 666.600000064
remainingWasteWater = 184.428686965173
maxFood = 7330.051999856
maxWater = 7177.850000128
maxOxygen = 742024.82695032
maxElectricity = 85400
estimatedElectricityConsumptionRate = 0.162916666666669
hibernating = False
Guid = d2b009fa-5524-4bfa-9c27-856105619f16
}
VesselInfo
{
vesselName = I1 Rockettaxi 8
vesselType = Ship
numCrew = 7
numOccupiedParts = 2
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
lastOxygen = 189109788.557148
lastElectricity = 189109788.557148
remainingFood = 3901.55524707064
remainingWater = 2578.98585925991
remainingOxygen = 395001.590927527
remainingElectricity = 1234.99763438631
remainingCO2 = 0
remainingWaste = 0
remainingWasteWater = 0
maxFood = 8306.4
maxWater = 5490.4
maxOxygen = 840905.6
maxElectricity = 1235
estimatedElectricityConsumptionRate = 0.141666666666669
hibernating = False
Guid = 21edbada-c660-4855-8b24-0b52ce6913dc
}
}
}

root
{
GlobalSettings
{
MaxDeltaTime = 86400
ElectricityMaxDeltaTime = 1
FoodResource = Food
WaterResource = Water
OxygenResource = Oxygen
CarbonDioxideResource = CarbonDioxide
WasteResource = Waste
WasteWaterResource = WasteWater
FoodConsumptionRate = 1.6927083333E-05
WaterConsumptionRate = 1.1188078704E-05
OxygenConsumptionRate = 0.001713537562385
ElectricityConsumptionRate = 0.014166666666667
BaseElectricityConsumptionRate = 0.02125
EvaElectricityConsumptionRate = 0.00425
CO2ProductionRate = 0.00148012889876
WasteProductionRate = 1.539351852E-06
WasteWaterProductionRate = 1.4247685185E-05
EvaDefaultResourceAmount = 21600
MaxTimeWithoutFood = 9203545
MaxTimeWithoutWater = 9203545
MaxTimeWithoutOxygen = 9203545
MaxTimeWithoutElectricity = 9203545
}
TACLifeSupportSettings
{
visible = False
x = 440
y = 210
width = 380
height = 304
}
LifeSupportBuildAid
{
visible = False
x = 490
y = 270
width = 372
height = 211
}
LifeSupportMonitoring
{
visible = False
x = 490
y = 75
width = 300
height = 300
}
LifeSupportCrewRoster
{
visible = False
x = 480
y = 260
width = 320
height = 200
}
}

[LOG 09:52:49.334] 12/13/2014 9:52:49 AM,KerbalAlarmClock,Found 0 Maneuver Nodes to deserialize
[LOG 09:52:49.335] 12/13/2014 9:52:49 AM,KerbalAlarmClock,Found 0 Maneuver Nodes to deserialize
[LOG 09:52:49.336] SCANsat Controller: Loading 0 known vessels
[LOG 09:52:49.336] SCANsat Controller: Loading map for Sun
[LOG 09:52:49.343] SCANsat Controller: Loading map for Kerbin
[LOG 09:52:49.351] SCANsat Controller: Loading map for Mun
[LOG 09:52:49.359] SCANsat Controller: Loading map for Minmus
[LOG 09:52:49.366] SCANsat Controller: Loading map for Moho
[LOG 09:52:49.373] SCANsat Controller: Loading map for Eve
[LOG 09:52:49.381] SCANsat Controller: Loading map for Duna
[LOG 09:52:49.388] SCANsat Controller: Loading map for Ike
[LOG 09:52:49.396] SCANsat Controller: Loading map for Jool
[LOG 09:52:49.403] SCANsat Controller: Loading map for Laythe
[LOG 09:52:49.411] SCANsat Controller: Loading map for Vall
[LOG 09:52:49.418] SCANsat Controller: Loading map for Bop
[LOG 09:52:49.426] SCANsat Controller: Loading map for Tylo
[LOG 09:52:49.433] SCANsat Controller: Loading map for Gilly
[LOG 09:52:49.440] SCANsat Controller: Loading map for Pol
[LOG 09:52:49.662] SCANsat Controller: Loading map for Dres
[LOG 09:52:49.670] SCANsat Controller: Loading map for Eeloo
[LOG 09:52:49.680] [EL ST] stake on rails Jendous Kerman Base
[LOG 09:52:49.680] [EL ST] AddStake Jendous Kerman Base Minmus
[LOG 09:52:49.680] [EL ST] isClose 200
[LOG 09:52:49.681] [EL ST] isClose [1188077.34561291, -740521.365898554, -864899.051331278] [1188077.34561291, -740521.365898554, -864899.051331278] 0 40000
[LOG 09:52:49.681] [EL ST] merge 2 1
[LOG 09:52:49.682] [EL ST] stake on rails Jendous Kerman Base
[LOG 09:52:49.682] [EL ST] AddStake Jendous Kerman Base Minmus
[LOG 09:52:49.682] [EL ST] isClose 200
[LOG 09:52:49.682] [EL ST] isClose [1188080.5149971, -740521.501072353, -864897.413607129] [1188077.34561291, -740521.365898554, -864899.051331278] 12.7454084865785 40000
[LOG 09:52:49.683] [EL ST] merge 3 1
[LOG 09:52:49.683] [EL ST] stake on rails Rodo Kerman Base
[LOG 09:52:49.684] [EL ST] AddStake Rodo Kerman Base Duna
[LOG 09:52:49.684] [EL ST] isClose 200
[LOG 09:52:49.684] [EL ST] isClose [-30245054071.2362, -12088796.6498401, 13482871869.7174] [-30245054071.2362, -12088796.6498401, 13482871869.7174] 0 40000
[LOG 09:52:49.685] [EL ST] merge 2 1
[LOG 09:52:49.685] [EL ST] stake on rails Rodo Kerman Base
[LOG 09:52:49.685] [EL ST] AddStake Rodo Kerman Base Duna
[LOG 09:52:49.686] [EL ST] isClose 200
[LOG 09:52:49.686] [EL ST] isClose [-30245054071.2261, -12088793.8632591, 13482871869.5779] [-30245054071.2362, -12088796.6498401, 13482871869.7174] 7.7845836365896 40000
[LOG 09:52:49.686] [EL ST] merge 3 1
[LOG 09:52:49.688] [MRO][MapResourceOverlay.MapOverlay][Start] MapResourceOverlay starting
[LOG 09:52:49.689] Tac.LifeSupportController[FFF81136][439.21]: Start
[LOG 09:52:49.691] 12/13/2014 9:52:49 AM,KerbalAlarmClock,Adding DrawGUI to PostRender Queue
[LOG 09:52:49.692] 12/13/2014 9:52:49 AM,KerbalAlarmClock,Skipping version check
[WRN 09:52:49.710] [12/13/2014 9:52:49 AM [x] Science!]: <Info> (ScienceChecklistAddon) - Science ready
[WRN 09:52:49.710] [12/13/2014 9:52:49 AM [x] Science!]: <Info> (ScienceChecklistAddon) - PartLoader ready
[LOG 09:52:49.711] [12/13/2014 9:52:49 AM [x] Science!]: <Trace> (ScienceWindow) - RefreshExperimentCache
[WRN 09:52:49.711] [12/13/2014 9:52:49 AM [x] Science!]: <Info> (ExperimentFilter) - RefreshExperimentCache
[LOG 09:52:51.422] [12/13/2014 9:52:51 AM [x] Science!]: <Trace> (ExperimentFilter) - UpdateFilter
[LOG 09:52:51.467] [PlanetariumCamera]: Focus: Sun
[LOG 09:52:51.472] [ORS] Loading Planetary Resource Data. Length: 37
[LOG 09:52:51.473] [ORS] Loading Planetary Resource Data for Minmus
[LOG 09:52:51.484] [ORS] 43 high value Uranium locations detected
[LOG 09:52:51.484] [ORS] Loading Planetary Resource Data for Minmus
[LOG 09:52:51.496] [ORS] 27 high value Thorium locations detected
[LOG 09:52:51.496] [ORS] Loading Planetary Resource Data for Minmus
[LOG 09:52:51.518] [ORS] 0 high value Water locations detected
[LOG 09:52:51.539] [PlanetariumCamera]: Focus: relay minmus1
[LOG 09:52:51.550] Camera Mode: AUTO
[LOG 09:52:51.732] Flight State Captured
[LOG 09:52:51.739] Saving Achievements Tree...
[LOG 09:52:51.739] Saving Achievements Tree...
[LOG 09:52:51.740] Saving Achievements Tree...
[LOG 09:52:51.740] Saving Achievements Tree...
[LOG 09:52:51.740] Saving Achievements Tree...
[LOG 09:52:51.741] Saving Achievements Tree...
[LOG 09:52:51.741] Saving Achievements Tree...
[LOG 09:52:51.741] Saving Achievements Tree...
[LOG 09:52:51.742] Saving Achievements Tree...
[LOG 09:52:51.742] Saving Achievements Tree...
[LOG 09:52:51.743] Saving Achievements Tree...
[LOG 09:52:51.743] Saving Achievements Tree...
[LOG 09:52:51.743] Saving Achievements Tree...
[LOG 09:52:51.743] Saving Achievements Tree...
[LOG 09:52:51.744] Saving Achievements Tree...
[LOG 09:52:51.744] Saving Achievements Tree...
[LOG 09:52:51.744] Saving Achievements Tree...
[LOG 09:52:51.745] Saving Achievements Tree...
[LOG 09:52:51.750] [MRO][MapResourceOverlay.MapOverlay][OnSave] saving
[LOG 09:52:51.753] Tac.TacLifeSupport[FFF81138][439.48]: OnSave: SCENARIO
{
name = TacLifeSupport
scene = 5, 7, 6, 9
SavedGameSettings
{
IsNewSave = False
Enabled = True
HibernateInsteadOfKill = False
RespawnDelay = 21600
CrewMemberInfo
{
name = Gregcal Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Chadly Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Dilfrod Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Hudwise Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Luddan Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Lodemone Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Frank Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Edwig Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Songel Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Shepner Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Teddorf Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Jendous Kerman
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Rosy Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Domal Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Aldbal Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Frodous Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Merdan Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Rodo Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Thompzor Kerman
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Geofrod Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Doby Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Obbert Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Desden Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Mitory Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Froster Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Kerrim Kerman
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
VesselInfo
{
vesselName = USI Minmus Base
vesselType = Base
numCrew = 12
numOccupiedParts = 6
lastUpdate = 191608186.231746
lastFood = 173386922.613045
lastWater = 173386922.613045
lastOxygen = 173386922.613045
lastElectricity = 191608186.231746
remainingFood = 5301.69464233929
remainingWater = 7179.300000128
remainingOxygen = 742246.90195032
remainingElectricity = 62066.8441983004
remainingCO2 = 12371.7938192112
remainingWaste = 665.970871884847
remainingWasteWater = 853.923796846893
maxFood = 7332.245999856
maxWater = 7179.300000128
maxOxygen = 742246.90195032
maxElectricity = 94100
estimatedElectricityConsumptionRate = 0.297500000000004
hibernating = False
Guid = 235ecd3f-4587-4da5-b059-7ca14f647efc
}
VesselInfo
{
vesselName = USI Dunabase
vesselType = Base
numCrew = 7
numOccupiedParts = 3
lastUpdate = 191608781.192065
lastFood = 191608781.192065
lastWater = 191608781.192065
lastOxygen = 191608781.192065
lastElectricity = 191608781.192065
remainingFood = 5167.65452667927
remainingWater = 7177.850000128
remainingOxygen = 742024.82695032
remainingElectricity = 85398.9924017809
remainingCO2 = 640055.102306349
remainingWaste = 666.600000064
remainingWasteWater = 184.428686965173
maxFood = 7330.051999856
maxWater = 7177.850000128
maxOxygen = 742024.82695032
maxElectricity = 85400
estimatedElectricityConsumptionRate = 0.162916666666669
hibernating = False
Guid = d2b009fa-5524-4bfa-9c27-856105619f16
}
VesselInfo
{
vesselName = I1 Rockettaxi 8
vesselType = Ship
numCrew = 7
numOccupiedParts = 2
lastUpdate = 189109788.557148
lastFood = 189109788.557148
lastWater = 189109788.557148
lastOxygen = 189109788.557148
lastElectricity = 189109788.557148
remainingFood = 3901.55524707064
remainingWater = 2578.98585925991
remainingOxygen = 395001.590927527
remainingElectricity = 1234.99763438631
remainingCO2 = 0
remainingWaste = 0
remainingWasteWater = 0
maxFood = 8306.4
maxWater = 5490.4
maxOxygen = 840905.6
maxElectricity = 1235
estimatedElectricityConsumptionRate = 0.141666666666669
hibernating = False
Guid = 21edbada-c660-4855-8b24-0b52ce6913dc
}
}
}

root
{
GlobalSettings
{
MaxDeltaTime = 86400
ElectricityMaxDeltaTime = 1
FoodResource = Food
WaterResource = Water
OxygenResource = Oxygen
CarbonDioxideResource = CarbonDioxide
WasteResource = Waste
WasteWaterResource = WasteWater
FoodConsumptionRate = 1.6927083333E-05
WaterConsumptionRate = 1.1188078704E-05
OxygenConsumptionRate = 0.001713537562385
ElectricityConsumptionRate = 0.014166666666667
BaseElectricityConsumptionRate = 0.02125
EvaElectricityConsumptionRate = 0.00425
CO2ProductionRate = 0.00148012889876
WasteProductionRate = 1.539351852E-06
WasteWaterProductionRate = 1.4247685185E-05
EvaDefaultResourceAmount = 21600
MaxTimeWithoutFood = 9203545
MaxTimeWithoutWater = 9203545
MaxTimeWithoutOxygen = 9203545
MaxTimeWithoutElectricity = 9203545
}
TACLifeSupportSettings
{
visible = False
x = 440
y = 210
width = 380
height = 304
}
LifeSupportBuildAid
{
visible = False
x = 490
y = 270
width = 372
height = 211
}
LifeSupportMonitoring
{
visible = False
x = 490
y = 75
width = 300
height = 300
}
LifeSupportCrewRoster
{
visible = False
x = 480
y = 260
width = 320
height = 200
}
}

[LOG 09:52:52.472] Game State Saved as persistent
[LOG 09:52:53.168] Tac.FuelBalanceController[FFF82058][440.21]: Rebuilding resource lists.
[LOG 09:52:53.223] Unpacking relay minmus1
[LOG 09:52:53.770] [PlanetariumCamera]: Focus: relay minmus1
[LOG 09:52:57.604] [PlanetariumCamera]: Focus: Minmus
[LOG 09:53:05.151] [Orbit Targeter]: Target is null
[LOG 09:53:21.289] SCREENSHOT!!
[LOG 09:53:59.499] [FLIGHT GLOBALS]: Switching To Vessel relay kerbin1 ----------------------

Clean MJ install dev347

Dante

Edited by Dante Montana
Link to comment
Share on other sites

Fixed in #356. Thanks for the detailed report.

I thank you. Tested it and the Edit: customised Edit: landing guidance works now :D. Very cool to have those sweet spots saved for later visits.

Tested the Edit: customised Edit: spaceplane guidance too (brought in a spaceplane to Duna to be sure). But my Maregrande runway is pointed about 33.08Gm away as shown on my last pic in the post above.

Dante

Edited by Dante Montana
added customised to make sure that I use a custom landingsites.cfg
Link to comment
Share on other sites

I added the GeeForce display in my version yesterday, it was quite fun to test it with one of the other feature I m working on ;)

I m note sure I used geeForce_immediate however, and I found the value quite low while my crew was in my infernal centrifuge testing ship. I'll test immediate, and may just implement my own calculation if I don't like the result.

Did this make it into the latest release by chance?

Link to comment
Share on other sites

Okay...issue with MechJeb.

Yesterday it worked, today, I'm missing the ability to show Delta-V stats and Vessel Info. They're not even available in the menus, or when I build a new ship. Everything else MechJeb seems to be there. Nothing new was installed or deleted, mods or KSP-wise. KSP 0.25, MechJeb 2.4.0.

The only thing I can think of is that while playing the game last night, a power outage caused my machine to go down hard. I did also get some updates to the Linux kernel and nVidia drivers, but I don't see how that would affect just parts of the mod. Something got corrupted, maybe?

I'd really like to get these back for my current missions, as well as new ones. Pretty vital considering I'm attempting to return a Kerbal from Eve's surface....

All help appreciated. Thanks!

Note: The only version I've ever downloaded is 2.4, though the menu shows MechJeb 2.3.0, I'm assuming that's a mistake in the program?

Link to comment
Share on other sites

Note: The only version I've ever downloaded is 2.4, though the menu shows MechJeb 2.3.0, I'm assuming that's a mistake in the program?

No. I'm assuming you have an old version installed in the wrong directory. But you'll have to post a log if you want more help.

Galane : you need to put a cfg file formated like this somewhere in GameData. In the Misc section of the window editor there is a "Lat/Lon/Alt Copy to Clipboard" item that you can add to a window and will copy to the clipboard the required info.

Edited by sarbian
Link to comment
Share on other sites

To say I'm frustrated is an understatement...

For a month or so now, MJ has been working fine for me. Now? The rendezvous autopilot is completely screwed up. It doesn't follow the nodes, and the ship starts rotating wildly. I've reinstalled MJ, and I haven't added any new mods. It works fine for my manned pods, but when I try to transport a simple girder to my station at 150km, it just doesn't work. Very annoyed with this, can you offer any help at all?

Link to comment
Share on other sites

Hello

....

Galane : you need to put a cfg file formated like this somewhere in GameData. In the Misc section of the window editor there is a "Lat/Lon/Alt Copy to Clipboard" item that you can add to a window and will copy to the clipboard the required info.

I did some custom sites (landing guidance) and they are working good :).

But with the custom runways (spaceplane guidance) I have problems to get them working. The new entries show up correctly but the targeting is weird. Hard to explain look at the picture taken on Duna.

DINyY5a.png

Here my landingsites.cfg


MechJeb2Landing
{
LandingSites
{
Site
{
name = KSC Pad
latitude = -0.09694444
longitude = -74.5575
body = Kerbin
}
Site
{
name = VAB
latitude = -0.09694444
longitude = -74.617
body = Kerbin
}
Site
{
name = Mid Runway
latitude = -0.049284
longitude = -74.621956
body = Kerbin
}
Site
{
name = Minmus launchspot
latitude = -18.400836
longitude = -57.404377
body = Minmus
}
Site
{
name = Evenmoho
latitude = -1.704099
longitude = 36.432996
body = Moho
}
Site
{
name = Duna Maregrande
latitude = -0.582883
longitude = 68.146512
body = Duna
}
Site
{
name = Dres Den
latitude = 6.437800
longitude = 148.702027
body = Dres
}
Site
{
name = Tylo flats
latitude = -8.409144

longitude = -113.413667
body = Tylo
}
Site
{
name = Vallentistag
latitude = 3.947863
longitude = -142.930415
body = Vall
}
Site
{
name = Eeloo 51
latitude = -9.335418

longitude = 179.618154

body = Eeloo
}
Site
{
name = Eeloo 55
latitude = 10.727437

longitude = 165.601721

body = Eeloo
}
Site
{
name = EveN 52
latitude = 21.856000
longitude = 66.347473

body = Eve
}
}
Runways
{
Runway
{
name = KSC runway
body = Kerbin
start
{
latitude = -0.050185
longitude = -74.490867
altitude = 67
}
end
{
latitude = -0.0485981
longitude = -74.726413
altitude = 67
}
}
Runway
{
name = Island runway
body = Kerbin
start
{
latitude = -1.517306
longitude = -71.965488
altitude = 132
}
end
{
latitude = -1.515980
longitude = -71.852408
altitude = 132
}
}
Runway
{
name = Stay Island
body = Laythe
start
{
latitude = 4.768366
longitude = 108.805631
altitude = 966.15
}
end
{
latitude = 4.712243
longitude = 108.888535
altitude = 957.71
}
}
Runway
{
name = Maregrande runway
body = Duna
start
{
latitude = -0.146042
longitude = 67.590812
altitude = 1750.92
}
end
{
latitude = -0.439553
longitude = 67.793314
altitude = 1628.36
}
}
}
}

and a log



Mod DLLs found:
Assembly-CSharp v1.0.0.0
ModuleManager.2.5.1 v2.5.1.0
aaa_Toolbar v1.0.0.0
DynamicTanks v1.0.0.0
USITools v1.0.0.0
USI_Converter v1.0.0.0
ActiveTextureManagement v1.0.0.0
CITUtil v1.0.0.0
KERT v1.2.0.0
ContractsWindow v1.0.2.2
EnhancedNavBall v1.3.3.0
KSPAPIExtensions v1.7.1.2
Launchpad v4.3.1.0
FinePrint v0.59.0.0
Firespitter v7.0.5398.27328
KAS v1.0.5394.34415
KSP-AVC v1.1.5.0
MapResourceOverlay v1.0.0.0
MiniAVC v1.0.2.2
MechJeb2 v2.3.0.0
ModuleRCSFX v0.3.5354.4271
OpenResourceSystem_1_4_2 v1.4.2.0
ORSX v1.0.0.0
RealChute v1.2.5433.29228
SCANsat v1.0.8.0
StageRecovery v1.5.1.0
TacFuelBalancer v2.4.1.0
TechManager v1.3.0.0
TacLifeSupport v0.10.1.0
KerbalAlarmClock v3.0.5.0
KSPAlternateResourcePanel v2.6.1.0
Scale v1.44.0.0
Scale_Redist v1.0.0.0
Karbonite v1.0.0.0
KarbPlus v1.0.0.0
KolonyTools v1.0.0.0
Interstellar v1.0.0.0
InterstellarToolbar v1.0.0.0
[x] Science! v4.0.5409.41876
Non-DLL mods added:
AES
HERP
PackRat
FTT
KarbonitePlus
MKS
OKS
Mods by directory (sub directories of GameData):
000_Toolbar
000_USITools
BoulderCo
CIT
CommunityResourcePack
ExtraplanetaryLaunchpads
KWRocketry
MarkIVSystem
NASAmission
NearFutureProps
OpenResourceSystem
ORSResourcePack
Squad
TextureReplacer
ThunderAerospace
TriggerTech
TweakScale
UmbraSpaceIndustries
WarpPlugin



[WRN 16:45:04.725] [HighLogic]: =========================== Scene Change : From TRACKSTATION to FLIGHT (Async) =====================
[LOG 16:45:04.726] 12/15/2014 4:45:04 PM,KerbalAlarmClock,AppLauncher: Destroying Button-BEFORE NULL CHECK
[LOG 16:45:04.735] 12/15/2014 4:45:04 PM,KerbalAlarmClock,AppLauncher: Destroying Button-Button Count:4
[LOG 16:45:04.736] 12/15/2014 4:45:04 PM,KerbalAlarmClock,AppLauncher: Destroying Button-AFTER NULL CHECK
[LOG 16:45:04.736] [Tracking Station]: SetVessel(null)
[LOG 16:45:04.737] [PlanetariumCamera]: Focus: Duna
[LOG 16:45:04.743] [12/15/2014 4:45:04 PM [x] Science!]: <Trace> (ScienceChecklistAddon) - Close
[LOG 16:45:04.743] [12/15/2014 4:45:04 PM [x] Science!]: <Trace> (ScienceChecklistAddon) - UpdateVisibility
[LOG 16:45:04.751] 12/15/2014 4:45:04 PM,KerbalAlarmClock,Scene Change from 'TRACKSTATION' to 'FLIGHT'
[LOG 16:45:04.751] 12/15/2014 4:45:04 PM,KerbalAlarmClock,Active Vessel unreadable - resetting inqueue flag
[LOG 16:45:04.756] 12/15/2014 4:45:04 PM,KerbalAlarmClock,Removing DrawGUI from PostRender Queue
[LOG 16:45:05.051] 12/15/2014 4:45:05 PM,KerbalAlarmClock,Destroying the KerbalAlarmClock-KACTrackingStation
[LOG 16:45:05.052] 12/15/2014 4:45:05 PM,KerbalAlarmClock,AppLauncher: Destroying Button-BEFORE NULL CHECK
[LOG 16:45:05.052] 12/15/2014 4:45:05 PM,KerbalAlarmClock,AppLauncher: Destroying Button-AFTER NULL CHECK
[LOG 16:45:05.053] 12/15/2014 4:45:05 PM,KerbalAlarmClock,API Cleaned up
[LOG 16:45:05.458] AddonLoader: Instantiating addon 'ActiveTextureManagement' from assembly 'ActiveTextureManagement'
[LOG 16:45:05.460] AddonLoader: Instantiating addon 'StageRecovery' from assembly 'StageRecovery'
[LOG 16:45:05.463] AddonLoader: Instantiating addon 'InterstellarToolbar' from assembly 'InterstellarToolbar'
[LOG 16:45:06.643] ContractsWindow.ContractsWindow.CustomAddonLoader: FLIGHT was loaded; instantiating addons...
[LOG 16:45:06.644] ImprovedAddonLoader: Creating addon 'contractToolbar'
[LOG 16:45:06.644] ContractsWindow.ContractsWindow.CustomAddonLoader finished; created 1 addons
[LOG 16:45:06.649] AddonLoader: Instantiating addon 'ActiveTextureManagement' from assembly 'ActiveTextureManagement'
[LOG 16:45:06.649] AddonLoader: Instantiating addon 'KerbalTransferAddon' from assembly 'KERT'
[LOG 16:45:06.650] AddonLoader: Instantiating addon 'EnhancedNavBall' from assembly 'EnhancedNavBall'
[LOG 16:45:06.653] AddonLoader: Instantiating addon 'ExBuildWindow' from assembly 'Launchpad'
[LOG 16:45:06.653] AddonLoader: Instantiating addon 'ExSurveyTracker' from assembly 'Launchpad'
[LOG 16:45:06.654] AddonLoader: Instantiating addon 'ExToolbar_BuildWindow' from assembly 'Launchpad'
[LOG 16:45:06.662] AddonLoader: Instantiating addon 'NavWaypoint' from assembly 'FinePrint'
[LOG 16:45:06.663] AddonLoader: Instantiating addon 'KASAddonWinchGUI' from assembly 'KAS'
[LOG 16:45:06.664] AddonLoader: Instantiating addon 'KASAddonDebugTools' from assembly 'KAS'
[LOG 16:45:06.664] AddonLoader: Instantiating addon 'KASAddonPointer' from assembly 'KAS'
[LOG 16:45:06.665] AddonLoader: Instantiating addon 'KASAddonControlKey' from assembly 'KAS'
[LOG 16:45:06.667] AddonLoader: Instantiating addon 'SCANtoolbar' from assembly 'SCANsat'
[LOG 16:45:06.675] AddonLoader: Instantiating addon 'StageRecovery' from assembly 'StageRecovery'
[LOG 16:45:06.677] AddonLoader: Instantiating addon 'FuelBalanceController' from assembly 'TacFuelBalancer'
[LOG 16:45:06.678] Tac.FuelBalanceController[FFF96B72][337.82]: Awake
[LOG 16:45:06.688] Tac.ToolbarButton[CAFD0100][337.82]: Create successful.
[LOG 16:45:06.688] AddonLoader: Instantiating addon 'KACFlight' from assembly 'KerbalAlarmClock'
[LOG 16:45:06.689] 12/15/2014 4:45:06 PM,KerbalAlarmClock,Awakening the KerbalAlarmClock-KACFlight
[LOG 16:45:06.690] 12/15/2014 4:45:06 PM,KerbalAlarmClock,Loading Settings
[LOG 16:45:06.692] 12/15/2014 4:45:06 PM,KerbalAlarmClock,Loading Transfer Modelling Data
[LOG 16:45:06.729] 12/15/2014 4:45:06 PM,KerbalAlarmClock,Transfer Modelling Data Load Complete
[LOG 16:45:06.730] 12/15/2014 4:45:06 PM,KerbalAlarmClock,WarpRates:8
[LOG 16:45:06.730] 12/15/2014 4:45:06 PM,KerbalAlarmClock,API Ready
[LOG 16:45:06.730] AddonLoader: Instantiating addon 'KSPAlternateResourcePanel' from assembly 'KSPAlternateResourcePanel'
[LOG 16:45:06.732] 12/15/2014 4:45:06 PM,KSPAlternateResourcePanel,Awakening the AlternateResourcePanel (ARP)
[LOG 16:45:06.733] 12/15/2014 4:45:06 PM,KSPAlternateResourcePanel,Loading Settings
[LOG 16:45:06.748] 12/15/2014 4:45:06 PM,KSPAlternateResourcePanel,Loading Sounds
[LOG 16:45:06.777] 12/15/2014 4:45:06 PM,KSPAlternateResourcePanel,Skipping version check
[LOG 16:45:06.778] 12/15/2014 4:45:06 PM,KSPAlternateResourcePanel,API Ready
[LOG 16:45:06.778] AddonLoader: Instantiating addon 'MKSLlocal' from assembly 'KolonyTools'
[LOG 16:45:06.780] AddonLoader: Instantiating addon 'StationManager' from assembly 'KolonyTools'
[LOG 16:45:06.780] AddonLoader: Instantiating addon 'FlightUIStarter' from assembly 'KSPInterstellar'
[LOG 16:45:06.781] AddonLoader: Instantiating addon 'FNImpactorModule' from assembly 'KSPInterstellar'
[LOG 16:45:06.782] [KSP Interstellar] FNImpactorModule listening for collisions.
[LOG 16:45:06.782] AddonLoader: Instantiating addon 'InterstellarToolbar' from assembly 'InterstellarToolbar'
[LOG 16:45:06.830] ------------------- initializing flight mode... ------------------
[LOG 16:45:07.688] [EL ST] stake on rails Jendous Kerman Base
[LOG 16:45:07.689] [EL ST] AddStake Jendous Kerman Base Minmus
[LOG 16:45:07.691] [EL ST] stake on rails Jendous Kerman Base
[LOG 16:45:07.691] [EL ST] AddStake Jendous Kerman Base Minmus
[LOG 16:45:07.692] [EL ST] isClose 200
[LOG 16:45:07.692] [EL ST] isClose [-37594566.2983182, 4888263.41688588, 26711038.7354097] [-37594569.6341727, 4888263.55189445, 26711037.4710184] 12.7448380169462 40000
[LOG 16:45:07.693] [EL ST] merge 1 1
[LOG 16:45:07.698] [EL ST] stake on rails Rodo Kerman Base
[LOG 16:45:07.698] [EL ST] AddStake Rodo Kerman Base Duna
[LOG 16:45:07.699] [EL ST] stake on rails Rodo Kerman Base
[LOG 16:45:07.699] [EL ST] AddStake Rodo Kerman Base Duna
[LOG 16:45:07.700] [EL ST] isClose 200
[LOG 16:45:07.700] [EL ST] isClose [-12977126530.245, 16712296.3955004, -7590771964.98561] [-12977126530.1562, 16712293.6089359, -7590771965.09357] 7.78446763591262 40000
[LOG 16:45:07.701] [EL ST] merge 1 1
[LOG 16:45:07.711] Target vessel index: 27 vessel count: 43
[LOG 16:45:07.713] [FLIGHT GLOBALS]: Switching To Vessel A3 ----------------------
[LOG 16:45:07.714] setting new dominant body: Duna
FlightGlobals.mainBody: Duna
[LOG 16:45:07.716] Reference Frame: Rotating
[LOG 16:45:08.070] [A3]: landed - waiting for ground contact to resume physics...
[LOG 16:45:08.071] Camera Mode: AUTO
[LOG 16:45:08.073] stage manager resuming...
[LOG 16:45:10.689] all systems started
[LOG 16:45:10.721] Parsing rect
[LOG 16:45:10.722] Parsing bool
[LOG 16:45:10.722] Parsing string
[LOG 16:45:10.723] Parsing string
[LOG 16:45:10.723] Parsing string
[LOG 16:45:10.723] Parsing string
[LOG 16:45:10.724] Parsing string
[LOG 16:45:10.724] Parsing string
[LOG 16:45:10.724] Parsing bool
[LOG 16:45:10.724] Parsing bool
[LOG 16:45:10.729] 12/15/2014 4:45:10 PM,EnhancedNavBall-ToolbarButtonWrapper,ToolbarButtonWrapper: Loading ToolbarManager.
[LOG 16:45:10.732] 12/15/2014 4:45:10 PM,EnhancedNavBall-ToolbarButtonWrapper,ToolbarButtonWrapper built!
[LOG 16:45:10.735] Tac.FuelBalanceController[FFF96B72][337.82]: Start
[LOG 16:45:10.754] 12/15/2014 4:45:10 PM,KerbalAlarmClock,Active Vessel unreadable - resetting inqueue flag
[LOG 16:45:10.760] [KSP Interstellar] Radiation Module Loaded.
[LOG 16:45:10.773] [MechJeb2] site Site
{
name = KSC Pad
latitude = -0.09694444
longitude = -74.5575
body = Kerbin
}

[LOG 16:45:10.774] [MechJeb2] Adding KSC Pad
[LOG 16:45:10.775] [MechJeb2] site Site
{
name = VAB
latitude = -0.09694444
longitude = -74.617
body = Kerbin
}

[LOG 16:45:10.775] [MechJeb2] Adding VAB
[LOG 16:45:10.776] [MechJeb2] site Site
{
name = Mid Runway
latitude = -0.049284
longitude = -74.621956
body = Kerbin
}

[LOG 16:45:10.776] [MechJeb2] Adding Mid Runway
[LOG 16:45:10.776] [MechJeb2] site Site
{
name = Minmus launchspot
latitude = -18.400836
longitude = -57.404377
body = Minmus
}

[LOG 16:45:10.777] [MechJeb2] Adding Minmus launchspot
[LOG 16:45:10.777] [MechJeb2] site Site
{
name = Evenmoho
latitude = -1.704099
longitude = 36.432996
body = Moho
}

[LOG 16:45:10.778] [MechJeb2] Adding Evenmoho
[LOG 16:45:10.778] [MechJeb2] site Site
{
name = Duna Maregrande
latitude = -0.582883
longitude = 68.146512
body = Duna
}

[LOG 16:45:10.778] [MechJeb2] Adding Duna Maregrande
[LOG 16:45:10.779] [MechJeb2] site Site
{
name = Dres Den
latitude = 6.437800
longitude = 148.702027
body = Dres
}

[LOG 16:45:10.779] [MechJeb2] Adding Dres Den
[LOG 16:45:10.779] [MechJeb2] site Site
{
name = Tylo flats
latitude = -8.409144
longitude = -113.413667
body = Tylo
}

[LOG 16:45:10.780] [MechJeb2] Adding Tylo flats
[LOG 16:45:10.780] [MechJeb2] site Site
{
name = Vallentistag
latitude = 3.947863
longitude = -142.930415
body = Vall
}

[LOG 16:45:10.781] [MechJeb2] Adding Vallentistag
[LOG 16:45:10.781] [MechJeb2] site Site
{
name = Eeloo 51
latitude = -9.335418
longitude = 179.618154
body = Eeloo
}

[LOG 16:45:10.781] [MechJeb2] Adding Eeloo 51
[LOG 16:45:10.782] [MechJeb2] site Site
{
name = Eeloo 55
latitude = 10.727437
longitude = 165.601721
body = Eeloo
}

[LOG 16:45:10.782] [MechJeb2] Adding Eeloo 55
[LOG 16:45:10.782] [MechJeb2] site Site
{
name = EveN 52
latitude = 21.856000
longitude = 66.347473
body = Eve
}

[LOG 16:45:10.783] [MechJeb2] Adding EveN 52
[LOG 16:45:10.823] [KSP Interstellar] Radiation Module Loaded.
[LOG 16:45:10.847] [ORS] Creating Resource Manager for Vessel A3 (Megajoules)
[LOG 16:45:10.848] [ORS] Creating Resource Manager for Vessel A3 (WasteHeat)
[LOG 16:45:10.848] [ORS] Creating Resource Manager for Vessel A3 (ThermalPower)
[LOG 16:45:11.196] 12/15/2014 4:45:11 PM,KerbalAlarmClock,Vessel Change from 'No Vessel' to 'A3'
[ERR 16:45:11.225] Scene::raycastClosestShape: The maximum distance must be greater than zero!

[LOG 16:45:11.302] 12/15/2014 4:45:11 PM,KerbalAlarmClock,Loading Textures
[LOG 16:45:11.313] 12/15/2014 4:45:11 PM,KerbalAlarmClock,Loaded Textures
[LOG 16:45:11.315] 12/15/2014 4:45:11 PM,KSPAlternateResourcePanel,Loading Textures
[LOG 16:45:11.329] 12/15/2014 4:45:11 PM,KSPAlternateResourcePanel,KSPARP Icons Loaded: 86
[LOG 16:45:11.330] 12/15/2014 4:45:11 PM,KSPAlternateResourcePanel,Player Icons Loaded: 0
[LOG 16:45:11.331] 12/15/2014 4:45:11 PM,KSPAlternateResourcePanel,Mod Definition Icons Loaded: 0
[LOG 16:45:11.337] 12/15/2014 4:45:11 PM,KSPAlternateResourcePanel,Configuring Styles
[LOG 16:45:11.343] [KAE] Registering field prefabs for version 1.7.1.2 (latest)
[LOG 16:45:11.344] [VersionTaggedType] found KSPAPIExtensions.UIPartActionFloatEdit_1_7_1_2 for KSPAPIExtensions.UIPartActionFloatEdit
[LOG 16:45:11.345] [VersionTaggedType] found KSPAPIExtensions.UIPartActionFloatEdit_1_7_1_2 for KSPAPIExtensions.UIPartActionFloatEdit
[LOG 16:45:11.347] [VersionTaggedType] found KSPAPIExtensions.UIPartActionChooseOption_1_7_1_2 for KSPAPIExtensions.UIPartActionChooseOption
[LOG 16:45:11.348] [VersionTaggedType] found KSPAPIExtensions.UIPartActionChooseOption_1_7_1_2 for KSPAPIExtensions.UIPartActionChooseOption
[LOG 16:45:11.350] [12/15/2014 4:45:11 PM [x] Science!]: <Trace> (ScienceChecklistAddon) - Open
[LOG 16:45:11.350] [12/15/2014 4:45:11 PM [x] Science!]: <Trace> (ScienceChecklistAddon) - UpdateVisibility
[LOG 16:45:11.359] 12/15/2014 4:45:11 PM,KSPAlternateResourcePanel,AppLauncher: Creating Button-BEFORE
[LOG 16:45:11.369] 12/15/2014 4:45:11 PM,KSPAlternateResourcePanel,AppLauncher: Creating Button-AFTER
[LOG 16:45:11.378] 12/15/2014 4:45:11 PM,KerbalAlarmClock,AppLauncher: Creating Button-BEFORE
[LOG 16:45:11.389] 12/15/2014 4:45:11 PM,KerbalAlarmClock,AppLauncher: Creating Button-AFTER
[LOG 16:45:11.391] [12/15/2014 4:45:11 PM [x] Science!]: <Trace> (ScienceChecklistAddon) - Load
[WRN 16:45:11.392] [12/15/2014 4:45:11 PM [x] Science!]: <Info> (ScienceChecklistAddon) - Already loaded.
[LOG 16:45:11.404] [ScenarioDestructibles]: Started. 39 objects registered
[LOG 16:45:11.408] [MRO][MapResourceOverlay.MapOverlay][OnAwake] Awaking
[LOG 16:45:11.420] [MRO][MapResourceOverlay.MapOverlay][OnLoad] loading
[LOG 16:45:11.433] [ORS] Loading Planetary Resource Data. Length: 80
[LOG 16:45:11.434] [ORSX] Loading Planetary Resource Data for Duna
[LOG 16:45:11.500] [ORSX] 1873 high value Karbonite locations detected
[LOG 16:45:11.500] [ORSX] Loading Planetary Resource Data for Duna
[LOG 16:45:11.563] [ORSX] 1075 high value Minerals locations detected
[LOG 16:45:11.563] [ORSX] Loading Planetary Resource Data for Duna
[LOG 16:45:11.629] [ORSX] 128 high value Ore locations detected
[LOG 16:45:11.629] [ORSX] Loading Planetary Resource Data for Duna
[LOG 16:45:11.695] [ORSX] 1435 high value Substrate locations detected
[LOG 16:45:11.695] [ORSX] Loading Planetary Resource Data for Duna
[LOG 16:45:11.704] [ORSX] 22468 high value Uranium locations detected
[LOG 16:45:11.704] [ORSX] Loading Planetary Resource Data for Duna
[LOG 16:45:11.707] [ORSX] 3724 high value Water locations detected
[LOG 16:45:11.950] [MRO][MapResourceOverlay.ResourceOverlayProvider][CanActivate] ?True
[LOG 16:45:12.010] Tac.TacLifeSupport[FFF952FE][337.82]: Constructor
[LOG 16:45:12.012] Tac.TacLifeSupport[FFF952FE][337.82]: OnAwake in FLIGHT
[LOG 16:45:12.013] Tac.TacLifeSupport[FFF952FE][337.82]: Adding LifeSupportController
[LOG 16:45:12.014] Tac.LifeSupportController[FFF952FA][337.82]: Awake
[LOG 16:45:12.019] Tac.ToolbarButton[1AC35280][337.82]: Create successful.
[LOG 16:45:12.021] Tac.TacLifeSupport[FFF952FE][337.82]: OnLoad: SCENARIO
{
name = TacLifeSupport
scene = 5, 7, 6, 9
SavedGameSettings
{
IsNewSave = False
Enabled = True
HibernateInsteadOfKill = False
RespawnDelay = 21600
CrewMemberInfo
{
name = Gregcal Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Chadly Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Dilfrod Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Hudwise Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Luddan Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Lodemone Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Frank Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Edwig Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Songel Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Shepner Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Teddorf Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Jendous Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Rosy Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Domal Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Aldbal Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Frodous Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Merdan Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Rodo Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Thompzor Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Geofrod Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Doby Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Obbert Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Desden Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Mitory Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Froster Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Kerrim Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
VesselInfo
{
vesselName = USI Minmus Base
vesselType = Base
numCrew = 12
numOccupiedParts = 6
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
lastOxygen = 200250017.943592
lastElectricity = 200250017.943592
remainingFood = 7332.245999856
remainingWater = 7179.300000128
remainingOxygen = 742246.90195032
remainingElectricity = 94028.0527278526
remainingCO2 = 12271.0042361158
remainingWaste = 650.364427777705
remainingWasteWater = 853.880185723726
maxFood = 7332.245999856
maxWater = 7179.300000128
maxOxygen = 742246.90195032
maxElectricity = 94100
estimatedElectricityConsumptionRate = 0.297500000000004
hibernating = False
Guid = 235ecd3f-4587-4da5-b059-7ca14f647efc
}
VesselInfo
{
vesselName = USI Dunabase
vesselType = Base
numCrew = 7
numOccupiedParts = 3
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
lastOxygen = 198917363.295853
lastElectricity = 198917363.295853
remainingFood = 4301.66367926103
remainingWater = 7177.850000128
remainingOxygen = 742024.82695032
remainingElectricity = 85399.0477229652
remainingCO2 = 639976.317787013
remainingWaste = 666.600000064
remainingWasteWater = 183.815888310191
maxFood = 7330.051999856
maxWater = 7177.850000128
maxOxygen = 742024.82695032
maxElectricity = 85400
estimatedElectricityConsumptionRate = 0.162916666666669
hibernating = False
Guid = d2b009fa-5524-4bfa-9c27-856105619f16
}
VesselInfo
{
vesselName = I1 Rockettaxi 8
vesselType = Ship
numCrew = 7
numOccupiedParts = 2
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
lastOxygen = 198339662.400632
lastElectricity = 198339662.400632
remainingFood = 2807.91134120429
remainingWater = 1856.13397435756
remainingOxygen = 284291.442240234
remainingElectricity = 1234.99763438631
remainingCO2 = 0
remainingWaste = 0
remainingWasteWater = 0
maxFood = 8306.4
maxWater = 5490.4
maxOxygen = 840905.6
maxElectricity = 1235
estimatedElectricityConsumptionRate = 0.141666666666669
hibernating = False
Guid = 21edbada-c660-4855-8b24-0b52ce6913dc
}
}
}

root
{
GlobalSettings
{
MaxDeltaTime = 86400
ElectricityMaxDeltaTime = 1
FoodResource = Food
WaterResource = Water
OxygenResource = Oxygen
CarbonDioxideResource = CarbonDioxide
WasteResource = Waste
WasteWaterResource = WasteWater
FoodConsumptionRate = 1.6927083333E-05
WaterConsumptionRate = 1.1188078704E-05
OxygenConsumptionRate = 0.001713537562385
ElectricityConsumptionRate = 0.014166666666667
BaseElectricityConsumptionRate = 0.02125
EvaElectricityConsumptionRate = 0.00425
CO2ProductionRate = 0.00148012889876
WasteProductionRate = 1.539351852E-06
WasteWaterProductionRate = 1.4247685185E-05
EvaDefaultResourceAmount = 21600
MaxTimeWithoutFood = 9203545
MaxTimeWithoutWater = 9203545
MaxTimeWithoutOxygen = 9203545
MaxTimeWithoutElectricity = 9203545
}
TACLifeSupportSettings
{
visible = False
x = 440
y = 210
width = 380
height = 304
}
LifeSupportBuildAid
{
visible = False
x = 490
y = 270
width = 372
height = 211
}
LifeSupportMonitoring
{
visible = False
x = 490
y = 75
width = 300
height = 300
}
LifeSupportCrewRoster
{
visible = False
x = 480
y = 260
width = 320
height = 200
}
}

[LOG 16:45:12.044] 12/15/2014 4:45:12 PM,KerbalAlarmClock,Found 0 Maneuver Nodes to deserialize
[LOG 16:45:12.045] 12/15/2014 4:45:12 PM,KerbalAlarmClock,Found 0 Maneuver Nodes to deserialize
[LOG 16:45:12.045] 12/15/2014 4:45:12 PM,KerbalAlarmClock,Found 1 Maneuver Nodes to deserialize
[LOG 16:45:12.046] 12/15/2014 4:45:12 PM,KerbalAlarmClock,Found 1 Maneuver Nodes to deserialize
[LOG 16:45:12.046] 12/15/2014 4:45:12 PM,KerbalAlarmClock,Found 1 Maneuver Nodes to deserialize
[LOG 16:45:12.046] 12/15/2014 4:45:12 PM,KerbalAlarmClock,Found 1 Maneuver Nodes to deserialize
[LOG 16:45:12.047] SCANsat Controller: Loading 0 known vessels
[LOG 16:45:12.048] SCANsat Controller: Loading map for Sun
[LOG 16:45:12.056] SCANsat Controller: Loading map for Kerbin
[LOG 16:45:12.063] SCANsat Controller: Loading map for Mun
[LOG 16:45:12.071] SCANsat Controller: Loading map for Minmus
[LOG 16:45:12.079] SCANsat Controller: Loading map for Moho
[LOG 16:45:12.087] SCANsat Controller: Loading map for Eve
[LOG 16:45:12.095] SCANsat Controller: Loading map for Duna
[LOG 16:45:12.103] SCANsat Controller: Loading map for Ike
[LOG 16:45:12.111] SCANsat Controller: Loading map for Jool
[LOG 16:45:12.119] SCANsat Controller: Loading map for Laythe
[LOG 16:45:12.128] SCANsat Controller: Loading map for Vall
[LOG 16:45:12.136] SCANsat Controller: Loading map for Bop
[LOG 16:45:12.144] SCANsat Controller: Loading map for Tylo
[LOG 16:45:12.152] SCANsat Controller: Loading map for Gilly
[LOG 16:45:12.161] SCANsat Controller: Loading map for Pol
[LOG 16:45:12.169] SCANsat Controller: Loading map for Dres
[LOG 16:45:12.178] SCANsat Controller: Loading map for Eeloo
[ERR 16:45:12.211] Scene::raycastClosestShape: The maximum distance must be greater than zero!

[LOG 16:45:12.213] [MRO][MapResourceOverlay.MapOverlay][Start] MapResourceOverlay starting
[LOG 16:45:12.213] Tac.LifeSupportController[FFF952FA][337.82]: Start
[LOG 16:45:12.218] 12/15/2014 4:45:12 PM,KerbalAlarmClock,Adding DrawGUI to PostRender Queue
[LOG 16:45:12.219] 12/15/2014 4:45:12 PM,KerbalAlarmClock,Skipping version check
[LOG 16:45:12.225] Tac.FuelBalanceController[FFF96B72][337.84]: Rebuilding resource lists.
[WRN 16:45:12.293] [12/15/2014 4:45:12 PM [x] Science!]: <Info> (ScienceChecklistAddon) - Science ready
[WRN 16:45:12.293] [12/15/2014 4:45:12 PM [x] Science!]: <Info> (ScienceChecklistAddon) - PartLoader ready
[LOG 16:45:12.294] [12/15/2014 4:45:12 PM [x] Science!]: <Trace> (ScienceWindow) - RefreshExperimentCache
[WRN 16:45:12.294] [12/15/2014 4:45:12 PM [x] Science!]: <Info> (ExperimentFilter) - RefreshExperimentCache
[LOG 16:45:14.154] [12/15/2014 4:45:14 PM [x] Science!]: <Trace> (ExperimentFilter) - UpdateFilter
[LOG 16:45:14.177] [EL ST] stake on rails Jendous Kerman Base
[LOG 16:45:14.178] [EL ST] AddStake Jendous Kerman Base Minmus
[LOG 16:45:14.178] [EL ST] isClose 200
[LOG 16:45:14.178] [EL ST] isClose [12939517643.0702, -11889738.5230847, 7617825602.5647] [12939517643.0702, -11889738.5230847, 7617825602.5647] 0 40000
[LOG 16:45:14.179] [EL ST] merge 2 1
[LOG 16:45:14.179] [EL ST] stake on rails Jendous Kerman Base
[LOG 16:45:14.180] [EL ST] AddStake Jendous Kerman Base Minmus
[LOG 16:45:14.180] [EL ST] isClose 200
[LOG 16:45:14.180] [EL ST] isClose [12939517646.406, -11889738.6580933, 7617825603.82909] [12939517643.0702, -11889738.5230847, 7617825602.5647] 12.7448405097953 40000
[LOG 16:45:14.181] [EL ST] merge 3 1
[LOG 16:45:14.181] [EL ST] stake on rails Rodo Kerman Base
[LOG 16:45:14.181] [EL ST] AddStake Rodo Kerman Base Duna
[LOG 16:45:14.182] [EL ST] isClose 200
[LOG 16:45:14.182] [EL ST] isClose [-28802.1562272584, -65708.3910640542, 367362.906433637] [-28802.1562272584, -65708.3910640542, 367362.906433637] 0 40000
[LOG 16:45:14.182] [EL ST] merge 2 1
[LOG 16:45:14.183] [EL ST] stake on rails Rodo Kerman Base
[LOG 16:45:14.183] [EL ST] AddStake Rodo Kerman Base Duna
[LOG 16:45:14.183] [EL ST] isClose 200
[LOG 16:45:14.184] [EL ST] isClose [-28802.2449506565, -65705.604499612, 367363.014389164] [-28802.1562272584, -65708.3910640542, 367362.906433637] 7.78446762791316 40000
[LOG 16:45:14.184] [EL ST] merge 3 1
[LOG 16:45:14.230] [MechJeb2] Adding button for Ascent_Guidance
[LOG 16:45:14.231] [MechJeb2] Adding button for Attitude_Adjustment
[LOG 16:45:14.231] [MechJeb2] Adding button for Custom_Window_Editor
[LOG 16:45:14.232] [MechJeb2] Adding button for Docking_Autopilot
[LOG 16:45:14.233] [MechJeb2] Adding button for Landing_Guidance
[LOG 16:45:14.234] [MechJeb2] Adding button for Maneuver_Node_Editor
[LOG 16:45:14.235] [MechJeb2] Adding button for Maneuver_Planner
[LOG 16:45:14.236] [MechJeb2] Adding button for RCS_Balancer
[LOG 16:45:14.237] [MechJeb2] Adding button for Rendezvous_Autopilot
[LOG 16:45:14.238] [MechJeb2] Adding button for Rendezvous_Planner
[LOG 16:45:14.239] [MechJeb2] Adding button for Rover_Autopilot
[LOG 16:45:14.240] [MechJeb2] Adding button for Settings
[LOG 16:45:14.242] [MechJeb2] Adding button for Smart_A_S_S_
[LOG 16:45:14.243] [MechJeb2] Adding button for Spaceplane_Guidance
[LOG 16:45:14.244] [MechJeb2] Adding button for Translatron
[LOG 16:45:14.245] [MechJeb2] Adding button for Utilities
[LOG 16:45:14.247] [MechJeb2] Adding button for Warp_Helper
[LOG 16:45:14.248] [MechJeb2] Adding button for Delta-V_Stats
[LOG 16:45:14.250] [MechJeb2] Adding button for Orbit_Info
[LOG 16:45:14.251] [MechJeb2] Adding button for Surface_Info
[LOG 16:45:14.253] [MechJeb2] Adding button for Vessel_Info
[LOG 16:45:14.283] [ORS] Loading Planetary Resource Data. Length: 37
[LOG 16:45:14.284] [ORS] Loading Planetary Resource Data for Duna
[LOG 16:45:14.328] [ORS] 11 high value Uranium locations detected
[LOG 16:45:14.328] [ORS] Loading Planetary Resource Data for Duna
[LOG 16:45:14.373] [ORS] 34 high value Thorium locations detected
[LOG 16:45:14.373] [ORS] Loading Planetary Resource Data for Duna
[LOG 16:45:14.397] [ORS] 0 high value Water locations detected
[LOG 16:45:14.430] [PlanetariumCamera]: Focus: A3
[LOG 16:45:14.612] Flight State Captured
[LOG 16:45:14.620] Saving Achievements Tree...
[LOG 16:45:14.621] Saving Achievements Tree...
[LOG 16:45:14.621] Saving Achievements Tree...
[LOG 16:45:14.621] Saving Achievements Tree...
[LOG 16:45:14.622] Saving Achievements Tree...
[LOG 16:45:14.622] Saving Achievements Tree...
[LOG 16:45:14.622] Saving Achievements Tree...
[LOG 16:45:14.623] Saving Achievements Tree...
[LOG 16:45:14.623] Saving Achievements Tree...
[LOG 16:45:14.624] Saving Achievements Tree...
[LOG 16:45:14.624] Saving Achievements Tree...
[LOG 16:45:14.624] Saving Achievements Tree...
[LOG 16:45:14.625] Saving Achievements Tree...
[LOG 16:45:14.625] Saving Achievements Tree...
[LOG 16:45:14.625] Saving Achievements Tree...
[LOG 16:45:14.626] Saving Achievements Tree...
[LOG 16:45:14.626] Saving Achievements Tree...
[LOG 16:45:14.626] Saving Achievements Tree...
[LOG 16:45:14.632] [MRO][MapResourceOverlay.MapOverlay][OnSave] saving
[LOG 16:45:14.636] Tac.TacLifeSupport[FFF952FE][338.08]: OnSave: SCENARIO
{
name = TacLifeSupport
scene = 5, 7, 6, 9
SavedGameSettings
{
IsNewSave = False
Enabled = True
HibernateInsteadOfKill = False
RespawnDelay = 21600
CrewMemberInfo
{
name = Gregcal Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Chadly Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Dilfrod Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Hudwise Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Luddan Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Lodemone Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Frank Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Edwig Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Songel Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Shepner Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Teddorf Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Jendous Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Rosy Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Domal Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Aldbal Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Frodous Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Merdan Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Rodo Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Thompzor Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Geofrod Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Doby Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Obbert Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Desden Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Mitory Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Froster Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Kerrim Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
VesselInfo
{
vesselName = USI Minmus Base
vesselType = Base
numCrew = 12
numOccupiedParts = 6
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
lastOxygen = 200250017.943592
lastElectricity = 200250017.943592
remainingFood = 7332.245999856
remainingWater = 7179.300000128
remainingOxygen = 742246.90195032
remainingElectricity = 94028.0527278526
remainingCO2 = 12271.0042361158
remainingWaste = 650.364427777705
remainingWasteWater = 853.880185723726
maxFood = 7332.245999856
maxWater = 7179.300000128
maxOxygen = 742246.90195032
maxElectricity = 94100
estimatedElectricityConsumptionRate = 0.297500000000004
hibernating = False
Guid = 235ecd3f-4587-4da5-b059-7ca14f647efc
}
VesselInfo
{
vesselName = USI Dunabase
vesselType = Base
numCrew = 7
numOccupiedParts = 3
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
lastOxygen = 198917363.295853
lastElectricity = 198917363.295853
remainingFood = 4301.66367926103
remainingWater = 7177.850000128
remainingOxygen = 742024.82695032
remainingElectricity = 85399.0477229652
remainingCO2 = 639976.317787013
remainingWaste = 666.600000064
remainingWasteWater = 183.815888310191
maxFood = 7330.051999856
maxWater = 7177.850000128
maxOxygen = 742024.82695032
maxElectricity = 85400
estimatedElectricityConsumptionRate = 0.162916666666669
hibernating = False
Guid = d2b009fa-5524-4bfa-9c27-856105619f16
}
VesselInfo
{
vesselName = I1 Rockettaxi 8
vesselType = Ship
numCrew = 7
numOccupiedParts = 2
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
lastOxygen = 198339662.400632
lastElectricity = 198339662.400632
remainingFood = 2807.91134120429
remainingWater = 1856.13397435756
remainingOxygen = 284291.442240234
remainingElectricity = 1234.99763438631
remainingCO2 = 0
remainingWaste = 0
remainingWasteWater = 0
maxFood = 8306.4
maxWater = 5490.4
maxOxygen = 840905.6
maxElectricity = 1235
estimatedElectricityConsumptionRate = 0.141666666666669
hibernating = False
Guid = 21edbada-c660-4855-8b24-0b52ce6913dc
}
}
}

root
{
GlobalSettings
{
MaxDeltaTime = 86400
ElectricityMaxDeltaTime = 1
FoodResource = Food
WaterResource = Water
OxygenResource = Oxygen
CarbonDioxideResource = CarbonDioxide
WasteResource = Waste
WasteWaterResource = WasteWater
FoodConsumptionRate = 1.6927083333E-05
WaterConsumptionRate = 1.1188078704E-05
OxygenConsumptionRate = 0.001713537562385
ElectricityConsumptionRate = 0.014166666666667
BaseElectricityConsumptionRate = 0.02125
EvaElectricityConsumptionRate = 0.00425
CO2ProductionRate = 0.00148012889876
WasteProductionRate = 1.539351852E-06
WasteWaterProductionRate = 1.4247685185E-05
EvaDefaultResourceAmount = 21600
MaxTimeWithoutFood = 9203545
MaxTimeWithoutWater = 9203545
MaxTimeWithoutOxygen = 9203545
MaxTimeWithoutElectricity = 9203545
}
TACLifeSupportSettings
{
visible = False
x = 440
y = 210
width = 380
height = 304
}
LifeSupportBuildAid
{
visible = False
x = 490
y = 270
width = 372
height = 211
}
LifeSupportMonitoring
{
visible = False
x = 490
y = 75
width = 300
height = 300
}
LifeSupportCrewRoster
{
visible = False
x = 480
y = 260
width = 320
height = 200
}
}

[LOG 16:45:15.294] Game State Saved as persistent
[LOG 16:45:16.041] Tac.FuelBalanceController[FFF96B72][338.83]: Rebuilding resource lists.
[LOG 16:45:16.821] [A3]: ground contact! - error: -0.038m
[LOG 16:45:16.822] Unpacking A3
[LOG 16:45:25.266] [Orbit Targeter]: Target is null
[LOG 16:45:31.346] [PlanetariumCamera]: Focus: A3
[LOG 16:45:49.547] Camera Mode: AUTO
[LOG 16:46:18.091] Flight State Captured
[LOG 16:46:18.098] Saving Achievements Tree...
[LOG 16:46:18.099] Saving Achievements Tree...
[LOG 16:46:18.099] Saving Achievements Tree...
[LOG 16:46:18.100] Saving Achievements Tree...
[LOG 16:46:18.100] Saving Achievements Tree...
[LOG 16:46:18.100] Saving Achievements Tree...
[LOG 16:46:18.101] Saving Achievements Tree...
[LOG 16:46:18.101] Saving Achievements Tree...
[LOG 16:46:18.101] Saving Achievements Tree...
[LOG 16:46:18.102] Saving Achievements Tree...
[LOG 16:46:18.102] Saving Achievements Tree...
[LOG 16:46:18.103] Saving Achievements Tree...
[LOG 16:46:18.103] Saving Achievements Tree...
[LOG 16:46:18.103] Saving Achievements Tree...
[LOG 16:46:18.104] Saving Achievements Tree...
[LOG 16:46:18.104] Saving Achievements Tree...
[LOG 16:46:18.104] Saving Achievements Tree...
[LOG 16:46:18.105] Saving Achievements Tree...
[LOG 16:46:18.110] [MRO][MapResourceOverlay.MapOverlay][OnSave] saving
[LOG 16:46:18.113] Tac.TacLifeSupport[FFF952FE][398.89]: OnSave: SCENARIO
{
name = TacLifeSupport
scene = 5, 7, 6, 9
SavedGameSettings
{
IsNewSave = False
Enabled = True
HibernateInsteadOfKill = False
RespawnDelay = 21600
CrewMemberInfo
{
name = Gregcal Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Chadly Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Dilfrod Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Hudwise Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Luddan Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Lodemone Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Frank Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Edwig Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Songel Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Shepner Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Teddorf Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Jendous Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Rosy Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Domal Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Aldbal Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Frodous Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Merdan Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Rodo Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Thompzor Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Geofrod Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Doby Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Obbert Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Desden Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Mitory Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Froster Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Kerrim Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
VesselInfo
{
vesselName = USI Minmus Base
vesselType = Base
numCrew = 12
numOccupiedParts = 6
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
lastOxygen = 200250017.943592
lastElectricity = 200250017.943592
remainingFood = 7332.245999856
remainingWater = 7179.300000128
remainingOxygen = 742246.90195032
remainingElectricity = 94028.0527278526
remainingCO2 = 12271.0042361158
remainingWaste = 650.364427777705
remainingWasteWater = 853.880185723726
maxFood = 7332.245999856
maxWater = 7179.300000128
maxOxygen = 742246.90195032
maxElectricity = 94100
estimatedElectricityConsumptionRate = 0.297500000000004
hibernating = False
Guid = 235ecd3f-4587-4da5-b059-7ca14f647efc
}
VesselInfo
{
vesselName = USI Dunabase
vesselType = Base
numCrew = 7
numOccupiedParts = 3
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
lastOxygen = 198917363.295853
lastElectricity = 198917363.295853
remainingFood = 4301.66367926103
remainingWater = 7177.850000128
remainingOxygen = 742024.82695032
remainingElectricity = 85399.0477229652
remainingCO2 = 639976.317787013
remainingWaste = 666.600000064
remainingWasteWater = 183.815888310191
maxFood = 7330.051999856
maxWater = 7177.850000128
maxOxygen = 742024.82695032
maxElectricity = 85400
estimatedElectricityConsumptionRate = 0.162916666666669
hibernating = False
Guid = d2b009fa-5524-4bfa-9c27-856105619f16
}
VesselInfo
{
vesselName = I1 Rockettaxi 8
vesselType = Ship
numCrew = 7
numOccupiedParts = 2
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
lastOxygen = 198339662.400632
lastElectricity = 198339662.400632
remainingFood = 2807.91134120429
remainingWater = 1856.13397435756
remainingOxygen = 284291.442240234
remainingElectricity = 1234.99763438631
remainingCO2 = 0
remainingWaste = 0
remainingWasteWater = 0
maxFood = 8306.4
maxWater = 5490.4
maxOxygen = 840905.6
maxElectricity = 1235
estimatedElectricityConsumptionRate = 0.141666666666669
hibernating = False
Guid = 21edbada-c660-4855-8b24-0b52ce6913dc
}
}
}

root
{
GlobalSettings
{
MaxDeltaTime = 86400
ElectricityMaxDeltaTime = 1
FoodResource = Food
WaterResource = Water
OxygenResource = Oxygen
CarbonDioxideResource = CarbonDioxide
WasteResource = Waste
WasteWaterResource = WasteWater
FoodConsumptionRate = 1.6927083333E-05
WaterConsumptionRate = 1.1188078704E-05
OxygenConsumptionRate = 0.001713537562385
ElectricityConsumptionRate = 0.014166666666667
BaseElectricityConsumptionRate = 0.02125
EvaElectricityConsumptionRate = 0.00425
CO2ProductionRate = 0.00148012889876
WasteProductionRate = 1.539351852E-06
WasteWaterProductionRate = 1.4247685185E-05
EvaDefaultResourceAmount = 21600
MaxTimeWithoutFood = 9203545
MaxTimeWithoutWater = 9203545
MaxTimeWithoutOxygen = 9203545
MaxTimeWithoutElectricity = 9203545
}
TACLifeSupportSettings
{
visible = False
x = 440
y = 210
width = 380
height = 304
}
LifeSupportBuildAid
{
visible = False
x = 490
y = 270
width = 372
height = 211
}
LifeSupportMonitoring
{
visible = False
x = 490
y = 75
width = 300
height = 300
}
LifeSupportCrewRoster
{
visible = False
x = 480
y = 260
width = 320
height = 200
}
}

[LOG 16:46:18.835] Game State Saved as quicksave
[LOG 16:46:19.402] Game State Saved as persistent
[LOG 16:46:54.778] [PlanetariumCamera]: Focus: A3
[LOG 16:47:12.801] Camera Mode: AUTO
[LOG 16:47:19.428] Flight State Captured
[LOG 16:47:19.436] Saving Achievements Tree...
[LOG 16:47:19.436] Saving Achievements Tree...
[LOG 16:47:19.436] Saving Achievements Tree...
[LOG 16:47:19.437] Saving Achievements Tree...
[LOG 16:47:19.437] Saving Achievements Tree...
[LOG 16:47:19.437] Saving Achievements Tree...
[LOG 16:47:19.438] Saving Achievements Tree...
[LOG 16:47:19.438] Saving Achievements Tree...
[LOG 16:47:19.438] Saving Achievements Tree...
[LOG 16:47:19.439] Saving Achievements Tree...
[LOG 16:47:19.439] Saving Achievements Tree...
[LOG 16:47:19.439] Saving Achievements Tree...
[LOG 16:47:19.440] Saving Achievements Tree...
[LOG 16:47:19.441] Saving Achievements Tree...
[LOG 16:47:19.441] Saving Achievements Tree...
[LOG 16:47:19.441] Saving Achievements Tree...
[LOG 16:47:19.442] Saving Achievements Tree...
[LOG 16:47:19.442] Saving Achievements Tree...
[LOG 16:47:19.448] [MRO][MapResourceOverlay.MapOverlay][OnSave] saving
[LOG 16:47:19.451] Tac.TacLifeSupport[FFF952FE][458.10]: OnSave: SCENARIO
{
name = TacLifeSupport
scene = 5, 7, 6, 9
SavedGameSettings
{
IsNewSave = False
Enabled = True
HibernateInsteadOfKill = False
RespawnDelay = 21600
CrewMemberInfo
{
name = Gregcal Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Chadly Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Dilfrod Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Hudwise Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Luddan Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Lodemone Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Frank Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Edwig Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Songel Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Shepner Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Teddorf Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Jendous Kerman
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
vesselName = USI Minmus Base
vesselId = 235ecd3f-4587-4da5-b059-7ca14f647efc
hibernating = False
}
CrewMemberInfo
{
name = Rosy Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Domal Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Aldbal Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Frodous Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Merdan Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Rodo Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Thompzor Kerman
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
vesselName = USI Dunabase
vesselId = d2b009fa-5524-4bfa-9c27-856105619f16
hibernating = False
}
CrewMemberInfo
{
name = Geofrod Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Doby Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Obbert Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Desden Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Mitory Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Froster Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
CrewMemberInfo
{
name = Kerrim Kerman
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
vesselName = I1 Rockettaxi 8
vesselId = 21edbada-c660-4855-8b24-0b52ce6913dc
hibernating = False
}
VesselInfo
{
vesselName = USI Minmus Base
vesselType = Base
numCrew = 12
numOccupiedParts = 6
lastUpdate = 200250017.943592
lastFood = 200250017.943592
lastWater = 200250017.943592
lastOxygen = 200250017.943592
lastElectricity = 200250017.943592
remainingFood = 7332.245999856
remainingWater = 7179.300000128
remainingOxygen = 742246.90195032
remainingElectricity = 94028.0527278526
remainingCO2 = 12271.0042361158
remainingWaste = 650.364427777705
remainingWasteWater = 853.880185723726
maxFood = 7332.245999856
maxWater = 7179.300000128
maxOxygen = 742246.90195032
maxElectricity = 94100
estimatedElectricityConsumptionRate = 0.297500000000004
hibernating = False
Guid = 235ecd3f-4587-4da5-b059-7ca14f647efc
}
VesselInfo
{
vesselName = USI Dunabase
vesselType = Base
numCrew = 7
numOccupiedParts = 3
lastUpdate = 198917363.295853
lastFood = 198917363.295853
lastWater = 198917363.295853
lastOxygen = 198917363.295853
lastElectricity = 198917363.295853
remainingFood = 4301.66367926103
remainingWater = 7177.850000128
remainingOxygen = 742024.82695032
remainingElectricity = 85399.0477229652
remainingCO2 = 639976.317787013
remainingWaste = 666.600000064
remainingWasteWater = 183.815888310191
maxFood = 7330.051999856
maxWater = 7177.850000128
maxOxygen = 742024.82695032
maxElectricity = 85400
estimatedElectricityConsumptionRate = 0.162916666666669
hibernating = False
Guid = d2b009fa-5524-4bfa-9c27-856105619f16
}
VesselInfo
{
vesselName = I1 Rockettaxi 8
vesselType = Ship
numCrew = 7
numOccupiedParts = 2
lastUpdate = 198339662.400632
lastFood = 198339662.400632
lastWater = 198339662.400632
lastOxygen = 198339662.400632
lastElectricity = 198339662.400632
remainingFood = 2807.91134120429
remainingWater = 1856.13397435756
remainingOxygen = 284291.442240234
remainingElectricity = 1234.99763438631
remainingCO2 = 0
remainingWaste = 0
remainingWasteWater = 0
maxFood = 8306.4
maxWater = 5490.4
maxOxygen = 840905.6
maxElectricity = 1235
estimatedElectricityConsumptionRate = 0.141666666666669
hibernating = False
Guid = 21edbada-c660-4855-8b24-0b52ce6913dc
}
}
}

root
{
GlobalSettings
{
MaxDeltaTime = 86400
ElectricityMaxDeltaTime = 1
FoodResource = Food
WaterResource = Water
OxygenResource = Oxygen
CarbonDioxideResource = CarbonDioxide
WasteResource = Waste
WasteWaterResource = WasteWater
FoodConsumptionRate = 1.6927083333E-05
WaterConsumptionRate = 1.1188078704E-05
OxygenConsumptionRate = 0.001713537562385
ElectricityConsumptionRate = 0.014166666666667
BaseElectricityConsumptionRate = 0.02125
EvaElectricityConsumptionRate = 0.00425
CO2ProductionRate = 0.00148012889876
WasteProductionRate = 1.539351852E-06
WasteWaterProductionRate = 1.4247685185E-05
EvaDefaultResourceAmount = 21600
MaxTimeWithoutFood = 9203545
MaxTimeWithoutWater = 9203545
MaxTimeWithoutOxygen = 9203545
MaxTimeWithoutElectricity = 9203545
}
TACLifeSupportSettings
{
visible = False
x = 440
y = 210
width = 380
height = 304
}
LifeSupportBuildAid
{
visible = False
x = 490
y = 270
width = 372
height = 211
}
LifeSupportMonitoring
{
visible = False
x = 490
y = 75
width = 300
height = 300
}
LifeSupportCrewRoster
{
visible = False
x = 480
y = 260
width = 320
height = 200
}
}

[LOG 16:47:20.183] Game State Saved as persistent
[WRN 16:47:20.184] [HighLogic]: =========================== Scene Change : From FLIGHT to SPACECENTER (Async) =====================

clean install dev356

Dante

Link to comment
Share on other sites

Jeb42 : hard to tell with just those infos. Posting a log may help.

Dante Montana : It seems I forgot something. I'll fix it later today.

Code from going into flight mode to pausing the game in orbit

[LOG 19:31:52.878] ------------------- initializing flight mode... ------------------[LOG 19:31:53.079] Loading ship from file: /Users/-/Library/Application Support/Steam/SteamApps/common/Kerbal Space Program/saves/OHP/Ships/VAB/OBH-ARRY_1.craft
[LOG 19:31:53.662] OBH-ARRY_1 loaded!
[LOG 19:31:55.196] putting ship to ground: 0
[LOG 19:31:55.199] [OBH-ARRY_1]: Ready to Launch - waiting to start physics...
[LOG 19:31:55.247] [FLIGHT GLOBALS]: Switching To Vessel OBH-ARRY_1 ----------------------
[LOG 19:31:55.248] setting new dominant body: Kerbin
FlightGlobals.mainBody: Kerbin
[LOG 19:31:55.250] Reference Frame: Rotating
[LOG 19:31:55.271] stage manager resuming...
[LOG 19:31:55.272] Vessel assembly complete!
[LOG 19:31:55.272] stage manager starting...
[LOG 19:31:55.272] all systems started
[LOG 19:31:55.406] Look rotation viewing vector is zero
[LOG 19:31:55.413] Look rotation viewing vector is zero
[LOG 19:31:56.013] [ScenarioDestructibles]: Started. 39 objects registered
[WRN 19:31:59.963] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[WRN 19:31:59.964] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[WRN 19:32:00.025] [CurrencyWidgetsApp]: No live widgets to Despawn!
[LOG 19:32:00.027] [PlanetariumCamera]: Focus: OBH-ARRY_1
[LOG 19:32:00.696] Flight State Captured
[LOG 19:32:00.696] Saving Achievements Tree...
[LOG 19:32:00.696] Saving Achievements Tree...
[LOG 19:32:00.696] Saving Achievements Tree...
[LOG 19:32:00.802] Game State Saved as persistent
[LOG 19:32:03.930] [OBH-ARRY_1]: ground contact! - error: 0.037m
[LOG 19:32:03.931] Unpacking OBH-ARRY_1
[LOG 19:32:06.974] activating stage 5 - current stage: 6
[LOG 19:32:06.987] [FASAUmbilicalTower]: Activated
[LOG 19:32:06.988] [00:00:00]: Liftoff!!
[LOG 19:32:12.212] RCS lock/unlock
[LOG 19:32:12.865] activating stage 4 - current stage: 5
[LOG 19:32:12.866] [Size2LFB]: Activated
[LOG 19:32:12.866] [KW2mNoseCone]: Activated
[LOG 19:32:12.866] [strutConnectorHeavy]: Activated
[LOG 19:32:12.866] [strutConnectorHeavy]: Activated
[LOG 19:32:12.866] [strutConnectorHeavy]: Activated
[LOG 19:32:12.866] [strutConnectorHeavy]: Activated
[LOG 19:32:12.866] [strutConnectorHeavy]: Activated
[LOG 19:32:12.866] [winglet3]: Activated
[LOG 19:32:12.866] [winglet3]: Activated
[LOG 19:32:12.872] [FASAlaunchClampApollo]: Activated
[LOG 19:32:12.873] [Size2LFB]: Activated
[LOG 19:32:12.873] [KW2mNoseCone]: Activated
[LOG 19:32:12.873] [strutConnectorHeavy]: Activated
[LOG 19:32:12.873] [strutConnectorHeavy]: Activated
[LOG 19:32:12.873] [strutConnectorHeavy]: Activated
[LOG 19:32:12.873] [strutConnectorHeavy]: Activated
[LOG 19:32:12.873] [strutConnectorHeavy]: Activated
[LOG 19:32:12.873] [winglet3]: Activated
[LOG 19:32:12.873] [winglet3]: Activated
[LOG 19:32:12.878] [FASAlaunchClampApollo]: Activated
[LOG 19:32:12.884] [FASAlaunchClampAtlas]: Activated
[LOG 19:32:12.890] [FASAlaunchClampAtlas]: Activated
[LOG 19:32:21.797] Packing OBH-ARRY_1 Debris for orbit
[LOG 19:32:21.797] Packing OBH-ARRY_1 Debris for orbit
[LOG 19:32:40.108] OBH-ARRY_1 Debris Unloaded
[LOG 19:32:40.108] Packing OBH-ARRY_1 Debris for orbit
[LOG 19:32:40.108] OBH-ARRY_1 Debris Unloaded
[LOG 19:32:40.109] Packing OBH-ARRY_1 Debris for orbit
[LOG 19:32:40.139] Vessel OBH-ARRY_1 Debris was on-rails at 1.0 atm pressure and was destroyed.
[LOG 19:32:40.140] Vessel OBH-ARRY_1 Debris was on-rails at 1.0 atm pressure and was destroyed.
[LOG 19:32:40.147] OBH-ARRY_1 Debris Unloaded
[LOG 19:32:40.147] OBH-ARRY_1 Debris Unloaded
[LOG 19:32:40.178] OBH-ARRY_1 Debris Unloaded
[LOG 19:32:40.179] Packing OBH-ARRY_1 Debris for orbit
[LOG 19:32:40.206] Vessel OBH-ARRY_1 Debris was on-rails at 1.0 atm pressure and was destroyed.
[LOG 19:33:12.496] activating stage 3 - current stage: 4
[LOG 19:33:12.505] [00:00:49]: Separation of stage 4 confirmed
[LOG 19:33:12.505] [radialDecoupler1-2]: Activated
[LOG 19:33:12.510] [radialDecoupler1-2]: Activated
[LOG 19:33:16.546] activating stage 2 - current stage: 3
[LOG 19:33:16.546] [fuelTank1-2]: Activated
[LOG 19:33:16.546] [fuelTank1-2]: Activated
[LOG 19:33:16.547] [liquidEngine1-2]: Activated
[LOG 19:33:16.547] [rcsTankRadialLong]: Activated
[LOG 19:33:16.547] [rcsTankRadialLong]: Activated
[LOG 19:33:16.547] [rcsTankRadialLong]: Activated
[LOG 19:33:16.547] [probeStackSmall]: Activated
[LOG 19:33:16.547] [trussPiece3x]: Activated
[LOG 19:33:16.547] [trussAdapter]: Activated
[LOG 19:33:16.547] [dockingPort2]: Activated
[LOG 19:33:16.547] [mumech.MJ2.AR202]: Activated
[LOG 19:33:16.547] [dockingPort2]: Activated
[LOG 19:33:16.547] [dockingPort2]: Activated
[LOG 19:33:16.547] [largeSolarPanel]: Activated
[LOG 19:33:16.547] [largeSolarPanel]: Activated
[LOG 19:33:16.547] [KWRadBattLargeL]: Activated
[LOG 19:33:16.548] [KWRadBattLargeL]: Activated
[LOG 19:33:20.261] stage drag started
[LOG 19:33:22.658] drag started
[LOG 19:33:32.444] OBH-ARRY_1 Debris Unloaded
[LOG 19:33:32.445] Packing OBH-ARRY_1 Debris for orbit
[LOG 19:33:32.470] Vessel OBH-ARRY_1 Debris was on-rails at 0.1 atm pressure and was destroyed.
[LOG 19:33:32.506] OBH-ARRY_1 Debris Unloaded
[LOG 19:33:32.507] Packing OBH-ARRY_1 Debris for orbit
[LOG 19:33:32.520] Vessel OBH-ARRY_1 Debris was on-rails at 0.1 atm pressure and was destroyed.
[LOG 19:35:07.172] Packing OBH-ARRY_1 for orbit
[LOG 19:35:10.663] Reference Frame: Inertial
[LOG 19:35:18.851] Unpacking OBH-ARRY_1
[LOG 19:35:31.347] activating stage 3 - current stage: 4
[LOG 19:35:31.347] [liquidEngine1-2]: Activated
[LOG 19:35:32.103] activating stage 2 - current stage: 3
[LOG 19:35:32.110] [00:07:12]: Separation of stage 3 confirmed
[LOG 19:35:32.110] [decoupler1-2]: Activated
[LOG 19:35:32.110] [fuelTank1-2]: Activated
[LOG 19:35:32.110] [fuelTank1-2]: Activated
[LOG 19:35:32.110] [rcsTankRadialLong]: Activated
[LOG 19:35:32.110] [rcsTankRadialLong]: Activated
[LOG 19:35:32.110] [rcsTankRadialLong]: Activated
[LOG 19:35:32.110] [probeStackSmall]: Activated
[LOG 19:35:32.110] [trussPiece3x]: Activated
[LOG 19:35:32.110] [trussAdapter]: Activated
[LOG 19:35:32.110] [dockingPort2]: Activated
[LOG 19:35:32.110] [mumech.MJ2.AR202]: Activated
[LOG 19:35:32.110] [dockingPort2]: Activated
[LOG 19:35:32.110] [dockingPort2]: Activated
[LOG 19:35:32.110] [largeSolarPanel]: Activated
[LOG 19:35:32.110] [largeSolarPanel]: Activated
[LOG 19:35:32.110] [KWRadBattLargeL]: Activated
[LOG 19:35:32.110] [KWRadBattLargeL]: Activated
[LOG 19:35:33.131] activating stage 1 - current stage: 2
[LOG 19:35:33.132] Should have Jettisoned
[LOG 19:35:33.132] [liquidEngine2-2]: Activated
[LOG 19:35:33.156] [00:07:13]: decoupler1-2 was damaged by engine exhaust from liquidEngine2-2.
[LOG 19:35:33.739] [00:07:14]: decoupler1-2 was damaged by engine exhaust from liquidEngine2-2.
[LOG 19:35:54.272] OBH-ARRY_1 Debris Unloaded
[LOG 19:35:54.273] Packing OBH-ARRY_1 Debris for orbit
[LOG 19:36:10.411] [PlanetariumCamera]: Focus: OBH-ARRY_1
[LOG 19:36:10.416] [PlanetariumCamera]: Focus: OBH-ARRY_1
[LOG 19:36:11.849] [Orbit Targeter]: Target is OBP (unloaded)
[LOG 19:36:12.209] Camera Mode: AUTO
[LOG 19:36:32.425] Packing OBH-ARRY_1 for orbit
[LOG 19:36:39.712] Vessel OBH-ARRY_1 Debris was on-rails at 0.0 atm pressure and was destroyed.
[LOG 19:36:52.448] Unpacking OBH-ARRY_1
[WRN 19:37:12.274] [FlightPersistence]: Vessel OBH-ARRY_1 Debris not saved because it was debris cluttering up KSC.
[WRN 19:37:12.274] [FlightPersistence]: Vessel OBH-ARRY_1 Debris not saved because it was debris cluttering up KSC.
[LOG 19:37:12.308] Flight State Captured
[LOG 19:37:12.308] Saving Achievements Tree...
[LOG 19:37:12.308] Saving Achievements Tree...
[LOG 19:37:12.308] Saving Achievements Tree...
[LOG 19:37:12.406] Game State Saved as persistent
[LOG 19:37:12.406] [AutoSave]: Game Saved
[LOG 19:37:41.410] Packing OBH-ARRY_1 for orbit
[LOG 19:38:01.781] Unpacking OBH-ARRY_1
[LOG 19:38:52.206] Packing OBH-ARRY_1 for orbit
[LOG 19:40:34.823] Unpacking OBH-ARRY_1
[LOG 19:41:09.223] Packing OBH-ARRY_1 for orbit
[LOG 19:41:19.244] [Rendezvous]: Now tracking OBP Debris vs. OBH-ARRY_1
[LOG 19:41:19.244] [Rendezvous]: Tracking OBP Debris vs. OBH-ARRY_1 ended.
[LOG 19:41:23.781] Unpacking OBH-ARRY_1
[LOG 19:41:50.029] [Orbit Targeter]: Target is null
[LOG 19:41:53.697] [PlanetariumCamera]: Focus: OBH-ARRY_1
[LOG 19:41:56.030] [Orbit Targeter]: Target is OBP (unloaded)
[LOG 19:41:57.415] Camera Mode: AUTO
[LOG 19:42:07.348] OBP Debris Unloaded
[LOG 19:42:37.491] Active Vessel is under acceleration (G = 1.38665942377644). Cannot save.
[LOG 19:43:08.346] Active Vessel is under acceleration (G = 0.211538755145414). Cannot save.
[WRN 19:43:39.312] [FlightPersistence]: Vessel OBH-ARRY_1 Debris not saved because it was debris cluttering up KSC.
[WRN 19:43:39.312] [FlightPersistence]: Vessel OBH-ARRY_1 Debris not saved because it was debris cluttering up KSC.
[LOG 19:43:39.345] Flight State Captured
[LOG 19:43:39.345] Saving Achievements Tree...
[LOG 19:43:39.345] Saving Achievements Tree...
[LOG 19:43:39.345] Saving Achievements Tree...
[LOG 19:43:39.443] Game State Saved as persistent
[LOG 19:43:39.443] [AutoSave]: Game Saved
[LOG 19:43:44.415] Game Paused!

I'll also try to explain more accurately. All's going fine up until MJ starts the Hohman transfer. At that point, just as the ship's about to finish the burn, the target node rapidly spins around, and MJ tries to follow. This results in the ship spinning wildly, trying to follow it. If I try to skip this manoeuvre, it just goes onto the next one and it repeats.

I'll post a video detailing this tomorrow.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...