I'm trying to bypass the 24 players limit on my TF2 linux dedicated server.
I have a plugin, named plr_i486.so, in orangebox/bin/
In orangebox/tf/addons/, I have a playerlimit.vdf file, which contains:
I've tried changing the path to full path: /home/steam/orangebox/bin/plr_i486.so. I tried with "plr", "plr_i486" and "plr_i486.so".
In each case, I get this message when I launch the server:
What do I do wrong and what can I do to make this plugin loaded?
Thank you
I have a plugin, named plr_i486.so, in orangebox/bin/
In orangebox/tf/addons/, I have a playerlimit.vdf file, which contains:
Code:
"Plugin"
{
"file" "../../bin/plr_i486.so"
}
In each case, I get this message when I launch the server:
Code:
Unable to load plugin "plr"
maxplayers set to 24
maxplayers set to 24
What do I do wrong and what can I do to make this plugin loaded?
Thank you