
Compat: Better Invisibility still renders armor
capnkirok opened this issue ยท 1 comments
Dev from BetterInvisibility here (and Inventory Pets and Carry On). Love the mod and all things Dark Souls for the record. My users are reporting that your mod is conflicting with BetterInvisibility. BetterInvisibility allows users to be completely invisible, even with armor and weapons and particle effects, and also neutralizes mob AI so you can sneak up on mobs (proper stealth).
However, your mod appears to be re-implementing the render event so armor/weapons continue to show even after being cancelled. Can you please add an exception for BetterInvisibility?
Stealth and your mod would go well together.
PC
Hello there, Since I can't add all types of exceptional cases in my codebase, I recommend you using mixin to modify the rendering code of Epic Fight armors. Epic Fight armors render in WearableItemLayer
's renderLayer
method, and you can add checker and cancel further process through mixin at HEAD
. Thanks for report and tell me if you need more help.