Skip to content

Commit

Permalink
Merge pull request #84 from JPLRepo/dev
Browse files Browse the repository at this point in the history
Update for KSP 1.4.1
  • Loading branch information
JPLRepo authored Mar 16, 2018
2 parents 0b95f89 + 5d34a86 commit e3ee1ab
Show file tree
Hide file tree
Showing 12 changed files with 938 additions and 620 deletions.
19 changes: 19 additions & 0 deletions Distribution/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
0.9.0 - 2018.03.07
------------------
KSP 1.4.0 Compatibility

0.8.1 - 2017.03.06
------------------
Fixed an issue with Chinese localization that was causing the game to hang during load. Thanks to everyone that helped with this!
Added Russian translations (Thanks doktorjet)
Corrected density of Silicates/Silicon (Note that while cost/volume are the same, the resources are now ten times heavier)

0.8.0 - 2017.10.09
------------------
KSP 1.3.1
Various localization updates

0.7.3 - 2017.09.08
------------------
Dependency Updates

0.7.2 - 2017.08.15
---------------
Dependency Updates
Expand Down
12 changes: 6 additions & 6 deletions Distribution/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
},
"VERSION":{
"MAJOR":0,
"MINOR":7,
"PATCH":2,
"MINOR":9,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":3,
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":2,
"PATCH":9
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":3,
"MINOR":4,
"PATCH":9
}
}
Loading

0 comments on commit e3ee1ab

Please sign in to comment.