This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| resource:install_obs_plugin [2025/08/10 08:27] – [Install Steps] admin | resource:install_obs_plugin [2026/03/15 13:26] (current) – [macOS] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Installing An OBS Plugin ====== | ====== Installing An OBS Plugin ====== | ||
| - | + | When you download an OBS plugin you will either receive: | |
| - | When you download an OBS plugin you will either get an installer | + | * An installer |
| + | * A ZIP file containing | ||
| - | ===== Windows ===== | + | This page explains how to manually install an OBS plugin from a ZIP file. |
| - | ==== Plugin | + | ===== Windows |
| - | You should have a zip file that extracts into a folder that contains the plugin folder inside. This should be named '' | + | |
| - | * A '' | + | This section describes |
| - | * A '' | + | |
| - | Plugins | + | After extracting the plugin ZIP file you should see a folder named after the plugin. |
| + | For example: | ||
| + | |||
| + | < | ||
| + | obs-plugin-countdown | ||
| + | </ | ||
| + | |||
| + | Inside this folder there are usually | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ----- | ||
| + | |||
| + | ===== Windows | ||
| + | |||
| + | This is the normal installation method for OBS installed using the standard installer. | ||
| ==== Install Steps ==== | ==== Install Steps ==== | ||
| - | OBS plugin | + | |
| + | === Step 1 – Extract the Plugin === | ||
| + | |||
| + | Extract the plugin | ||
| + | |||
| + | You should | ||
| < | < | ||
| - | C: | + | obs-plugin-countdown |
| </ | </ | ||
| - | === Step 1 - Main Plugin | + | === Step 2 – Copy the Plugin |
| - | Copy the plugin folder, in this case named '' | + | |
| + | Copy the entire | ||
| < | < | ||
| C: | C: | ||
| </ | </ | ||
| - | === Step 2 - Restart === | + | Your final structure should look similar |
| - | Restart OBS to detect the new plugin. | + | |
| - | ===== Mac OS ===== | + | < |
| + | C: | ||
| + | </ | ||
| - | ==== Plugin Files ==== | + | > Note: The '' |
| - | Generally, you should have the following types of files for the plugin: | + | > |
| + | > To show hidden folders: | ||
| + | > - Open **File Explorer** | ||
| + | > - Click **View → Show** | ||
| + | > - Enable **Hidden items** | ||
| - | * A '' | + | === Step 3 – Restart OBS === |
| + | |||
| + | Restart OBS. | ||
| + | The plugin | ||
| + | |||
| + | ----- | ||
| + | |||
| + | ===== Windows – Portable OBS Install ===== | ||
| + | |||
| + | If you are running a portable version of OBS (for example from a USB drive), | ||
| + | |||
| + | ==== Example Portable Location ==== | ||
| + | |||
| + | For example, OBS may be located at: | ||
| + | |||
| + | < | ||
| + | D:\obs | ||
| + | </ | ||
| + | |||
| + | The instructions below refer to this location as '' | ||
| ==== Install Steps ==== | ==== Install Steps ==== | ||
| - | === Step 1 - Plugin | + | === Step 1 – Copy Plugin |
| - | Copy the '' | + | |
| + | Locate the plugin binary files inside the extracted plugin folder: | ||
| + | |||
| + | < | ||
| + | obs-plugin-countdown\bin\64bit | ||
| + | </ | ||
| + | |||
| + | Copy the '' | ||
| + | |||
| + | < | ||
| + | {{OBS_Portable}}\obs-plugins\64bit\ | ||
| + | </ | ||
| + | |||
| + | Example: | ||
| + | |||
| + | < | ||
| + | D: | ||
| + | </ | ||
| + | |||
| + | === Step 2 – Copy Plugin Data Files === | ||
| + | |||
| + | Locate | ||
| + | |||
| + | < | ||
| + | obs-plugin-countdown\data | ||
| + | </ | ||
| + | |||
| + | Go to: | ||
| + | |||
| + | < | ||
| + | {{OBS_Portable}}\data\obs-plugins | ||
| + | </ | ||
| + | |||
| + | Create a new folder with the plugin name: | ||
| + | |||
| + | < | ||
| + | obs-plugin-countdown | ||
| + | </ | ||
| + | |||
| + | Example final location: | ||
| + | |||
| + | < | ||
| + | D: | ||
| + | </ | ||
| + | |||
| + | Copy the contents of the plugin '' | ||
| + | |||
| + | === Step 3 – Restart OBS === | ||
| + | |||
| + | Restart OBS to detect the plugin. | ||
| + | |||
| + | ----- | ||
| + | |||
| + | ===== macOS ===== | ||
| + | |||
| + | Plugins | ||
| + | |||
| + | Instead of folders such as '' | ||
| + | ==== Install Steps ==== | ||
| + | |||
| + | === Step 1 – Copy Plugin File === | ||
| + | |||
| + | You should have a plugin file with the extension: | ||
| + | |||
| + | < | ||
| + | .plugin | ||
| + | </ | ||
| + | |||
| + | Copy this file into: | ||
| < | < | ||
| ~/ | ~/ | ||
| </ | </ | ||
| - | **Note: The '' | + | === Step 2 – Restart OBS === |
| - | < | + | |
| + | Restart OBS. | ||
| + | The plugin should now be detected automatically. | ||
| - | === Step 2 - Restart OBS === | + | > Note: The '' |
| - | Restart | + | > |
| + | > Press the following shortcut in Finder to toggle hidden files: | ||
| + | > | ||
| + | < | ||
| + | CMD + SHIFT + . | ||
| + | </ | ||
| + | |||
| + | ----- | ||
| + | |||
| + | ===== Troubleshooting – Older Windows Plugin Versions ===== | ||
| + | |||
| + | From '' | ||
| + | Older versions installed files directly inside the OBS installation folder. | ||
| + | |||
| + | If you previously installed an older version you may need to remove those files once. | ||
| + | |||
| + | Delete | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | After this cleanup, future plugin updates will simply overwrite the folder in: | ||
| + | |||
| + | < | ||
| + | C: | ||
| + | </ | ||