Jump to content

Kerbal Construction Time/StageRecovery Dev Thread


magico13

Recommended Posts

Can you remind me again what the usual culprits are for getting in the way of upgrading KSC buildings happening over time?  Everything else in KCT and Scrapyard (and Stage Recovery) seems to be working fine -- except that building upgrades (VAB, SPH, R&D, TS, etc.) are happening instantly instead of taking time.

I'm sure it's a mod conflict, but I haven't tracked it down yet.

Link to comment
Share on other sites

1 hour ago, WuphonsReach said:

Can you remind me again what the usual culprits are for getting in the way of upgrading KSC buildings happening over time?  Everything else in KCT and Scrapyard (and Stage Recovery) seems to be working fine -- except that building upgrades (VAB, SPH, R&D, TS, etc.) are happening instantly instead of taking time.

I'm sure it's a mod conflict, but I haven't tracked it down yet.

I can't recall the exact name but something like Barnard or something with Barn in the name of the mod. It had a way of adjusting building levels that didn't play wall with KCT if set to anything other than the stock 3 levels.

Link to comment
Share on other sites

2 hours ago, WuphonsReach said:

Can you remind me again what the usual culprits are for getting in the way of upgrading KSC buildings happening over time?  Everything else in KCT and Scrapyard (and Stage Recovery) seems to be working fine -- except that building upgrades (VAB, SPH, R&D, TS, etc.) are happening instantly instead of taking time.

I'm sure it's a mod conflict, but I haven't tracked it down yet.

Custom Barnkit has been an issue some times in the past, but it hasn't caused instant upgrades. Feel free to send a log my way, there's some logging around upgrades that would potentially help.

I did recently completely redo parts of the upgrade code. You have to use the regular upgrade buttons since I'm overwriting the method they call so I don't have to do the whole "upgrade then drop down a level" thing that frequently went crazy.

39 minutes ago, JeffreyCor said:

I can't recall the exact name but something like Barnard or something with Barn in the name of the mod. It had a way of adjusting building levels that didn't play wall with KCT if set to anything other than the stock 3 levels.

Custom Barnkit should actually be fully supported now. There were several places that depended on 3 levels of upgrades that were refactored to get the correct value out of the game instead.

Link to comment
Share on other sites

I suspected the instant-upgrade might be the ResearchBodies addon that's causing the behavior, but I can make it happen in a game with only KCT installed along with the following two addons.

MagiCore_1.3.0.zip

KerbalConstructionTime_1.3.0.38.zip

Pertinent section of the log file from vanilla 1.3.1 KSP with only the above two files installed in GameData:

 

Spoiler

[LOG 00:22:17.414] [KCT] Writing to persistence.
[LOG 00:22:17.414] [KCT] Saving KSC Stock
[LOG 00:22:17.414] [MessageSystem] Save Messages
[LOG 00:22:17.415] Game State Saved to saves/default/persistent
[LOG 00:22:30.047] [KCT] Trying to override upgrade button of menu for TrackingStation
[EXC 00:22:30.049] NullReferenceException: Object reference not set to an instance of an object
	KerbalConstructionTime.KCT_Utilities.GetMemberInfoValue (System.Reflection.MemberInfo member, System.Object sourceObject)
	KerbalConstructionTime.KCT_KSCContextMenuOverrider.getMember[Button] (System.String name)
	KerbalConstructionTime.KCT_KSCContextMenuOverrider+<OnContextMenuSpawn>c__Iterator0.MoveNext ()
	UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress)
[LOG 00:22:30.951] Flight State Captured
[LOG 00:22:30.952] Saving Achievements Tree...
[LOG 00:22:30.952] [KCT] Writing to persistence.
[LOG 00:22:30.952] [KCT] Saving KSC Stock

 

 

Full logs:
https://drive.google.com/open?id=156t7t8kdWiwnaI5Wp0q8xQpcwYwZZa4g

Edited by WuphonsReach
Link to comment
Share on other sites

I use ResearchBodies myself and never had this problem.  Including a link for a full log is always better than a segment as portions that may not be identified as important can actually hold the key to what it really happening. A lesson I have learned long ago :)

Link to comment
Share on other sites

12 hours ago, WuphonsReach said:

I suspected the instant-upgrade might be the ResearchBodies addon that's causing the behavior, but I can make it happen in a game with only KCT installed along with the following two addons.

MagiCore_1.3.0.zip

KerbalConstructionTime_1.3.0.38.zip

Pertinent section of the log file from vanilla 1.3.1 KSP with only the above two files installed in GameData:

Well, that definitely would do it. For some reason it isn't able to override the button, so it's bypassing KCT's upgrade mechanics.

I wonder if it's somehow Linux specific. Or might be a 1.3.1 issue. Definitely try the latest build from the build server (#40) and when I find a moment I'll check if it's working in my 1.3.1 save.

Link to comment
Share on other sites

2 hours ago, magico13 said:

Well, that definitely would do it. For some reason it isn't able to override the button, so it's bypassing KCT's upgrade mechanics.

I wonder if it's somehow Linux specific. Or might be a 1.3.1 issue. Definitely try the latest build from the build server (#40) and when I find a moment I'll check if it's working in my 1.3.1 save.

 

Build #40 log:

https://drive.google.com/open?id=1uABXWs8HOg1OlKOQYdZdRU6lmLAtZNKV

Still instant-upgrade (tried the mission control building this time).

Link to comment
Share on other sites

20 hours ago, WuphonsReach said:

Build #40 log:

https://drive.google.com/open?id=1uABXWs8HOg1OlKOQYdZdRU6lmLAtZNKV

Still instant-upgrade (tried the mission control building this time).

I'm getting it too here on 1.3.1 on Windows*. They might have renamed a few things. I can't debug it right now, but I'll get to it tomorrow.

 

Edit: Seems like it's only happening if I run the 32 bit version of KSP for some reason.

 

Edit2: For some reason the names are all populated on 64bit for me butnot 32 bit, so it can't find it by name. I've added a workaround where it finds the button by index in that case, so try build 42 and see if that fixes it for you @WuphonsReach.

Edited by magico13
Link to comment
Share on other sites

Will give it a go later today or tomorrow.

It seems like the roll-out vs refurbishment slider is backwards.  If I set it to 50%, I get 25 days of roll-out and 25 days of refurbishment.  But when I had it at 30%, I got longer roll-out and shorter refurbishment.  I'm still checking my settings and assumptions...

 

Link to comment
Share on other sites

8 hours ago, WuphonsReach said:

It seems like the roll-out vs refurbishment slider is backwards.  If I set it to 50%, I get 25 days of roll-out and 25 days of refurbishment.  But when I had it at 30%, I got longer roll-out and shorter refurbishment.  I'm still checking my settings and assumptions...

It should be the amount that is rollout, so 0 means 0% rollout and 100% reconditioning. The part of the formula that controls that is

*abs([RE]-[S])

where [RE] is 1 when it's reconditioning (so a split of 30% would give abs(1-0.3) = 0.7) and 0 otherwise (abs(0-0.3) = 0.3)

 

It's totally possible I have something mixed up in code, but I would hope that someone would have noticed it by now.

Edited by magico13
Link to comment
Share on other sites

No issues with build 38 or 42 other then the insta-upgrade bug in KSP Linux 64bit 1.3.1.  And build 42 fixed that.

Still noodling on the rollout vs refurb calculation.  It could be that I might need some "Max()" values on both the RO/Refurb.  So for instance, if the maximum is supposed to be 100d, with the rollout value set to 50% but due to the mass it ends up as 75d rollout, that only leaves 25d for refurb.  I'm also trying to gather data on exactly what it's doing to confirm that suspicion.

ReconditioningFormula = min([M]*[O]*[E], [X])*abs([RE]-[S]) / ([LM]-[L]+1)
Spoiler

KCT_Preset
{
	name = SYB Slower
	shortName = SYBSlower
	description = Slower science & build, with costlier upgrades.
	author = WuphonsReach
	allowDeletion = True
	career = True
	science = True
	sandbox = True
	KCT_Preset_General
	{
		Enabled = True
		BuildTimes = True
		ReconditioningTimes = True
		ReconditioningBlocksPad = True
		TechUnlockTimes = True
		KSCUpgradeTimes = True
		TechUpgrades = True
		SharedUpgradePool = False
		StartingPoints = 15,15,90
		MaxRushClicks = 0
	}
	KCT_Preset_Time
	{
		OverallMultiplier = 15
		BuildEffect = 2.5 // Lower is longer
		InventoryEffect = 300
		ReconditioningEffect = 1200
		MaxReconditioning = 7500000 // 7.5 million is about 105 kerbin days
		RolloutReconSplit = 0.60
	}
	KCT_Preset_Formula
	{
		NodeFormula = 1.2^([N]+[R]) / 86400
		UpgradeFundsFormula = min(2^([N]+4) * 1000, 2048000)
		UpgradeScienceFormula = min(2^([N]+2) * 1.0, 2048)
		ResearchFormula = [N]*0.25/86400
		EffectivePartFormula = min([c]/([I] + ([B]*([U]+1))), [c])*[MV]*[PV]
		ProceduralPartFormula = (([c]-[A]) + ([A]*10/max([I],1))) / max([B]*([U]+1),1) *[MV]*[PV]
		BPFormula = ([E]^(1/2))*2000*[O]
		KSCUpgradeFormula = ([C]^(1/2))*1000*[O]
		ReconditioningFormula = min([M]*[O]*[E], [X])*abs([RE]-[S]) / ([LM]-[L]+1)
		BuildRateFormula = (([I]+1)*0.05*[N] + max(0.1-[I], 0))*sign(2*[L]-[I]+1)
		UpgradeResetFormula = 2*([N]+1)
		InventorySaleFormula = ([V]+[P] / 10000)^(0.5)
		RolloutCostFormula = 0
		NewLaunchPadCostFormula = 250000*([N]^2.5)
	}
	KCT_Preset_Part_Variables
	{
		Part_Variables
		{
		}
		Module_Variables
		{
		}
		Global_Variables
		{
		}
	}
}

 

 

Link to comment
Share on other sites

5 hours ago, WuphonsReach said:

Still noodling on the rollout vs refurb calculation.  It could be that I might need some "Max()" values on both the RO/Refurb.  So for instance, if the maximum is supposed to be 100d, with the rollout value set to 50% but due to the mass it ends up as 75d rollout, that only leaves 25d for refurb.  I'm also trying to gather data on exactly what it's doing to confirm that suspicion.

The reconditioning formula is run twice and the max reconditioning option [X] is accounted for prior to the split being made. So if you have a max of 100 days and 75% goes to rollout, then 75% of 100 days goes to rollout and the other 25% goes to reconditioning. If you tell me what you want it to do I can maybe come up with a formula that does it. Unfortunately the editable formulas were created after I implemented most features, so formulas got shared to make the simpler settings easier on people, whereas these days I would have made separate formulas instead.

Link to comment
Share on other sites

12 hours ago, JeffreyCor said:

Good question, I have no idea really. It depends on how the value is obtained and if it is before or after strategy's are applied. As for if it can, the world waits to hear the answer from the mod master :)

I replied in the StageRecovery thread where they asked the same question. Because StageRecovery returns the funds with the reason of "VesselRecovery" it should, in theory, account for the strategy. But I never actually tested that specific case myself. It could be tested by seeing if the funds mentioned in the StageRecovery window (which are not adjusted for the strategy) are different from the funds actually returned to the player (which would be affected by the strategy).

Link to comment
Share on other sites

Will make note and test that today (as long as time allows) :)

UPDATE: Checked and either it does work or my math sucks :P The amount actually received was more than the total amount listed on the SR windows for the parts recovered during launch.

Edited by JeffreyCor
Link to comment
Share on other sites

  • 4 weeks later...

I've had to remove Scrapyard 0.9.6.70.  After maybe 100-150 vessel launches and recovery with StageRecovery, the VAB/SPH get laggy due to the recalculations.  I'm not seeing any NREs or other exceptions, just slowness as I add/remove parts from the vessel design.  The lag is a pause every few seconds, and clicking on things takes a second or two to register (including modes 2 and 3 where I'm moving/rotating an already attached part).

I suspect something creating/destroying lots and lots of objects which may be triggering excessive garbage collection.  The brute-force approach might be to only update inventory cost / build estimate every 10-60 seconds instead of on every change to the vessel.

 

Link to comment
Share on other sites

17 hours ago, WuphonsReach said:

I've had to remove Scrapyard 0.9.6.70.  After maybe 100-150 vessel launches and recovery with StageRecovery, the VAB/SPH get laggy due to the recalculations.  I'm not seeing any NREs or other exceptions, just slowness as I add/remove parts from the vessel design.  The lag is a pause every few seconds, and clicking on things takes a second or two to register (including modes 2 and 3 where I'm moving/rotating an already attached part).

I suspect something creating/destroying lots and lots of objects which may be triggering excessive garbage collection.  The brute-force approach might be to only update inventory cost / build estimate every 10-60 seconds instead of on every change to the vessel.

It's already reduced to once a second I believe. Any chance you can send me your save file and (if using CKAN) a CKAN mod list? I'd love to do some performance optimization on a realistic save.

Edit: If you're mostly using stock parts, then just the save file should be fine, actually.

Edited by magico13
Link to comment
Share on other sites

  • 2 weeks later...

Just setting up a 1.3.1 career, and I've encountered some log error spam when ever the build window tries to display, and I only see a thin grey line instead of the whole build window. 

I am using:

MagiCore 1.3.0

KRASH 0.5.26

K.C.T. Beta built #43

 

Spoiler

[LOG 15:12:06.222] [KCT] SP UI done
[LOG 15:12:06.223] [KCT] SP switch starting
[LOG 15:12:06.223] [KCT] Switching to LaunchPad: LaunchPad lvl: 1 destroyed? False
[LOG 15:12:06.224] [KCT] SP switch done
[LOG 15:12:06.225] [KCT] SP done
[LOG 15:12:06.225] [KCT] DelayedStart finished
[LOG 15:12:06.239] [KLV][MOD] KLV window start
[LOG 15:12:06.240] [One_Window] Processing ScreenMessages
[LOG 15:12:06.241] [One_Window] ScreenMessages Transforms Processed
[LOG 15:12:06.246] 1/4/2018 3:12:06 PM,TarsierSpaceTech,RT2 present
[LOG 15:12:06.251] 1/4/2018 3:12:06 PM,TarsierSpaceTech-RTWrapper,Remote Tech Version:1.8.0.0
[LOG 15:12:06.264] [KCT] Updating launchpad destruction state.
[LOG 15:12:06.265] [KCT] Updating build rates
[LOG 15:12:06.266] [KCT] Printing crewVars data
[LOG 15:12:06.266] [KCT] L:2
[LOG 15:12:06.267] [KCT] N:0
[LOG 15:12:06.267] [KCT] I:0
[LOG 15:12:06.268] [KCT] R:2
[LOG 15:12:06.268] [KCT] S:0
[LOG 15:12:06.269] [KCT] PiK:2
[LOG 15:12:06.269] [KCT] PiL:10
[LOG 15:12:06.270] [KCT] EnK:1
[LOG 15:12:06.270] [KCT] EnL:5
[LOG 15:12:06.271] [KCT] ScK:1
[LOG 15:12:06.271] [KCT] ScL:5
[LOG 15:12:06.272] [KCT] TPiK:2
[LOG 15:12:06.272] [KCT] TPiL:10
[LOG 15:12:06.273] [KCT] TEnK:1
[LOG 15:12:06.273] [KCT] TEnL:5
[LOG 15:12:06.274] [KCT] TScK:1
[LOG 15:12:06.275] [KCT] TScL:5
[LOG 15:12:06.275] [KCT] Printing crewVars data
[LOG 15:12:06.276] [KCT] L:2
[LOG 15:12:06.276] [KCT] N:0
[LOG 15:12:06.277] [KCT] I:1
[LOG 15:12:06.277] [KCT] R:2
[LOG 15:12:06.278] [KCT] S:0
[LOG 15:12:06.278] [KCT] PiK:2
[LOG 15:12:06.279] [KCT] PiL:10
[LOG 15:12:06.279] [KCT] EnK:1
[LOG 15:12:06.280] [KCT] EnL:5
[LOG 15:12:06.280] [KCT] ScK:1
[LOG 15:12:06.281] [KCT] ScL:5
[LOG 15:12:06.281] [KCT] TPiK:2
[LOG 15:12:06.282] [KCT] TPiL:10
[LOG 15:12:06.282] [KCT] TEnK:1
[LOG 15:12:06.283] [KCT] TEnL:5
[LOG 15:12:06.283] [KCT] TScK:1
[LOG 15:12:06.284] [KCT] TScL:5
[LOG 15:12:06.285] [KCT] Printing crewVars data
[LOG 15:12:06.285] [KCT] L:2
[LOG 15:12:06.286] [KCT] N:0
[LOG 15:12:06.286] [KCT] I:0
[LOG 15:12:06.287] [KCT] R:2
[LOG 15:12:06.287] [KCT] S:0
[LOG 15:12:06.288] [KCT] PiK:2
[LOG 15:12:06.288] [KCT] PiL:10
[LOG 15:12:06.289] [KCT] EnK:1
[LOG 15:12:06.289] [KCT] EnL:5
[LOG 15:12:06.290] [KCT] ScK:1
[LOG 15:12:06.290] [KCT] ScL:5
[LOG 15:12:06.291] [KCT] TPiK:2
[LOG 15:12:06.291] [KCT] TPiL:10
[LOG 15:12:06.292] [KCT] TEnK:1
[LOG 15:12:06.292] [KCT] TEnL:5
[LOG 15:12:06.293] [KCT] TScK:1
[LOG 15:12:06.293] [KCT] TScL:5
[LOG 15:12:06.294] [KCT] Printing crewVars data
[LOG 15:12:06.295] [KCT] L:2
[LOG 15:12:06.295] [KCT] N:0
[LOG 15:12:06.296] [KCT] I:1
[LOG 15:12:06.296] [KCT] R:2
[LOG 15:12:06.297] [KCT] S:0
[LOG 15:12:06.297] [KCT] PiK:2
[LOG 15:12:06.298] [KCT] PiL:10
[LOG 15:12:06.298] [KCT] EnK:1
[LOG 15:12:06.299] [KCT] EnL:5
[LOG 15:12:06.299] [KCT] ScK:1
[LOG 15:12:06.300] [KCT] ScL:5
[LOG 15:12:06.301] [KCT] TPiK:2
[LOG 15:12:06.301] [KCT] TPiL:10
[LOG 15:12:06.302] [KCT] TEnK:1
[LOG 15:12:06.302] [KCT] TEnL:5
[LOG 15:12:06.303] [KCT] TScK:1
[LOG 15:12:06.303] [KCT] TScL:5
[LOG 15:12:06.304] [KCT] VAB Rates:
[LOG 15:12:06.305] [KCT] 0.1
[LOG 15:12:06.305] [KCT] 0
[LOG 15:12:06.306] [KCT] SPH Rates:
[LOG 15:12:06.306] [KCT] 0.1
[LOG 15:12:06.307] [KCT] 0
[LOG 15:12:06.307] [KCT] Printing crewVars data
[LOG 15:12:06.308] [KCT] L:2
[LOG 15:12:06.309] [KCT] N:1
[LOG 15:12:06.309] [KCT] I:0
[LOG 15:12:06.310] [KCT] R:2
[LOG 15:12:06.310] [KCT] S:0
[LOG 15:12:06.311] [KCT] PiK:2
[LOG 15:12:06.311] [KCT] PiL:10
[LOG 15:12:06.312] [KCT] EnK:1
[LOG 15:12:06.312] [KCT] EnL:5
[LOG 15:12:06.313] [KCT] ScK:1
[LOG 15:12:06.313] [KCT] ScL:5
[LOG 15:12:06.314] [KCT] TPiK:2
[LOG 15:12:06.315] [KCT] TPiL:10
[LOG 15:12:06.315] [KCT] TEnK:1
[LOG 15:12:06.316] [KCT] TEnL:5
[LOG 15:12:06.316] [KCT] TScK:1
[LOG 15:12:06.317] [KCT] TScL:5
[LOG 15:12:06.317] [KCT] Printing crewVars data
[LOG 15:12:06.318] [KCT] L:2
[LOG 15:12:06.319] [KCT] N:1
[LOG 15:12:06.319] [KCT] I:1
[LOG 15:12:06.320] [KCT] R:2
[LOG 15:12:06.320] [KCT] S:0
[LOG 15:12:06.321] [KCT] PiK:2
[LOG 15:12:06.321] [KCT] PiL:10
[LOG 15:12:06.322] [KCT] EnK:1
[LOG 15:12:06.322] [KCT] EnL:5
[LOG 15:12:06.323] [KCT] ScK:1
[LOG 15:12:06.323] [KCT] ScL:5
[LOG 15:12:06.324] [KCT] TPiK:2
[LOG 15:12:06.324] [KCT] TPiL:10
[LOG 15:12:06.325] [KCT] TEnK:1
[LOG 15:12:06.326] [KCT] TEnL:5
[LOG 15:12:06.326] [KCT] TScK:1
[LOG 15:12:06.327] [KCT] TScL:5
[LOG 15:12:06.327] [KCT] Printing crewVars data
[LOG 15:12:06.328] [KCT] L:2
[LOG 15:12:06.329] [KCT] N:1
[LOG 15:12:06.329] [KCT] I:2
[LOG 15:12:06.330] [KCT] R:2
[LOG 15:12:06.330] [KCT] S:0
[LOG 15:12:06.331] [KCT] PiK:2
[LOG 15:12:06.331] [KCT] PiL:10
[LOG 15:12:06.332] [KCT] EnK:1
[LOG 15:12:06.332] [KCT] EnL:5
[LOG 15:12:06.333] [KCT] ScK:1
[LOG 15:12:06.333] [KCT] ScL:5
[LOG 15:12:06.334] [KCT] TPiK:2
[LOG 15:12:06.334] [KCT] TPiL:10
[LOG 15:12:06.335] [KCT] TEnK:1
[LOG 15:12:06.335] [KCT] TEnL:5
[LOG 15:12:06.336] [KCT] TScK:1
[LOG 15:12:06.336] [KCT] TScL:5
[LOG 15:12:06.337] [KCT] Printing crewVars data
[LOG 15:12:06.338] [KCT] L:2
[LOG 15:12:06.338] [KCT] N:1
[LOG 15:12:06.339] [KCT] I:0
[LOG 15:12:06.339] [KCT] R:2
[LOG 15:12:06.340] [KCT] S:0
[LOG 15:12:06.340] [KCT] PiK:2
[LOG 15:12:06.341] [KCT] PiL:10
[LOG 15:12:06.341] [KCT] EnK:1
[LOG 15:12:06.342] [KCT] EnL:5
[LOG 15:12:06.342] [KCT] ScK:1
[LOG 15:12:06.343] [KCT] ScL:5
[LOG 15:12:06.343] [KCT] TPiK:2
[LOG 15:12:06.344] [KCT] TPiL:10
[LOG 15:12:06.344] [KCT] TEnK:1
[LOG 15:12:06.345] [KCT] TEnL:5
[LOG 15:12:06.346] [KCT] TScK:1
[LOG 15:12:06.346] [KCT] TScL:5
[LOG 15:12:06.347] [KCT] Printing crewVars data
[LOG 15:12:06.347] [KCT] L:2
[LOG 15:12:06.348] [KCT] N:1
[LOG 15:12:06.348] [KCT] I:1
[LOG 15:12:06.349] [KCT] R:2
[LOG 15:12:06.349] [KCT] S:0
[LOG 15:12:06.350] [KCT] PiK:2
[LOG 15:12:06.350] [KCT] PiL:10
[LOG 15:12:06.351] [KCT] EnK:1
[LOG 15:12:06.352] [KCT] EnL:5
[LOG 15:12:06.352] [KCT] ScK:1
[LOG 15:12:06.353] [KCT] ScL:5
[LOG 15:12:06.353] [KCT] TPiK:2
[LOG 15:12:06.354] [KCT] TPiL:10
[LOG 15:12:06.354] [KCT] TEnK:1
[LOG 15:12:06.355] [KCT] TEnL:5
[LOG 15:12:06.355] [KCT] TScK:1
[LOG 15:12:06.356] [KCT] TScL:5
[LOG 15:12:06.357] [KCT] Printing crewVars data
[LOG 15:12:06.357] [KCT] L:2
[LOG 15:12:06.358] [KCT] N:1
[LOG 15:12:06.358] [KCT] I:2
[LOG 15:12:06.359] [KCT] R:2
[LOG 15:12:06.359] [KCT] S:0
[LOG 15:12:06.360] [KCT] PiK:2
[LOG 15:12:06.360] [KCT] PiL:10
[LOG 15:12:06.361] [KCT] EnK:1
[LOG 15:12:06.361] [KCT] EnL:5
[LOG 15:12:06.362] [KCT] ScK:1
[LOG 15:12:06.363] [KCT] ScL:5
[LOG 15:12:06.363] [KCT] TPiK:2
[LOG 15:12:06.364] [KCT] TPiL:10
[LOG 15:12:06.364] [KCT] TEnK:1
[LOG 15:12:06.365] [KCT] TEnL:5
[LOG 15:12:06.365] [KCT] TScK:1
[LOG 15:12:06.366] [KCT] TScL:5
[LOG 15:12:06.366] [KCT] Rates updated
[LOG 15:12:06.367] [KCT] Cached Administration max at 2
[LOG 15:12:06.368] [KCT] Cached AstronautComplex max at 2
[LOG 15:12:06.368] [KCT] Cached LaunchPad max at 2
[LOG 15:12:06.369] [KCT] Cached MissionControl max at 2
[LOG 15:12:06.369] [KCT] Cached ResearchAndDevelopment max at 2
[LOG 15:12:06.370] [KCT] Cached Runway max at 2
[LOG 15:12:06.371] [KCT] Cached TrackingStation max at 2
[LOG 15:12:06.371] [KCT] Cached SpaceplaneHangar max at 2
[LOG 15:12:06.372] [KCT] Cached VehicleAssemblyBuilding max at 2
[LOG 15:12:06.374] CorrectCoL_Persistent.Start
[LOG 15:12:06.375] [CustomAsteroids]: Booting asteroid driver...
[LOG 15:12:06.376] [CustomAsteroids]: Asteroid driver started.
[LOG 15:12:06.385] [Kopernicus] ScenarioDiscoverableObjects successfully removed.
[LOG 15:12:06.386] [Kopernicus] No new objects this time. (Probablility is 50%)
[LOG 15:12:06.388] [SCANsat] Loading Kopernicus On Demand PQSMod For Kerbin
[LOG 15:12:06.391] [EVE CloudsManager]: Disable clouds when camera: -600000 layer: 4000
[LOG 15:12:06.397] [SCANsat] All Height Maps Generated
[EXC 15:12:06.417] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:06.421] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[LOG 15:12:06.683] [CustomBarnKit] Loading new upgrades prices
[LOG 15:12:06.760] [ModularFlightIntegrator] CalculateSunBodyFlux already has an override
[ERR 15:12:06.781] [SurfaceObject]: Cannot return to original parent, it no longer exists.

[LOG 15:12:06.783] [Kopernicus] Fixed SpaceCenterCamera
[LOG 15:12:06.790] [UiApp] Awake: KSPedia
[LOG 15:12:06.791] [ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True
[LOG 15:12:06.792] [ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft
[LOG 15:12:06.794] [ApplicationLauncher] SetVisible: 
[LOG 15:12:06.798] ScaleModList: listSize 205 maxListSize 1164
[LOG 15:12:06.801] ScaleModList: listSize 205 maxListSize 1155
[LOG 15:12:06.803] ScaleModList: listSize 205 maxListSize 1155
[LOG 15:12:06.806] ScaleModList: listSize 205 maxListSize 1155
[LOG 15:12:06.809] ScaleModList: listSize 205 maxListSize 1155
[LOG 15:12:06.812] ScaleModList: listSize 246 maxListSize 1155
[LOG 15:12:06.815] ScaleModList: listSize 205 maxListSize 1155
[LOG 15:12:06.818] ScaleModList: listSize 246 maxListSize 1155
[LOG 15:12:06.821] ScaleModList: listSize 287 maxListSize 1155
[LOG 15:12:06.824] ScaleModList: listSize 328 maxListSize 1155
[LOG 15:12:06.828] ScaleModList: listSize 369 maxListSize 1155
[LOG 15:12:06.830] ScaleModList: listSize 328 maxListSize 1155
[LOG 15:12:06.831] [1/4/2018 3:12:06 PM [x] Science!]: <Trace> (ScienceChecklistAddon) - Load
[WRN 15:12:06.832] [1/4/2018 3:12:06 PM [x] Science!]: <Info> (ScienceChecklistAddon) - Game type is SANDBOX. Deactivating.
[LOG 15:12:06.837] ScaleModList: listSize 369 maxListSize 1155
[LOG 15:12:06.840] ScaleModList: listSize 328 maxListSize 1155
[LOG 15:12:06.843] ScaleModList: listSize 369 maxListSize 1155
[LOG 15:12:06.846] ScaleModList: listSize 328 maxListSize 1155
[LOG 15:12:06.847] FF: using stock toolbar button
[LOG 15:12:06.850] ScaleModList: listSize 369 maxListSize 1155
[LOG 15:12:06.853] ScaleModList: listSize 328 maxListSize 1155
[LOG 15:12:06.853] [Kopernicus]: StarLightSwitcher: Set active star => Sun
[LOG 15:12:06.874] ScaleModList: listSize 369 maxListSize 1155
[LOG 15:12:06.879] ScaleModList: listSize 410 maxListSize 1155
[LOG 15:12:06.887] [UIApp] OnDestroy: ContractsApp
[EXC 15:12:06.895] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:06.899] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[LOG 15:12:06.902] [MessageSystem] Reposition 0.02 12085
[EXC 15:12:06.980] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:06.985] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:06.998] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.001] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.017] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.022] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.048] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.051] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.080] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.082] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.113] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.116] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[LOG 15:12:07.120] [UIApp] Adding KSPedia to Application Launcher
[LOG 15:12:07.124] ScaleModList: listSize 410 maxListSize 1114
[EXC 15:12:07.133] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.138] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.163] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.166] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.179] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.183] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.209] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.212] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.241] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.244] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.273] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.275] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.308] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.312] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[LOG 15:12:07.316] [UIMasterController]: ShowUI
[EXC 15:12:07.337] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.341] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.370] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.372] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.403] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.407] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.552] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.555] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.581] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.584] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.607] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.611] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[EXC 15:12:07.640] MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
	UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
	UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)

 

Spoiler

Unloading 7 unused Assets to reduce memory usage. Loaded Objects now: 153053.
Total: 256.440552 ms (FindLiveObjects: 8.509856 ms CreateObjectMapping: 7.566456 ms MarkObjects: 240.198318 ms  DeleteObjects: 0.165929 ms)

[CustomBarnKit] Loading new upgrades prices
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] CalculateSunBodyFlux already has an override
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[SurfaceObject]: Cannot return to original parent, it no longer exists.
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Kopernicus] Fixed SpaceCenterCamera
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[UiApp] Awake: KSPedia
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ApplicationLauncher] SetVisible: 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 205 maxListSize 1164
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 205 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 205 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 205 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 205 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 246 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 205 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 246 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 287 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 328 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 369 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 328 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[1/4/2018 3:12:06 PM [x] Science!]: <Trace> (ScienceChecklistAddon) - Load
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[1/4/2018 3:12:06 PM [x] Science!]: <Info> (ScienceChecklistAddon) - Game type is SANDBOX. Deactivating.
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 369 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 328 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 369 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 328 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

FF: using stock toolbar button
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 369 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 328 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Kopernicus]: StarLightSwitcher: Set active star => Sun
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 369 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 410 maxListSize 1155
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[UIApp] OnDestroy: ContractsApp
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

[MessageSystem] Reposition 0.02 12085
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

[UIApp] Adding KSPedia to Application Launcher
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 410 maxListSize 1114
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

[UIMasterController]: ShowUI
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

MissingMethodException: Method not found: 'MultiOptionDialog..ctor'.
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

 

The KCT settings window is completely blank as well, it only has the "KCT settings" title at the top.

EDIT: Rolling back to beta #42 fixes the problem. 

Edited by Errol
Link to comment
Share on other sites

  • 2 weeks later...

I just want to say that I am really enjoying this mod. Normally, I am able to launch on every launch window opportunity and have craft on their way to everywhere by the end of the first year. I'm 5 years in and while I have a decent Mun base (that took months to build) I have only two interplanetary missions, one of which is Val is on Duna waiting for a return window. It feels more like a real space program.

Link to comment
Share on other sites

On ‎1‎/‎12‎/‎2018 at 2:54 PM, CaptKordite said:

I just want to say that I am really enjoying this mod. Normally, I am able to launch on every launch window opportunity and have craft on their way to everywhere by the end of the first year. I'm 5 years in and while I have a decent Mun base (that took months to build) I have only two interplanetary missions, one of which is Val is on Duna waiting for a return window. It feels more like a real space program.

KCT is one of my absolutely favorite mods for exactly this reason. In fact, when I started a brand new career for 1.31, I originally had decided to wait until KCT and Scrapyard were out of beta. I eventually did start my career (without KCT or Scrapyard), but I am compromising in that I am setting up my basic satellite com system and the like and not doing any "real" mission until KCT is out (of beta). That allows me to get through that same very basic setup we've all done countless times rather quickly while not feeling too cheaty.

I am really hoping that someday there will be a KSP 2 that will include KCT and Scrapyard into stock (as well as a whole bunch of other mods, obviously). The still-active long-term development community of modders is absolutely amazing. I really think we owe @magico13 a boatload of thanks and more than a few coffees. :)

Link to comment
Share on other sites

  • 3 weeks later...
5 hours ago, Omegabigb said:

I agree KCT is one of the most immersive mods out there, but is this mod still alive?

There doesn't appear to have been an update in months.

Yeah, it's alive but I'm not doing a lot with it right now. When I've been working on mods I've been trying to get ScrapYard completed and recently have been trying to fix some stuff in StageRecovery.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...