fix PhysicsSignificance values

This commit is contained in:
Andrew Cassidy 2020-05-17 21:23:32 -07:00
parent a37d0f5d87
commit 7e3691b441
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
3 changed files with 2 additions and 5 deletions

View File

@ -39,7 +39,6 @@ PART
crashTolerance = 9 crashTolerance = 9
maxTemp = 3300 maxTemp = 3300
fuelCrossFeed = False fuelCrossFeed = False
PhysicsSignificance = 0
stageOffset = 1 stageOffset = 1
childStageOffset = 1 childStageOffset = 1
bulkheadProfiles = size1p5 bulkheadProfiles = size1p5

View File

@ -11,7 +11,6 @@ PART
model = ReStock/Assets/Utility/restock-ladder-static-2 model = ReStock/Assets/Utility/restock-ladder-static-2
scale = 1.0, 1.0, 1.0 scale = 1.0, 1.0, 1.0
} }
PhysicsSignificance = 1
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0 node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
TechRequired = spaceExploration TechRequired = spaceExploration
entryCost = 750 entryCost = 750
@ -32,6 +31,6 @@ PART
maxTemp = 2000 // = 3200 maxTemp = 2000 // = 3200
emissiveConstant = 0.8 emissiveConstant = 0.8
thermalMassModifier = 3 thermalMassModifier = 3
PhysicsSignificance = 1 PhysicsSignificance = NONE
bulkheadProfiles = srf bulkheadProfiles = srf
} }

View File

@ -11,7 +11,6 @@ PART
model = ReStock/Assets/Utility/restock-ladder-static-3 model = ReStock/Assets/Utility/restock-ladder-static-3
scale = 1.0, 1.0, 1.0 scale = 1.0, 1.0, 1.0
} }
PhysicsSignificance = 1
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0 node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
TechRequired = spaceExploration TechRequired = spaceExploration
entryCost = 1100 entryCost = 1100
@ -32,6 +31,6 @@ PART
maxTemp = 2000 // = 3200 maxTemp = 2000 // = 3200
emissiveConstant = 0.8 emissiveConstant = 0.8
thermalMassModifier = 3 thermalMassModifier = 3
PhysicsSignificance = 1 PhysicsSignificance = NONE
bulkheadProfiles = srf bulkheadProfiles = srf
} }