Hello everyone! I've been having fun modding GTA V Enhanced, developing some simple plugins using the preview version of RPH (v1.130.1406.17682, which is bundled with LSPDFR Preview). Naturally, I would like my plugins to be compatible with LSPDFR, but I've encountered many problems while attempting that. Combining my standalone plugin (one that works without LSPDFR): crashes my plugin, every time, these crashes happen during basic calls that otherwise work perfectly, for example the getter for ped.Position/Entity.Position (while the entity is seemingly non-null, valid, and existing). Also, I think LSPDFR interferes with the Game.RawFrameRender callback, so I am unable to hook it, even though it works on its own. Maybe making a LSPDFR addon plugin (one using the LSPDFR API) would bypass some of these issues(?) the problem with that is the severe lack of documentation, I haven't been able to make one that even launches without a crash, yet. I'll keep trying for the sake of experimentation, although I'm skeptical whether or not it would even fix anything. Since I can't inspect the LSPDFR code (as it's obfuscated), I would really appreciate it if someone "in the know" could shed some light on the state of compatibility between LSPDFR and other plugins. I can't access the RPH discord server (does it still exist?). The invite links in RPH itself and on the RPH website are both broken. If someone could shoot me a link, that'd be awesome. If there exists any resources (other than the RPH docs, and the various callout tutorials, which don't contain a lot of details) about this topic, that I might have missed, please tell me where to look! What is the current state of development regarding LSPDFR and RPH for GTA Enhanced? Can I follow/support the devs more directly? I'm looking for recent information, specifically concerning Enhanced Edition modding. Any examples, tips, and resources are appreciated. I am willing to help write documentation, create examples & guides! Lastly, I urge the RPH authors to publish the RPH version for Enhanced Edition on the website (as it stands, only the legacy version is available there), or at the very least provide some information about how RPH for Enhanced works, and how it differs from the older versions. Thank you in Advance!