********Open sound control plugin for the half life 2 engine******** *********Copyright © Adam Donovan and Frieder Weiss2007******** For this plugin to work you have a few options, if you are working with your own hl2 mod then put the osc_01.vdf file in your addons directory under your mods name. If there isn’t a folder called addons then manually create one. Rename the osc_01.dll to osc.dll, and put the OSC.dll and the serverplugin_osc.dll in your mods bin directory. Make sure the path in the osc.vdf points to you mods bin directory. Like this "Plugin" { "file" "serverplugin_osc" } For the dedicated server set up edit the osc.vdf to point to "Plugin" { "file" "../hl2mp/bin/serverplugin_osc" -now the plugin loads for the dedicated server } To start the plugin once you have loaded the game type oscinit into the console and you should now be able to send and receive osc messages.