Skip to content

Instantly share code, notes, and snippets.

@nosoop
Created May 30, 2016 04:36
Show Gist options
  • Save nosoop/e238f7e99cf8d8ad520151ac3bd3853e to your computer and use it in GitHub Desktop.
Save nosoop/e238f7e99cf8d8ad520151ac3bd3853e to your computer and use it in GitHub Desktop.
Stripper:Source fix for point capturing in koth_vanguard
; koth_vanguard_rc1.ugc510126304.cfg -- Fixes control point not capturing.
modify:
{
match:
{
"hammerid" "11142821"
}
insert:
{
"OnCapTeam2" "cp_3,Skin,2,0,-1"
"OnCapTeam1" "cp_3,Skin,1,0,-1"
"OnCapTeam2" "koth_gamerules,SetBlueKothClockActive,,0,-1"
"OnCapTeam2" "koth_gamerules,SetBlueTeamRespawnWaveTime,8,0,-1"
"OnCapTeam2" "koth_gamerules,SetRedTeamRespawnWaveTime,4,0,-1"
"OnCapTeam1" "koth_gamerules,SetRedKothClockActive,,0,-1"
"OnCapTeam1" "koth_gamerules,SetRedTeamRespawnWaveTime,8,0,-1"
"OnCapTeam1" "koth_gamerules,SetBlueTeamRespawnWaveTime,4,0,-1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment