SDHI Service Module System

SDHI Service Module System

60.7k Downloads

Rockomax LV-909 Engine - Fairingless Variant does not produce particle FX

sumghai opened this issue ยท 3 comments

commented

Users without HotRockets have reported that the LV-909 bundled with the pack do not display any particle effects present on the original stock engine - otherwise, the engines still produce thrust and the bell emissive animates with heat.

Bug confirmed on KSP 0.24.2 with SDHI + minimal dependencies.

commented

Nazari needs to figure out how to add a ModuleManager hook to his HotRockets stuff - I've asked him to speak to sarbian about this.

commented

Cause of bug identified.

The SDHI_SMS_MMPatch_HotRockets.cfg removes all the stock effects and replaces it with effects from HotRockets. This is fine if the user has HotRockets installed, but it so happens that the current version of the patch still removes the stock effects even if HotRockets is absent.

Working on a fix, which would involve a NEEDS[] argument in the MM patch.

commented

HotRockets resides in the GameData\MP_Nazari folder, which can be detected using :NEEDS[MP_Nazari].

Patch tested and confirmed to only apply when HotRockets is installed, ready for V2.1.