From 2bb01239f8dbdc2f0f5a5fe11af5ab17d760cb89 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sat, 5 Nov 2022 09:49:30 +0100 Subject: [PATCH] Created FAQ (markdown) --- FAQ.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..1ca316a --- /dev/null +++ b/FAQ.md @@ -0,0 +1,34 @@ + +# Frequently asked questions: + +
+ Where did all my settings go?! I updated to OBS 28 and the tabs are all gone! + + *** + Uncheck the following checkbox on the General tab. + ![Hide](https://user-images.githubusercontent.com/19472752/200110831-02c6dce9-4f20-4c91-be41-e8d9fdebcb55.PNG) + *** + +
+ +
+ Where did all my settings go?! I updated to OBS 28 and they're all wiped out! + + *** + The settings are saved as part of the scene collection. + What likely happened is that you updated to OBS 28 first, the now incompatible plugin version failed to load, and you closed OBS, causing OBS to overwrite the scene collection data without any data of the advanced scene switcher. + + If you have backed up your scene collection data or [exported your settings to a file](Saving-and-loading-settings) previously you can use those files to restore the settings. + *** +
+ + +
+ I have set everything up, but nothing is happening! Why is the plugin is not doing anything?! + + *** + Make sure the [plugin is started](Starting-and-stopping-the-plugin). + Use [these visual guides](Troubleshooting#visual-indicators-of-macro-activity-and-status) to narrow down which part of your macros is not working as expected. + *** + +
\ No newline at end of file