mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fixed attachment node sizes on some RS+ 1.875m parts.
This commit is contained in:
parent
ccc6fe705d
commit
77106d0a22
@ -15,7 +15,7 @@ PART
|
|||||||
rescaleFactor = 1
|
rescaleFactor = 1
|
||||||
// Attachment
|
// Attachment
|
||||||
attachRules = 1,1,1,1,0
|
attachRules = 1,1,1,1,0
|
||||||
node_stack_bottom = 0.0, -0.94, 0, 0.0, -1.0, 0.0, 1
|
node_stack_bottom = 0.0, -0.94, 0, 0.0, -1.0, 0.0, 2
|
||||||
// Tech
|
// Tech
|
||||||
TechRequired = aerodynamicSystems
|
TechRequired = aerodynamicSystems
|
||||||
entryCost = 0
|
entryCost = 0
|
||||||
|
@ -10,8 +10,8 @@ PART
|
|||||||
model = ReStock/Assets/Coupling/restock-decoupler-1875-1
|
model = ReStock/Assets/Coupling/restock-decoupler-1875-1
|
||||||
}
|
}
|
||||||
rescaleFactor = 1.0
|
rescaleFactor = 1.0
|
||||||
node_stack_top = 0.0, 0.075, 0.0, 0.0, 1.0, 0.0, 1
|
node_stack_top = 0.0, 0.075, 0.0, 0.0, 1.0, 0.0, 2
|
||||||
node_stack_bottom = 0.0, -0.075, 0.0, 0.0, -1.0, 0.0, 1
|
node_stack_bottom = 0.0, -0.075, 0.0, 0.0, -1.0, 0.0, 2
|
||||||
TechRequired = advConstruction
|
TechRequired = advConstruction
|
||||||
entryCost = 1800
|
entryCost = 1800
|
||||||
cost = 475
|
cost = 475
|
||||||
|
@ -10,8 +10,8 @@ PART
|
|||||||
model = ReStock/Assets/Coupling/restock-separator-1875-1
|
model = ReStock/Assets/Coupling/restock-separator-1875-1
|
||||||
}
|
}
|
||||||
rescaleFactor = 1.0
|
rescaleFactor = 1.0
|
||||||
node_stack_top = 0.0, 0.075, 0.0, 0.0, 1.0, 0.0, 1
|
node_stack_top = 0.0, 0.075, 0.0, 0.0, 1.0, 0.0, 2
|
||||||
node_stack_bottom = 0.0, -0.075, 0.0, 0.0, -1.0, 0.0, 1
|
node_stack_bottom = 0.0, -0.075, 0.0, 0.0, -1.0, 0.0, 2
|
||||||
TechRequired = advConstruction
|
TechRequired = advConstruction
|
||||||
entryCost = 1800
|
entryCost = 1800
|
||||||
cost = 475
|
cost = 475
|
||||||
|
@ -15,8 +15,8 @@ PART
|
|||||||
scale = 1.0
|
scale = 1.0
|
||||||
rescaleFactor = 1
|
rescaleFactor = 1
|
||||||
// --- node definitions ---
|
// --- node definitions ---
|
||||||
node_stack_top = 0.0, 0.10818, 0.0, 0.0, 1.0, 0.0, 1
|
node_stack_top = 0.0, 0.10818, 0.0, 0.0, 1.0, 0.0, 2
|
||||||
node_stack_bottom = 0.0, -0.1084, 0.0, 0.0, -1.0, 0.0, 1
|
node_stack_bottom = 0.0, -0.1084, 0.0, 0.0, -1.0, 0.0, 2
|
||||||
// --- editor parameters ---
|
// --- editor parameters ---
|
||||||
TechRequired = largeElectrics
|
TechRequired = largeElectrics
|
||||||
entryCost = 12125
|
entryCost = 12125
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
v1.4.4
|
v1.4.4
|
||||||
------
|
------
|
||||||
|
- Fixed attachment node sizes on some 1.875m parts
|
||||||
- Fixed 1.25m, 2.5m, 3.75m and 5m Engine Plate mass values
|
- Fixed 1.25m, 2.5m, 3.75m and 5m Engine Plate mass values
|
||||||
- Fixed top node for Galleon 3.75m Boattail variant
|
- Fixed top node for Galleon 3.75m Boattail variant
|
||||||
- Introduce patch to correctly locate CoM on Making History SP-R Triangle Structural Panels
|
- Introduce patch to correctly locate CoM on Making History SP-R Triangle Structural Panels
|
||||||
|
Loading…
Reference in New Issue
Block a user