View Single Post
genobee
New Member
Join Date: Oct 2023
Old 03-06-2024 , 12:41   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #1527

Hello, I'm trying to create a local server with more than 8 players, but when trying to enter a ninth player, he cannot enter either through the console or through a friend's invitation. If he enters through the console, he gets an error of 10 connection entry tries. I would like to know if there is any error. These commands are in my server.cfg

//tickrate

sm_cvar sv_mincmdrate 60 // Minimum value for cl_cmdrate.
sm_cvar sv_maxcmdrate 100 // Maximum value for cl_cmdrate.
sm_cvar sv_minupdaterate 60 // Minimum updates per second that the server will allow
sm_cvar sv_maxupdaterate 100 // Maximum updates per second that the server will allow
sm_cvar sv_minrate 150000 // Min bandwidth rate allowed on server
sm_cvar sv_maxrate 200000// Max bandwidth rate allowed on server, 0 = unlimited
sm_cvar net_splitrate 2
sm_cvar net_splitpacket_maxrate 50000 // Max bytes per second when queueing splitpacket chunks
sm_cvar sv_max_queries_sec 6.0 // Maximum queries per second to respond to from a single IP address.
sm_cvar sv_max_queries_sec_global 120 // Maximum queries per second to respond to from anywhere.
sm_cvar sv_client_cmdrate_difference 1 // cl_cmdrate difference units to cl_updaterate
sm_cvar sv_client_max_interp_ratio 1 // set maximum value for cl_interp_ratio
sm_cvar sv_client_min_interp_ratio 0 // set minimum value for cl_interp_ratio
sm_cvar sv_client_predict 1 // Force the value of cl_predict for connected clients
sm_cvar nb_update_frequency 0.033 // calculating intervall for commons/witches positions
sm_cvar fps_max 250 // higher than 100 recommended, as ticks calculated seems to dip otherwise.



sv_maxplayers "32"
sv_visiblemaxplayers "32"
sv_force_unreserved "1"
sv_removehumanlimit "1"
sv_allow_lobby_connect_only "0"
sv_lan "0"
sv_pausable "0"
sv_consistency "0"
sm_cvar precache_all_survivors "1"
sb_all_bot_game "1"
with connect ip there is an error, I tried to put -maxplayers 32 in parameters it didn't work either

I would appreciate any advice or possible solution, greetings
genobee is offline