From aaddd9a3ba7b7287873a800cfaa59bcb944c2d8c Mon Sep 17 00:00:00 2001 From: Der_Floh Date: Thu, 23 May 2024 22:26:50 +0200 Subject: [PATCH] updated readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 10b668c..24ba20c 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,9 @@ Afterwards, restart Vortex and you can begin installing supported Vampire Surviv ### Old Engine Black Screen: If you encounter a black screen this is most likely because of 2 reasons. 1. You enabled the VS ModLoader but no other mod. If the VS ModLoader is enabled alone it causes a black screen. +#### UPDATE: This now gets fixed automatically by the Extension uppon installing the Mod 2. You're using one of Kekos mods which have some issues with Vortex files because they try to load Vortex files as mods. These issues could also occur on other mods. To fix this you just need to add the following line into the main mod file (typically called `[modname].js`): -### UPDATE: This now gets fixed automatically by the Extension uppon installing the Mod - `.filter((dir) => dir.isFile() && dir.name !== "__folder_managed_by_vortex")` ![Kekos-Mod-Error-Previous](https://staticdelivery.nexusmods.com/mods/2295/images/593/593-1716495265-1845671882.png)