0x-FADED / Rage-LowPriorityPropRestore

for some reason th RAGE engine Games doesn't load props with PRI_OPTIONAL_LOW this mod tries to fix that
MIT License
10 stars 1 forks source link

Crash to desktop when this ASI is installed alongside LML #1

Open pnwparksfan opened 1 year ago

pnwparksfan commented 1 year ago

When Rage-LowPriorityPropRestore.asi and Lenny's Mod Loader (LML) are both installed, the game immediately crashes to desktop. LML already has a built-in feature that does the same thing as this mod (restores low-priority props). I suspect either the hook itself or the patch location is conflicting. At any rate, it's not necessary to have both installed.

Could you please at least add a mention to the README that you shouldn't install this ASI alongside LML, and possibly add a check in the initialization code to exit the hook or display a warning if vfs.dll is present?

0x-FADED commented 11 months ago

@pnwparksfan Hi, sorry I was dead for so long. I have added a check so this will not initialize while using LML(not tested) thankx for the report xP

I have updated the release. It would be cool if you try out this and report back thanks in advance.. 🙃

pnwparksfan commented 11 months ago

@0x-FADED it looks like from the recent commits that you're only detecting LML with RDR2, but it's also available (via vfs.dll) for GTAV.

0x-FADED commented 11 months ago

@pnwparksfan just figured out that LML only causes crash in case of GTA5 so I have added checks for GTA5 now.