VSTPlugin folder select option

DEDRICK

Member
Currently you are forced to use Program Files/VSTPlugins, a folder where none of my current VSTs are installed.

Having the option to change where OBS looks for plugins would be super fantastic...Unless it is buried in an .ini that I haven't looked at.
 

StrikerX3

New Member
OBS Studio should also check for the path on the following registry keys (if present):

HKEY_LOCAL_MACHINE\SOFTWARE\VST\VSTPluginsPath
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VST\VSTPluginsPath

These are usually set/used by VST plugin installers.
 

Tueddelkram

New Member
Currently you are forced to use Program Files/VSTPlugins, a folder where none of my current VSTs are installed.

Having the option to change where OBS looks for plugins would be super fantastic...Unless it is buried in an .ini that I haven't looked at.

The topic is a bit older, but still there is no option to set a path for VST plugins in OBS. Since you come across this thread through the Google search and there seem to be barely any workarounds, my current, though not the most beautiful solution for it:

Under Windows choose one of the paths in which OBS searches for plugins by default, for example C:\Program Files\VSTPlugins. Create a symbolic link in this folder which points to the actual VST folder. This can be created in the Windows CMD console with "mklink /D <NameForYourLink> <TargetFolder>". For example in my case: "mklink /D OBSPlugins D:\VSTs\". OBS then follows the link and finds the plugins.

As long as the search path cannot be changed, this is a simple solution. Only checks if other VST programs are not confused by the link.
 
Last edited:

DEDRICK

Member
I was just thinking about this yesterday ...I could use a sim link! Come here and you have the instructions on how to do a simlink :D
 

FallReload

New Member
Thanks for posting the Sym link instructions. I created one but OBS still can't find my VST Plugins folder.
1620618290223.png


Sym link created:
1620618532954.png


Where my VST folder is located
1620618459068.png


But OBS isn't finding this new location :(
1620618491870.png


Any tips??
 

Attachments

  • 1620618397177.png
    1620618397177.png
    59.6 KB · Views: 96
Top