Space Engineers

Space Engineers

Realistic Thrusters (offset forces, NPCs unaffected)
mz 21. nov. 2022 kl. 13: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