AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Left 4 Dead 2 Latest 5 player mod (https://forums.alliedmods.net/showthread.php?t=324559)

ayaizafri 05-19-2020 15:15

Left 4 Dead 2 Latest 5 player mod
 
Recently I rent a server for left 4 dead 2 to play with 6 of my friend. Ive been searching for a mod/plugin in this forum that are allowing my server to be play with more than 4 players.

So I got sourcemod and metamod working on my server. And I also downloaded abm and l4dtoolz.

Question is, how can I make my server playable with more than 4 players?

And how to edit cvar?
.

ntl 05-29-2020 23:27

Re: Left 4 Dead 2 Latest 5 player mod
 
You'll also want to install SuperVersus: https://forums.alliedmods.net/showthread.php?p=830069

Put SuperVersus plugin
"/left4dead2/addons/sourcemod/plugins/..." so it reads
"/left4dead2/addons/sourcemod/plugins/l4d_superversus.cfg"

and place l4dtoolz in the same directory as you have sourcemod and metamod:

"/left4dead2/addons/..." so it reads
"/left4dead2/addons/l4dtoolz"

edit your server.cfg located at "/left4dead2/cfg/server.cfg" add these cvars after installing SuperVersus:

so it includes (if you wanted 6 players on each team):
open it up in a text document like notepad, etc

sv_visiblemaxplayers 12
sv_maxplayers "12"
sv_removehumanlimit "1"
sm_cvar z_max_player_zombies 6
l4d_survivor_limit 6
l4d_infected_limit 6


All times are GMT -4. The time now is 09:04.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.