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/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..6d90398f 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -1,3 +1,7 @@ +v1.1.0 +------ +- Fixed Skipper UV issue inside bell + v1.1.0 ----- - KSP 1.9 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