Skip to content

Instantly share code, notes, and snippets.

@sswires
Created September 18, 2015 17:53
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 sswires/773969e48fafe3c179ac to your computer and use it in GitHub Desktop.
Save sswires/773969e48fafe3c179ac to your computer and use it in GitHub Desktop.
"cpsetup.txt"
{
"checkpoint"
{
"AttackingTeam" "security"
"controlpoint" "cp1"
"controlpoint" "cp2"
"controlpoint" "cachepoint_c"
"controlpoint" "cp4"
"controlpoint" "cp5"
"controlpoint" "cp6"
"controlpoint" "cp7"
"spawnzones"
{
"0" "spawnzone_1"
"1" "spawnzone_2"
"2" "spawnzone_3"
"3" "spawnzone_4"
"4" "spawnzone_5"
"5" "spawnzone_6"
"6" "spawnzone_7"
}
"settings"
{
"counterattack_chance"
{
"0" "1.0" // 100% chance on A
"2" "0.5" // 50% chance on C
}
}
"entities"
{
// Cache C
"obj_weapon_cache"
{
"origin" "-1374 -2369 -1088"
"angles" "0 0 0"
"targetname" "cache_c"
"teamnumber" "3"
"ControlPoint" "cachepoint_c"
"TakeDamageBullets" "0"
}
"point_controlpoint"
{
"origin" "-1374 -2369 -1016"
"angles" "0 0 0"
"targetname" "cachepoint_c"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment