mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix/updates
This commit is contained in:
@ -38,7 +38,7 @@ PART
|
||||
sound_decoupler_fire = decouple
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
MODULE
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
@ -46,7 +46,7 @@ PART
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName =
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
@ -54,12 +54,13 @@ PART
|
||||
{
|
||||
5mDecoupler = true
|
||||
5mDecouplerOrange = false
|
||||
5mDecouplerClassic = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Orange
|
||||
displayName =
|
||||
displayName = #autoLOC_8007123
|
||||
themeName = Orange
|
||||
primaryColor = #f49841
|
||||
secondaryColor = #4c4f47
|
||||
@ -67,6 +68,20 @@ PART
|
||||
{
|
||||
5mDecoupler = false
|
||||
5mDecouplerOrange = true
|
||||
5mDecouplerClassic = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = YellowAndWhite
|
||||
displayName = #LOC_Restock_variant-mounting_classic
|
||||
primaryColor = #4b6787
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
5mDecoupler = false
|
||||
5mDecouplerOrange = false
|
||||
5mDecouplerClassic = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -46,7 +46,7 @@ PART
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName =
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
@ -54,12 +54,13 @@ PART
|
||||
{
|
||||
5mSeparator = true
|
||||
5mSeparatorOrange = false
|
||||
5mSeparatorClassic = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Orange
|
||||
displayName =
|
||||
displayName = #autoLOC_8007123
|
||||
themeName = Orange
|
||||
primaryColor = #f49841
|
||||
secondaryColor = #4c4f47
|
||||
@ -67,6 +68,20 @@ PART
|
||||
{
|
||||
5mSeparator = false
|
||||
5mSeparatorOrange = true
|
||||
5mSeparatorClassic = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = YellowAndWhite
|
||||
displayName = #LOC_Restock_variant-mounting_classic
|
||||
primaryColor = #4b6787
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
5mSeparator = false
|
||||
5mSeparatorOrange = false
|
||||
5mSeparatorClassic = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -17,6 +17,8 @@ v1.2.0
|
||||
- Advanced Grabbing Unit Jr. has been soft-deprecated and its assets moved into base ReStock
|
||||
- Adjusted colliders on 3.75m Drone Core
|
||||
- Added Making History Pollux SRB to SRB gimbal patch
|
||||
- 3.75 and 1.875m Decouplers now support a Classic variant (replaces stock White/Yellow variant)
|
||||
- 3.75 and 1.875m Separators now support a Classic variant (replaces stock White/Yellow variant)
|
||||
|
||||
v1.1.2
|
||||
------
|
||||
|
Reference in New Issue
Block a user