diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-mk1-3-pod.mu b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-mk1-3-pod.mu index 4364a4d2..7d03885f 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-mk1-3-pod.mu and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-mk1-3-pod.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-1.mu index 600bd37d..062f130b 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-flood-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-flood-1.mu index 3fe70399..4dead10f 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-flood-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-flood-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-spot-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-spot-1.mu index 5b47b775..96b87a1a 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-spot-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-spot-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg index 9de1560d..6243341b 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg @@ -118,7 +118,7 @@ AUDIO_MULTI_POOL { channel = Ship - transformName = RCSjet + transformName = thrustTransform clip = sound_rocket_mini volume = 0.0 0.0 volume = 0.1 0.0 @@ -131,7 +131,7 @@ { name = fx1 modelName = ReStock/FX/restock-fx-rcs-1 - transformName = RCSjet + transformName = thrustTransform emission = 0.0 0.0 emission = 0.1 0.0 emission = 1.0 1.0 @@ -143,7 +143,7 @@ { name = fx2 modelName = ReStock/FX/restock-fx-rcs-1 - transformName = RCSjet + transformName = thrustTransform emission = 0.0 0.0 emission = 0.1 0.0 emission = 1.0 1.0 diff --git a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version index 89b5b064..cb4a44ea 100644 --- a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version +++ b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version @@ -6,7 +6,7 @@ { "MAJOR":0, "MINOR":1, - "PATCH":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 1a3ddb65..422d023f 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -1,6 +1,10 @@ v0.1.3 ------ -- Fixes animation of SC-9001 Material Bay +- Fixed animation of SC-9001 Material Bay +- Fixed thrust offset on LV-909 (#553) +- Fixed Mk1-3 Command pod still using old RCS FX (#546) +- Fixed docking transform on Clamp-O-Tron Sr (#555) +- Killed flameout effects on many engines (#549) v0.1.2 ------ diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index 2f487506..44f924a4 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -1,5 +1,5 @@ ============= -RESTOCK 0.1.2 +RESTOCK 0.1.3 ============= Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the cancelled Part Overhaul project by Porkjet. diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version b/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version index 1e04a307..6debfd74 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version @@ -6,7 +6,7 @@ { "MAJOR":0, "MINOR":1, - "PATCH":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index b62b4f7c..efcef67e 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -1,3 +1,8 @@ +v0.1.3 +------ +- Balance tweaks to Anvil SRB. Fuel increased to 7200, thrust increased to 2250 kN (#547) +- Fixed light pivots not moving light emitters (#548) + v0.1.2 ------ - Fixed incorrect dimensions on SC-9001R Material Bay (#542) diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt index 8ffe949b..14a07e0e 100644 --- a/Distribution/RestockPlus/readme.txt +++ b/Distribution/RestockPlus/readme.txt @@ -1,5 +1,5 @@ ============== -RESTOCK+ 0.1.2 +RESTOCK+ 0.1.3 ============== 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: @@ -15,7 +15,7 @@ DEPENDENCIES ============ Required: -- Restock (0.1.2) +- Restock (0.1.3) - ModuleManager (4.0.2) =============