Browse Source

Added note for GameAssemblies

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
7047a08046
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      docs/articles/start-user.md

+ 7
- 0
docs/articles/start-user.md View File

@ -64,6 +64,13 @@ uid: articles.start.user
> ...
> }
> ```
>
> [!TIP]
> Depending on the game, you may have to set the config member `GameAssemblies` to the names of the assemblies
> that the game uses for BSIPA to virtualize them properly.
>
> For Beat Saber distrobutions, this will be set according to the version that it was built for by default.
> Otherwise, it will contain just `Assembly-CSharp.dll` since most games use that default.
4. From here, just place all of your plugins in the `Plugins` folder, and you're all set!


Loading…
Cancel
Save