View Single Post
PatriotGames
AlliedModders Donor
Join Date: Feb 2012
Location: root@irs:/# rm -rf /
Old 01-31-2014 , 17:20   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #1277

Quote:
Originally Posted by Vini1234 View Post
I managed to install this and got 8 player slots available.

Currently i can see 4human survivors and 4bot surviors.

However when another human attempts to join they cannot join as it is full.

What could be the issue? Server slots does show 8.
If you have L4dToolz correctly installed and running you can have additional players join as spectators or, in combination with a player slot plugin like Super Versus, you can have additional player slots.

Working L4D2 version from first page of thread (I've only used the linux version): 1.0.0.9h for L4D2

However, in order to use any slots above the default number you must keep the server unreserved. For L4dtoolz the setting in your server.cfg is:

sv_force_unreserved 1
// removes the lobby reservation on the server

Without this command you cannot have extra players join the server. Again, the only settings you need in your server.cfg for L4dToolz to open additional slots are:

// MetaMod L4DToolz plugin to open player slots
sv_maxplayers x // where x is the total number of slots you need (default slots + extra slots)
sv_force_unreserved 1

The command sv_visiblemaxplayers is optional and only affects the number of visible slots reported by the server, but has no affect on useable slots actually available on the server.

Have fun,

PG

Last edited by PatriotGames; 02-02-2014 at 02:26.
PatriotGames is offline