Skip to content

Commit

Permalink
Merge pull request #48 from zer0Kerbal/0.3.1.0
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
zer0Kerbal committed Jan 20, 2022
2 parents 69cf4cd + 3238bd2 commit 65fa655
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
7 changes: 6 additions & 1 deletion LETech-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@

0.3.1 (2016-01-11) - Tweaks.
- X3 lander can mass increased.
- Mass, fuel capacity, and cost increased for the "large" variant of the lander cargo bay.

0.3 (2015-11-11) - KSP 1.0.5 update.
- 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.
- Moved "CHANGELOG" to the mod's directory.
- Updated bays to use current cargo bay thermal stats and allow door deployment limit.
- Parachutes now use new contract constraints.
- Command pods use new maxTemp and slinMaxTemp values.
- Command pods use new maxTemp and skinMaxTemp values.
- 4-man capsule uses new buoyancy settings.

0.2.1 (2015-08-05) - Alpha fixes.
Expand Down
12 changes: 6 additions & 6 deletions LETech/Parts/Bays/LETbay2mOct2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ PART

TechRequired = advExploration
entryCost = 9500
cost = 2500
cost = 3500
category = Utility
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.
attachRules = 1,0,1,1,0

mass = 0.75
mass = 0.95
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
Expand Down Expand Up @@ -99,13 +99,13 @@ PART
RESOURCE
{
name = LiquidFuel
amount = 360
maxAmount = 360
amount = 450
maxAmount = 450
}
RESOURCE
{
name = Oxidizer
amount = 440
maxAmount = 440
amount = 550
maxAmount = 550
}
}
1 change: 1 addition & 0 deletions LETech/Parts/Chutes/LETchute1m.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ PART
deploymentSpeed = 0.2
semiDeploymentSpeed = 0.6
chuteMaxTemp = 650
//automateSafeDeploy = 2 // 0 = Deploy on safe, 1 = Deploy on Risky, 2=Default, Deploy immediately
}
MODULE
{
Expand Down
1 change: 1 addition & 0 deletions LETech/Parts/Chutes/LETchute2m.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ PART
deploymentSpeed = 0.18
semiDeploymentSpeed = 0.5
chuteMaxTemp = 650
//automateSafeDeploy = 2 // 0 = Deploy on safe, 1 = Deploy on Risky, 2=Default, Deploy immediately
}
MODULE
{
Expand Down
1 change: 1 addition & 0 deletions LETech/Parts/Chutes/LETchuteR1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ PART
deploymentSpeed = 0.2
semiDeploymentSpeed = 0.6
chuteMaxTemp = 650
//automateSafeDeploy = 2 // 0 = Deploy on safe, 1 = Deploy on Risky, 2=Default, Deploy immediately
}
MODULE
{
Expand Down
2 changes: 1 addition & 1 deletion LETech/Parts/Pods/LETlander2mX3.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" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down

0 comments on commit 65fa655

Please sign in to comment.