diff --git a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-skipper-2.mu b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-skipper-2.mu index e13f74c7..09780826 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-skipper-2.mu and b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-skipper-2.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Plugins/Restock.dll b/Distribution/Restock/GameData/ReStock/Plugins/Restock.dll index 12e00d2c..386a60c5 100644 Binary files a/Distribution/Restock/GameData/ReStock/Plugins/Restock.dll and b/Distribution/Restock/GameData/ReStock/Plugins/Restock.dll differ diff --git a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version index 55c54b2d..7b91e8db 100644 --- a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version +++ b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version @@ -6,7 +6,7 @@ { "MAJOR":1, "MINOR":1, - "PATCH":0, + "PATCH":1, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index dce566e2..0e951035 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -1,3 +1,8 @@ +v1.1.1 +------ +- Fixed Skipper UV issue inside bell +- Fixed fix for radiator breakage not being included + v1.1.0 ----- - KSP 1.9 diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index 4f84b260..e54c1418 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -1,5 +1,5 @@ ============= -RESTOCK 1.1.0 +RESTOCK 1.1.1 ============= Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the canceled Part Overhaul project by Porkjet. diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg index 89bae28e..0cf3c58f 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg @@ -102,7 +102,7 @@ PART category = Engine subcategory = 0 title = #LOC_RestockPlus_restock-engine-torch_title - manufacturer = #autoLOC_501638 + manufacturer = #autoLOC_501637 description = #LOC_RestockPlus_restock-engine-torch_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,0,0 diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-cherenkov.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-cherenkov.cfg index b91856b9..fa4c2fc1 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-cherenkov.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-cherenkov.cfg @@ -48,13 +48,11 @@ PART AUDIO { channel = Ship - clip = sound_rocket_spurts + clip = sound_rocket_hard volume = 0.0 0.0 - volume = 0.01 0.4 volume = 1.0 1.0 pitch = 0.0 0.2 - pitch = 0.01 0.6 - pitch = 1.0 1.8 + pitch = 1.0 1.0 loop = true } MODEL_MULTI_PARTICLE @@ -96,13 +94,13 @@ PART } } // --- editor parameters --- - TechRequired = veryHeavyRocketry + TechRequired = nuclearPropulsion entryCost = 121000 cost = 40000 category = Engine subcategory = 0 title = #LOC_RestockPlus_restock-engine-cherenkov_title - manufacturer = #autoLOC_501638 + manufacturer = #autoLOC_501637 description = #LOC_RestockPlus_restock-engine-cherenkov_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,0,0 diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version b/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version index 637450f7..be601eff 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version @@ -6,7 +6,7 @@ { "MAJOR":1, "MINOR":1, - "PATCH":0, + "PATCH":1, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index 28e101d8..984b6680 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -1,3 +1,9 @@ +v1.1.1 +------ +- Cherenkov running sound is now same as LV-N, not Spark +- Cherenkov tech node is now correctly Nuclear Propulsion +- Torch, Cherenkov manufacturers corrected to Rockomax, was Kerbodyne + v1.1.0 ------ - KSP 1.9 Compatibility diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt index 6105dee2..b774295f 100644 --- a/Distribution/RestockPlus/readme.txt +++ b/Distribution/RestockPlus/readme.txt @@ -1,5 +1,5 @@ ============== -RESTOCK+ 1.1.0 +RESTOCK+ 1.1.1 ============== Restock+ is a complement to Restock which adds useful parts that we feel are missing from the base game. Functionally, these parts additions allow better flexibility in craft construction and not add new gameplay systems or form factors. Some examples might include: diff --git a/Source/Restock/Restock.csproj b/Source/Restock/Restock.csproj index 0af3b1f7..b8bca5f2 100644 --- a/Source/Restock/Restock.csproj +++ b/Source/Restock/Restock.csproj @@ -55,6 +55,7 @@ +