Skip to content
/ l4dtoolz Public

Valve server plugin, unlock the max players limit and tickrate limit on L4D2.

License

Notifications You must be signed in to change notification settings

fdxx/l4dtoolz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Valve server plugin, unlock the max players limit and tickrate limit on L4D2. Make sure you have deleted the other versions of l4dtoolz and tickrate_enabler before using.

  • -tickrate: Command Line Options, Set the game's tickrate. default value is 30.
  • -maxplayers: Command Line Options, Set the maxplayers (bot and human players), default value is 31.
  • sv_maxplayers: Console Variables, Set the max human players allowed to join the server. when the lobby is full, you still need to remove the lobby reservation and set sv_allow_lobby_connect_only 0
  • sv_lobby_unreserve: Console Commands, Set lobby reservation cookie to 0.

Build manually

## Debian as an example.
apt update && apt install -y clang g++-multilib wget git make

export CC=clang && export CXX=clang++
wget https://xmake.io/shget.text -O - | bash

mkdir temp && cd temp
git clone --depth=1 -b l4d2 --recurse-submodules https://github.com/alliedmodders/hl2sdk hl2sdk-l4d2
git clone --depth=1 https://github.com/fdxx/l4dtoolz

cd l4dtoolz
xmake f --HL2SDKPATH=../hl2sdk-l4d2
xmake -rv l4dtoolz

## Check the l4dtoolz/release folder.

Related plugins (used together with this plugin)

Credits

  • Original l4dtoolz plugin and other forked versions
  • Original tickrate_enabler plugin and other forked versions
  • AlliedModders
  • SourceScramble