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.

57 lines
2.6 KiB

  1. # Installing BSIPA
  2. > [!NOTE]
  3. > This guide assumes that you are starting completely fresh.
  4. 1. Grab a release from the GitHub [Releases page](https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/releases).
  5. Make sure to download `BSIPA.zip`, as `ModList.zip` contains the Beat Saber mod for showing your mods in-game, not the loader itself.
  6. 2. Extract the zip into your game installation directory. There should now be a folder named `IPA` and a file named `IPA.exe` in
  7. the same folder as the game executable.
  8. For example, if you are installing BSIPA in Beat Saber, it might look like this after extraction:
  9. ![What your game directory may look like after extracting BSIPA](../images/install-extracted.png)
  10. 3. Run `IPA.exe` by double clicking it. A console window should pop up, and eventually, a gold message asking you to press a key
  11. will appear. Here is an example of a successful installation:
  12. ![A successful installation](../images/install-successful.png)
  13. > [!NOTE]
  14. > In some cases, this may fail, something like this: ![A failing installation](../images/install-failed.png)
  15. >
  16. > In these cases, try dragging the game executable over `IPA.exe`.
  17. After installing, your game directory should look something like this:
  18. ![A properly installed BSIPA](../images/install-correct.png)
  19. > [!NOTE]
  20. > At this point it is recommended to run the game once before continuing, to ensure that things are installed correctly.
  21. >
  22. > The first run should create a `UserData` folder with `Beat Saber IPA.json` and `Disabled Mods.json`, as well as a
  23. > `Logs` folder with several subfolders with their own files. If these are created, then the installation was very
  24. > likely successful.
  25. >
  26. > [!TIP]
  27. > If you are not installing BSIPA on Beat Saber, you probably want to go to the config at `UserData/Beat Saber IPA.json`
  28. > and set both of the following to `false`:
  29. >
  30. > ```json
  31. > {
  32. > ...
  33. > "Updates": {
  34. > "AutoUpdate": false,
  35. > "AutoCheckUpdates": false
  36. > },
  37. > ...
  38. > }
  39. > ```
  40. 4. From here, just place all of your plugins in the `Plugins` folder, and you're all set!
  41. Many plugins will come in a zip such that the root of the zip represents the game install directory, so all you may have to
  42. do is extract the plugin into the game installation folder.
  43. Thats really all you have to do! The installation should persist across game updates for as long as `winhttp.dll` is present in
  44. the game directory, though your plugins will be moved to a different folder when it does update so things don't break horribly.