From 7874f4e3b66cc4511387104493024ea9f90fc6be Mon Sep 17 00:00:00 2001 From: DartPower <2005369+DartPower@users.noreply.github.com> Date: Tue, 15 Dec 2020 00:18:24 +0300 Subject: [PATCH] Update README.md --- README.md | 78 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 69 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f1f5ddf..3419495 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,77 @@ -# Cyberpunk2077 SMT Patcher +

Cyberpunk2077 SMT Patcher

-Simultaneous Multi-Threading Fix Patcher for Cyberpunk 2077 +

-Usage: + -1. Put "Cyberpunk2077_SMTPatcher.exe" in \bin\x64 + -2. Run patcher + -3. If patching is successful, launch game. + -Uninstall patch: + -1. Remove "Cyberpunk2077.exe" +

-2. Rename "Cyberpunk2077.exe.smt-patcher-bak" to "Cyberpunk2077.exe" \ No newline at end of file +**AMD (Non-Intel) Simultaneous Multi-Threading Fix Patcher for Cyberpunk 2077 made by _[DartPower](https://github.com/dartpower)_ Team.** + +--- + +

+ +

+ +# Usage + +``` +1. Download a patcher archive in Releases tab +2. Unpack a file named "Cyberpunk2077_SMTPatcher.exe" into \bin\x64 + +e.g. V:\GoG Games\Cyberpunk 2077\bin\x64 +(For GOG Users) + +or for EGS users: +C:\Program Files\Cyberpunk 2077\bin\x64 + +or for steam users: +C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\bin\x64 +or +D:\SteamLibrary\steamapps\common\Cyberpunk 2077\bin\x64 + +or for moneyless people +D:\Program Files\R.G. YourCrappyPirateReleaser\Cyberpunk2077\bin\x64 + +3. Run "Cyberpunk2077_SMTPatcher.exe" +4. Wait when patching is successful +Patcher console window will say "SMT Pattern found and replaced. Cyberpunk 2077 patched successful." and "Press Any Key to Exit" +You may just press any key and this window is closes or close this window. +5. If patching is successful, launch game. +``` + +# Uninstall patch + +``` +1. Open directory \bin\x64 +2. Remove "Cyberpunk2077.exe" +3. Rename "Cyberpunk2077.exe.smt-patcher-bak" to "Cyberpunk2077.exe" +P.S. You should check if [viewing hidden files and folders is enabled](https://support.microsoft.com/en-us/help/4028316/windows-view-hidden-files-and-folders-in-windows-10) +``` + +# Troubleshooting & F.A.Q. + +* Question: Can't launch patcher! + +* Answer: Install .NET Framework 4.8 + +* Question: Patcher crashing, he is can't found a game exe. + +* Answer: Put file correctly! + +# What's done + + - [x] Pattern-based HEX patcher + - [x] Old pattern tested + - [x] New pattern, found by [UnhingedDoork](https://www.reddit.com/user/UnhingedDoork/) + - [ ] New pattern tested + - [ ] GUI and/or progressbar-based things...