title |
uid |
BSIPA - Home |
home |
BSIPA - The Unity mod injector for the new age (pending confirmation).
Assuming, that is, that Unity 2017 is "new age".
How To Install
- Download a release
- Extract the contents into the game folder
- Run IPA.exe
- Start the game as usual
How To Uninstall
- Drag & drop the game exe onto IPA.exe while holding Alt
- Or run
ipa -rn
in a command window
Arguments
See xref:articles.command_line.
How To Develop
- Create a new Class Library C# project (.NET 4.6)
- Download a release and add IPA.Loader.dll to your references
- Implement
IPA.IPlugin
or IPA.IEnhancedPlugin
- Build the project and copy the DLL into the Plugins folder of the game.
See Developing for more information.
How To Keep The Game Patched
BSIPA will automatically repatch the game when it updates, as long as winhttp.dll
is present in the install directory.