Skip to content

Instantly share code, notes, and snippets.

@blomer
Last active July 24, 2019 17:57
Show Gist options
  • Select an option

  • Save blomer/b38dfafd472b4fa72b6956b0724675de to your computer and use it in GitHub Desktop.

Select an option

Save blomer/b38dfafd472b4fa72b6956b0724675de to your computer and use it in GitHub Desktop.
Custom HNS gamemode for private servers. Not perfect, but definitely works.
// fidgett's HNS
// Revision 1c
// My Steam Profile: https://steamcommunity.com/id/bruhfidgett
// Team settings.
mp_ct_default_grenades none
mp_ct_default_primary none
mp_ct_default_secondary none
mp_t_default_grenades "weapon_flashbang weapon_smokegrenade weapon_molotov"
mp_t_default_primary none
mp_t_default_secondary none
mp_t_default_melee ""
mp_default_team_winner_no_objective 2
mp_teamname_1 "HNS | Chasers"
mp_teamname_2 "HNS | Runners"
// Match settings.
game_mode 0
game_type 0
mp_freezetime 0
mp_roundtime 2.17
mp_halftime 1
mp_maxrounds 12
mp_round_restart_delay 3
mp_timelimit 0
mp_autokick 0
mp_friendlyfire 0
ammo_grenade_limit_flashbang 1
mp_death_drop_grenade 0
mp_death_drop_gun 0
cash_player_respawn_amount 0
mp_solid_teammates 0
mp_free_armor 1
mp_halftime_duration 6
mp_overtime_startmoney 0
mp_overtime_enable 1
mp_overtime_maxrounds 4
mp_respawn_immunitytime 10
mp_maxmoney 0
mp_warmuptime 17
mp_warmuptime_all_players_connected 17
// Movement settings, change these to your own liking.
sv_airaccelerate 100
sv_staminalandcost 0
sv_staminajumpcost 0
// Other executions.
bot_kick
mp_warmup_end
mp_warmup_start
mp_restartgame 1;
echo ""
echo "(HNS) fidgett's HNS :: Revision 1c"
echo "(HNS) NOTICE: If this script is not working, most likely you do not have the privileges to execute this script on the server you are on."
echo ""
say "(HNS) fidgett's HNS :: Revision 1c | The game starts in 15 seconds, have fun! (Max Rounds: 12, Round Time: 2 minutes [10 seconds of roam time at start], Overtime: Enabled [4 rounds])";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment