Vamp Plugins Forum
May 17, 2012, 23:33:36 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: VAMP_PATH  (Read 1723 times)
optout
Newbie
*
Posts: 2


View Profile
« on: October 02, 2009, 16:44:13 »

Directions for Windows plugins folder says to include path or paths followed by semi-colons.
Is vamp_path a file such as "VAMP_PATH" with no extension? or what?. I have tried creating this file and editing it to include the plugins location but no matter what I do, unless they are in the default prog folder, it does not see them.
How exactly, in windows, does one specify a plugins folder other than "C:\Program Files\Vamp Plugins" ?
Love this prog btw.
Logged
cannam
Administrator
Full Member
*****
Posts: 189


View Profile
« Reply #1 on: October 02, 2009, 16:57:08 »


VAMP_PATH is an environment variable, not a file.  An environment variable is a setting within Windows that can be changed, or added, fairly readily by the user.  In this case, VAMP_PATH is something you can add that will be referred to by Vamp hosts (and will make no difference to any other aspect of your system).

To set it, go (in the normal Vista Start menu) to Computer -> Properties -> Advanced -> Environment Variables, then under User Variables add a new entry named VAMP_PATH with the (semi-colon separated) list of folders you want to set.

If you happen to be running command-line programs from a command prompt, then you can set this variable by typing e.g.

Code:
set VAMP_PATH=c:\path\to\folder;c:\path\to\other\folder

at the command prompt.

Note that this path completely overrides the default path used by hosts.  So if you want hosts to continue looking in C:\Program Files\Vamp Plugins as well as any other location you specify, you will need to make sure that folder is in your VAMP_PATH as well.

For example, to add "C:\Users\me\My Plugins" to the path as well as the default location, set VAMP_PATH to

Code:
C:\Users\me\My Plugins;C:\Program Files\Vamp Plugins


Chris
Logged
optout
Newbie
*
Posts: 2


View Profile
« Reply #2 on: October 02, 2009, 17:47:34 »

I used ".\plugins\", where  plugins is a subfolder of sonic's. No need for a list at all. Just the addition of the variable.
This way my backup image stays as small as possible.
BTW, did you know the main exe can be compressed to ~7.56MB with upx? (entire folder with plugs is ~13.5MB!).
THANK YOU for this awesome program!
Use rights may prohibit this from ever becoming an automatic-script added feature. Just a thought. ALOHA
« Last Edit: October 02, 2009, 17:54:35 by optout » Logged
cannam
Administrator
Full Member
*****
Posts: 189


View Profile
« Reply #3 on: October 06, 2009, 14:09:19 »

Mmm, thanks for the tip about upx.


Chris
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.14 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!