Space Engineers

Space Engineers

Realistic Thrusters (offset forces, NPCs unaffected)
mz 21 Nov, 2022 @ 1:53pm
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