Skip to content

Commit 275655b

Browse files
authored
Merge pull request #56 from zer0Kerbal/0.3.5.0
# Version 0.3.5.0 (2016-04-22) - Transparency fix. * Fixed the "always transparent" problem for bays in the VAB. * Adjusted the "expanded" 2.5m bay to use transparency only on the doors. * updates #9 * closes #19 Authored-By: @NecroBones <10134364+necrobones@users.noreply.github.com>
2 parents 142f5ab + 9919047 commit 275655b

File tree

8 files changed

+24
-15
lines changed

8 files changed

+24
-15
lines changed

LETech-CHANGELOG.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
0.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.

LETech/Parts/Bays/LETbay2mExp.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ PART
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

LETech/Parts/Bays/LETbay2mExp.mu

386 Bytes
Binary file not shown.

LETech/Parts/Bays/LETbay2mOct1.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ PART
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

LETech/Parts/Bays/LETbay2mOct2.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ PART
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

LETech/Parts/LandingLegs/LETleg1.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

LETech/Parts/LandingLegs/LETleg2.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
{

LithobrakeExplorationTechnologies.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"MAJOR" : 0,
1515
"MINOR" : 3,
16-
"PATCH" : 4,
16+
"PATCH" : 5,
1717
"BUILD" : 0
1818
},
1919
"KSP_VERSION" :

0 commit comments

Comments
 (0)