Skip to content

Commit cb7d480

Browse files
committed
Update readme
1 parent 37e79e1 commit cb7d480

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,17 @@ Please avoid abusing the messages! Only show short and clear messages that the u
3939

4040
### New Feature: Black List
4141
Suppress console messages containing certain words. Available in Configuration Manager.
42+
43+
## ByteFiddler (patcher)
44+
This patcher allows you to replace a sequence of bytes in the memory of the current process. Use with caution!
45+
46+
1. Run the game once to generate `BepInEx\config\ByteFiddler.cfg` and edit it.
47+
2. Change the settings as needed, read setting descriptions for more info.
48+
3. Run the game and the plugin will replace the found pattern with the replacement pattern. Check the log for errors or the success message.
49+
50+
## ProcessAffinityOverride (patcher)
51+
This patcher allows you to override processor affinity of the current process.
52+
53+
1. Run the game once to generate `BepInEx\config\ProcessAffinityOverride.cfg` and edit it.
54+
2. Change the settings as needed, read setting descriptions for more info.
55+
3. Run the game and the plugin should change the affinity. Check the log for errors or the success message. You can see if it worked by checking process affinity in Task Manager.

0 commit comments

Comments
 (0)