-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
69 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,77 @@ | ||
# Cyberpunk2077 SMT Patcher | ||
<h1 align="center">Cyberpunk2077 SMT Patcher</h1> | ||
|
||
Simultaneous Multi-Threading Fix Patcher for Cyberpunk 2077 | ||
<p align="center"> | ||
|
||
Usage: | ||
<img src="https://img.shields.io/badge/writed%20by-dartpower-blue.svg" > | ||
|
||
1. Put "Cyberpunk2077_SMTPatcher.exe" in <Cyberpunk 2077 Install Folder>\bin\x64 | ||
<img src="https://badges.frapsoft.com/os/v1/open-source.svg?v=103" > | ||
|
||
2. Run patcher | ||
<img src="https://img.shields.io/github/stars/dpteam/Cyberpunk2077_SMTPatcher.svg?style=flat"> | ||
|
||
3. If patching is successful, launch game. | ||
<img src="https://img.shields.io/github/languages/top/dpteam/Cyberpunk2077_SMTPatcher.svg"> | ||
|
||
Uninstall patch: | ||
<img src="https://img.shields.io/github/issues/dpteam/Cyberpunk2077_SMTPatcher.svg"> | ||
|
||
1. Remove "Cyberpunk2077.exe" | ||
</p> | ||
|
||
2. Rename "Cyberpunk2077.exe.smt-patcher-bak" to "Cyberpunk2077.exe" | ||
**AMD (Non-Intel) Simultaneous Multi-Threading Fix Patcher for Cyberpunk 2077 made by _[DartPower](https://github.com/dartpower)_ Team.** | ||
|
||
--- | ||
|
||
<p align="center"> | ||
<img src="https://user-images.githubusercontent.com/2005369/102132915-50042500-3e65-11eb-89de-710c9ba3857e.gif"> | ||
</p> | ||
|
||
# Usage | ||
|
||
``` | ||
1. Download a patcher archive in Releases tab | ||
2. Unpack a file named "Cyberpunk2077_SMTPatcher.exe" into <Cyberpunk 2077 Install Folder>\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 <Cyberpunk 2077 Install Folder>\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... |