Ok, so I tried what you gave me. Changed some numbers around, but the kerbals still die from a sub-orbital reentry. I don't make it to orbit. I try and angle the pod down to generate a bit of lift but it is not always possible. The crew always dies from G-force overload. This feels a bit broken. I don't know what to do.
// Physics Overrides & Settings
@REENTRY_EFFECTS[Default]:Final
{
%crewGClamp = 30
%crewGPower = 2
%crewGMin = 0
%crewGWarn = 450
%crewGLimit = 1800
%crewGKillChance = 0.01
%ridiculousMaxTemp = 1523.15
%maxTempScale = 0.5
}
That's what I set the numbers to. And this is inside the DeadlyReentry folder inside GameData as DeadlyReentryOverrides.cfg
I appreciate any help!