- Installation: Download and unzip to the addons folder.
- If using tickrate unlock feature, please delete tickrate_enabler
- If you encounter any problem, first input
plugin_print
in the server console to confirm that the extension is loaded correctly.
- It is recommended not to set the maximum value above 31, as crashes can occur after
The Last Stand
update. - The engine's default value is 18, if you need a default of 31 clients, add
+sv_setmax 31
to the startup options.
- The maximum number of players the server can accommodate (set to -1 for no modification).
- Activating this function will set the value of
sv_allow_lobby_connect_only
to 0. - After this feature is activated, the server will not process lobby matching requests (there will also be no lobby cookies).
- Usually, there is no need to use this command manually. It's recommended to use Dynamic Lobby Plugin for automatic management.
- A
cookie
of 0 means removing the lobby, andsv_allow_lobby_connect_only
is automatically set to 0. - When
cookie
is not 0,sv_allow_lobby_connect_only
is automatically set to 1. - Note: Not removing the lobby will limit the maximum number of players to 4 in campaigns and 8 in versus mode.
- Add
-tickrate <tick>
to the startup options, if not set, no modification will be made. - Note: If this extension is manually loaded through the plugin_load command, tickrate anomalies may occur.
- Need to modify (write to server.cfg, some cvars need sm_cvar prefix):
sv_minupdaterate
,sv_maxupdaterate
,sv_mincmdrate
,sv_maxcmdrate
,nb_update_frequency
,sv_client_min_interp_ratio
,fps_max
,sv_client_max_interp_ratio
,net_splitrate
,net_splitpacket_maxrate
- This feature can alleviate the
No Steam logon
(code 6) issue (only for players who enter while the feature is enabled). - Enabling this feature will weaken server security, and Family Sharing functionality will be disabled.
- Note: Enabling this feature will cause abnormal A2S_INFO results, which can be fixed with this plugin.
- Activating this function can completely prohibit family shared accounts (alt accounts) from entering the server.
- Compared with the original l4dtoolz and tickrate_enabler, it does not rely on signatures at all.
- It uses offset addressing, the probability of this extension being invalid due to game updates is low.
- Most features are rewritten, greatly improving reliability.
- The original maximum client number is a fixed value of 32 (it is recommended to modify it when the server is idle, otherwise it may crash).
- Functions: Automatically removes lobby, allows voting to set the maximum number of players.
- Function: Fixes the issue of shortened Boomer vomit distance in versus mode when tickrate is above 30.
- This functionality has been separated into a plugin starting from version 2.2.4.