From 3b7cda6c5f65e687345a963a86ae0ba962d19d6c Mon Sep 17 00:00:00 2001 From: mkrsym1 Date: Sun, 6 Aug 2023 19:32:29 +0300 Subject: [PATCH] Mention 'chmod +x' in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eca19b..2be70ad 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Manual usage instructions: - Download the game you want to run - Download the latest release from this repository - Extract the archive (**NOT INTO THE GAME DIRECTORY! THIS IS IMPORTANT!**) -- Run `./block_analytics.sh` from the archive to block the games from accessing analytics servers. This will require superuser privileges +- Run `./block_analytics.sh` from the archive to block the games from accessing analytics servers (you might have to do a `chmod +x block_analytics.sh` first). This will require superuser privileges - Run `wine jadeite.exe 'Z:\wine\path\to\game.exe'` This tool is capable of starting the games from a different process. This may be useful for spoofing the parent process (SR is known to report it). Use `wine jadeite.exe 'Z:\wine\path\to\game.exe' 'Z:\wine\path\to\launcher.exe'`. `explorer.exe` is used as the default.