Site Tools


resource:install_obs_plugin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resource:install_obs_plugin [2025/08/10 08:27] – [Install Steps] adminresource: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 which will auto install the plugin or you will download a bunch of files to place into the correct directory/directories. This page tries to set out the steps required for manual installation.+  * An installer that installs the plugin automatically 
 +  * A ZIP file containing files that must be copied into the correct OBS folders
  
-===== Windows =====+This page explains how to manually install an OBS plugin from a ZIP file.
  
-==== Plugin Files ==== +===== Windows Plugin File Structure =====
-You should have a zip file that extracts into a folder that contains the plugin folder inside. This should be named ''obs-plugin-countdown''. It will contain two sub folders:+
  
-  * A ''bin'' folder that will have the ''.dll'' and ''.pdb''files inside (the main plugin files) +This section describes the folder structure used by plugins on Windows.
-  * A ''data'' folder containing the supporting files (e.g., ''.ini'', ''.json'', ''.data'', or folders with assets)+
  
-Plugins are usually built for either 64-bit or 32-bit OBS. From v28+ OBS is only available in 64-bit on Windows.+After extracting the plugin ZIP file you should see a folder named after the plugin.   
 +For example: 
 + 
 +<file> 
 +obs-plugin-countdown 
 +</file> 
 + 
 +Inside this folder there are usually two subfolders: 
 + 
 +  * ''bin'' – contains the main plugin files (''.dll'', ''.pdb''
 +  * ''data'' – contains supporting files (''.json'', ''.ini'', assets, etc.) 
 + 
 +----- 
 + 
 +===== Windows – Standard Install ===== 
 + 
 +This is the normal installation method for OBS installed using the standard installer.
  
 ==== Install Steps ==== ==== Install Steps ====
-OBS plugin files should be located in the following folder+ 
 +=== Step 1 – Extract the Plugin === 
 + 
 +Extract the plugin ZIP file. 
 + 
 +You should now have a folder named: 
 <file> <file>
-C:\ProgramData\obs-studio\plugins+obs-plugin-countdown
 </file> </file>
  
-=== Step 1 - Main Plugin Files === +=== Step 2 – Copy the Plugin Folder === 
-Copy the plugin folder, in this case named ''obs-plugin-countdown'' to the following folder location:+ 
 +Copy the entire plugin folder into: 
 <file> <file>
 C:\ProgramData\obs-studio\plugins C:\ProgramData\obs-studio\plugins
 </file> </file>
  
-=== Step 2 - Restart === +Your final structure should look similar to:
-Restart OBS to detect the new plugin.+
  
-===== Mac OS =====+<file> 
 +C:\ProgramData\obs-studio\plugins\obs-plugin-countdown 
 +</file>
  
-==== Plugin Files ==== +> Note: The ''ProgramData'' folder is hidden by default. 
-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 ''.plugin'' file (the main plugin)+=== Step 3 – Restart OBS === 
 + 
 +Restart OBS  
 +The plugin should now be detected automatically. 
 + 
 +----- 
 + 
 +===== Windows – Portable OBS Install ===== 
 + 
 +If you are running a portable version of OBS (for example from a USB drive), the plugin files must be copied directly into the OBS folder. 
 + 
 +==== Example Portable Location ==== 
 + 
 +For example, OBS may be located at: 
 + 
 +<file> 
 +D:\obs 
 +</file> 
 + 
 +The instructions below refer to this location as ''OBS_Portable''.
  
 ==== Install Steps ==== ==== Install Steps ====
  
-=== Step 1 Plugin Folder === +=== Step 1 – Copy Plugin Binary Files === 
-Copy the ''.plugin'' file into the following folder on your Mac:+ 
 +Locate the plugin binary files inside the extracted plugin folder: 
 + 
 +<file> 
 +obs-plugin-countdown\bin\64bit 
 +</file> 
 + 
 +Copy the ''.dll'' and ''.pdb'' files into
 + 
 +<file> 
 +{{OBS_Portable}}\obs-plugins\64bit\ 
 +</file> 
 + 
 +Example: 
 + 
 +<file> 
 +D:\obs\obs-plugins\64bit\ 
 +</file> 
 + 
 +=== Step 2 – Copy Plugin Data Files === 
 + 
 +Locate the plugin data folder
 + 
 +<file> 
 +obs-plugin-countdown\data 
 +</file> 
 + 
 +Go to: 
 + 
 +<file> 
 +{{OBS_Portable}}\data\obs-plugins 
 +</file> 
 + 
 +Create a new folder with the plugin name: 
 + 
 +<file> 
 +obs-plugin-countdown 
 +</file> 
 + 
 +Example final location: 
 + 
 +<file> 
 +D:\obs\data\obs-plugins\obs-plugin-countdown\ 
 +</file> 
 + 
 +Copy the contents of the plugin ''data'' folder into this location. 
 + 
 +=== Step 3 – Restart OBS === 
 + 
 +Restart OBS to detect the plugin. 
 + 
 +----- 
 + 
 +===== macOS ===== 
 + 
 +Plugins on macOS are packaged differently from Windows plugins. 
 + 
 +Instead of folders such as ''bin'' and ''data'', macOS plugins are usually distributed as a single ''.plugin'' bundle. 
 +==== Install Steps ==== 
 + 
 +=== Step 1 – Copy Plugin File === 
 + 
 +You should have a plugin file with the extension: 
 + 
 +<file> 
 +.plugin 
 +</file> 
 + 
 +Copy this file into: 
 <file> <file>
 ~/Library/Application Support/obs-studio/plugins ~/Library/Application Support/obs-studio/plugins
 </file> </file>
  
-**Note: The ''Library'' folder is a hidden folder on MacOS. Use the following command to toggle the view of hidden files and folders. ** +=== Step 2 – Restart OBS ===
-<code>CMD + SHFT + .</code>+
  
 +Restart OBS.  
 +The plugin should now be detected automatically.
  
-=== Step 2 - Restart OBS === +> Note: The ''Library'' folder is hidden on macOS. 
-Restart OBS to detect the new plugin.+
 +> Press the following shortcut in Finder to toggle hidden files: 
 +
 +<code> 
 +CMD + SHIFT + . 
 +</code> 
 + 
 +----- 
 + 
 +===== Troubleshooting – Older Windows Plugin Versions ===== 
 + 
 +From ''version 2.0.12'' onwards the plugin no longer provides a Windows installer.   
 +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 the following if they exist: 
 + 
 +  * ''C:\Program Files\obs-studio\data\obs-plugins\obs-plugin-countdown'' 
 +  * ''C:\Program Files\obs-studio\obs-plugins\64bit\obs-plugin-countdown.dll'' 
 +  * ''C:\Program Files\obs-studio\obs-plugins\64bit\obs-plugin-countdown.pdb'' 
 + 
 +After this cleanup, future plugin updates will simply overwrite the folder in: 
 + 
 +<file> 
 +C:\ProgramData\obs-studio\plugins 
 +</file>
resource/install_obs_plugin.1754810825.txt.gz · Last modified: by admin