You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,17 @@ Please avoid abusing the messages! Only show short and clear messages that the u
39
39
40
40
### New Feature: Black List
41
41
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