bakkesmodorg / BakkesModInjectorCpp

C++ rewrite of the BakkesModInjector
67 stars 21 forks source link

Added Legendary (Epic Version) support #27

Closed raycekar closed 1 year ago

raycekar commented 1 year ago

Incorporating support for checking if RL is installed in the Legendary location (~/.config/legendary/manifests). Legendary contains manifest files of filename "Sugar_Windows_BC2_Update40+407707.manifest" for example. This update checks that location for that manifest file and pulls the Epic Games RL version from the file name.

https://github.com/derrod/legendary

raycekar commented 1 year ago

Force-pushed to correct indexing.

raycekar commented 1 year ago

There's a few issues I found with my implementation and also found a installed.json file with the version there which would probably be a better option to go off of. Will correct and resubmit later on.

raycekar commented 1 year ago

28 Opened for updated Changes