
Rockomax LV-909 Engine - Fairingless Variant does not produce particle FX
sumghai opened this issue ยท 3 comments
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.
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.
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.