mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix RS+ configs for spherical pods
This commit is contained in:
@ -281,7 +281,7 @@ Localization
|
|||||||
#LOC_RestockPlus_restock-pod-sphere-2_tags = 2 capsule control ?eva fly ?iva pilot rocket space history historical pod voskhod restock
|
#LOC_RestockPlus_restock-pod-sphere-2_tags = 2 capsule control ?eva fly ?iva pilot rocket space history historical pod voskhod restock
|
||||||
|
|
||||||
#LOC_RestockPlus_restock-pod-sphere-3_title = SP-3 'Mandarin' Reentry Module
|
#LOC_RestockPlus_restock-pod-sphere-3_title = SP-3 'Mandarin' Reentry Module
|
||||||
#LOC_RestockPlus_restock-pod-sphere-3_description = We hired a shady interior designer to fit three seats into the same space as two. The occupants are no longer able to move their arms to access the controls, but at least they'll probably survive.
|
#LOC_RestockPlus_restock-pod-sphere-3_description = We hired a shady interior decorator to fit three seats into the same space as one. The occupants are no longer able to move their arms to access the controls, but at least they'll probably survive.
|
||||||
#LOC_RestockPlus_restock-pod-sphere-3_tags = 3 capsule control ?eva fly ?iva pilot rocket space history historical pod voskhod restock sardines
|
#LOC_RestockPlus_restock-pod-sphere-3_tags = 3 capsule control ?eva fly ?iva pilot rocket space history historical pod voskhod restock sardines
|
||||||
|
|
||||||
// 1.875m
|
// 1.875m
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
// Spherical command pod
|
// Spherical command pod
|
||||||
PART
|
PART
|
||||||
{
|
{
|
||||||
name = restock-sphere-pod-1
|
name = restock-pod-sphere-1
|
||||||
module = Part
|
module = Part
|
||||||
author = Well
|
author = Well
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStockPlus/Assets/Command/restock-sphere-pod-1
|
model = ReStock/Assets/Command/restock-pod-sphere-1
|
||||||
position = 0.0, 0.0, 0.0
|
position = 0.0, 0.0, 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,12 @@ PART
|
|||||||
CrewCapacity = 1
|
CrewCapacity = 1
|
||||||
// Attachment
|
// Attachment
|
||||||
attachRules = 1,0,1,1,0
|
attachRules = 1,0,1,1,0
|
||||||
node_stack_top = 0.0, 1.225, 0.0, 0.0, 1.0, 0.0, 1
|
node_stack_top = 0.0, 0.825, 0.0, 0.0, 1.0, 0.0, 1
|
||||||
node_stack_bottom = 0.0, -0.475, 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
|
||||||
|
|
||||||
|
/// Flag to disable this part if MH is installed
|
||||||
|
MHReplacement = True
|
||||||
|
|
||||||
TechRequired = start
|
TechRequired = start
|
||||||
entryCost = 0
|
entryCost = 0
|
||||||
cost = 1000
|
cost = 1000
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
// Spherical command pod
|
// Spherical command pod
|
||||||
PART
|
PART
|
||||||
{
|
{
|
||||||
name = restock-sphere-pod-2
|
name = restock-pod-sphere-2
|
||||||
module = Part
|
module = Part
|
||||||
author = Well
|
author = Well
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStockPlus/Assets/Command/restock-sphere-pod-2
|
model = ReStock/Assets/Command/restock-pod-sphere-2
|
||||||
position = 0.0, 0.0, 0.0
|
position = 0.0, 0.0, 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,12 @@ PART
|
|||||||
CrewCapacity = 2
|
CrewCapacity = 2
|
||||||
// Attachment
|
// Attachment
|
||||||
attachRules = 1,0,1,1,0
|
attachRules = 1,0,1,1,0
|
||||||
node_stack_top = 0.0, 1.225, 0.0, 0.0, 1.0, 0.0, 1
|
node_stack_top = 0.0, 0.825, 0.0, 0.0, 1.0, 0.0, 1
|
||||||
node_stack_bottom = 0.0, -0.475, 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
|
||||||
|
|
||||||
|
/// Flag to disable this part if MH is installed
|
||||||
|
MHReplacement = True
|
||||||
|
|
||||||
TechRequired = start
|
TechRequired = start
|
||||||
entryCost = 0
|
entryCost = 0
|
||||||
cost = 1500
|
cost = 1500
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
// Spherical command pod
|
// Spherical command pod
|
||||||
PART
|
PART
|
||||||
{
|
{
|
||||||
name = restock-sphere-pod-3
|
name = restock-pod-sphere-3
|
||||||
module = Part
|
module = Part
|
||||||
author = Well
|
author = Well
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStockPlus/Assets/Command/restock-sphere-pod-3
|
model = ReStock/Assets/Command/restock-pod-sphere-3
|
||||||
position = 0.0, 0.0, 0.0
|
position = 0.0, 0.0, 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,12 @@ PART
|
|||||||
CrewCapacity = 3
|
CrewCapacity = 3
|
||||||
// Attachment
|
// Attachment
|
||||||
attachRules = 1,0,1,1,0
|
attachRules = 1,0,1,1,0
|
||||||
node_stack_top = 0.0, 1.225, 0.0, 0.0, 1.0, 0.0, 1
|
node_stack_top = 0.0, 0.825, 0.0, 0.0, 1.0, 0.0, 1
|
||||||
node_stack_bottom = 0.0, -0.475, 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
|
||||||
|
|
||||||
|
/// Flag to disable this part if MH is installed
|
||||||
|
MHReplacement = True
|
||||||
|
|
||||||
TechRequired = start
|
TechRequired = start
|
||||||
entryCost = 0
|
entryCost = 0
|
||||||
cost = 2000
|
cost = 2000
|
||||||
@ -26,7 +30,7 @@ PART
|
|||||||
title = #LOC_RestockPlus_restock-pod-sphere-3_title // SP-3 'Mandarin' Reentry Module
|
title = #LOC_RestockPlus_restock-pod-sphere-3_title // SP-3 'Mandarin' Reentry Module
|
||||||
manufacturer = #autoLOC_501678 //#autoLOC_501678 = Probodobodyne Inc
|
manufacturer = #autoLOC_501678 //#autoLOC_501678 = Probodobodyne Inc
|
||||||
description = #LOC_RestockPlus_restock-pod-sphere-3_description
|
description = #LOC_RestockPlus_restock-pod-sphere-3_description
|
||||||
// We hired a shady interior designer to fit three seats into the same space as two. The occupants are no longer able to move their arms to access the controls, but at least they'll probably survive.
|
// We hired a shady interior decorator to fit three seats into the same space as one. The occupants are no longer able to move their arms to access the controls, but at least they'll probably survive.
|
||||||
attachRules = 1,0,1,1,0
|
attachRules = 1,0,1,1,0
|
||||||
mass = 2
|
mass = 2
|
||||||
dragModelType = default
|
dragModelType = default
|
||||||
|
Reference in New Issue
Block a user