Browse Source

Updated Readme.md to reflect new changes

pull/46/head
Anairkoen Schno 5 years ago
committed by GitHub
parent
commit
7d35e94414
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      README.md

+ 4
- 6
README.md View File

@ -19,14 +19,12 @@ To verify it worked, start the game with the `--verbose` flag. If a new console
## How To Develop
1. Create a new **Class Library** C# project (.NET 2.0 to 3.5 (for LINQ))
1. Create a new **Class Library** C# project (.NET 4.6)
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
3. Implement `IBeatSaberPlugin` or `IEnhancedBeatSaberPlugin`
4. Build the project and copy the DLL into the Plugins folder of the gam
Note: You can use the `Logger` class to debug your plugins. Either retrieve an instance using `this.GetLogger()` in your Plugin class or use `new Logger("Mod Name")`.
Use the `--verbose` flag to access the console.
See [Developing](https://github.com/nike4613/IPA-Reloaded/wiki/Developing) for more information.
## How To Keep The Game Patched


Loading…
Cancel
Save