Skip to content

Commit

Permalink
Merge pull request #52 from zer0Kerbal/0.3.3.0
Browse files Browse the repository at this point in the history
# Version 0.3.3.0 (2016-04-01) - KSP 1.1 Hotfix
* Landing leg suspension systems working again. Known issue: Feet float slightly.
* Added search tags to parts.
* updates #9
* closes #17

Authored-By: NecroBones <10134364+necrobones@users.noreply.github.com>
  • Loading branch information
zer0Kerbal committed Jan 20, 2022
2 parents 401346a + 52cbb8b commit ddeeec9
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 38 deletions.
3 changes: 3 additions & 0 deletions LETech-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.3 (2016-04-01) - KSP 1.1 Hotfix
- Landing leg suspension systems working again. Known issue: Feet float slightly.
- Added search tags to parts.

0.3.2 (2016-03-29) - KSP 1.1 Hotfix
- Landing legs updated to not be 100% deadly. Suspension still doesn't work, legs are rigid for now.
Expand Down
3 changes: 3 additions & 0 deletions LETech/Parts/Bays/LETbay2mExp.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ PART
subcategory = 0
title = Lithobrake Expanded Service Bay (2.5m)
description = A storage bay for equipment, propellants, instruments, or even entire rovers.

tags = litho bus contain heat hollow protect (stor therm

attachRules = 1,0,1,1,0
mass = 0.5
dragModelType = default
Expand Down
3 changes: 3 additions & 0 deletions LETech/Parts/Bays/LETbay2mOct1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ PART
subcategory = 0
title = Lithobrake Octagonal Service Bay (2.5m, small)
description = A storage bay for equipment, propellants, instruments, or even entire rovers. Includes fuel storage.

tags = litho bus contain heat hollow protect (stor therm

attachRules = 1,0,1,1,0

mass = 0.75
Expand Down
3 changes: 3 additions & 0 deletions LETech/Parts/Bays/LETbay2mOct2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ PART
subcategory = 0
title = Lithobrake Octagonal Service Bay (2.5m, large)
description = A storage bay for equipment, propellants, instruments, or even entire rovers. Includes fuel storage.

tags = litho bus contain heat hollow protect (stor therm

attachRules = 1,0,1,1,0

mass = 0.95
Expand Down
2 changes: 2 additions & 0 deletions LETech/Parts/Chutes/LETchute1m.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ PART
description = A much larger parachute for your atmospheric lithobraking needs.
attachRules = 1,0,0,1,0

tags = litho arrest canopy chute decel descen drag drogue entry fall landing orange re- return safe slow stab

mass = 0.9
dragModelType = default
angularDrag = 3
Expand Down
2 changes: 2 additions & 0 deletions LETech/Parts/Chutes/LETchute2m.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ PART
description = A much larger parachute for your atmospheric lithobraking needs.
attachRules = 1,0,0,1,0

tags = litho arrest canopy chute decel descen drag drogue entry fall landing orange re- return safe slow stab

mass = 1.5
dragModelType = default
angularDrag = 3
Expand Down
2 changes: 2 additions & 0 deletions LETech/Parts/Chutes/LETchuteR1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ PART
description = A much larger parachute for your atmospheric lithobraking needs.
attachRules = 0,1,0,0,0

tags = litho arrest canopy chute decel descen drag drogue entry fall landing orange re- return safe slow stab

mass = 0.75
dragModelType = default
angularDrag = 3
Expand Down
2 changes: 2 additions & 0 deletions LETech/Parts/Ladders/LETladderD5m.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ PART
description = A longer ladder for longer kerbals.
attachRules = 0,1,0,0,1

tags = litho ascend climb descend ladder rung safe step

mass = 0.01
dragModelType = default
maximum_drag = 0.2
Expand Down
2 changes: 2 additions & 0 deletions LETech/Parts/Ladders/LETladderD8m.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ PART
description = A longer ladder for longer kerbals.
attachRules = 0,1,0,0,1

tags = litho ascend climb descend ladder rung safe step

mass = 0.015
dragModelType = default
maximum_drag = 0.2
Expand Down
2 changes: 2 additions & 0 deletions LETech/Parts/Ladders/LETladderF1m.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ PART
manufacturer = Lithobrake Exploration Technologies
description = Climb with style, using this vertical mobility enhancer. Warning, horizontal mobility is not recommended, and will void the warranty.

tags = litho ascend climb descend ladder rung safe step

attachRules = 0,1,0,0,1

mass = 0.0075
Expand Down
2 changes: 2 additions & 0 deletions LETech/Parts/Ladders/LETladderF2m.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ PART
manufacturer = Lithobrake Exploration Technologies
description = Climb with style, using this vertical mobility enhancer. Warning, horizontal mobility is not recommended, and will void the warranty.

tags = litho ascend climb descend ladder rung safe step

attachRules = 0,1,0,0,1

mass = 0.01
Expand Down
2 changes: 2 additions & 0 deletions LETech/Parts/Ladders/LETladderF3m.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ PART
manufacturer = Lithobrake Exploration Technologies
description = Climb with style, using this vertical mobility enhancer. Warning, horizontal mobility is not recommended, and will void the warranty.

tags = litho ascend climb descend ladder rung safe step

attachRules = 0,1,0,0,1

mass = 0.015
Expand Down
43 changes: 24 additions & 19 deletions LETech/Parts/LandingLegs/LETleg1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MODEL
scale = 1.0, 1.0, 1.0
}
scale = 1.0
rescaleFactor = 1.1
rescaleFactor = 1.0


// --- node definitions ---
Expand All @@ -32,6 +32,8 @@ title = LL-7M Lithobraker Landing Leg
manufacturer = Lithobrake Exploration Technologies
description = A very large landing leg for heavy landers. Designed to be light and strong, these legs can also take a lot of heat.

tags = litho ground land leg support

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,1

Expand All @@ -55,37 +57,40 @@ thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
explosionPotential = 0


tags = litho ground land leg support

MODULE
{
name = ModuleWheelBase

wheelColliderTransformName = wheelCollider

wheelType = LEG

// setting this to true will override the radius and center parameters
FitWheelColliderToMesh = False
radius = 0.6
FitWheelColliderToMesh = False
radius = 1.0
center = 0,0,0
mass = 1
mass = 0.04
autoFrictionAvailable = False

TooltipTitle = Landing Leg
TooltipPrimaryField =

groundHeightOffset = 3.6
groundHeightOffset = 1.0
}
MODULE
{
name = ModuleWheelSuspension
baseModuleIndex = 0
suspensionTransformName = piston

suspensionDistance = 3.6
suspensionOffset = -3.6
suspensionDistance = 3.63
suspensionOffset = -3.63

targetPosition = 1.0
springRatio = 25
damperRatio = 5.0
boostRatio = 0.6
targetPosition = 1
springRatio = 10
damperRatio = 2
//boostRatio = 0.6
}
MODULE
{
Expand All @@ -97,12 +102,12 @@ explosionPotential = 0
deployedPosition = 1
deployTargetTransformName = deployTgt

TsubSys = 0.83
TsubSys = 0.9
}
MODULE
{
name = ModuleWheelLock
maxTorque = 500
maxTorque = 1000
}
MODULE
{
Expand All @@ -112,13 +117,13 @@ explosionPotential = 0
bogeyTransformName = foot
deployModuleIndex = 2

maxPitch = 80
minPitch = -80
restPitch = -15
maxPitch = 120
minPitch = -120
restPitch = 0
pitchResponse = 100

bogeyAxis = 1, 0, 0
bogeyUpAxis = 0, 0, -1
bogeyAxis = 0, 1, 0
bogeyUpAxis = 0, -1, 0
}

//MODULE
Expand Down
Binary file modified LETech/Parts/LandingLegs/LETleg1.mu
Binary file not shown.
40 changes: 22 additions & 18 deletions LETech/Parts/LandingLegs/LETleg2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MODEL
scale = 1.0, 1.0, 1.0
}
scale = 1.0
rescaleFactor = 0.7
rescaleFactor = 1.0


// --- node definitions ---
Expand All @@ -32,6 +32,8 @@ title = LL-4M Lithobraker Landing Leg
manufacturer = Lithobrake Exploration Technologies
description = A very large landing leg for heavy landers. Designed to be light and strong, these legs can also take a lot of heat.

tags = litho ground land leg support

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,1

Expand All @@ -54,54 +56,56 @@ thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K

explosionPotential = 0

tags = litho ground land leg support
MODULE
{
name = ModuleWheelBase

wheelColliderTransformName = wheelCollider

wheelType = LEG

// setting this to true will override the radius and center parameters
FitWheelColliderToMesh = False
radius = 0.6
radius = 0.95
center = 0,0,0
mass = 1
mass = 0.040
autoFrictionAvailable = False

TooltipTitle = Landing Leg
TooltipPrimaryField =

groundHeightOffset = 1.0
groundHeightOffset = 0
}
MODULE
{
name = ModuleWheelSuspension
baseModuleIndex = 0
suspensionTransformName = piston

suspensionDistance = 1.6
suspensionOffset = -1.6
suspensionDistance = 2
suspensionOffset = -2

targetPosition = 1.0
springRatio = 25
damperRatio = 5.0
boostRatio = 0.6
springRatio = 10
damperRatio = 2
//boostRatio = 0.3
}
MODULE
{
name = ModuleWheelDeployment
baseModuleIndex = 0

animationTrfName = LETleg2
animationTrfName = LETleg2top
animationStateName = deploy
deployedPosition = 1
deployTargetTransformName = deployTgt

TsubSys = 0.83
TsubSys = 0.9
}
MODULE
{
name = ModuleWheelLock
maxTorque = 500
maxTorque = 800
}
MODULE
{
Expand All @@ -111,13 +115,13 @@ explosionPotential = 0
bogeyTransformName = foot
deployModuleIndex = 2

maxPitch = 80
minPitch = -80
restPitch = -15
maxPitch = 120
minPitch = -120
restPitch = -25
pitchResponse = 100

bogeyAxis = 1, 0, 0
bogeyUpAxis = 0, 0, -1
bogeyAxis = 0, 1, 0
bogeyUpAxis = 0, -1, 0
}


Expand Down
Binary file modified LETech/Parts/LandingLegs/LETleg2.mu
Binary file not shown.
2 changes: 2 additions & 0 deletions LETech/Parts/Pods/LETlander2mX3.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions LETech/Parts/Pods/LETpod2m4k.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LithobrakeExplorationTechnologies.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR" : 0,
"MINOR" : 3,
"PATCH" : 2,
"PATCH" : 3,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down

0 comments on commit ddeeec9

Please sign in to comment.