IIInitiationnn / BloodEmporium

A program to automatically level the Bloodweb in the game Dead by Daylight.
165 stars 12 forks source link

How to compile / Linux build #51

Open ahmouse15 opened 3 months ago

ahmouse15 commented 3 months ago

Hello,

I tried manually compiling (well, bundling) the program since there is no Linux build available, but it seems that the repo doesn't actually include the yolov5_obb directory needed to build it, which I presume contains the actual ML models.

Would you be able to either provide a Linux build, or include the necessary files for others to build it themselves?

ahmouse15 commented 3 months ago

P.S. After testing it on Linux through Wine, it starts up, continuously auto clicks, but the cursor sits up in the top left corner. I am using a custom icon pack and have set the path to it in settings, and I can confirm it's loaded since it shows the custom icons in the filtering list

IIInitiationnn commented 3 months ago

The yolov5_obb repo can be cloned from https://github.com/hukaixuan19970627/yolov5_obb though I am not sure if I modified anything. For your follow-up comment, if you can send the relevant logs from the logs folder I may be able to find the source of the issue.