File tree Expand file tree Collapse file tree 8 files changed +24
-15
lines changed
Expand file tree Collapse file tree 8 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 1+ 0.3.5 (2016-04-22) - Transparency fix.
2+ - Fixed the "always transparent" problem for bays in the VAB.
3+ - Adjusted the "expanded" 2.5m bay to use transparency only on the doors.
4+
5+ 0.3.4 (2016-04-17) - Tweaks.
6+ - Tweaked leg settings.
7+ - Moved leg wheel colliders to allow for more accurate aerodynamic occlusion.
8+ - Legs reduced in mass quite a bit.
9+
1100.3.3 (2016-04-01) - KSP 1.1 Hotfix
211 - Landing leg suspension systems working again. Known issue: Feet float slightly.
312 - Added search tags to parts.
Original file line number Diff line number Diff line change 6767 MODULE
6868 {
6969 name = ModuleSeeThroughObject
70- transformName = LETbay2mExp
71- shaderName = KSP/Bumped Specular (Transparent)
70+ transformName = doors
71+ shaderName = KSP/Specular
7272 screenRadius = 2.0
7373 leadModuleIndex = 0
7474 leadModuleTgtValue = 0
Original file line number Diff line number Diff line change 7878 {
7979 name = ModuleSeeThroughObject
8080 transformName = LETbay2mOct1
81- shaderName = KSP/Bumped Specular (Transparent)
81+ shaderName = KSP/Specular
8282 screenRadius = 2.0
8383 leadModuleIndex = 0
8484 leadModuleTgtValue = 0
Original file line number Diff line number Diff line change 7878 {
7979 name = ModuleSeeThroughObject
8080 transformName = LETbay2mOct2
81- shaderName = KSP/Bumped Specular (Transparent)
81+ shaderName = KSP/Specular
8282 screenRadius = 2.0
8383 leadModuleIndex = 0
8484 leadModuleTgtValue = 0
Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ explosionPotential = 0
8888 suspensionOffset = -3.63
8989
9090 targetPosition = 1
91- springRatio = 10
92- damperRatio = 2
93- // boostRatio = 0.6
91+ springRatio = 4
92+ damperRatio = 1
93+ boostRatio = 0.1
9494 }
9595 MODULE
9696 {
Original file line number Diff line number Diff line change @@ -68,27 +68,27 @@ explosionPotential = 0
6868 FitWheelColliderToMesh = False
6969 radius = 0.95
7070 center = 0,0,0
71- mass = 0.040
71+ mass = 0.1
7272 autoFrictionAvailable = False
7373
7474 TooltipTitle = Landing Leg
7575 TooltipPrimaryField =
7676
77- groundHeightOffset = 0
77+ groundHeightOffset = 1. 0
7878 }
7979 MODULE
8080 {
8181 name = ModuleWheelSuspension
8282 baseModuleIndex = 0
8383 suspensionTransformName = piston
8484
85- suspensionDistance = 2
86- suspensionOffset = -2
85+ suspensionDistance = 2.0
86+ suspensionOffset = -2.0
8787
8888 targetPosition = 1.0
89- springRatio = 10
90- damperRatio = 2
91- // boostRatio = 0.3
89+ springRatio = 8
90+ damperRatio = 5
91+ boostRatio = 0.1
9292 }
9393 MODULE
9494 {
Original file line number Diff line number Diff line change 1313 {
1414 "MAJOR" : 0,
1515 "MINOR" : 3,
16- "PATCH" : 4 ,
16+ "PATCH" : 5 ,
1717 "BUILD" : 0
1818 },
1919 "KSP_VERSION" :
You can’t perform that action at this time.
0 commit comments