From 2039e5f7985d641e81e4d67fbf5b09629a1e628f Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 5 Aug 2018 11:54:12 -0500 Subject: [PATCH] Updated Readme.md to reflect new changes --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2a147d3c..9f2a4281 100644 --- a/README.md +++ b/README.md @@ -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