Skip to content

Commit

Permalink
Reduce turtle reinforcement rate in scp_turtle_support (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Turtle authored Mar 2, 2024
1 parent daef07e commit 16690fc
Showing 1 changed file with 50 additions and 45 deletions.
95 changes: 50 additions & 45 deletions addons/sourcemod/configs/scp_sf/maps/scp_turtle_support.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"29" "set_special"
"30" "set_human"
"31" "set_human"
"32" "set_human"
"32" "set_any"
}

"waves" // Respawn waves
Expand All @@ -83,37 +83,7 @@
"trigger" "scp_chaos_spawn"
"trigger_pre" "scp_chaos_spawn_pre"

"1" "chaos1"
"2" "chaos1"
"3" "chaos1"
"4" "set_ht"
"5" "chaos3"
"6" "chaos1"
"7" "chaos2"
"8" "chaos1"
"9" "chaos2"
"10" "set_ht"
"11" "chaos1"
"12" "chaos1"
"13" "chaos2"
"14" "chaos1"
"15" "chaos3"
"16" "chaos1"
"17" "chaos2"
"18" "set_ht"
"19" "chaos1"
"20" "chaos2"
"21" "chaos1"
"22" "chaos1"
"23" "chaos2"
"24" "chaos1"
"25" "chaos3"
"26" "chaos1"
"27" "chaos2"
"28" "set_ht"
"29" "chaos2"
"30" "chaos3"
"31" "chaos1"
"1" "set_chaos"
}
"2"
{
Expand All @@ -124,11 +94,7 @@
"trigger" "scp_mtf_spawn"
"trigger_pre" "scp_mtf_spawn_pre"

"1" "mtf3"
"2" "set_mtf"
"3" "mtf3"
"4" "set_ht"
"5" "set_mtf"
"1" "set_mtf"
}
}

Expand Down Expand Up @@ -175,11 +141,37 @@
}
"set_mtf"
{
"type" "Gamemode_PresetRandom" // Choose randomly
"1" "mtf1"
"2" "mtf1"
"3" "mtf2"
"type" "Gamemode_PresetOrdered" // Select in this order, looping
"1" "mtf3"
"2" "mtf1"
"3" "mtf1"
"4" "mtf2"
"5" "mtf1"
"6" "mtf3"
"7" "mtf1"
"8" "mtf2"
"9" "set_ht"
"10" "mtf3"
"11" "mtf1"
"12" "mtf1"
}
"set_chaos"
{
"type" "Gamemode_PresetOrdered" // Select in this order, looping
"1" "chaos1"
"2" "chaos2"
"3" "chaos1"
"4" "chaos3"
"5" "chaos1"
"6" "set_ht"
"7" "chaos1"
"8" "chaos2"
"9" "chaos1"
"10" "chaos1"
"11" "chaos2"
"12" "chaos1"
}

"set_ht"
{
"type" "Gamemode_PresetRandom" // Choose randomly
Expand All @@ -197,8 +189,21 @@
"5" "janitor"
"6" "set_badguy"
}
}

"set_any"
{
// Add 1 special every 7 humans
"type" "Gamemode_PresetOrdered" // Select in this order, looping
"1" "set_human"
"2" "set_human"
"3" "set_human"
"4" "set_human"
"5" "set_special"
"6" "set_human"
"7" "set_human"
"8" "set_human"
}
}
"music"
{
"join" "215.0;#scp_sf/music/finalflashofexistence.mp3;1" // Join
Expand Down Expand Up @@ -969,7 +974,7 @@
"class" "heavy"
"model" "models/hatturtle/hatturtle_heavy.mdl"
"modelalt" "models/player/heavy.mdl"
"health" "300"
"health" "200"
"regen" "0"
"speed" "210"
"cansprint" "1"
Expand Down Expand Up @@ -1005,7 +1010,7 @@
"class" "sniper"
"model" "models/hatturtle/hatturtle_sniper.mdl"
"modelalt" "models/player/soldier.mdl"
"health" "200"
"health" "175"
"regen" "0"
"speed" "230"
"cansprint" "1"
Expand Down Expand Up @@ -2790,7 +2795,7 @@
"30089" // Red Metal
{
"classname" "tf_weapon_fists"
"attributes" "881 ; -3 ; 252 ; 0.25 ; 476 ; 0 ; 269 ; 1 ; 62 ; 0.3 ; 64 ; 0.3 ; 66 ; 0.3 ; 206 ; 0.3"
"attributes" "881 ; -3 ; 252 ; 0.25 ; 476 ; 0 ; 269 ; 1 ; 62 ; 0.35 ; 64 ; 0.35 ; 66 ; 0.35 ; 206 ; 0.35"
"type" "5"
"hide" "1"

Expand Down

0 comments on commit 16690fc

Please sign in to comment.