Add 2.5 docking variant

This commit is contained in:
Chris 2021-08-12 10:03:55 -07:00
parent 285d3543f9
commit 6ab8377c3a
6 changed files with 37 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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
------