Skip to content

Instantly share code, notes, and snippets.

@psteinroe
Last active March 25, 2020 11:22
Show Gist options
  • Save psteinroe/08cff78ce268a5936faeb44d84e91155 to your computer and use it in GitHub Desktop.
Save psteinroe/08cff78ce268a5936faeb44d84e91155 to your computer and use it in GitHub Desktop.
set vm_game 2 // I have no idea what this shit is
set vm_cgame 2 // Nope
set vm_ui 2 // Nada
set dedicated 1 // Dedicated server but not announced
set com_hunkmegs 128 // How much RAM for your server
set net_port 27960 // The network port
seta sv_hostname "ENR Teamevent" // name that appears in server list
seta g_motd "Welcome to the ENR Teamevent!" // message that appears when connecting
seta sv_maxclients 16 // max number of clients than can connect
seta sv_pure 1 // pure server, no altered pak files
seta g_quadfactor 3 // quad damage strength (3 is normal)
seta g_friendlyFire 1 // friendly fire motherfucker
// capture the flag
seta g_gametype 4 // 0:FFA, 1:Tourney, 2:FFA, 3:TD, 4:CTF
seta g_teamAutoJoin 1 // 0:goes into spectator mode, 1:auto joins a team
seta g_teamForceBalance 1 // 0:free selection, 1:forces player on weak team
seta timelimit 30 // Time limit in minutes
seta capturelimit 8 // Capture limit for CTF
seta fraglimit 0 // Frag limit
// team deathmatch
//seta g_gametype 3 // 0:FFA, 1:Tourney, 2:FFA, 3:TD, 4:CTF
//seta g_teamAutoJoin 1 // 0:goes into spectator mode, 1:auto joins a team
//seta g_teamForceBalance 1 // 0:free selection, 1:forces player on weak team
//seta timelimit 15 // Time limit in minutes
//seta fraglimit 25 // Frag limit
// free for all
//seta g_gametype 0 // 0:FFA, 1:Tourney, 2:FFA, 3:TD, 4:CTF
//seta timelimit 10 // Time limit in minutes
//seta fraglimit 15 // Frag limit
seta g_weaponrespawn 3 // weapon respawn in seconds
seta g_inactivity 120 // kick players after being inactive for x seconds
seta g_forcerespawn 0 // player has to press primary button to respawn
seta g_log server.log // log name
seta logfile 3 // probably some kind of log verbosity?
seta rconpassword "homeoffice" // sets RCON password for remote console
seta rate "12400" // not sure
seta snaps "40" // what this
seta cl_maxpackets "40" // stuff is
seta cl_packetdup "1" // all about
seta bot_enable 0 // Disable bots
//seta bot_nochat 1 // Shut those fucking bots up
//seta g_spskill 4 // Default skill of bots [1-5]
//seta bot_minplayers 2 // This fills the server with bots to satisfy the minimum
set d1 "map q3dm17 ; set nextmap vstr d2"
set d2 "map q3ctf1 ; set nextmap vstr d3"
set d3 "map q3ctf2 ; set nextmap vstr d4"
set d4 "map q3ctf3 ; set nextmap vstr d5"
set d5 "map q3ctf4 ; set nextmap vstr d1"
vstr d1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment