diff --git a/docs/articles/start-user.md b/docs/articles/start-user.md index 6250d25d..17089582 100644 --- a/docs/articles/start-user.md +++ b/docs/articles/start-user.md @@ -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!