From a480be3ea0670f62c8f53c40ea062e0c68326d4e Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Mon, 25 Jan 2021 22:15:40 +0100 Subject: [PATCH] Update installation instructions --- CI/release/README.txt | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/CI/release/README.txt b/CI/release/README.txt index 24794e2d..3a409169 100644 --- a/CI/release/README.txt +++ b/CI/release/README.txt @@ -1,31 +1,38 @@ -Note that you will have to use OBS version 25 or newer! +Note that you will have to use OBS version 26.1 or newer! ---- WINDOWS --- +--- Windows --- Recommended: Run the provided installer. (You might have to click 'More info' and select 'Run anyway' if it is blocked by Windows) Alternatively manually copy the 'obs-plugins' and 'data' folders in the respective OBS Studio installation directory. It is usually located at 'C:\Program Files (x86)\obs-studio\'. Remember to install the Visual C++ Redistributable for Visual Studio 2019, if you have not done so already. (See plugin overview page) ---- MAC OS --- -Recommended: Run the provided installer. (You might have to right click and select 'open' if it is blocked) +--- macOS --- +Recommended: Run the provided installer. (You might have to right-click or control-click and select 'open' if it is blocked) Alternatively extract the *so file and data folder and either ... -... right click the OBS app inside your Applications folder and choose 'Show Package Contents'. +... right-click the OBS app inside your Applications folder and choose 'Show Package Contents'. Copy the advanced-scene-switcher.so file to 'Contents/Plugins' and the 'data' folder to 'Contents/Resources'. ... or copy the advanced-scene-switcher.so file to Library/Application Support/obs-studio/plugins/advanced-scene-switcher/bin/ . And the 'data' folder to 'Library/Application Support/obs-studio/plugins/advanced-scene-switcher/'. --- Linux --- -Copy the advanced-scene-switcher.so file and data folder into the OBS Studio plugin folder. -The location of this folder can vary so you might have to look around a bit. +Copy the advanced-scene-switcher.so file and into the OBS Studio plugin folder. +The location of this folder can vary, so you might have to look around a bit. Examples are ... /usr/lib/obs-plugins/ /usr/lib/x86_64-linux-gnu/obs-plugins/ +/usr/share/obs/obs-plugins/ ~/.config/obs-studio/plugins/advanced-scene-switcher/bin/64bit/ +Unfortunately the expected location of the locale, which can be found in the data folder, can vary also. The data folder usually should be copied to: ~/.config/obs-studio/plugins/advanced-scene-switcher/ + +If this does not work you can try to copy the "locale" folder found inside the data folder to: +/usr/share/obs/obs-plugins/advanced-scene-switcher/locale + +In doubt please check where other "en-US.ini" files are located on your system.