![Exordium](https://media.forgecdn.net/avatars/thumbnails/614/437/256/256/637998093760381250.png)
1.1.0 seems to be no longer working with certain mods
Longie520 opened this issue ยท 3 comments
Not sure what exact mods no longer work with 1.1.0, but in my case, the Inventory HUD was no longer working under Exordium, as the HUD renders at full fps, and there's a significant fps increase when I turn the HUD off
Not sure if the change should be intentional, but if there's no fix for this issue I'm still happy with the fps boost :D
You mean the hotbar? Or the inventory screen? Other mods? How do you know that the hotbar renders at full speed? Have you checked the settings?
You mean the hotbar? Or the inventory screen? Other mods? How do you know that the hotbar renders at full speed? Have you checked the settings?
I meant the HUD screen from the mod Inventory HUD (see the attachment). I optimized all my settings so that it rendered everything at minimum fps, however the HUD was animating at full fps (the difference is that it looked smooth)
Oh yea thats fully intended and noted in the changes. The goal of the update is to make it better compatible with other mods. So now each UI part gets wrapped on its own and only re-rendered when it changes. But this also means, all modded UI elements are entirely excluded from the mod(since I a) cant wrap them without knowing about them and b) dont know when they "change"). Instead mods can implement Exordium support where they wrap themselves, or later versions of Exordium could get explicit support for other mods(need to check how viable that is, maybe via an addon).