Code Monkey home page Code Monkey logo

l4dtoolz's Introduction

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.

  • -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.
  • -tickrate: Command Line Options, Set the game's tickrate. default value is 30.

Build manually

Debian:

dpkg --add-architecture i386
apt update
apt install -y clang g++-multilib git make

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
make -f makefile_linux all
## Check the l4dtoolz/release folder.

Windows:

  • Download Microsoft C++ Build Tools.
  • Double-click the installation package, install Desktop development with C++, Make sure tools like MSVC are checked.
  • From the start menu find x86 Native Tools Command Prompt for VS to open the command prompt window.
## Create a folder on the desktop, and then use the `cd` command to enter the folder

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
nmake -f makefile_windows all
## 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.