From 5143dc0d56e2beb4f87956916df0549d82ae1537 Mon Sep 17 00:00:00 2001 From: mkrsym1 Date: Fri, 9 Jun 2023 21:10:44 +0300 Subject: [PATCH] Minor readme styling changes --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 58c2978..7a99db3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # PROOF OF CONCEPT. DO NOT USE IF YOU DON'T KNOW WHAT YOU'RE DOING ### Games and regions -3rd: glb v6.6.0 - -SR: os/cn v1.1.0 (unsafe, refer to [configuration](#configuration)) +- 3rd: glb v6.6.0 +- SR: os/cn v1.1.0 (unsafe, refer to [configuration](#configuration)) It may be possilbe to completely remove the region and version-specific data in the future. Refer to the source code in `game_payload/src` for details. @@ -13,7 +12,7 @@ The anticheat the games use is fundamentally incompatible with Wine in multiple Does not work on Windows. ### Usage -**Refer to [Third-party launchers](#third-party-launchers) (will be written later)** for convenient usage. If you don't want to (or can't) use third-party launchers, continue reading the section below. +**Refer to [third-party launchers](#third-party-launchers) (will be written later)** for convenient usage. If you don't want to (or can't) use third-party launchers, continue reading the section below. **Wine 8.0+ is recommended**, as lower versions leak "The Wine project" as the device identifier. Not critical, but taking a precaution never hurt anyone. **DXVK is strongly recommended.** @@ -24,15 +23,15 @@ Manual usage instructions: - Download a release from this repository - Extract the archive (**NOT INTO THE GAME DIRECTORY! THIS IS IMPORTANT!**) - Block analytics servers in your `hosts` file. You can find the list in SERVERS.txt -- Run `wine jadeite.exe "Z:\\wine\\path\\to\\game.exe"` +- 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. +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. ### Configuration These environment variables can be used to configure the behaviour of the tool. SR-exclusive: -- `I_WANT_A_BAN=1` - allows to launch HSR. Please only use testing accounts, as there is an extremely high risk of getting banned +- `I_WANT_A_BAN=1` - allows to launch SR. Please only use testing accounts, as there is an extremely high risk of getting banned - `SRFIX_DISABLE=1` - disable shared resources fix ### Internals