Fix RS+ configs for spherical pods

MH-Pods
Andrew Cassidy 4 years ago
parent a09e920501
commit 031b94cc2c
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -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-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
// 1.875m

@ -2,12 +2,12 @@
// Spherical command pod
PART
{
name = restock-sphere-pod-1
name = restock-pod-sphere-1
module = Part
author = Well
MODEL
{
model = ReStockPlus/Assets/Command/restock-sphere-pod-1
model = ReStock/Assets/Command/restock-pod-sphere-1
position = 0.0, 0.0, 0.0
rotation = 0.0, 0.0, 0.0
scale = 1.0, 1.0, 1.0
@ -16,8 +16,12 @@ PART
CrewCapacity = 1
// Attachment
attachRules = 1,0,1,1,0
node_stack_top = 0.0, 1.225, 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_top = 0.0, 0.825, 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
entryCost = 0
cost = 1000

@ -2,12 +2,12 @@
// Spherical command pod
PART
{
name = restock-sphere-pod-2
name = restock-pod-sphere-2
module = Part
author = Well
MODEL
{
model = ReStockPlus/Assets/Command/restock-sphere-pod-2
model = ReStock/Assets/Command/restock-pod-sphere-2
position = 0.0, 0.0, 0.0
rotation = 0.0, 0.0, 0.0
scale = 1.0, 1.0, 1.0
@ -16,8 +16,12 @@ PART
CrewCapacity = 2
// Attachment
attachRules = 1,0,1,1,0
node_stack_top = 0.0, 1.225, 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_top = 0.0, 0.825, 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
entryCost = 0
cost = 1500

@ -2,12 +2,12 @@
// Spherical command pod
PART
{
name = restock-sphere-pod-3
name = restock-pod-sphere-3
module = Part
author = Well
MODEL
{
model = ReStockPlus/Assets/Command/restock-sphere-pod-3
model = ReStock/Assets/Command/restock-pod-sphere-3
position = 0.0, 0.0, 0.0
rotation = 0.0, 0.0, 0.0
scale = 1.0, 1.0, 1.0
@ -16,8 +16,12 @@ PART
CrewCapacity = 3
// Attachment
attachRules = 1,0,1,1,0
node_stack_top = 0.0, 1.225, 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_top = 0.0, 0.825, 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
entryCost = 0
cost = 2000
@ -26,7 +30,7 @@ PART
title = #LOC_RestockPlus_restock-pod-sphere-3_title // SP-3 'Mandarin' Reentry Module
manufacturer = #autoLOC_501678 //#autoLOC_501678 = Probodobodyne Inc
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
mass = 2
dragModelType = default

Loading…
Cancel
Save