Skip to content

Commit 0b94b46

Browse files
authored
Update README.md
1 parent 8b42887 commit 0b94b46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@
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
4344
2. Open command line in plugin location, and run `NetcodePatcher.dll plugins/ deps/`
4445
3. If everything went right, you should see `Patched (AssemblyName) successfully`
4546
- The patched assembly will replace the original in the NetcodePatcher plugins folder.

0 commit comments

Comments
 (0)