ModAssistant icon indicating copy to clipboard operation
ModAssistant copied to clipboard

Fix "IsVoid" anti-piracy detection

Open InvoxiPlayGames opened this issue 4 years ago • 0 comments

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...)

InvoxiPlayGames avatar Oct 31 '21 14:10 InvoxiPlayGames