-
Posts
25,051 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
Originally made by forum user @Tyko, original thread here:https://forum.kerbalspaceprogram.com/index.php?/topic/172457-17x-msp-3000-material-science-pod/ I've adopted and updated it. The original is fine, this has my take on it. Because of that, the part has been renamed. What it does Adds a new Material Science Pod part. The pod collects the same experiment as the larger Material Science Bay, but it's resized and weight balanced to be mounted opposite a Mystery Goo Container. To game balance the smaller size and weight, the MSP-3000 unlocks later in the tech tree in the Miniaturization node. Availability Source code: https://github.com/linuxgurugamer/Material-Science-Pod Download: https://spacedock.info/mod/2642/Material Science Pod Updated?ga=<Game+3102+'Kerbal+Space+Program'> License: MIT Available via CKAN Changelog Adoption by Linuxgurugamer Renamed part to MSP-3000a to avoid conflicts with the existing MSP-3000 Changed mass to 0.1 Renamed mod directory Merged in CareerPatch Made tags the same as the Material Science Bay Increased the costs
- 11 replies
-
- 11
-
-
Get the necessary updates done for 1.11 and beyond. Adopt a few more mods Continue my current career on stream Possibly revive my JNSQ career
-
New release, 0.3.7.3 Added check for part already added. PlumeParty has a number of parts which apparently have also been included in other mods (ChrayolDesign is one) and was causing errors because of duplicate parts Note: This is really a bug in (probably) the Chrayon Design Org, or maybe it is a bad install. ChrayonDesign has PlumeParty embeded inside it, in it's entirety. The file vent.cfg is in both, and I'm not sure what the correct setup should be. But there should never be two parts with the identical name. I have no idea what will happen in KSP with multiple identical-named parts Pinging @JadeOfMaar & @DylanSemrau to get this fixed. Please verify that you did disable the ToolbarEnabled AND restarted after installing this version. Ummm, what? I just did a search, there is no setting by that name. This mod does NOT use the ToolbarController
-
You know, there is a reason I did a beta. So, how about some specifics. Like, what's missing beyond stock. And you do know that stock shows up as squad and squad expansion, right? I didnt touch that part of the filter at all, so I have no idea what's happening. I know that squad shows up for me in my tests and career game. A log file would also be useful
-
New release (out of beta) 0.3.7.2 0.3.7.1 (released as beta) Added check for "None" in ModFilterWindow Changed non-static vars to static to fix nullrefs origBackgroundColor; styleButtonLeftAligned; Revamped part sizes to use bulkhead profiles instead of node sizes Added new section to FiltersConfig.cfg for all known bulkheadProfiles Made initialization static to minimize entry time into the editor after the first time Improved sort of entries in filter window Added "-v2" to the name of the JCModfilter file names Added saving of window positions in the Editor New Dependency SpaceTuxLibrary 0.3.7.2 Removed unnecessary message about missing WinPos.cfg file Note: CKAN has been updated, may take a few minutes to become available. If you get an error after an immediate update (ie: within 10 minutes of this post), wait a few minutes, refresh CKAN and try again. Or, just manually select the SpaceTuxLibrary for install
-
[1.7, 1.8, 1.9] Kerbalized SpaceX BETA
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
On my list of things to do, but I still need to rebalance the parts -
[1.9.x] PicoPort, the Micro Docking Ports
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
-
[1.9.x] PicoPort, the Micro Docking Ports
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
yes -
[1.12.x] The 0.35m SSR MicroSat and Airlaunch Vehicle
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Thank you. I'll review it, and if it all looks ok, will merge it in. Since this is a manual merge, it may take a few days -
[1.12.x] NASA CountDown Clock Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
You have other problems as well. Your log file specifies the problems: [WRN 16:19:49.747] AssemblyLoader: Assembly 'ToolbarController' has not met dependency 'ClickThroughBlocker' V1.0.0 [WRN 16:19:49.747] AssemblyLoader: Assembly 'ToolbarController' is missing 1 dependencies [WRN 16:19:49.747] AssemblyLoader: Assembly 'CraftManager' has not met dependency 'KXAPI' V1.0.0 [WRN 16:19:49.747] AssemblyLoader: Assembly 'CraftManager' is missing 1 dependencies [WRN 16:19:49.747] AssemblyLoader: Assembly 'JanitorsCloset' has not met dependency 'ClickThroughBlocker' V1.0.0 [WRN 16:19:49.747] AssemblyLoader: Assembly 'JanitorsCloset' is missing 1 dependencies [ERR 16:19:49.958] ADDON BINDER: Cannot resolve assembly: BasicOrbit.Unity, Culture=neutral, PublicKeyToken=null [ERR 16:19:49.958] ADDON BINDER: Cannot resolve assembly: BasicOrbit.Unity, Culture=neutral, PublicKeyToken=null [ERR 16:19:49.966] ADDON BINDER: Cannot resolve assembly: KSPDev_Utils.2.4, Culture=neutral, PublicKeyToken=null [ERR 16:19:50.012] ADDON BINDER: Cannot resolve assembly: KSPDev_Utils.2.4, Culture=neutral, PublicKeyToken=null This mod requires the ToolbarController and ClickThroughBlocker. If either isn't there, it won't work. Also, The Janitor's Closet also requires the same things Craft Manager requires KXAPI. And I'm not sure what's going on with BasicOrbit, looking further into the log file shows that it seems to be working. I'm going to assume you didn't install using CKAN, which is why you are missing dependencies.