From b3df3d03e76fc05a6933526058c20ec15aa1cad2 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 22 Dec 2019 21:49:09 -0600 Subject: [PATCH] Added note for GameAssemblies --- docs/articles/start-user.md | 7 +++++++ 1 file changed, 7 insertions(+) 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!