發新話題
打印

我個SER就16個人..問題就黎.

[Close]

我個SER就16個人..問題就黎.

入到去..都係4個人- -點搞..
SERVER.CFG
//Left 4 Dead 2 Server.cfg
//This file goes inside your L4D server "cfg" folder
//Usually: \l4d\left4dead2\cfg\ <-- Place inside this folder
//----> Start of editable settings
//This is the name for your Left 4 Dead 2 Server
hostname "wAi_8v8"
//Gametypes sets the gametypes you want your server to run
//----> Versus Only: sv_gametypes "versus"
//----> Survival Only: sv_gametypes "survival"
//----> Coop Only: sv_gametypes "coop"
//----> Realism Only: sv_gametypes "realism"
//----> Team Versus Only: sv_gametypes "teamversus"
//----> Scavenge Only: sv_gametypes "teamscavenge"
sv_gametypes "versus"
//Rcon password - Sets the password for remote rcon admin
rcon_password "522425"
//Lan or Internet
//1 = Lan
//0 = Internet
sv_lan 1
//Steam group # to assign to server
sv_steamgroup 706071
//<1> Do not connect to the Match Making Service
sv_steamgroup_exclusive 0
//Allow connections without creating lobby
sv_allow_lobby_connect_only 0
//Region - This sets the lobby in which your server will be part of
//You will want to set this to the closest location to your server
//eastcoast - sv_region 0
//westcoast - sv_region 1
//south america - sv_region 2
//europe - sv_region 3
//asia - sv_region 4
//australia - sv_region 5
//middle east - sv_region 6
//africa - sv_region 7
//world - sv_region 255
sv_region 0
//Allow use of cheats
//0 = Off
//1 = On
sv_cheats 0
//All talk - Allow both teams to use audio chat to speak with each other
//0 = Off
//1 = On
sv_alltalk 0
//----> End of editable settings
sm_cvar survivor_limit "8" 
sm_cvar z_max_player_zombies "8" 
sm_cvar sv_maxplayers "16"
sm_cvar sm_maxplayer "16" 
sm_cvar sv_removehumanlimit "1"
sm_cvar sv_unlock_sb_add "0"
sm_cvar sv_force_unreserved "1"

TOP

發新話題