diff --git a/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-inflatable-1-n.tga b/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-inflatable-1-n.tga new file mode 100644 index 00000000..443b3f2b Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-inflatable-1-n.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-inflatable-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-inflatable-1.mu index b84f697b..d7da2709 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-inflatable-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-inflatable-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-inflatable-1.tga b/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-inflatable-1.tga new file mode 100644 index 00000000..63724dfb Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Aero/restock-heatshield-inflatable-1.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-reliant-2.mu b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-reliant-2.mu index 2264eeb5..51914e77 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-reliant-2.mu and b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-reliant-2.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg index 77542b70..2dc86d12 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg @@ -1260,7 +1260,7 @@ model = ReStock/Assets/Engine/restock-engine-swivel-2 } @bulkheadProfiles = srf, size1 - rescaleFactor = 1.0 + %rescaleFactor = 1.0 %node_attach = 0.0, 0, 0.0, 0.0, 1.0, 0.0, 1 @attachRules = 1,1,1,0,0 !DRAG_CUBE {} diff --git a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version index 6849245b..2de18ecb 100644 --- a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version +++ b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version @@ -6,7 +6,7 @@ { "MAJOR":1, "MINOR":4, - "PATCH":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 9a2508ea..103f47ce 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -2,6 +2,8 @@ v1.4.3 ------ - Fix Communotron 88-88 starting extended in the VAB (#965) - Added a depth mask to the Communotron 88-88 +- Fixed Reliant boattail grey option being the old pre-1.12 one. +- Removed extra rescaleFactor from Swivel v1.4.2 ------ diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index be5ac175..1f3fa099 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -1,5 +1,5 @@ ============= -RESTOCK 1.4.2 +RESTOCK 1.4.3 ============= 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/Versioning/ReStockPlus.version b/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version index 6e51c017..735dd65c 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version @@ -6,7 +6,7 @@ { "MAJOR":1, "MINOR":4, - "PATCH":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt index 767de4b8..d063108b 100644 --- a/Distribution/RestockPlus/readme.txt +++ b/Distribution/RestockPlus/readme.txt @@ -1,5 +1,5 @@ ============== -RESTOCK+ 1.4.2 +RESTOCK+ 1.4.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: @@ -21,7 +21,7 @@ DEPENDENCIES ============ Required: -- Restock (1.4.2) +- Restock (1.4.3) - ModuleManager (4.2.1) =============