Skip to content

Instantly share code, notes, and snippets.

@publicENEMY
Last active November 23, 2015 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save publicENEMY/cfe61e6d870d21e6ae04 to your computer and use it in GitHub Desktop.
Save publicENEMY/cfe61e6d870d21e6ae04 to your computer and use it in GitHub Desktop.
hlstatsx installation problem
//"mapcyclefile" "mapcycle_tactical_operation.txt" // "tactical operation" mapcycle - firefight, vip, search and destroy
"mp_friendlyfire" "1" // friendly fire
"mp_tkpunish" "2" // How to punish team killing ( 0 = none, 1 = warning, 2 = kill )
//"sv_hud_deathmessages" "0" // death messages (PVP)
"sv_hud_scoreboard_show_kd" "1" // show k:d on scoreboard
"sv_hud_targetindicator" "1" // show friendly player names when looking at them
"mp_timer_pregame" "10" // timer for the pre-game (before the game starts, usually after map change or on mp_restartgame 1)
"mp_timer_preround" "15" // timer for the pre-round (before the round starts, usually after a previous round ends or on mp_restartround 1)
"mp_timer_postround" "15" // timer for the post-round (after the round starts)
"mp_timer_postgame" "21" // timer for the post-game (at the end of a game / map rotation)
//"ins_bot_quota" "0" // if set higher than 0, the server will add this many bots to each team (PVP only)
"sv_deadvoice" "0" // enabling this will allow the dead and living to VOIP each other
"sv_deadchat" "0" // enabling this will allow the dead and living to chat text each other
"sv_deadchat_team" "1" // is deadchat limited to just your team?
// ---------------------------------------------------------------
// Server Info Options
// ---------------------------------------------------------------
hostname "{MY} publicENEMY Server.025 COOP Classic Brutal" // server name
rcon_password "mypass" // rcon password
sv_password "" // Server password for private servers
sv_minrate 30000 // recommended minimum rate
// ---------------------------------------------------------------
// Server Download Options (Community made maps)
// ---------------------------------------------------------------
sv_downloadurl "myfastdl server"
//sv_allowdownload 1
//sv_allowupload 1
// ---------------------------------------------------------------
// Server Logging Options
// ---------------------------------------------------------------
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
logaddress_add ipaddress:27500 //hlstatsx - game server, web server, perl all using the same address
// ---------------------------------------------------------------
// Game Mode Options (Change text with in the quotes)
// ---------------------------------------------------------------
// "mapcycle.txt" - by default this contains the most popular options
// "mapcycle_all.txt" - all possible map/mode combinations for PvP
// "mapcycle_ambush.txt" - only ambush (VIP) mode
// "mapcycle_attackdefend.txt" - mix of attack/defend modes
// "mapcycle_cooperative.txt" - checkpoint, outpost, hunt
// "mapcycle_firefight.txt" - all firefight maps
// "mapcycle_flashpoint.txt" - all flashpoint maps
// "mapcycle_infiltrate.txt" - all infiltrate (CTF) maps
// "mapcycle_objrespawn.txt" - all modes featuring respawning for completing objectives
// "mapcycle_occupy.txt" - all occupy maps
// "mapcycle_push.txt" - all push maps
// "mapcycle_singlelife.txt" - mix of all single life modes
// "mapcycle_skirmish.txt" - all skirmish maps
// "mapcycle_workshop.txt" - used by Workshop system
// mapcyclefile "mapcycle.txt"
mapcyclefile "mapcycle_publicENEMY.27025.txt"
// ---------------------------------------------------------------
// Enabling Matchmaking (Change text with in the quotes)
// More info: http://steamcommunity.com/app/222880/discussions/2/558746089590579609/
// ---------------------------------------------------------------
// "pvp" (Player vs Player)
// "custom" (Custom rules and modded servers)
// "coop" (Cooperative)
sv_playlist nwi/coop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment