Space Engineers 2

Space Engineers 2

Not enough ratings
Get rid of Super Dampeners/Gyro Torque Bonuses
By BDCarrillo
If you want to get rid of the extremely overpowered braking when using dampeners, or the bonus that gyros receive to decelerate angular momentum, you can easily do so with a few file edits.

2
   
Award
Favorite
Favorited
Unfavorite
How to:
In this file:
Steam\steamapps\common\Space Engineers 2\GameData\Vanilla\Content\System\Grid\Grid_MovementDefinition.def

Change:
"ThrusterBrakingPowerMultiplierMin": 4,
"ThrusterBrakingPowerMultiplierMax": 10,
"TorqueDampenerPowerMultiplier": 2.5,

to

"ThrusterBrakingPowerMultiplierMin": 1,
"ThrusterBrakingPowerMultiplierMax": 1,
"TorqueDampenerPowerMultiplier": 1,