Feb 06, 2008, 02:08 PM
For Linux, the plugin extension needs to be added.
Basically, for the way you have it setup now, place the plr_i486.so file in tf/addons/plr/bin. Make sure it is in fact named plr_i486.so. Then, make a vdf file in tf/addons called plr.vdf with the following contents:
It shouldn't be very difficult. Also note that this plugin won't get around the server delistings, so I hope you have something else for that if you plan on running a 32 player server.
See:
http://developer.valvesoftware.com/wiki/...g_a_Plugin
Basically, for the way you have it setup now, place the plr_i486.so file in tf/addons/plr/bin. Make sure it is in fact named plr_i486.so. Then, make a vdf file in tf/addons called plr.vdf with the following contents:
Code:
"Plugin"
{
"file" "../tf/addons/plr/bin/plr_i486.so"
}
It shouldn't be very difficult. Also note that this plugin won't get around the server delistings, so I hope you have something else for that if you plan on running a 32 player server.
See:
http://developer.valvesoftware.com/wiki/...g_a_Plugin