-
Posts
884 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Rodger
-
We can't really give proper support for RO installs, maybe try the RO discord? But you could try this patch first: https://drive.google.com/file/d/1-OiSO4lwoEVtndGBZO3XDcqj4FfTCay7/view?usp=sharing Just place it somewhere in GameData. It may not do anything though, especially if there's a deeper cause for drag cube generation failing.
-
[1.12.5] Restock - Revamping KSP's art (August 28)
Rodger replied to Nertea's topic in KSP1 Mod Releases
If you make your +PART patch run in in the FINAL pass, it will have the restock models. eg: +PART[restocked-part]:FINAL { @name = new-part-name etc } If it isn't run in the FINAL pass, it's possible to copy the part before the models are swapped. Though I think restock swaps models in the "000_ReStock" pass, so just as long as your patch is after that alphabetically it should work too. It's generally best to use FINAL for personal patches anyway. -
It's not pulled into the main branch yet, but I have an updated version of BellaTU with fixes for the GLV decoupler, Titan I tank ends, a panel on the Transtage, the truss structure on the Centaur avionics, and a new simple set of textures for the Atlas CELV Skirt so it mostly matches the rest of the Atlas parts: https://github.com/Rodg88/Bella_TU/archive/refs/heads/dev.zip
-
Pretty much, we don’t have any active coders on the team. The bdb module was based on deployable engines anyway, and it’s more up to date this way. With this change, you’ll now be able to retract deployed engines in the vab instead of needing to replace it with a new copy of the part, and in flight they will retract when you shut down a deployed engine.
-
Just a heads-up for people using the dev branch, the current version of it has a new dependency - DeployableEngines. A copy is included in the dev branch's GameData, or get it here: https://github.com/post-kerbin-mining-corporation/DeployableEngines/releases (you might already have it if you use Nerta's CryoEngines or KerbalAtomics)
-
[Min KSP 1.11] Mk-33: X-33-inspired parts for KSP!
Rodger replied to Angelo Kerman's topic in KSP1 Mod Releases
Rename 'Mk33CryoEnginesCRP.txt' in the Mk-33/Extras folder to 'Mk33CryoEnginesCRP.cfg', and make sure you have Community Resource Pack installed. It might also require the CryoTanks mod? Or having it just enables the boiloff system. https://github.com/post-kerbin-mining-corporation/CryoTanks/releases -
You might need to set the KAS connector/plug, from the yellow hose that is attaching the launchpad to the base, into "docked" connection mode, so it all becomes one craft.
-
Here’s fine. Do you have BellaTU installed? I did an update for that recently-ish, but pretty sure I did miss some parts. I can probably give it another look soon. IR isn’t going to be supported in BDB, and not even sure that part would work in IR. So unless Zorg really want to start losing hair at an accelerated rate it’s unlikely
-
AFAIK SystemHeat is a hard dep for FFT. You could maybe make a patch to make a super op radiator to 'solve' any heating issue, or just build craft as intended by the mod.
-
[Minimum KSP version - 1.11] Kerbal Attachment System (KAS) v1.12
Rodger replied to IgorZ's topic in KSP1 Mod Releases
Haha no worries, glad it could be rolled into the release! I use a lot of hoses at my surface bases, and this makes them look a lot nicer over all! -
[1.12.*] MOAR [x] Science! - KSP Science report and checklist
Rodger replied to linuxgurugamer's topic in KSP1 Mod Releases
If we're talking new features, I'd love an extra set of AND filters for "current body", "current situation", and "current biome". So I can toggle on "all available on craft" then just restrict the shown results to "only current body, any biome, only landed" or "only current body, any situation, only current biome". Currently I just always type in the manual filter the name of the body and a biome and/or situation, and pretty much need to do so any time I use the main [x] science window. -
[1.12.5] Restock - Revamping KSP's art (August 28)
Rodger replied to Nertea's topic in KSP1 Mod Releases
Have you deleted parts from the Squad folders? You don't need to do this, restock will already unload all the stock resources. If not, you might need to verify game cache on steam and start from a fresh install. BTW Parallax also requires Kopernicus, and you might want to make sure you have "ModuleManager.4.2.2.dll" instead of the version you have. -
[1.8 - 1.12] KSPCommunityFixes - Bugfixes and QoL tweaks
Rodger replied to Gotmachine's topic in KSP1 Mod Releases
Yep: @KSP_COMMUNITY_FIXES:FINAL { @DisableManeuverTool = true } -
[1.12.x] Shaddy - A Shader Library for KSP Modding [v2.5]
Rodger replied to Icecovery's topic in KSP1 Mod Releases
If people want full res versions of the NFS textures, just overwrite the ones in Shaddy with these: https://drive.google.com/file/d/1-O9Iw25yzVvBFTlaN20MaUqnFPSMBb4I/view?usp=sharing -
[1.12.x] Shaddy - A Shader Library for KSP Modding [v2.5]
Rodger replied to Icecovery's topic in KSP1 Mod Releases
Coming soon! -
Dev will almost always be ahead of CKAN, CKAN is just linked to the main release on spacedock. Even main branch on GitHub atm will be ahead of CKAN, as it has some of the bugfixes that dev gets. I don't know how CKAN would go about picking up on an existing mod you've installed manually though, like when you've manually installed dev branch but want to switch to a CKAN installed version.