Browse Source

Update README.md

pull/46/head
Michael Guedko 6 years ago
committed by GitHub
parent
commit
3486854405
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md View File

@ -23,7 +23,8 @@ To verify it worked, start the game with the `--verbose` flag. If a new console
2. Download a release and add **IllusionPlugin.dll** to your references
3. Implement `IPlugin` or `IEnhancedPlugin`
4. Build the project and copy the DLL into the Plugins folder of the game
Note: You can use Console.Write() with the --verbose flag for debugging your plugins.
Note: You can use Console.Write() with the --verbose flag for debugging your plugins.
## How To Keep The Game Patched
When patching, IPA automatically creates a shortcut that keeps everything up-to-date. This simply makes sure that your DLLs remain patched even after an update.


Loading…
Cancel
Save