Skip to content

Commit 8ec1c77

Browse files
committed
Update CRP, MM, recompile for 1.1.3, and make texture refs consistent
1 parent 0f56878 commit 8ec1c77

File tree

13 files changed

+327
-53
lines changed

13 files changed

+327
-53
lines changed

GameData/CommunityResourcePack/CHANGELOG.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.5.4 - (KSP 1.1.3)
2+
------------------
3+
Update for KSP 1.1.3
4+
Updated cost of Plutonium
5+
Added Lithium6, Carbon, and Monazite
6+
Karborundum is now tweakable, and 4000 funds per unit (versus 400).
7+
The Kerbol Karburundum harvesting zone is back... now go find it :)
8+
Alumina and Monazite are now planetary resources.
9+
Hydrates are a bit more common.
10+
Added Glykerol (curated by DeepFreeze).
11+
12+
0.5.2 - 2016.05.14
13+
------------------
14+
Added Volume and reverted UF4 and ThF4 to original KSPI density & cost
15+
Added Volume property to other resources used by KSPI
16+
Added default volume to other CRP resources
17+
118
0.5.1.1 - 2016.04.30
219
--------------------
320
KSP 1.1.2 compatibility

GameData/CommunityResourcePack/CRP.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"VERSION":{
1111
"MAJOR":0,
1212
"MINOR":5,
13-
"PATCH":1,
14-
"BUILD":1
13+
"PATCH":4,
14+
"BUILD":0
1515
},
1616
"KSP_VERSION":{
1717
"MAJOR":1,
1818
"MINOR":1,
19-
"PATCH":2
19+
"PATCH":3
2020
},
2121
"KSP_VERSION_MIN":{
2222
"MAJOR":1,
@@ -26,6 +26,6 @@
2626
"KSP_VERSION_MAX":{
2727
"MAJOR":1,
2828
"MINOR":1,
29-
"PATCH":2
29+
"PATCH":3
3030
}
3131
}

0 commit comments

Comments
 (0)