Lyall / RF5Fix

A BepInEx plugin for Rune Factory 5 that adds features such as ultrawide support and more.
MIT License
60 stars 7 forks source link

Add WIP order board menu fix #9

Closed KingKrouch closed 2 years ago

KingKrouch commented 2 years ago

This should disable pillarboxing when entering the order board menu, alongside disabling it when exiting. OnDestroy and Close functions seemingly aren't used here (and Rider on my Linux workstation doesn't seem to be letting me compile a .DLL file that the game detects), so it's entirely possible that this solution may need further testing.

KingKrouch commented 2 years ago

It looks like Intellisense was being a bit wack in terms of telling me that the "OnDisable" method was in the class, and removing that hook causes the DLL to work properly.

The problem now is that while the pillarbox/letterbox creation hook works fine, there's no OnDestroy method.