A fork of Eusth's IPA
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 752B

12345678910111213141516171819202122232425
  1. # IPA
  2. Illusion Plugin Architecture (Reloaded)
  3. ## How To Install
  4. 1. Download a release (https://github.com/Eusth/IPA/releases)
  5. 2. Extract the contents into the game folder
  6. 3. Drag & drop the game exe onto **IPA.exe**
  7. 4. Start the game as usual
  8. ## How To Uninstall
  9. 1. Drag & drop the game exe onto **IPA.exe** while holding <kbd>Alt</kbd>
  10. 2. Done
  11. ## How To Develop
  12. 1. Create a new **Class Librar** C# project (.NET 2.0 to 3.5 (for LINQ))
  13. 2. Download a release and add **IllusionPlugin.dll** to your references
  14. 3. Implement `IPlugin` or `IEnhancedPlugin`
  15. 4. Build the project and copy the DLL into the Plugins folder of the game
  16. ## How To Keep The Game Patched
  17. When patching, IPA automatically creates a shortcut that keeps everything up-to-date.