2020-01-16 15:39:45 +01:00
|
|
|
;*******************************************
|
|
|
|
;*-------------STRIPPER BY-----------------*
|
|
|
|
;*---------------KLIXUS--------------------*
|
|
|
|
;*******************************************
|
|
|
|
|
|
|
|
|
|
|
|
;Moves item spawnpoints from unobtainable area to playable area
|
|
|
|
|
|
|
|
modify:
|
|
|
|
{
|
|
|
|
match:
|
|
|
|
{
|
|
|
|
"targetname" "lvl3_item_origin"
|
|
|
|
"classname" "logic_case"
|
|
|
|
"hammerid" "2010245"
|
|
|
|
}
|
|
|
|
delete:
|
|
|
|
{
|
|
|
|
"OnCase01" "lvl3_item_spawn,AddOutput,origin 811 -1313 7270,0,1"
|
|
|
|
"OnCase02" "lvl3_item_spawn,AddOutput,origin 6854 644 7412,0,1"
|
|
|
|
"OnCase03" "lvl3_item_spawn,AddOutput,origin 5116 3154 7332,0,1"
|
|
|
|
"OnCase04" "lvl3_item_spawn,AddOutput,origin 6034 5228 7424,0,1"
|
|
|
|
}
|
|
|
|
insert:
|
|
|
|
{
|
|
|
|
"OnCase01" "lvl3_item_spawn,AddOutput,origin 1187 4572 7211,0,1"
|
|
|
|
"OnCase02" "lvl3_item_spawn,AddOutput,origin 3623 2763 3871,0,1"
|
|
|
|
"OnCase03" "lvl3_item_spawn,AddOutput,origin 3788 944 3559,0,1"
|
|
|
|
"OnCase04" "lvl3_item_spawn,AddOutput,origin -1170 -1038 3247,0,1"
|
|
|
|
}
|
|
|
|
}
|
2020-08-09 14:04:01 +02:00
|
|
|
|
|
|
|
;Restart round on warmup instead of slaying players
|
|
|
|
modify:
|
|
|
|
{
|
|
|
|
match:
|
|
|
|
{
|
|
|
|
"classname" "logic_relay"
|
2021-06-23 13:53:00 +02:00
|
|
|
"targetname" "warmup_map_relay"
|
2020-08-09 14:04:01 +02:00
|
|
|
}
|
|
|
|
delete:
|
|
|
|
{
|
|
|
|
"OnTrigger" "killall,Enable,,41,-1"
|
|
|
|
}
|
|
|
|
insert:
|
|
|
|
{
|
|
|
|
"OnTrigger" "command,Command,mp_restartgame 1,41,1"
|
|
|
|
}
|
|
|
|
}
|
2021-06-23 13:53:00 +02:00
|
|
|
|
|
|
|
;Add math_counter for stagedisplay
|
|
|
|
|
|
|
|
add:
|
|
|
|
{
|
|
|
|
"origin" "-4980 -13200 -480"
|
|
|
|
"targetname" "TheCurrentLevelPlugin"
|
|
|
|
"min" "0"
|
|
|
|
"max" "5"
|
|
|
|
"startvalue" "0"
|
|
|
|
"classname" "math_counter"
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
modify:
|
|
|
|
{
|
|
|
|
match:
|
|
|
|
{
|
|
|
|
"targetname" "warmup_map_relay"
|
|
|
|
"classname" "logic_relay"
|
|
|
|
}
|
|
|
|
insert:
|
|
|
|
{
|
|
|
|
"OnTrigger" "TheCurrentLevelPlugin,SetValue,0,0,1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
modify:
|
|
|
|
{
|
|
|
|
match:
|
|
|
|
{
|
|
|
|
"targetname" "lvl1_map_relay"
|
|
|
|
"classname" "logic_relay"
|
|
|
|
}
|
|
|
|
insert:
|
|
|
|
{
|
|
|
|
"OnTrigger" "TheCurrentLevelPlugin,SetValue,1,0,1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
modify:
|
|
|
|
{
|
|
|
|
match:
|
|
|
|
{
|
|
|
|
"targetname" "lvl2_map_relay"
|
|
|
|
"classname" "logic_relay"
|
|
|
|
}
|
|
|
|
insert:
|
|
|
|
{
|
|
|
|
"OnTrigger" "TheCurrentLevelPlugin,SetValue,2,0,1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
modify:
|
|
|
|
{
|
|
|
|
match:
|
|
|
|
{
|
|
|
|
"targetname" "lvl3_map_relay"
|
|
|
|
"classname" "logic_relay"
|
|
|
|
}
|
|
|
|
insert:
|
|
|
|
{
|
|
|
|
"OnTrigger" "TheCurrentLevelPlugin,SetValue,3,0,1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
modify:
|
|
|
|
{
|
|
|
|
match:
|
|
|
|
{
|
|
|
|
"targetname" "lvl4_map_relay"
|
|
|
|
"classname" "logic_relay"
|
|
|
|
}
|
|
|
|
insert:
|
|
|
|
{
|
|
|
|
"OnTrigger" "TheCurrentLevelPlugin,SetValue,4,0,1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
modify:
|
|
|
|
{
|
|
|
|
match:
|
|
|
|
{
|
|
|
|
"targetname" "lvl5_map_relay"
|
|
|
|
"classname" "logic_relay"
|
|
|
|
}
|
|
|
|
insert:
|
|
|
|
{
|
|
|
|
"OnTrigger" "TheCurrentLevelPlugin,SetValue,5,0,1"
|
|
|
|
}
|
|
|
|
}
|