Space Engineers 2

Space Engineers 2

评价数不足
Get rid of Super Dampeners/Gyro Torque Bonuses
由 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
   
奖励
收藏
已收藏
取消收藏
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,