ModAssistant
ModAssistant copied to clipboard
Fix "IsVoid" anti-piracy detection
This PR should fix two bugs:
-
A recent(?) update to Beat Saber moved all native plugins into an x86_64 subdirectory, breaking ModAssistant's detection.
-
Certain Windows systems will create an all-uppercase DESKTOP.INI file, causing false flags as ModAssistant previously only checked for lowercase desktop.ini.
(Also a note for the devs: have you considered removing the checks? It seems trivial to bypass, false flags can happen as not every ini is a keygen, and the company that owns Beat Saber is Facebook...)