diff --git a/.gitignore b/.gitignore index a45fc5ca..d023a5dd 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ Distribution/Restock/GameData/ReStock/Spaces/**/*.png Distribution/Restock/GameData/ReStock/Props/**/*.png Distribution/RestockPlus/GameData/ReStockPlus/Props/**/*.png Distribution/RestockPlus/GameData/ReStockPlus/Spaces/**/*.png +Distribution/Restock/GameData/ReStock/RestockPatchDisabler.cfg diff --git a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-125-1.dds b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-125-1.dds index 962863e3..cba07615 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-125-1.dds and b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-125-1.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-1.dds b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-1.dds index 2569c484..75371e75 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-1.dds and b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-1.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-3.mu b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-3.mu new file mode 100644 index 00000000..70f1b47c Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-docking-25-3.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg index a8ec5cda..3f105571 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg @@ -121,7 +121,7 @@ !MODEL {} MODEL { - model = ReStock/Assets/Coupling/restock-docking-25-2 + model = ReStock/Assets/Coupling/restock-docking-25-3 } MODEL { @@ -131,7 +131,40 @@ rotation = 180, 0, 0 } %rescaleFactor = 1 - + !MODULE[ModulePartVariants] {} + MODULE + { + name = ModulePartVariants + baseVariant = Gray with Stripes + useMultipleDragCubes = false + VARIANT + { + name = Gray with Stripes + displayName = #autoLOC_8320084 + themeName = Gray + primaryColor = #999999 + themeName = Gray with Stripes + secondaryColor = #b08b39 + GAMEOBJECTS + { + Docking25Base = true + Docking25Grey = false + } + } + VARIANT + { + name = Gray + displayName = #autoLOC_8007101 + themeName = Gray + primaryColor = #999999 + secondaryColor = #999999 + GAMEOBJECTS + { + Docking25Base = false + Docking25Grey = true + } + } + } } // Clamp-O-Tron Shielded Docking Port diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index a9ad2765..3522c459 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -5,6 +5,7 @@ v1.4.2 - Fixed Gigantor panel extension - Adjusted and applied Restock Swivel and Reliant models to fit new Squad revamps (adjusted dimensions, colliders) - Fixed Mk2 docking port not docking +- Added new Senior docking port grey variant v1.4.1 ------