Skip to content

Commit ddeeec9

Browse files
authored
Merge pull request #52 from zer0Kerbal/0.3.3.0
# 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>
2 parents 401346a + 52cbb8b commit ddeeec9

19 files changed

+80
-38
lines changed

LETech-CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.3.3 (2016-04-01) - KSP 1.1 Hotfix
2+
- Landing leg suspension systems working again. Known issue: Feet float slightly.
3+
- Added search tags to parts.
14

25
0.3.2 (2016-03-29) - KSP 1.1 Hotfix
36
- Landing legs updated to not be 100% deadly. Suspension still doesn't work, legs are rigid for now.

LETech/Parts/Bays/LETbay2mExp.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ PART
2626
subcategory = 0
2727
title = Lithobrake Expanded Service Bay (2.5m)
2828
description = A storage bay for equipment, propellants, instruments, or even entire rovers.
29+
30+
tags = litho bus contain heat hollow protect (stor therm
31+
2932
attachRules = 1,0,1,1,0
3033
mass = 0.5
3134
dragModelType = default

LETech/Parts/Bays/LETbay2mOct1.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ PART
3232
subcategory = 0
3333
title = Lithobrake Octagonal Service Bay (2.5m, small)
3434
description = A storage bay for equipment, propellants, instruments, or even entire rovers. Includes fuel storage.
35+
36+
tags = litho bus contain heat hollow protect (stor therm
37+
3538
attachRules = 1,0,1,1,0
3639

3740
mass = 0.75

LETech/Parts/Bays/LETbay2mOct2.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ PART
3232
subcategory = 0
3333
title = Lithobrake Octagonal Service Bay (2.5m, large)
3434
description = A storage bay for equipment, propellants, instruments, or even entire rovers. Includes fuel storage.
35+
36+
tags = litho bus contain heat hollow protect (stor therm
37+
3538
attachRules = 1,0,1,1,0
3639

3740
mass = 0.95

LETech/Parts/Chutes/LETchute1m.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ PART
2727
description = A much larger parachute for your atmospheric lithobraking needs.
2828
attachRules = 1,0,0,1,0
2929

30+
tags = litho arrest canopy chute decel descen drag drogue entry fall landing orange re- return safe slow stab
31+
3032
mass = 0.9
3133
dragModelType = default
3234
angularDrag = 3

LETech/Parts/Chutes/LETchute2m.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ PART
2727
description = A much larger parachute for your atmospheric lithobraking needs.
2828
attachRules = 1,0,0,1,0
2929

30+
tags = litho arrest canopy chute decel descen drag drogue entry fall landing orange re- return safe slow stab
31+
3032
mass = 1.5
3133
dragModelType = default
3234
angularDrag = 3

LETech/Parts/Chutes/LETchuteR1.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ PART
2626
description = A much larger parachute for your atmospheric lithobraking needs.
2727
attachRules = 0,1,0,0,0
2828

29+
tags = litho arrest canopy chute decel descen drag drogue entry fall landing orange re- return safe slow stab
30+
2931
mass = 0.75
3032
dragModelType = default
3133
angularDrag = 3

LETech/Parts/Ladders/LETladderD5m.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ PART
2323
description = A longer ladder for longer kerbals.
2424
attachRules = 0,1,0,0,1
2525

26+
tags = litho ascend climb descend ladder rung safe step
27+
2628
mass = 0.01
2729
dragModelType = default
2830
maximum_drag = 0.2

LETech/Parts/Ladders/LETladderD8m.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ PART
2323
description = A longer ladder for longer kerbals.
2424
attachRules = 0,1,0,0,1
2525

26+
tags = litho ascend climb descend ladder rung safe step
27+
2628
mass = 0.015
2729
dragModelType = default
2830
maximum_drag = 0.2

LETech/Parts/Ladders/LETladderF1m.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ PART
2424
manufacturer = Lithobrake Exploration Technologies
2525
description = Climb with style, using this vertical mobility enhancer. Warning, horizontal mobility is not recommended, and will void the warranty.
2626

27+
tags = litho ascend climb descend ladder rung safe step
28+
2729
attachRules = 0,1,0,0,1
2830

2931
mass = 0.0075

0 commit comments

Comments
 (0)