File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3737
3838## Usage from command line
3939
40- 1 . Take your compiled plugin, including any dependencies, and move it into ` NetcodePatcher/plugins ` .
40+ 1 . Take your compiled plugin, and move it into ` NetcodePatcher/plugins ` .
4141 - You have to also include the plugin PDB file, the patcher requires this in order to work.
4242 - Plugins can be in sub directories, for example `NetcodePatcher/plugins/LethalThings/LethalThings.dll`
43+ - Move any plugin dependencies into the ` NetcodePatcher/deps ` folder
43442 . Open command line in plugin location, and run ` NetcodePatcher.dll plugins/ deps/ `
44453 . If everything went right, you should see ` Patched (AssemblyName) successfully `
4546 - The patched assembly will replace the original in the NetcodePatcher plugins folder.
You can’t perform that action at this time.
0 commit comments