Add Physics

Add Physics

641 Downloads

A simplemodule managerconfig that changes most parts so that they have physics (mass and drag) enabled. It does not affect Small gear bay, EAS-4 Strut Connector or FTX-2 External Fuel Duct as these parts are physicless as a result of part type instead of the Physics significance flag.

This mod thus stops exploits resulting from the use of physicless parts such as using the OMS engine to generate TWRs above what should be possible. It also stops certain Kraken attacks resulting from Physicless rovers etc. However has a significant performance hit while using lots of physicless parts.

Source:

 @PART[*]:HAS[#PhysicsSignificance[1]]
{
@PhysicsSignificance=0
}

 Needsmodule manager by Sarbian to work