Skip to content

Commit 65fa655

Browse files
authored
Merge pull request #48 from zer0Kerbal/0.3.1.0
# Version 0.3.1.0 (2016-01-11) - Tweaks. * X3 lander can mass increased. * Mass, fuel capacity, and cost increased for the "large" variant of the lander cargo bay. * updates #9 * closes #22
2 parents 69cf4cd + 3238bd2 commit 65fa655

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

LETech-CHANGELOG.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
2+
0.3.1 (2016-01-11) - Tweaks.
3+
- X3 lander can mass increased.
4+
- Mass, fuel capacity, and cost increased for the "large" variant of the lander cargo bay.
5+
16
0.3 (2015-11-11) - KSP 1.0.5 update.
27
- Switched the 4-man capsule's "generic" IVA over to use the Mk3 shuttle's IVA instead, so that all 4 Kerbals are EVA/IVA selectable.
38
- Moved "CHANGELOG" to the mod's directory.
49
- Updated bays to use current cargo bay thermal stats and allow door deployment limit.
510
- Parachutes now use new contract constraints.
6-
- Command pods use new maxTemp and slinMaxTemp values.
11+
- Command pods use new maxTemp and skinMaxTemp values.
712
- 4-man capsule uses new buoyancy settings.
813

914
0.2.1 (2015-08-05) - Alpha fixes.

LETech/Parts/Bays/LETbay2mOct2.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ PART
2727

2828
TechRequired = advExploration
2929
entryCost = 9500
30-
cost = 2500
30+
cost = 3500
3131
category = Utility
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.
3535
attachRules = 1,0,1,1,0
3636

37-
mass = 0.75
37+
mass = 0.95
3838
dragModelType = default
3939
maximum_drag = 0.2
4040
minimum_drag = 0.3
@@ -99,13 +99,13 @@ PART
9999
RESOURCE
100100
{
101101
name = LiquidFuel
102-
amount = 360
103-
maxAmount = 360
102+
amount = 450
103+
maxAmount = 450
104104
}
105105
RESOURCE
106106
{
107107
name = Oxidizer
108-
amount = 440
109-
maxAmount = 440
108+
amount = 550
109+
maxAmount = 550
110110
}
111111
}

LETech/Parts/Chutes/LETchute1m.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ PART
5757
deploymentSpeed = 0.2
5858
semiDeploymentSpeed = 0.6
5959
chuteMaxTemp = 650
60+
//automateSafeDeploy = 2 // 0 = Deploy on safe, 1 = Deploy on Risky, 2=Default, Deploy immediately
6061
}
6162
MODULE
6263
{

LETech/Parts/Chutes/LETchute2m.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ PART
5757
deploymentSpeed = 0.18
5858
semiDeploymentSpeed = 0.5
5959
chuteMaxTemp = 650
60+
//automateSafeDeploy = 2 // 0 = Deploy on safe, 1 = Deploy on Risky, 2=Default, Deploy immediately
6061
}
6162
MODULE
6263
{

LETech/Parts/Chutes/LETchuteR1.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ PART
5656
deploymentSpeed = 0.2
5757
semiDeploymentSpeed = 0.6
5858
chuteMaxTemp = 650
59+
//automateSafeDeploy = 2 // 0 = Deploy on safe, 1 = Deploy on Risky, 2=Default, Deploy immediately
5960
}
6061
MODULE
6162
{

LETech/Parts/Pods/LETlander2mX3.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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" : 0,
16+
"PATCH" : 1,
1717
"BUILD" : 0
1818
},
1919
"KSP_VERSION" :

0 commit comments

Comments
 (0)