Skip to content

Commit

Permalink
Add 2.5 docking variant
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAdderley committed Aug 12, 2021
1 parent 285d354 commit 6ab8377
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
!MODEL {}
MODEL
{
model = ReStock/Assets/Coupling/restock-docking-25-2
model = ReStock/Assets/Coupling/restock-docking-25-3
}
MODEL
{
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions Distribution/Restock/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down

0 comments on commit 6ab8377

Please sign in to comment.