mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Adjust restock+ sphere pods to match model position in MH
This commit is contained in:
@ -8,7 +8,7 @@ PART
|
|||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Command/restock-pod-sphere-1
|
model = ReStock/Assets/Command/restock-pod-sphere-1
|
||||||
position = 0.0, 0.0, 0.0
|
position = 0.0, 0.2, 0.0
|
||||||
rotation = 0.0, 0.0, 0.0
|
rotation = 0.0, 0.0, 0.0
|
||||||
scale = 1.0, 1.0, 1.0
|
scale = 1.0, 1.0, 1.0
|
||||||
}
|
}
|
||||||
@ -16,8 +16,9 @@ PART
|
|||||||
CrewCapacity = 1
|
CrewCapacity = 1
|
||||||
// Attachment
|
// Attachment
|
||||||
attachRules = 1,0,1,1,0
|
attachRules = 1,0,1,1,0
|
||||||
node_stack_top = 0.0, 0.825, 0.0, 0.0, 1.0, 0.0, 1
|
node_stack_top = 0.0, 1.025, 0.0, 0.0, 1.0, 0.0, 1
|
||||||
node_stack_bottom = 0.0, -0.875, 0.0, 0.0, -1.0, 0.0, 1
|
node_stack_bottom = 0.0, -0.675, 0.0, 0.0, -1.0, 0.0, 1 //0.875 without model offset
|
||||||
|
node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
|
||||||
|
|
||||||
/// Flag to disable this part if MH is installed
|
/// Flag to disable this part if MH is installed
|
||||||
MHReplacement = True
|
MHReplacement = True
|
||||||
@ -37,8 +38,8 @@ PART
|
|||||||
maximum_drag = 0.2
|
maximum_drag = 0.2
|
||||||
minimum_drag = 0.15
|
minimum_drag = 0.15
|
||||||
angularDrag = 2
|
angularDrag = 2
|
||||||
CoMOffset = 0.0, 0.0, 0.0
|
CoMOffset = 0.0, -0.2, 0.0
|
||||||
CoPOffset = 0.0, 0.4, 0.0
|
CoPOffset = 0.0, 0.2, 0.0
|
||||||
crashTolerance = 12
|
crashTolerance = 12
|
||||||
maxTemp = 2000 // = 3400
|
maxTemp = 2000 // = 3400
|
||||||
explosionPotential = 0
|
explosionPotential = 0
|
||||||
|
@ -8,7 +8,7 @@ PART
|
|||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Command/restock-pod-sphere-2
|
model = ReStock/Assets/Command/restock-pod-sphere-2
|
||||||
position = 0.0, 0.0, 0.0
|
position = 0.0, 0.2, 0.0
|
||||||
rotation = 0.0, 0.0, 0.0
|
rotation = 0.0, 0.0, 0.0
|
||||||
scale = 1.0, 1.0, 1.0
|
scale = 1.0, 1.0, 1.0
|
||||||
}
|
}
|
||||||
@ -16,8 +16,9 @@ PART
|
|||||||
CrewCapacity = 2
|
CrewCapacity = 2
|
||||||
// Attachment
|
// Attachment
|
||||||
attachRules = 1,0,1,1,0
|
attachRules = 1,0,1,1,0
|
||||||
node_stack_top = 0.0, 0.825, 0.0, 0.0, 1.0, 0.0, 1
|
node_stack_top = 0.0, 1.025, 0.0, 0.0, 1.0, 0.0, 1
|
||||||
node_stack_bottom = 0.0, -0.875, 0.0, 0.0, -1.0, 0.0, 1
|
node_stack_bottom = 0.0, -0.675, 0.0, 0.0, -1.0, 0.0, 1 //0.875 without model offset
|
||||||
|
node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
|
||||||
|
|
||||||
/// Flag to disable this part if MH is installed
|
/// Flag to disable this part if MH is installed
|
||||||
MHReplacement = True
|
MHReplacement = True
|
||||||
@ -37,8 +38,8 @@ PART
|
|||||||
maximum_drag = 0.2
|
maximum_drag = 0.2
|
||||||
minimum_drag = 0.15
|
minimum_drag = 0.15
|
||||||
angularDrag = 2
|
angularDrag = 2
|
||||||
CoMOffset = 0.0, 0.0, 0.0
|
CoMOffset = 0.0, -0.2, 0.0
|
||||||
CoPOffset = 0.0, 0.4, 0.0
|
CoPOffset = 0.0, 0.2, 0.0
|
||||||
crashTolerance = 12
|
crashTolerance = 12
|
||||||
maxTemp = 2000 // = 3400
|
maxTemp = 2000 // = 3400
|
||||||
explosionPotential = 0
|
explosionPotential = 0
|
||||||
|
@ -8,7 +8,7 @@ PART
|
|||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Command/restock-pod-sphere-3
|
model = ReStock/Assets/Command/restock-pod-sphere-3
|
||||||
position = 0.0, 0.0, 0.0
|
position = 0.0, 0.2, 0.0
|
||||||
rotation = 0.0, 0.0, 0.0
|
rotation = 0.0, 0.0, 0.0
|
||||||
scale = 1.0, 1.0, 1.0
|
scale = 1.0, 1.0, 1.0
|
||||||
}
|
}
|
||||||
@ -16,8 +16,9 @@ PART
|
|||||||
CrewCapacity = 3
|
CrewCapacity = 3
|
||||||
// Attachment
|
// Attachment
|
||||||
attachRules = 1,0,1,1,0
|
attachRules = 1,0,1,1,0
|
||||||
node_stack_top = 0.0, 0.825, 0.0, 0.0, 1.0, 0.0, 1
|
node_stack_top = 0.0, 1.025, 0.0, 0.0, 1.0, 0.0, 1
|
||||||
node_stack_bottom = 0.0, -0.875, 0.0, 0.0, -1.0, 0.0, 1
|
node_stack_bottom = 0.0, -0.675, 0.0, 0.0, -1.0, 0.0, 1 //0.875 without model offset
|
||||||
|
node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
|
||||||
|
|
||||||
/// Flag to disable this part if MH is installed
|
/// Flag to disable this part if MH is installed
|
||||||
MHReplacement = True
|
MHReplacement = True
|
||||||
@ -37,8 +38,8 @@ PART
|
|||||||
maximum_drag = 0.2
|
maximum_drag = 0.2
|
||||||
minimum_drag = 0.15
|
minimum_drag = 0.15
|
||||||
angularDrag = 2
|
angularDrag = 2
|
||||||
CoMOffset = 0.0, 0.0, 0.0
|
CoMOffset = 0.0, -0.2, 0.0
|
||||||
CoPOffset = 0.0, 0.4, 0.0
|
CoPOffset = 0.0, 0.2, 0.0
|
||||||
crashTolerance = 12
|
crashTolerance = 12
|
||||||
maxTemp = 2000 // = 3400
|
maxTemp = 2000 // = 3400
|
||||||
explosionPotential = 0
|
explosionPotential = 0
|
||||||
|
Reference in New Issue
Block a user