mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add 2.5 docking variant
This commit is contained in:
parent
285d3543f9
commit
6ab8377c3a
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ Distribution/Restock/GameData/ReStock/Spaces/**/*.png
|
|||||||
Distribution/Restock/GameData/ReStock/Props/**/*.png
|
Distribution/Restock/GameData/ReStock/Props/**/*.png
|
||||||
Distribution/RestockPlus/GameData/ReStockPlus/Props/**/*.png
|
Distribution/RestockPlus/GameData/ReStockPlus/Props/**/*.png
|
||||||
Distribution/RestockPlus/GameData/ReStockPlus/Spaces/**/*.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.
@ -121,7 +121,7 @@
|
|||||||
!MODEL {}
|
!MODEL {}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Coupling/restock-docking-25-2
|
model = ReStock/Assets/Coupling/restock-docking-25-3
|
||||||
}
|
}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
@ -131,7 +131,40 @@
|
|||||||
rotation = 180, 0, 0
|
rotation = 180, 0, 0
|
||||||
}
|
}
|
||||||
%rescaleFactor = 1
|
%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
|
// Clamp-O-Tron Shielded Docking Port
|
||||||
|
@ -5,6 +5,7 @@ v1.4.2
|
|||||||
- Fixed Gigantor panel extension
|
- Fixed Gigantor panel extension
|
||||||
- Adjusted and applied Restock Swivel and Reliant models to fit new Squad revamps (adjusted dimensions, colliders)
|
- Adjusted and applied Restock Swivel and Reliant models to fit new Squad revamps (adjusted dimensions, colliders)
|
||||||
- Fixed Mk2 docking port not docking
|
- Fixed Mk2 docking port not docking
|
||||||
|
- Added new Senior docking port grey variant
|
||||||
|
|
||||||
v1.4.1
|
v1.4.1
|
||||||
------
|
------
|
||||||
|
Loading…
Reference in New Issue
Block a user