Skip to content

Commit

Permalink
Update to version 1.5.10
Browse files Browse the repository at this point in the history
General:
- Recompile for KSP 1.4
- Updated CCK to version 0.9.0.0
- Updated CRP to version 0.3.0.0
- Updated KSPModFileLocalizer to version 0.2.1.11
Bug Fixes:
- Fixed missing "transfer crew" option on extendible parts
  • Loading branch information
Nils277 committed Mar 8, 2018
1 parent 06440ea commit d6b63ad
Show file tree
Hide file tree
Showing 16 changed files with 406 additions and 353 deletions.
Binary file modified Changelog.txt
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll
Binary file not shown.
34 changes: 17 additions & 17 deletions FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"REPOSITORY": "CommunityCategoryKit",
"USERNAME": "BobPalmer"
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 3,
"PATCH": 9
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 2,
"PATCH": 9
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":4,
"PATCH":9
},
"NAME": "Community Category Kit",
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
"VERSION": {
"BUILD": 0,
"MAJOR": 2,
"MAJOR": 3,
"MINOR": 0,
"PATCH": 2
"PATCH": 0
}
}
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.0 - 2018.03.07
------------------
KSP 1.4.0 Compatibility

2.0.2 - KSP 1.3
------------------
- [Enhancement] Added a new standard category: Lights.
Expand Down
10 changes: 10 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
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
Expand Down
12 changes: 6 additions & 6 deletions FOR_RELEASE/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
},
"VERSION":{
"MAJOR":0,
"MINOR":8,
"MINOR":9,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":3,
"PATCH":1
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":3,
"PATCH":1
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":3,
"MINOR":4,
"PATCH":9
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ RESOURCE_DEFINITION
name = Silicates
abbreviation = #LOC_CRP_Silicates_Abbreviation
displayName = #LOC_CRP_Silicates_DisplayName
density = 0.00025
density = 0.0025
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
Expand All @@ -1440,7 +1440,7 @@ RESOURCE_DEFINITION
name = Silicon
abbreviation = #LOC_CRP_Silicon_Abbreviation
displayName = #LOC_CRP_Silicon_DisplayName
density = 0.0002329
density = 0.002329
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
Expand Down
Loading

0 comments on commit d6b63ad

Please sign in to comment.