Difference between revisions of "Physicsless part"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (List of physicsless parts: — removed outdated version note)
m
Line 8: Line 8:
  
 
== List of physicsless parts ==
 
== List of physicsless parts ==
Physicsless parts as of 1.2.2:
+
Physicsless parts as of 1.4.5:
  
 
* [[2HOT Thermometer]]
 
* [[2HOT Thermometer]]
Line 37: Line 37:
 
* [[Z-400 Rechargeable Battery]]
 
* [[Z-400 Rechargeable Battery]]
  
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.
+
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.
  
 
== See also ==
 
== See also ==

Revision as of 17:45, 19 August 2018

Delta-V comparison of three RV-105 RCS Thruster Block as massless and normal parts

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 but it still contributes to the vehicle's mass. 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 and 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.4.5:

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