Thread: interesting tip
View Single Post
interesting tip
Old
  (#1)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default interesting tip - 26-01-2005

In Source, when you want to load server plugins you have to create an "addon" folder and in it, put as many .vdf files as there are plugins to load, each file having a particuliar syntax which I find unpractical.

If you want to do things in a more metamod-like way, i.e. one single config file for all your plugins, just use the autoexec.cfg

Quote:
// begin autoexec.cfg
plugin_load "../../source plugins/release/pmtools2.dll"
plugin_load "../../source plugins/release/bot_plugin.dll"
// EOF
it's no rocket science, but I thought I'd share this one



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote