ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

Change FS2_PLUGIN_PATH #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Since we have :

/* The path were plugins are installed and search by default */
/* !!!HACK!!! This will most likley never work, but default for now !!!HACK!!!*/
#define FS2_PLUGIN_PATH "c:\\farsight2-0.0.9\\"

Farsight2 will always look in c:\\farsight2-0.0.9 for its plugins, is there 
anyway to change this (does farsight attempt to load a config file for example?)

Thanks
James

Original issue reported on code.google.com by jamespth...@gmail.com on 19 Aug 2010 at 3:22

GoogleCodeExporter commented 9 years ago
This can be overridden with the env variable FS_PLUGIN_PATH.

Original comment by ylatuya on 19 Aug 2010 at 3:40