New Horizons Posted November 4, 2019 Share Posted November 4, 2019 Is there a version, which works best with KSP 1.7.3? Quote Link to comment Share on other sites More sharing options...
Jacke Posted November 4, 2019 Share Posted November 4, 2019 1 hour ago, New Horizons said: Is there a version, which works best with KSP 1.7.3? Literally my post just above yours! Please read a page or two of a topic. Quote Link to comment Share on other sites More sharing options...
New Horizons Posted November 4, 2019 Share Posted November 4, 2019 @Jacke: Thank you for pinpointing to your link. I was aware of it, but this version is not compatible to KSP 1.7.3 as version file says. Quote Link to comment Share on other sites More sharing options...
Jacke Posted November 4, 2019 Share Posted November 4, 2019 5 minutes ago, New Horizons said: @Jacke: Thank you for pinpointing to your link. I was aware of it, but this version is not compatible to KSP 1.7.3 as version file says. CustomBarnKit v1.1.19 was released under KSP 1.6, but most mods released for 1.6.x still worked under 1.7.x. You should test it. Considering a version wasn't released until 1.1.20 and there was no other complaints about it not working, I'd say it likely will. For KSP 1.7.3 under CKAN, I marked mods compiled for KSP 1.7.x, 1.6.x, and 1.5.x as compatible as they usually were. Quote Link to comment Share on other sites More sharing options...
zer0Kerbal Posted November 4, 2019 Share Posted November 4, 2019 quick question: does CBK support more than three levels ? (so VAB/SPH) - am mulling over writing a config that has ten levels - mostly for the VAB/SPH/LP/RW to have more granularity in part count / max weight. Quote Link to comment Share on other sites More sharing options...
zer0Kerbal Posted November 6, 2019 Share Posted November 6, 2019 On 11/4/2019 at 8:46 PM, zer0Kerbal said: quick question: does CBK support more than three levels ? (so VAB/SPH) - am mulling over writing a config that has ten levels - mostly for the VAB/SPH/LP/RW to have more granularity in part count / max weight. Yes, it does. Now working on a config called Komplexity - Quote Link to comment Share on other sites More sharing options...
juvilado Posted April 18, 2020 Share Posted April 18, 2020 (edited) Hi, i cannot upgrade tracking station to level 4, it says 2Fully upgraded" at level 3...with OPM and this. Any help? Thanks Edit: Solved Edited April 20, 2020 by juvilado Quote Link to comment Share on other sites More sharing options...
deltadart Posted April 30, 2020 Share Posted April 30, 2020 Ok, first time here. I'm currently running ksp 1.8.2, with essentially 2 mods (+their dependancies) : outer planet mod, procedural parts. so i have a science mode save, and I have that bug saying "EVA not possible, upgrade astro complex first" or equivalently : "can't launch current vessel : design is over x parts" wich shouldn't make sense because science mode. I've searched for clues for a few days but I feel out of options. Of course, right clicking on said buildings lets me know they are fully upgraded. I've noticed CBK was used by OPM to extend tracking station to a fourth level, wich is really helpfull. Noticing CBK was used to mess with building levels, I removed it from my mods (i use ckan to manage my mods) and, you guessed it, no more bugs. Turned it back on a few game hours later, bug is back. Running out of other options than coming to beg for help here, well, here I am. (apologies for not clearly understanding what "logs" are or how can i get them) Quote Link to comment Share on other sites More sharing options...
Poodmund Posted April 30, 2020 Share Posted April 30, 2020 This issue was been posted on the Git tracker a while back: https://github.com/sarbian/CustomBarnKit/issues/8. If anyone can find a consistent way to reproduce the issue then, please, let us all know. Quote Link to comment Share on other sites More sharing options...
flamerboy67664 Posted April 30, 2020 Share Posted April 30, 2020 (edited) 1 hour ago, deltadart said: Ok, first time here. I'm currently running ksp 1.8.2, with essentially 2 mods (+their dependancies) : outer planet mod, procedural parts. so i have a science mode save, and I have that bug saying "EVA not possible, upgrade astro complex first" or equivalently : "can't launch current vessel : design is over x parts" wich shouldn't make sense because science mode. I've searched for clues for a few days but I feel out of options. Of course, right clicking on said buildings lets me know they are fully upgraded. I've noticed CBK was used by OPM to extend tracking station to a fourth level, wich is really helpfull. Noticing CBK was used to mess with building levels, I removed it from my mods (i use ckan to manage my mods) and, you guessed it, no more bugs. Turned it back on a few game hours later, bug is back. Running out of other options than coming to beg for help here, well, here I am. (apologies for not clearly understanding what "logs" are or how can i get them) 33 minutes ago, Poodmund said: This issue was been posted on the Git tracker a while back: https://github.com/sarbian/CustomBarnKit/issues/8. If anyone can find a consistent way to reproduce the issue then, please, let us all know. same to me in 1.8.1 running 157 various mods also with OPM. Thing is, everything works fine until I open the tracking station. After that creation of maneuver nodes and EVA are disabled. Only opening the Tracking Station produces the bug; the astronaut complex, mission control, admin building do work rather fine. My current workaround is to close the save and open it again from the main menu, though. edit: I can also EVA without problem using Ship Manifest though, even when bug is active. Edited April 30, 2020 by flamerboy67664 Quote Link to comment Share on other sites More sharing options...
Poodmund Posted April 30, 2020 Share Posted April 30, 2020 For reference this is the CustomBarnKit patch in OPM, as far as I am aware there is no correct syntax in it: https://github.com/Poodmund/Outer-Planets-Mod/blob/master/GameData/OPM/OPM_CommNet.cfg Quote Link to comment Share on other sites More sharing options...
MKSheppard Posted June 17, 2020 Share Posted June 17, 2020 This appears to work in 1.9.1 Here's a CFG file to make you have unlimited parts from the start in the VAB, being limited only by vehicle size and tonnage on the pad, in more logical increments: @CUSTOMBARNKIT { !VAB{}// We nuke the old VAB. VAB { levels = 3 upgradesVisual = 1, 2, 3 upgrades = 50000, 75000, 112500 actionGroupsStockUnlock = 2 actionGroupsCustomUnlock = 3 partCountLimit = -1, -1, -1 } //------------------------------------------------ !LAUNCHPAD{}// We nuke the old LAUNCHPAD LAUNCHPAD { levels = 6 upgradesVisual = 1, 1, 2, 2, 3, 3 upgrades = 50000, 75000, 112500, 168750, 253125, 379688 craftMassLimit = 18, 45, 145, 400, 1200, -1 craftSizeLimit { size = 15, 20, 15 //width, height, length Level 1 Start size = 22.5, 30, 22.5 //width, height, length Level 2 size = 33.8, 45, 33.8 //width, height, length Level 3 size = 50.6, 67.5, 50.6 //width, height, length Level 4 size = 75, 100, 75 //width, height, length Level 5 size = -1, -1, -1 //width, height, length Level 6 } useBuilding = false } //------------------------------------------------ } //END OF FILE This makes you have a launch pad that goes: 18 tonnes (20m height) START 45 tonnes (30m height) Level 2 145 tonnes (45m height) Level 3 400 tonnes (67.5m height) Level 4 1200 tonnes (100m height) Level 5 UNLIMITED UNLIMITED Level 6 Quote Link to comment Share on other sites More sharing options...
JebIsDeadBaby Posted August 22, 2020 Share Posted August 22, 2020 Does CBK work with 1.10? I use it with Bureaucracy but in-game values for upgraded buildings are a weird mix of both. VAB for example: CBK - VAB { levels = 3 upgradesVisual = 1, 2, 3 upgrades = 56000, 225000, 845000 partCountLimit = 30, 255, -1 } BUREAUCRACY - @VAB { @levels = 5 @upgradesVisual = 1, 1, 2, 2, 3 @upgrades = 56000, 112000, 224000, 448000, 896000 @partCountLimit = 30, 60, 120, 240, -1 } What I get in-game for the first upgrade: cost 450000, parts 120. Or Mission Control CBK - MISSION { levels = 3 upgradesVisual = 1, 2, 3 upgrades = 19000, 75000, 282000 activeContractsLimit = 2, 7, -1 } BUREAUCRACY - @MISSION { @levels = 4 @upgradesVisual = 1, 2, 2, 3 @upgrades = 19000, 38000, 76000, 152000 @activeContractsLimit = 2, 4, 8, -1 } In game first upgrade - cost 150000, active contracts - 8 In my KSP log I see that Bureaucracy values are applied correctly, so it seems that the game or CBK do not interpret them correctly. Quote Link to comment Share on other sites More sharing options...
Poodmund Posted August 22, 2020 Share Posted August 22, 2020 Yeah it doesn't seem to be assigned the correct values to the right facility level since 1.8.0... but I couldn't figure out any kind of consistent reproduction steps. Quote Link to comment Share on other sites More sharing options...
JebIsDeadBaby Posted August 22, 2020 Share Posted August 22, 2020 (edited) Was looking through KSP.log again and found this: [ERR 16:37:17.401] Exception handling event onNewGameLevelLoadRequestWasSanctionedAndActioned in class CustomBarnKit:System.ArgumentException: The Object you want to instantiate is null. at UnityEngine.Object.Instantiate[T] (T original) [0x0003d] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at CustomBarnKit.CustomBarnKit.LoadUpgradesPrices () [0x0015e] in <d1abfd90e526443c9289aaa81ce9b36e>:0 at CustomBarnKit.CustomBarnKit.LoadUpgradesPricesSceneChange (GameScenes data) [0x0000d] in <d1abfd90e526443c9289aaa81ce9b36e>:0 at EventData`1[T].Fire (T data) [0x000b0] in <c1858a3f77504bd1aaa946fdccf84670>:0 [EXC 16:37:17.402] ArgumentException: The Object you want to instantiate is null. UnityEngine.Object.Instantiate[T] (T original) (at <5aeafee3fea24f37abd1315553f2cfa6>:0) CustomBarnKit.CustomBarnKit.LoadUpgradesPrices () (at <d1abfd90e526443c9289aaa81ce9b36e>:0) CustomBarnKit.CustomBarnKit.LoadUpgradesPricesSceneChange (GameScenes data) (at <d1abfd90e526443c9289aaa81ce9b36e>:0) EventData`1[T].Fire (T data) (at <c1858a3f77504bd1aaa946fdccf84670>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) EventData`1:Fire(GameScenes) <FireLoadedEvent>d__44:MoveNext() UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) These prices from my examples didn't come from any of the configs and this error message says something about setting prices. Maybe it's important. Edited August 22, 2020 by JebIsDeadBaby Quote Link to comment Share on other sites More sharing options...
siimav Posted August 23, 2020 Share Posted August 23, 2020 Try redownloading CBK. The latest version had an issue at first but it was fixed a few hours later. If that still doesn't work then please try reverting to the previous release. Quote Link to comment Share on other sites More sharing options...
JebIsDeadBaby Posted August 23, 2020 Share Posted August 23, 2020 @siimav Huh, you mean 1.1.21 should work? Because it doesn't for me. However, after reading your comment I reverted to 1.1.20 to give it a try and it works! Back to the game then! Quote Link to comment Share on other sites More sharing options...
nsgallup Posted October 5, 2020 Share Posted October 5, 2020 On 8/23/2020 at 5:00 AM, siimav said: Try redownloading CBK. The latest version had an issue at first but it was fixed a few hours later. If that still doesn't work then please try reverting to the previous release. I am having the same issue in science mode with 1.1.21 and 1.1.20 where connectivity does not work, and I also had an issue where I could not EVA or make maneuver nodes. Quote Link to comment Share on other sites More sharing options...
toric5 Posted October 5, 2020 Share Posted October 5, 2020 On 5/13/2015 at 6:57 AM, sarbian said: KSP 1.8 Fix a bug that would reset the buildings levels when using the "Switch Editor" button I am still experienceing this bug. Quote Link to comment Share on other sites More sharing options...
New Horizons Posted December 26, 2020 Share Posted December 26, 2020 Is there a download link for V1.1.21 or an even newer github repository? Quote Link to comment Share on other sites More sharing options...
Nik Power Posted December 27, 2020 Share Posted December 27, 2020 20 hours ago, New Horizons said: Is there a download link for V1.1.21 or an even newer github repository? https://ksp.sarbian.com/jenkins/job/CustomBarnKit/lastSuccessfulBuild/artifact/CustomBarnKit-1.1.21.0.zip Quote Link to comment Share on other sites More sharing options...
justcausebr0 Posted January 20, 2021 Share Posted January 20, 2021 I am running KSP 1.8.1 because I have a lot of mods running on that version, one of which is custom barn kits. I ran into an error on a sandbox save and I am checking mod forums to see if someone can help. The mod list is long so i wont go into it unless asked, but the error is my building on a sandbox playthrough are max level but will only let me launch vessels that satisfy the buildings level one build limits Quote Link to comment Share on other sites More sharing options...
alexv86 Posted January 29, 2021 Share Posted January 29, 2021 On 1/20/2021 at 3:50 PM, justcausebr0 said: I am running KSP 1.8.1 because I have a lot of mods running on that version, one of which is custom barn kits. I ran into an error on a sandbox save and I am checking mod forums to see if someone can help. The mod list is long so i wont go into it unless asked, but the error is my building on a sandbox playthrough are max level but will only let me launch vessels that satisfy the buildings level one build limits ^^^ Look a few posts above yours to find: deltadart Newbie New Members 0 1 post Posted April 30, 2020 Ok, first time here. I'm currently running ksp 1.8.2, with essentially 2 mods (+their dependancies) : outer planet mod, procedural parts. so i have a science mode save, and I have that bug saying "EVA not possible, upgrade astro complex first" or equivalently : "can't launch current vessel : design is over x parts" wich shouldn't make sense because science mode. I've searched for clues for a few days but I feel out of options. Of course, right clicking on said buildings lets me know they are fully upgraded. I've noticed CBK was used by OPM to extend tracking station to a fourth level, wich is really helpfull. Noticing CBK was used to mess with building levels, I removed it from my mods (i use ckan to manage my mods) and, you guessed it, no more bugs. Turned it back on a few game hours later, bug is back. Running out of other options than coming to beg for help here, well, here I am. (apologies for not clearly understanding what "logs" are or how can i get them) Quote Link to comment Share on other sites More sharing options...
Evco Posted March 16, 2021 Share Posted March 16, 2021 On 10/5/2020 at 6:37 PM, nsgallup said: I am having the same issue in science mode with 1.1.21 and 1.1.20 where connectivity does not work, and I also had an issue where I could not EVA or make maneuver nodes. I knew it was a long shot but i was hoping and praying that somehow this mod would work in 1.11, but after testing I get this same bug. No vessel connectivity; only KSC connectivity. Kerbals will also refuse to take anything but a parachute with them lol. Quote Link to comment Share on other sites More sharing options...
AccidentalDisassembly Posted March 17, 2021 Share Posted March 17, 2021 18 hours ago, Evco said: I knew it was a long shot but i was hoping and praying that somehow this mod would work in 1.11, but after testing I get this same bug. No vessel connectivity; only KSC connectivity. Kerbals will also refuse to take anything but a parachute with them lol. I am playing in 1.11.1/2 and do not have this issue at all; perhaps it's some interaction with another mod? I've had no such problem even with various planet packs that use CBK differently (add more or fewer levels of DSN, different strategies, etc.) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.