Updated Home (markdown)

WarmUpTill 2022-11-05 09:47:44 +01:00
parent 809b3b0a1e
commit 1254c39e69

36
Home.md

@ -1,4 +1,38 @@
Welcome to the Advanced Scene Switcher wiki!
Please have a look at the "Explanations" section to get more information about some of the features offered by this plugin.
Concrete examples on how to use these features can be found in the "Example guides" section.
Concrete examples on how to use these features can be found in the "Example guides" section.
# Frequently asked questions:
<details>
<summary>Where did all my settings go?! I updated to OBS 28 and the tabs are all gone!</summary>
***
Uncheck the following checkbox on the General tab.
![Hide](https://user-images.githubusercontent.com/19472752/200110831-02c6dce9-4f20-4c91-be41-e8d9fdebcb55.PNG)
***
</details>
<details>
<summary>Where did all my settings go?! I updated to OBS 28 and they're all wiped out!</summary>
***
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.
***
</details>
<details>
<summary>I have set everything up, but nothing is happening! Why is the plugin is not doing anything?!</summary>
***
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.
***
</details>