Skip to content

Commit 7c838a5

Browse files
authored
Merge pull request #1085 from BobPalmer/DEVELOP
Develop
2 parents ce05d8a + 5d10e6e commit 7c838a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+163
-46
lines changed
Binary file not shown.

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/CHANGELOG.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.50.10 - 2017.01.07
2+
--------------------
3+
Added the ExplorerSkill effect and Scout trait. Explorers (which include Scouts and Pilots) are immune from habitation effects in USI-LS.
4+
Any Kerbal on a planet that has a Kolonization level of 500% and is in a vessel with a habitation rating of 1 year or more will be immune to habitation effects, as this world is now 'Kolonized'.
5+
Habitation Extenders will take into account habitation multipliers, making ark ships easier.
6+
Fixed an issue where ResourceLodes could be added to craft :)
7+
No more flag scrapping! (Thanks MadMerlyn!)
8+
Several profile/CLS fixes for tundra modules from Kerbas-ad-astra
9+
Added an attach node to the mini drill (Thanks MadMerlyn!)
10+
11+
112
0.50.9 - 2017.01.01
213
-------------------
314
Add Silicates, Silicon, RefinedExotics, ColonySupplies, and Organics to Karabou storage modules. (thanks boiler1!)

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Kolonists.cfg

+21
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
{
77
name = LogisticsSkill
88
}
9+
EFFECT
10+
{
11+
name = ExplorerSkill
12+
}
913
}
1014

1115
@EXPERIENCE_TRAIT[Engineer] {
@@ -234,4 +238,21 @@ EXPERIENCE_TRAIT
234238
name = GeeForceTolerance
235239
modifiers = 0.75, 0.75, 0.75, 0.75, 0.75
236240
}
241+
}
242+
243+
EXPERIENCE_TRAIT
244+
{
245+
name = Scout
246+
title = Scout
247+
desc = Scouts are the most inquisitive of Kerbal explorers, and what they lack in technical skills they more than make up for in their disregard for safety and tolerance for extremely adverse conditions.
248+
249+
EFFECT
250+
{
251+
name = ExplorerSkill
252+
}
253+
EFFECT
254+
{
255+
name = GeeForceTolerance
256+
modifiers = 0.75, 0.75, 0.75, 0.75, 0.75
257+
}
237258
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/MKS.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"VERSION":{
1111
"MAJOR":0,
1212
"MINOR":50,
13-
"PATCH":9,
13+
"PATCH":10,
1414
"BUILD":0
1515
},
1616
"KSP_VERSION":{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Rock.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PART
99
}
1010
rescaleFactor = 1
1111
node_attach = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0
12-
TechRequired = start
12+
TechRequired = Unresearcheable
1313
entryCost = 0
1414
cost = 25
1515
category = none

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_250Cap.cfg

+8-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PART
1010
}
1111
rescaleFactor = 1
1212
node_stack_top = 0.0, .5, 0.0, 0.0, 1.0, 0.0, 1
13-
node_stack_bottom = 0.0, -0, 0.0, 0.0, -1.0, 0.0, 1
13+
node_stack_bottom = 0.0, -0, 0.0, 0.0, -1.0, 0.0, 2
1414

1515
TechRequired = advConstruction
1616
entryCost = 8100
@@ -33,5 +33,11 @@ PART
3333
breakingForce = 2000
3434
breakingTorque= 2000
3535
maxTemp = 1200 // = 2900
36-
bulkheadProfiles = srf
36+
bulkheadProfiles = size1,size2
37+
38+
MODULE
39+
{
40+
name = ModuleConnectedLivingSpace
41+
passable = true
42+
}
3743
}

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_275_Hab.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PART
3434
breakingForce = 2000
3535
breakingTorque= 2000
3636
maxTemp = 1200 // = 2900
37-
bulkheadProfiles = srf
37+
bulkheadProfiles = size1
3838

3939
vesselType = Base
4040
MODULE

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_375Cap.cfg

+9-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ PART
99
model = UmbraSpaceIndustries/MKS/Assets/Tundra_375Cap
1010
}
1111
rescaleFactor = 1
12-
node_stack_top = 0.0, .5, 0.0, 0.0, 1.0, 0.0, 1
13-
node_stack_bottom = 0.0, -0, 0.0, 0.0, -1.0, 0.0, 1
12+
node_stack_top = 0.0, .5, 0.0, 0.0, 1.0, 0.0, 2
13+
node_stack_bottom = 0.0, -0, 0.0, 0.0, -1.0, 0.0, 3
1414

1515
TechRequired = advConstruction
1616
entryCost = 8100
@@ -33,5 +33,11 @@ PART
3333
breakingForce = 2000
3434
breakingTorque= 2000
3535
maxTemp = 1200 // = 2900
36-
bulkheadProfiles = srf
36+
bulkheadProfiles = size2,size3
37+
38+
MODULE
39+
{
40+
name = ModuleConnectedLivingSpace
41+
passable = true
42+
}
3743
}

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_425_Hab.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PART
3535
breakingForce = 2000
3636
breakingTorque= 2000
3737
maxTemp = 1200 // = 2900
38-
bulkheadProfiles = srf
38+
bulkheadProfiles = size1
3939

4040
vesselType = Base
4141
MODULE

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_ASM.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PART
4040
breakingForce = 2000
4141
breakingTorque= 2000
4242
maxTemp = 1200 // = 2900
43-
bulkheadProfiles = srf
43+
bulkheadProfiles = size3
4444
CrewCapacity = 4
4545
INTERNAL
4646
{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_Agriculture250.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PART
3939
breakingForce = 2000
4040
breakingTorque= 2000
4141
maxTemp = 1200 // = 2900
42-
bulkheadProfiles = srf
42+
bulkheadProfiles = size2
4343
CrewCapacity = 2
4444
INTERNAL
4545
{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_Agriculture375.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PART
4040
breakingForce = 2000
4141
breakingTorque= 2000
4242
maxTemp = 1200 // = 2900
43-
bulkheadProfiles = srf
43+
bulkheadProfiles = size3
4444
CrewCapacity = 4
4545
INTERNAL
4646
{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_Airlock.cfg

+8-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PART
3535
breakingForce = 2000
3636
breakingTorque= 2000
3737
maxTemp = 1200 // = 2900
38-
bulkheadProfiles = srf
38+
bulkheadProfiles = size1
3939
CrewCapacity = 4
4040
INTERNAL
4141
{
@@ -83,5 +83,11 @@ PART
8383
openSndPath = KIS/Sounds/containerOpen
8484
closeSndPath = KIS/Sounds/containerClose
8585
defaultMoveSndPath = KIS/Sounds/itemMove
86-
}
86+
}
87+
88+
MODULE
89+
{
90+
name = ModuleConnectedLivingSpace
91+
passable = true
92+
}
8793
}

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_Akademy.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PART
4040
breakingForce = 2000
4141
breakingTorque= 2000
4242
maxTemp = 1200 // = 2900
43-
bulkheadProfiles = srf
43+
bulkheadProfiles = size3
4444
CrewCapacity = 12
4545
INTERNAL
4646
{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_AssemblyPlant.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PART
4040
breakingForce = 2000
4141
breakingTorque= 2000
4242
maxTemp = 1200 // = 2900
43-
bulkheadProfiles = srf
43+
bulkheadProfiles = size3
4444
CrewCapacity = 4
4545
INTERNAL
4646
{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_Hub250.cfg

+12-6
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ PART
1818
node_stack_front = 0.0, 0.0, 1.5, 0.0, 0.0, 1.0, 1
1919
node_stack_back = 0.0, 0.0, -1.5, 0.0, 0.0, -1.0, 1
2020

21-
node_stack_left2 = -1.25, 0.0, 0.0, -1.0, 0.0, 0.0, 1
22-
node_stack_right2 = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
23-
node_stack_top2 = 0.0, 0.0, 1.25, 0.0, 0.0, 1.0, 1
24-
node_stack_bottom2 = 0.0, 0.0, -1.25, 0.0, 0.0, -1.0, 1
21+
node_stack_left2 = -1.25, 0.0, 0.0, -1.0, 0.0, 0.0, 2
22+
node_stack_right2 = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 2
23+
node_stack_top2 = 0.0, 0.0, 1.25, 0.0, 0.0, 1.0, 2
24+
node_stack_bottom2 = 0.0, 0.0, -1.25, 0.0, 0.0, -1.0, 2
2525

2626
node_stack_top = 0.0, 1.5, 0.0, 0.0, 1.0, 0.0, 1
2727
node_stack_bottom = 0.0, -1.5, 0.0, 0.0, -1.0, 0.0, 1
@@ -47,7 +47,7 @@ PART
4747
breakingForce = 2000
4848
breakingTorque= 2000
4949
maxTemp = 1200 // = 2900
50-
bulkheadProfiles = srf
50+
bulkheadProfiles = size2,size1
5151

5252
MODULE
5353
{
@@ -108,5 +108,11 @@ PART
108108
openSndPath = KIS/Sounds/containerOpen
109109
closeSndPath = KIS/Sounds/containerClose
110110
defaultMoveSndPath = KIS/Sounds/itemMove
111-
}
111+
}
112+
113+
MODULE
114+
{
115+
name = ModuleConnectedLivingSpace
116+
passable = true
117+
}
112118
}

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_Hub250_Short.cfg

+8-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PART
4646
breakingForce = 2000
4747
breakingTorque= 2000
4848
maxTemp = 1200 // = 2900
49-
bulkheadProfiles = srf
49+
bulkheadProfiles = size2,size1
5050

5151
MODULE
5252
{
@@ -107,5 +107,11 @@ PART
107107
openSndPath = KIS/Sounds/containerOpen
108108
closeSndPath = KIS/Sounds/containerClose
109109
defaultMoveSndPath = KIS/Sounds/itemMove
110-
}
110+
}
111+
112+
MODULE
113+
{
114+
name = ModuleConnectedLivingSpace
115+
passable = true
116+
}
111117
}

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_Kerbitat250.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PART
3939
breakingForce = 2000
4040
breakingTorque= 2000
4141
maxTemp = 1200 // = 2900
42-
bulkheadProfiles = srf
42+
bulkheadProfiles = size2
4343
CrewCapacity = 2
4444
INTERNAL
4545
{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_Kerbitat375.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PART
4040
breakingForce = 2000
4141
breakingTorque= 2000
4242
maxTemp = 1200 // = 2900
43-
bulkheadProfiles = srf
43+
bulkheadProfiles = size3
4444
CrewCapacity = 4
4545
INTERNAL
4646
{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_Kolonist250.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PART
3939
breakingForce = 2000
4040
breakingTorque= 2000
4141
maxTemp = 1200 // = 2900
42-
bulkheadProfiles = srf
42+
bulkheadProfiles = size2
4343
CrewCapacity = 2
4444
INTERNAL
4545
{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_Kolonist375.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PART
4040
breakingForce = 2000
4141
breakingTorque= 2000
4242
maxTemp = 1200 // = 2900
43-
bulkheadProfiles = srf
43+
bulkheadProfiles = size3
4444
CrewCapacity = 6
4545
INTERNAL
4646
{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_MedBay250.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PART
3939
breakingForce = 2000
4040
breakingTorque= 2000
4141
maxTemp = 1200 // = 2900
42-
bulkheadProfiles = srf
42+
bulkheadProfiles = size2
4343
CrewCapacity = 4
4444
INTERNAL
4545
{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_MedBay375.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PART
4040
breakingForce = 2000
4141
breakingTorque= 2000
4242
maxTemp = 1200 // = 2900
43-
bulkheadProfiles = srf
43+
bulkheadProfiles = size3
4444
CrewCapacity = 4
4545
INTERNAL
4646
{

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_MiniAirlock.cfg

+9-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PART
1717
cost = 450
1818
category = none
1919
subcategory = 0
20-
title = MKS 'Tundra' Airlock
20+
title = MKS 'Tundra' Mini-Airlock
2121
manufacturer = USI - Kolonization Division
2222
description = A smaller airlock module suitable for use with the MKS 'Tundra' series for orbital or surface bases.
2323

@@ -33,10 +33,16 @@ PART
3333
breakingForce = 2000
3434
breakingTorque= 2000
3535
maxTemp = 1200 // = 2900
36-
bulkheadProfiles = srf
36+
bulkheadProfiles = size1
3737
CrewCapacity = 1
3838
INTERNAL
3939
{
4040
name = landerCabinSmallInternal
41-
}
41+
}
42+
43+
MODULE
44+
{
45+
name = ModuleConnectedLivingSpace
46+
passable = true
47+
}
4248
}

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_MiniTruss.cfg

+6-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PART
4444
breakingForce = 2000
4545
breakingTorque= 2000
4646
maxTemp = 1200 // = 2900
47-
bulkheadProfiles = srf
47+
bulkheadProfiles = size1,size1p5
4848

4949
MODULE
5050
{
@@ -87,4 +87,9 @@ PART
8787
reverseVisibility = true
8888
}
8989

90+
MODULE
91+
{
92+
name = ModuleConnectedLivingSpace
93+
passable = true
94+
}
9095
}

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_MultiHub.cfg

+7-1
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,11 @@ PART
161161
openSndPath = KIS/Sounds/containerOpen
162162
closeSndPath = KIS/Sounds/containerClose
163163
defaultMoveSndPath = KIS/Sounds/itemMove
164-
}
164+
}
165+
166+
MODULE
167+
{
168+
name = ModuleConnectedLivingSpace
169+
passable = true
170+
}
165171
}

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_MultiTruss.cfg

+6-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ PART
5252
breakingForce = 2000
5353
breakingTorque= 2000
5454
maxTemp = 1200 // = 2900
55-
bulkheadProfiles = srf
55+
bulkheadProfiles = size1,size1p5
5656

5757
MODULE
5858
{
@@ -95,4 +95,9 @@ PART
9595
reverseVisibility = true
9696
}
9797

98+
MODULE
99+
{
100+
name = ModuleConnectedLivingSpace
101+
passable = true
102+
}
98103
}

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Tundra_NodeHelper.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ PART
3232
breakingForce = 2000
3333
breakingTorque= 2000
3434
maxTemp = 1200 // = 2900
35-
bulkheadProfiles = srf
35+
bulkheadProfiles = size0
3636
}

0 commit comments

Comments
 (0)