Space Engineers

Space Engineers

Realistic Thrusters (offset forces, NPCs unaffected)
mz 2022 年 11 月 21 日 下午 1:53
Compatibility with Thrust multiplier mods
Keen's IMyThrust has a Value called "ThrustMultiplier"
MyThrust.CurrentStrength (which you use) sadly doesn't take this into account so could you please change 1 line in your mod code

float strength = Block.BlockDefinition.ForceMagnitude * Block.CurrentStrength

Please add
* (Block as IMyThrust).ThrustMultiplier