View Single Post
Accelerator
Senior Member
Join Date: Dec 2010
Location: Russia
Old 06-26-2021 , 03:40   Re: [L4D & L4D2] Left 4 Dead Slots
Reply With Quote #29

Quote:
Originally Posted by rekcah View Post
this is unrelated but say i want to have an 8v8 vs game, how do i get the correct number of infected players to spawn?
sm_cvar survivor_limit n
sm_cvar z_max_player_zombies n
?

This variable determines the maximum number of slots on the server, including all players and visible and invisible bots, and not specifically the maximum allowed number of players on the server. The maximum number of allowed players is determined by the cvar sv_maxplayers.

Quote:
Originally Posted by Spirit_12 View Post
The issue is definately with the map. It has way too many entities, however changing the maxplayers to 16 does fix the problem. I'm not sure if 18 will yield the same result but it does work.
What prevents from clearing any garbage on the maps through the stripper so that you do not have to change this variable so radically? if the server crashes with the error ED_Alloc: no free edicts, then garbage removal will help.

Code:
filter:
{
	"model" "/.*props_junk/garbage.*/"
}
__________________

Last edited by Accelerator; 06-26-2021 at 03:52.
Accelerator is offline