Created
May 30, 2016 04:36
-
-
Save nosoop/e238f7e99cf8d8ad520151ac3bd3853e to your computer and use it in GitHub Desktop.
Stripper:Source fix for point capturing in koth_vanguard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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