You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.2 KiB

title uid
BSIPA - Home home

BSIPA

Build status

BSIPA - The Unity mod injector for the new age (pending confirmation).

Assuming, that is, that Unity 2017 is "new age".

How To Install

  1. Download a release
  2. Extract the contents into the game folder
  3. Run IPA.exe
  4. Start the game as usual

How To Uninstall

  1. 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

  1. Create a new Class Library C# project (.NET 4.6)
  2. Download a release and add IPA.Loader.dll to your references
  3. Implement IPA.IPlugin or IPA.IEnhancedPlugin
  4. 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.