Skip to content

Commit 5d34a86

Browse files
committed
Update for KSP 1.4.1
1 parent efb9daf commit 5d34a86

File tree

12 files changed

+938
-620
lines changed

12 files changed

+938
-620
lines changed

Distribution/GameData/CommunityResourcePack/CHANGELOG.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
0.9.0 - 2018.03.07
2+
------------------
3+
KSP 1.4.0 Compatibility
4+
5+
0.8.1 - 2017.03.06
6+
------------------
7+
Fixed an issue with Chinese localization that was causing the game to hang during load. Thanks to everyone that helped with this!
8+
Added Russian translations (Thanks doktorjet)
9+
Corrected density of Silicates/Silicon (Note that while cost/volume are the same, the resources are now ten times heavier)
10+
11+
0.8.0 - 2017.10.09
12+
------------------
13+
KSP 1.3.1
14+
Various localization updates
15+
16+
0.7.3 - 2017.09.08
17+
------------------
18+
Dependency Updates
19+
120
0.7.2 - 2017.08.15
221
---------------
322
Dependency Updates

Distribution/GameData/CommunityResourcePack/CRP.version

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
},
1010
"VERSION":{
1111
"MAJOR":0,
12-
"MINOR":7,
13-
"PATCH":2,
12+
"MINOR":9,
13+
"PATCH":0,
1414
"BUILD":0
1515
},
1616
"KSP_VERSION":{
1717
"MAJOR":1,
18-
"MINOR":3,
18+
"MINOR":4,
1919
"PATCH":0
2020
},
2121
"KSP_VERSION_MIN":{
2222
"MAJOR":1,
23-
"MINOR":2,
24-
"PATCH":9
23+
"MINOR":4,
24+
"PATCH":0
2525
},
2626
"KSP_VERSION_MAX":{
2727
"MAJOR":1,
28-
"MINOR":3,
28+
"MINOR":4,
2929
"PATCH":9
3030
}
3131
}

0 commit comments

Comments
 (0)