Skip to content

Instantly share code, notes, and snippets.

@sean-clayton
Created August 14, 2014 23:23
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 sean-clayton/939b2237fd012c2c0eb8 to your computer and use it in GitHub Desktop.
Save sean-clayton/939b2237fd012c2c0eb8 to your computer and use it in GitHub Desktop.
hostname "NZ Insurgency Server!"
rcon_password "INS2FTW"
sv_password "" //Only set this if you intend to have a private server!
// sv_downloadurl "type-url-here"
// sv_allowdownload 1
// sv_allowupload 1
// mp_coop_lobbysize 8 // sets coop lobby size to 4 players
// maxplayers 32 // sets maxplayers to 40
// map siege_coop hunt // other available maps are contact_coop, uprising_coop, market_coop, district_coop
// ---------------------------------------------------------------
// Server Hud Options
// ---------------------------------------------------------------
// Display death
messagessv_hud_deathmessages 0
// Display kills on the scoreboard
sv_hud_scoreboard_show_kills 1
// Displays the enemy class icon on the scoreboard
sv_hud_scoreboard_show_enemy_classes 1
// Displays the dead icon for the enemy on the scoreboard
sv_hud_scoreboard_show_enemy_deaths 1
// ---------------------------------------------------------------
// Game Mode Options
// ---------------------------------------------------------------
// default mapcycle is "tactical operation" - firefight, vip, search and destroy
mapcyclefile "mapcycle_tactical_operation.txt"
// "sustained combat" mapcycle - push, skirmish, strike
//mapcyclefile "mapcycle_sustained_combat.txt"
// "cooperative" mapcycle - checkpoint, outpost, hunt
//mapcyclefile "mapcycle_sustained_combat.txt"
sv_alltalk 0
// Will a TK'er be punished in the next round? {0=no, 1=removeToken, 2=kill, 3=removeToken+Kill}
mp_tkpunish 3
// Enable kill cams
spec_freeze_enable 0
// Freeze after spawning before round starts (2 seconds default)
mp_round_freezetime 2
// Lobby time between rounds (10 seconds default)
mp_round_lobbytime 10
// Amount of time spawn protection is enabled (5 seconds default)
mp_spawnprotectontime 5
// Auto team balance (on by default)
mp_autoteambalance 1
// Auto scramble teams if one team is constantly dominating the other (on by default)
mp_scrambleteams_auto 1
// The amount of wins in a row one team must get in order to trigger the teams to be scrambled (3 by default)
mp_scrambleteams_auto_windifference 3
// Enable or disable death messages (enabled by default)
sv_hud_deathmessages 0
// Enable or disable friendly fire (disabled by default)
mp_friendlyfire 1
// Set the maximum amount of rounds per map (10 by default)
mp_maxrounds 10
// Set the maximum amount of team wins (5 by default)
mp_winlimit 5
// ---------------------------------------------------------------
// Vote Options
// ---------------------------------------------------------------
// Can people hold votes to kick players from the server?
sv_vote_issue_kick_allowed 1
// How long should a kick vote ban someone from the server? (in minutes)
sv_vote_kick_ban_duration 20
// Can people hold votes to set the next level?
sv_vote_issue_nextlevel_allowed 1
// Allow players to extend the current map
sv_vote_issue_nextlevel_allowextend 0
// Not allowed to vote for a nextlevel if one has already been set.
sv_vote_issue_nextlevel_prevent_change 1
//How many rounds before map voting can begin.
sv_vote_issue_nextlevel_round_count_delay 1
// Can people hold votes to change levels?
sv_vote_issue_changelevel_allowed 1
// Can people hold votes to change the gamemode?
sv_vote_issue_changegamemode_allowed 1
// Can people hold votes to switch the teams?
sv_vote_issue_switch_teams_allowed 1
// Can people hold votes to scramble the teams?
sv_vote_issue_scramble_teams_allowed 1
// Can people hold votes to restart the game?
sv_vote_issue_restart_game_allowed 1
// How long to allow voting on an issue
sv_vote_timer_duration 15
// How long after a vote passes until the action happens
sv_vote_command_delay 2
// Allow voting?
sv_allow_votes 1
// A vote that fails cannot be re-submitted for this long
sv_vote_failure_timer 300
// How often someone can individually call a vote.
sv_vote_creation_timer 120
// The minimum ratio of players needed to vote on an issue to resolve it.
sv_vote_quorum_ratio 0.6
// Allow spectators to vote?
sv_vote_allow_spectators 0
// Suppress listing of disabled issues in the vote setup screen.
sv_vote_ui_hide_disabled_issues 1
// ragdolls
sv_ragdoll_max_count 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment