Configs.cfg-files added.
This commit is contained in:
parent
89d2f166d0
commit
669cacffa4
|
@ -24,7 +24,10 @@ https://github.com/Accelerator74/l4dtoolz/releases
|
||||||
|
|
||||||
https://forums.alliedmods.net/showthread.php?p=1239544
|
https://forums.alliedmods.net/showthread.php?p=1239544
|
||||||
|
|
||||||
### SteamCMD Installation (Optional)
|
### SteamCMD Installation (steamclient.so)
|
||||||
|
|
||||||
|
apt install steamcmd
|
||||||
|
/usr/games/steamcmd
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
##################################
|
||||||
|
####### Instance Settings ########
|
||||||
|
##################################
|
||||||
|
# PLACE INSTANCE SETTINGS HERE
|
||||||
|
## These settings will apply to a specific instance.
|
||||||
|
|
||||||
|
ip="0.0.0.0"
|
||||||
|
port="27015"
|
||||||
|
clientport="27005"
|
||||||
|
defaultmap="c1m1_hotel"
|
||||||
|
maxplayers="32"
|
||||||
|
|
||||||
|
startparameters="${startparameters} -insecure"
|
|
@ -0,0 +1,5 @@
|
||||||
|
##################################
|
||||||
|
####### Instance Secrets #########
|
||||||
|
##################################
|
||||||
|
# PLACE INSTANCE SECRET SETTINGS HERE
|
||||||
|
## These settings will apply to a specific instance.
|
|
@ -0,0 +1,66 @@
|
||||||
|
// Hostname for server.
|
||||||
|
hostname "backbone.ws"
|
||||||
|
|
||||||
|
// RCON - remote console password.
|
||||||
|
rcon_password "LONG_STRONG_SUPER_PASSWORD"
|
||||||
|
|
||||||
|
// Server password - for private servers.
|
||||||
|
//sv_password "SHORT_SIMPLE_PASSWORD"
|
||||||
|
|
||||||
|
// Server Logging
|
||||||
|
log on
|
||||||
|
sv_logbans 1
|
||||||
|
sv_logecho 1
|
||||||
|
sv_logfile 1
|
||||||
|
sv_log_onefile 0
|
||||||
|
|
||||||
|
// === Kolan ===
|
||||||
|
|
||||||
|
// This command allows connections to your server/game only from the game lobby (i.e. the game lobby that you invite friends to before you start the server/game).
|
||||||
|
sv_allow_lobby_connect_only "0"
|
||||||
|
|
||||||
|
sv_steamgroup "abrakadabra"
|
||||||
|
sv_steamgroup_exclusive "1"
|
||||||
|
sv_search_key "abrakadabra"
|
||||||
|
|
||||||
|
sv_lan 0 // 1 brokes map changing
|
||||||
|
sm_cvar sv_lan 0 // 1 brokes map changing
|
||||||
|
|
||||||
|
// Error: server is enforcing consistency for this file models/infected ...
|
||||||
|
// https://steamcommunity.com/app/550/discussions/0/350543389018036805/
|
||||||
|
sv_consistency 0
|
||||||
|
sm_cvar sv_consistency 0
|
||||||
|
|
||||||
|
//--> Download at http://forums.alliedmods.net/showthread.php?t=91132
|
||||||
|
l4d_maxplayers 32
|
||||||
|
sm_cvar l4d_maxplayers 32
|
||||||
|
|
||||||
|
//--> Download at http://forums.alliedmods.net/showthread.php?p=830069
|
||||||
|
l4d_survivor_limit 8
|
||||||
|
sm_cvar l4d_survivor_limit 8
|
||||||
|
l4d_infected_limit 8
|
||||||
|
sm_cvar l4d_infected_limit 8
|
||||||
|
|
||||||
|
//--> Download at http://forums.alliedmods.net/showthread.php?t=94415
|
||||||
|
//--> Download at http://forums.alliedmods.net/showthread.php?t=102052
|
||||||
|
l4d_unreserve_full 1
|
||||||
|
sm_cvar l4d_unreserve_full 1
|
||||||
|
|
||||||
|
sv_maxplayers 32
|
||||||
|
sv_removehumanlimit 1
|
||||||
|
sv_force_unreserved 1
|
||||||
|
sv_unlock_sb_add 0
|
||||||
|
sv_visiblemaxplayers 8
|
||||||
|
sm_cvar sv_maxplayers 32
|
||||||
|
sm_cvar sv_removehumanlimit 1
|
||||||
|
sm_cvar sv_force_unreserved 1
|
||||||
|
sm_cvar sv_unlock_sb_add 0
|
||||||
|
sm_cvar sv_visiblemaxplayers 8
|
||||||
|
|
||||||
|
|
||||||
|
//Multislots Options
|
||||||
|
l4d_multislots_max_survivors 16
|
||||||
|
l4d_multislots_max_infected 0
|
||||||
|
l4d_multislots_kickafk 0
|
||||||
|
|
||||||
|
sv_gametypes scavenge,coop,versus,survival,realism,teamversus,teamscavenge,mutation1,mutation2,mutation3,mutation4,mutation5,mutation6,mutation7,mutation8,mutation9,mutation10,mutation11,mutation12,mutation13,mutation14,mutation15,mutation16,mutation17,mutation18,mutation19,mutation20,chargertraining,tankassault,tankbrawl,gungame,uncommonground,uncommongroundsv
|
Loading…
Reference in New Issue