I don't know how, and I don't know why, but apparently it is possible to land an interstellar craft on the Mun.

Ngl I only did this because I got distracted by a perfect Mun encounter while testing ksp with vulcan.

u/Weary-Support-7383 — 10 hours ago
▲ 379 r/KSPMemes+1 crossposts

Autostrut my beloved

Music: "The World Revolving" by Toby Fox

Ignore the part where my reactor overheats because I forgot to make two separate heat loops.

u/Weary-Support-7383 — 5 days ago
▲ 1.4k r/KSPMemes+1 crossposts

KSP players designing the single largest space station ever built (It will be sent up in one piece)

Music: "Death By Glamor" by Toby Fox

u/Weary-Support-7383 — 5 days ago

Sometimes I despise AI

I've been working on a mod that allows me to fire BDA guns using action groups, using gemini to help me write some of the code. So far I've been jumping through all these hoops to avoid private variables, only for it to just now tell me I can just override private variables and my code will compile just fine.

Edit: Nevermind, it didn't work 😭

u/Weary-Support-7383 — 8 days ago

Anyone know how to disable BDAe gun clearance checks?

I have some BDAe small continuous lasers set up, and I want to create an effect like they're merging into one beam. (If you couldn't tell I'm building a death star) I figured I could do this by having a small structural part that just blocks them at a certain point, but it seems that if there is anything blocking their path, they just wont fire. Is there an easy way to get around this? The only results I could get from google only works for bombs and missiles.

Edit: I figured out a way to get the same effect by just modifying the cfg file for the laser and setting maxTargetingRange to a low value.

u/Weary-Support-7383 — 9 days ago

How in gods name do I disable drag for a part?

I have been trying to figure out how to disable drag for the 1x1 structural panels for literal hours. So far i've tried:

Setting the dragModelType in the cfg file to none

Setting maximum, minimum, and angular drag to 0

Turning off drag cubes in the cfg file

Setting physicsSignificance to 1 in the cfg file

Using a module manager patch to do all of the above

Creating a module manager patch to remove the drag_cube module entirely

Forcing the patch to apply after ReStock

Forcing the patch to apply last using the :FINAL keyword

Directly editing the ReStock and ReStock+ config files for the part

Removing drag_cube from all varients of the part created by b9 part switch in the module manager patch

Checking the logs to ensure the patch applies successfully and that it is running last

Adjusting the TURD debugging checks to run before the patch so that it actually runs last

Lobotomizing kspCommunityFixes so that missing dragCubes are not re-generated

Watching the part database as the game starts to ensure the drag cube is not being re-generated (it is always re-generated despite my attempts to force it to not exist)

Modifying the part database directly so that the drag cube is set to none (it just undid my edits immediately)

Physically abusing my pc to assert dominance

Why can't Jeb just be happy in his pirate ship?

Here is the patch I have so far, as well as my mod list:

@PART [structuralPanel1]:FINAL
{
     @PhysicsSignificance = 1
     @dragModelType = none
     @maximum_drag = 0
     @minimum_drag = 0
     @angularDrag = 0
    !DRAG_CUBE,* {}

    [ModuleB9PartSwitch]:HAS[#moduleID[*]]
    {
        @SUBTYPE[*]
        {
            !DRAG_CUBE,* {}
        }
    }
}

//Modlist:

{
    "spec_version": "v1.6",
    "identifier": "installed-Kerbal-Space-Program",
    "name": "installed-Kerbal Space Program",
    "abstract": "A list of modules installed on the Kerbal Space Program KSP instance",
    "author": "Ed Balls",
    "version": "2026.06.18.08.13.17",
    "ksp_version_min": "1.8",
    "ksp_version_max": "1.12",
    "license": "unknown",
    "depends": [
        {
            "name": "B9PartSwitch",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsAgency",
            "suppress_recommendations": true
        },
        {
            "name": "KSPCommunityFixes",
            "suppress_recommendations": true
        },
        {
            "name": "Waterfall",
            "suppress_recommendations": true
        },
        {
            "name": "NearFutureProps",
            "suppress_recommendations": true
        },
        {
            "name": "ParallaxContinued",
            "suppress_recommendations": true
        },
        {
            "name": "ParallaxContinued-Planet-Textures",
            "suppress_recommendations": true
        },
        {
            "name": "ParallaxContinued-Scatter-Textures",
            "suppress_recommendations": true
        },
        {
            "name": "ParallaxContinued-Terrain-Textures",
            "suppress_recommendations": true
        },
        {
            "name": "Shabby",
            "suppress_recommendations": true
        },
        {
            "name": "ClickThroughBlocker",
            "suppress_recommendations": true
        },
        {
            "name": "CosmicSerenity-Core",
            "suppress_recommendations": true
        },
        {
            "name": "KerbalFX-Core",
            "suppress_recommendations": true
        },
        {
            "name": "SmokeScreen",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsEngines",
            "suppress_recommendations": true
        },
        {
            "name": "B9AnimationModules",
            "suppress_recommendations": true
        },
        {
            "name": "Scatterer-config",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsElectrics",
            "suppress_recommendations": true
        },
        {
            "name": "NearFutureSpacecraft",
            "suppress_recommendations": true
        },
        {
            "name": "OuterParallax",
            "suppress_recommendations": true
        },
        {
            "name": "OuterPlanetsMod",
            "suppress_recommendations": true
        },
        {
            "name": "PromisedWorldsCore",
            "suppress_recommendations": true
        },
        {
            "name": "ReStock",
            "suppress_recommendations": true
        },
        {
            "name": "Scatterer",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsThermals",
            "suppress_recommendations": true
        },
        {
            "name": "B9AerospaceHX",
            "suppress_recommendations": true
        },
        {
            "name": "B9-props",
            "suppress_recommendations": true
        },
        {
            "name": "BDArmoryForRunwayProject",
            "suppress_recommendations": true
        },
        {
            "name": "Deferred",
            "suppress_recommendations": true
        },
        {
            "name": "NearFutureAeronautics",
            "suppress_recommendations": true
        },
        {
            "name": "NearFutureElectrical-Core",
            "suppress_recommendations": true
        },
        {
            "name": "NearFutureLaunchVehicles",
            "suppress_recommendations": true
        },
        {
            "name": "NearFuturePropulsion",
            "suppress_recommendations": true
        },
        {
            "name": "NearFutureSolar",
            "suppress_recommendations": true
        },
        {
            "name": "NearFutureSolar-Core",
            "suppress_recommendations": true
        },
        {
            "name": "RocketSoundEnhancement",
            "suppress_recommendations": true
        },
        {
            "name": "RocketSoundEnhancement-Config-Default",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsUtilities",
            "suppress_recommendations": true
        },
        {
            "name": "StationPartsExpansionRedux",
            "suppress_recommendations": true
        },
        {
            "name": "TUFX",
            "suppress_recommendations": true
        },
        {
            "name": "TweakScaleRescaled-Redist",
            "suppress_recommendations": true
        },
        {
            "name": "VABOrganizer",
            "suppress_recommendations": true
        },
        {
            "name": "AirParkContinued",
            "suppress_recommendations": true
        },
        {
            "name": "AirplanePlus",
            "suppress_recommendations": true
        },
        {
            "name": "AlcubierreStandalone",
            "suppress_recommendations": true
        },
        {
            "name": "ModularLaunchPads",
            "suppress_recommendations": true
        },
        {
            "name": "AmazingCurveEditor",
            "suppress_recommendations": true
        },
        {
            "name": "AtmosphereAutopilot",
            "suppress_recommendations": true
        },
        {
            "name": "AvalanchePlumes",
            "suppress_recommendations": true
        },
        {
            "name": "B9",
            "suppress_recommendations": true
        },
        {
            "name": "B9-PWings-Fork",
            "suppress_recommendations": true
        },
        {
            "name": "B9HXReconfig",
            "suppress_recommendations": true
        },
        {
            "name": "BetterRCS",
            "suppress_recommendations": true
        },
        {
            "name": "BetterTimeWarpCont",
            "suppress_recommendations": true
        },
        {
            "name": "CameraTools",
            "suppress_recommendations": true
        },
        {
            "name": "CinematicShaders",
            "suppress_recommendations": true
        },
        {
            "name": "CommonwealthAeronauticsBlueSteel",
            "suppress_recommendations": true
        },
        {
            "name": "CommunityTechTree",
            "suppress_recommendations": true
        },
        {
            "name": "ConformalDecals",
            "suppress_recommendations": true
        },
        {
            "name": "ContractConfigurator",
            "suppress_recommendations": true
        },
        {
            "name": "CosmicSerenity-Anubis",
            "suppress_recommendations": true
        },
        {
            "name": "CosmicSerenity-Atlas",
            "suppress_recommendations": true
        },
        {
            "name": "CosmicSerenity-Hades",
            "suppress_recommendations": true
        },
        {
            "name": "CosmicSerenity-Yunxiao",
            "suppress_recommendations": true
        },
        {
            "name": "CustomBarnKit",
            "suppress_recommendations": true
        },
        {
            "name": "DE-IVAExtension",
            "suppress_recommendations": true
        },
        {
            "name": "DistantObject",
            "suppress_recommendations": true
        },
        {
            "name": "EasyVesselSwitch",
            "suppress_recommendations": true
        },
        {
            "name": "EnvironmentalVisualEnhancements",
            "suppress_recommendations": true
        },
        {
            "name": "FarFutureTechnologies",
            "suppress_recommendations": true
        },
        {
            "name": "Firefly",
            "suppress_recommendations": true
        },
        {
            "name": "FlyByWireSASMode",
            "suppress_recommendations": true
        },
        {
            "name": "FreeIva",
            "suppress_recommendations": true
        },
        {
            "name": "HDSunflare",
            "suppress_recommendations": true
        },
        {
            "name": "HeatControl",
            "suppress_recommendations": true
        },
        {
            "name": "HullcamVDSContinued",
            "suppress_recommendations": true
        },
        {
            "name": "InternalRCS",
            "suppress_recommendations": true
        },
        {
            "name": "KatesGreebles",
            "suppress_recommendations": true
        },
        {
            "name": "KerbalEngineerRedux",
            "suppress_recommendations": true
        },
        {
            "name": "KerbalFoundriesContinued",
            "suppress_recommendations": true
        },
        {
            "name": "KerbalJointReinforcementContinued",
            "suppress_recommendations": true
        },
        {
            "name": "KerbalFX-AeroFX",
            "suppress_recommendations": true
        },
        {
            "name": "KerbalFX-BlastFX",
            "suppress_recommendations": true
        },
        {
            "name": "KerbalFX-ImpactPuffs",
            "suppress_recommendations": true
        },
        {
            "name": "KerbalFX-RoverDust",
            "suppress_recommendations": true
        },
        {
            "name": "KWRocketryRebalanced",
            "suppress_recommendations": true
        },
        {
            "name": "MarkIVSpaceplaneSystem",
            "suppress_recommendations": true
        },
        {
            "name": "MechJeb2",
            "suppress_recommendations": true
        },
        {
            "name": "Mk2Expansion",
            "suppress_recommendations": true
        },
        {
            "name": "Mk3Expansion",
            "suppress_recommendations": true
        },
        {
            "name": "NearFutureConstruction",
            "suppress_recommendations": true
        },
        {
            "name": "NearFutureElectrical",
            "suppress_recommendations": true
        },
        {
            "name": "NearFutureExploration",
            "suppress_recommendations": true
        },
        {
            "name": "NearFutureSpacecraft-OrbitalLFOEngines",
            "suppress_recommendations": true
        },
        {
            "name": "NorthKerbinDynamicsRenewedExtended",
            "suppress_recommendations": true
        },
        {
            "name": "OuterParallax-MPE",
            "suppress_recommendations": true
        },
        {
            "name": "OuterParallax-OPM",
            "suppress_recommendations": true
        },
        {
            "name": "PALETTE",
            "suppress_recommendations": true
        },
        {
            "name": "PlanetShine",
            "suppress_recommendations": true
        },
        {
            "name": "ProceduralParts",
            "suppress_recommendations": true
        },
        {
            "name": "PromisedWorldsDebdeb",
            "suppress_recommendations": true
        },
        {
            "name": "PromisedWorldsTuun",
            "suppress_recommendations": true
        },
        {
            "name": "RealChute",
            "suppress_recommendations": true
        },
        {
            "name": "RecolorCollection-NearFuturePropulsion",
            "suppress_recommendations": true
        },
        {
            "name": "RecolorCollection-NearFutureSpacecraft",
            "suppress_recommendations": true
        },
        {
            "name": "ReStockPlus",
            "suppress_recommendations": true
        },
        {
            "name": "Resurfaced",
            "suppress_recommendations": true
        },
        {
            "name": "Sandcastle",
            "suppress_recommendations": true
        },
        {
            "name": "ScattererOPM",
            "suppress_recommendations": true
        },
        {
            "name": "ShuttleLiftingBodyCormorantAeronology",
            "suppress_recommendations": true
        },
        {
            "name": "StarshipExpansionProject",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsElectricsFuelCell",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsElectricsPhotoVoltaic",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsEnginesAntimatter",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsEnginesFission",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsEnginesFusion",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsEnginesThermalNozzle",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsStructural",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsTankage",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsThermalsExotic",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsThermalsPower",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsUtilitiesConstruction",
            "suppress_recommendations": true
        },
        {
            "name": "SterlingSystemsWorldPower",
            "suppress_recommendations": true
        },
        {
            "name": "StockWaterfallEffects",
            "suppress_recommendations": true
        },
        {
            "name": "StationPartsExpansionRedux-IVAs",
            "suppress_recommendations": true
        },
        {
            "name": "Trajectories",
            "suppress_recommendations": true
        },
        {
            "name": "RecolorCollection-NearFutureAeronautics",
            "suppress_recommendations": true
        },
        {
            "name": "RecolorCollection-NearFutureLaunchVehicles",
            "suppress_recommendations": true
        },
        {
            "name": "TURD-BDArmory",
            "suppress_recommendations": true
        },
        {
            "name": "TURD-BDAssociated",
            "suppress_recommendations": true
        },
        {
            "name": "TURD-BreakingGround",
            "suppress_recommendations": true
        },
        {
            "name": "TURD-KerbalFoundries",
            "suppress_recommendations": true
        },
        {
            "name": "TURD-StockRecolour",
            "suppress_recommendations": true
        },
        {
            "name": "TweakScaleRescaled",
            "suppress_recommendations": true
        },
        {
            "name": "TweakScaleRescaled-SafetyNet",
            "suppress_recommendations": true
        },
        {
            "name": "VABOrganizer-Jade",
            "suppress_recommendations": true
        },
        {
            "name": "VaporCones",
            "suppress_recommendations": true
        },
        {
            "name": "VesselMoverContinued",
            "suppress_recommendations": true
        },
        {
            "name": "WaterfallRestock",
            "suppress_recommendations": true
        },
        {
            "name": "WaterfallExtensions",
            "suppress_recommendations": true
        },
        {
            "name": "ZTheme",
            "suppress_recommendations": true
        }
    ],
    "release_date": "2026-06-18T20:13:17.813333Z",
    "kind": "metapackage"
}
u/Weary-Support-7383 — 17 days ago

Nuclear Powered Jool base

Runs on deuterium collected from Jool's atmosphere, as well as hydrogen and oxidizer to power the RCS thrusters. Unfortunately, there's no liquid fuel on Jool, so Jeddorf, Desly, Tanlan, and Samburry Kerman will not be returning. Lets all thank them for their noble sacrifice that they totally knew about before they were sent to Jool.

u/Weary-Support-7383 — 20 days ago