Skip to content

Commit f646748

Browse files
authored
Merge pull request #115 from KSP-RO/Develop
Update for KSP 1.5.x
2 parents 94619c5 + 952498b commit f646748

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

+1798
-370
lines changed
0 Bytes
Binary file not shown.

GameData/CommunityCategoryKit/CCK.version

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
},
88
"KSP_VERSION":{
99
"MAJOR":1,
10-
"MINOR":4,
10+
"MINOR":5,
1111
"PATCH":0
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,
15-
"MINOR":4,
15+
"MINOR":5,
1616
"PATCH":0
1717
},
1818
"KSP_VERSION_MAX":{
1919
"MAJOR":1,
20-
"MINOR":4,
20+
"MINOR":5,
2121
"PATCH":9
2222
},
2323
"NAME": "Community Category Kit",
2424
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
2525
"VERSION": {
26-
"BUILD": 0,
27-
"MAJOR": 3,
26+
"MAJOR": 4,
2827
"MINOR": 0,
29-
"PATCH": 0
30-
}
28+
"PATCH": 0,
29+
"BUILD": 0
30+
}
3131
}

GameData/CommunityCategoryKit/CHANGELOG.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
4.0.0 - 2018.10.20
2+
------------------
3+
KSP 1.5.0 Compatibility
4+
5+
3.2.0 - 2018.06.22
6+
------------------
7+
KSP 1.4.4 Compatibility
8+
9+
3.1.0 - 2018.03.13
10+
-----------------
11+
KSP 1.4.1 Compatibility
12+
113
3.0.0 - 2018.03.07
214
------------------
315
KSP 1.4.0 Compatibility

GameData/CommunityResourcePack/CHANGELOG.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
1.0.0 - 2018.10.20
2+
------------------
3+
KSP 1.5.0 Compatibility
4+
Normalized atmospheric resource harvesting values.
5+
6+
0.11.0 - 2018.06.22
7+
------------------
8+
KSP 1.4.4 Compatibility
9+
10+
0.10.0 - 2018.03.13
11+
-----------------
12+
KSP 1.4.1 Compatibility
13+
114
0.9.0 - 2018.03.07
215
------------------
316
KSP 1.4.0 Compatibility

GameData/CommunityResourcePack/CRP.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
"ALLOW_PRE_RELEASE":false
99
},
1010
"VERSION":{
11-
"MAJOR":0,
12-
"MINOR":9,
11+
"MAJOR":1,
12+
"MINOR":0,
1313
"PATCH":0,
1414
"BUILD":0
1515
},
1616
"KSP_VERSION":{
1717
"MAJOR":1,
18-
"MINOR":4,
18+
"MINOR":5,
1919
"PATCH":0
2020
},
2121
"KSP_VERSION_MIN":{
2222
"MAJOR":1,
23-
"MINOR":4,
23+
"MINOR":5,
2424
"PATCH":0
2525
},
2626
"KSP_VERSION_MAX":{
2727
"MAJOR":1,
28-
"MINOR":4,
28+
"MINOR":5,
2929
"PATCH":9
3030
}
3131
}

GameData/CommunityResourcePack/CommonResources.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,9 +855,9 @@ RESOURCE_DEFINITION
855855
{
856856
name = CompressedAir
857857
abbreviation = #LOC_CRP_CompressedAir_Abbreviation
858-
displayName = #LOC_CompressedAir_DisplayName
858+
displayName = #LOC_CRP_CompressedAir_DisplayName
859859
density = 0.000001283
860-
unitCost = 0.00015
860+
unitCost = 0.00004
861861
hsp = 2175
862862
flowMode = STAGE_PRIORITY_FLOW
863863
transfer = PUMP

0 commit comments

Comments
 (0)