From 7b2e0a277bb7f6539f752aeac8b124ca0d14e252 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 17 Jun 2021 23:10:58 -0700 Subject: [PATCH] i hate my life (#953) --- .../Assets/Engine/restock-engine-poodle-2.mu | Bin 1318077 -> 1318755 bytes .../ReStock/Versioning/ReStock.version | 2 +- Distribution/Restock/changelog.txt | 4 ++++ Distribution/Restock/readme.txt | 2 +- .../Versioning/ReStockPlus.version | 2 +- Distribution/RestockPlus/readme.txt | 4 ++-- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-poodle-2.mu b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-poodle-2.mu index 59046710d3c5fda1a4588ed271be7a3f8c424341..59fe0f3c4295e2fdb15428a417d3fd532c154dd5 100644 GIT binary patch delta 146 zcmdnHGvM*QfQA;v7N!>F7M2#)7Pc1l7LFFq7OocV7M>Q~7QPn#7J(MQ7NHj5Eh4)m zw;M`{_%Kcvl@bx2{#H_ib2^Z(%E&pL@s*J9^bevUywl62L}FPO7#7%0zab^E6r?hV tkqaWF7M2#)7Pc1l7LFFq7OocV7M>Q~7QPn#7J(MQ7NHj5Eh4)m z!=yYiQ&Lj%^gZ)RQj78ub6ksx@{58q5>rx(7=S>!D7CmGKRH`BH7`9gFICsbRM$wi lIHM@PG^H4i*6G&c3&W#rs`M^?m|5dZ--HOv42 diff --git a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version index 8adc428d..db6e7ea9 100644 --- a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version +++ b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version @@ -6,7 +6,7 @@ { "MAJOR":1, "MINOR":3, - "PATCH":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 0588849d..ea0c3845 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -1,3 +1,7 @@ +v1.3.3 +------ +- Fix Poodle shroud shaders + v1.3.2 ------ - Fixed collider location inconsistency with stock for 1.25m heatshield (#914) diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index 1d009bd3..d31d5ed9 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -1,5 +1,5 @@ ============= -RESTOCK 1.3.2 +RESTOCK 1.3.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 eb6282e8..b488cac6 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version @@ -6,7 +6,7 @@ { "MAJOR":1, "MINOR":3, - "PATCH":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt index 0f0068f8..edc38236 100644 --- a/Distribution/RestockPlus/readme.txt +++ b/Distribution/RestockPlus/readme.txt @@ -1,5 +1,5 @@ ============== -RESTOCK+ 1.3.2 +RESTOCK+ 1.3.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.3.2) +- Restock (1.3.3) - ModuleManager (4.1.4) =============