Difference between revisions of "Physicsless part"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created, still needs tidy up!)
 
(Correction of internal contradiction. Update of version to reflect the added flags in the part list.)
 
(30 intermediate revisions by 15 users not shown)
Line 1: Line 1:
= Massless Parts =
+
[[File:RV-105 RCS Thruster Block Delta V test.png|thumb|Delta-V comparison of three [[RV-105 RCS Thruster Block]] as massless and normal parts, before the changes introduced in [[1.0.1]]]]
 +
'''Physicsless parts''' are parts where the physics don't work in the usual way. The mass of the part and the drag experienced by it are added to the parent's part. The part itself has no mass nor drag at its point of placement, but it still contributes to the vehicle's total mass and drag; in short, during movement, the added physicless parts would not generate mass-shift and drag that affects lateral stability. Before [[1.0.1]] the mass and the drag weren't added to the parent but just ignored. It is influenced by the <code>PhysicsSignificance</code> flag in the part configuration which must be set to 1 to make it physicsless.
  
Some parts within the game are listed as having a small mass, but in the config file a flag is set "PhysicsSignificance = 1". This has the effect that in flight physics calculations such as mass and drag are not calculated for that part.
+
When constructing a craft, the [[root part]] can't be such a part.
  
 +
== Behaviour ==
 +
A craft with only physicsless parts starts to oscillate after a short time and then starts to destroy itself. But this is usually not possible because the root part is always not a physicsless part. The game can change the property on the fly, so that when a new root part after decoupling would be physicsless the game removes that special status.
  
== List of massless parts ==
+
== List of physicsless parts ==
 +
Physicsless parts as of 1.10.1:
  
 +
{{:Physicsless part/List}}
  
''Correct as of 0.23.5''
+
Note that several parts, such as the [[LT-2 Landing Strut]], have <code>PhysicsSignificance = 0</code> in its part.cfg. This does nothing, and the part behaves as normal.
  
* [[Cubic_Octagonal_Strut]]
+
== See also ==
* [[Octagonal_Strut]]
+
* [https://www.youtube.com/watch?v=tNMnDrLCW60 Kerbal Space Program - Your Physics Have No Power Over Me!]” by Scott Manley
*  [[Small_Gear_Bay]]
+
 
* All Ladders
+
{{Parts}}
* [[Z-100_Rechargeable_Battery_Pack]]
 
* Strut Connectors
 

Latest revision as of 09:14, 6 January 2021

Delta-V comparison of three RV-105 RCS Thruster Block as massless and normal parts, before the changes introduced in 1.0.1

Physicsless parts are parts where the physics don't work in the usual way. The mass of the part and the drag experienced by it are added to the parent's part. The part itself has no mass nor drag at its point of placement, but it still contributes to the vehicle's total mass and drag; in short, during movement, the added physicless parts would not generate mass-shift and drag that affects lateral stability. Before 1.0.1 the mass and the drag weren't added to the parent but just ignored. It is influenced by the PhysicsSignificance flag in the part configuration which must be set to 1 to make it physicsless.

When constructing a craft, the root part can't be such a part.

Behaviour

A craft with only physicsless parts starts to oscillate after a short time and then starts to destroy itself. But this is usually not possible because the root part is always not a physicsless part. The game can change the property on the fly, so that when a new root part after decoupling would be physicsless the game removes that special status.

List of physicsless parts

Physicsless parts as of 1.10.1:

Note that several parts, such as the LT-2 Landing Strut, have PhysicsSignificance = 0 in its part.cfg. This does nothing, and the part behaves as normal.

See also