This commit is contained in:
xen 2020-02-16 18:44:18 +02:00
parent ba965fe92f
commit ff01130d1f
10 changed files with 723 additions and 55 deletions

View File

@ -9,4 +9,22 @@ filter:
"origin" "227 -2078 12"
"classname" "info_player_counterterrorist"
"hammerid" "581"
}
}
;---------------------
;INCREASE NUKE DAMAGE
;---------------------
modify:
{
match:
{
"targetname" "nuke_hurt"
"classname" "trigger_hurt"
"damage" "8000"
}
replace:
{
"damage" "9999999"
}
}

26
ze_ff_training_map_v6.cfg Normal file
View File

@ -0,0 +1,26 @@
; lower guardian lasers by 2 units
modify:
{
match:
{
"targetname" "Guardian_Unlimited_Laser_Up_Hurt"
"classname" "trigger_teleport"
}
replace:
{
"origin" "-4096 -1644 80"
}
}
modify:
{
match:
{
"targetname" "Full_Chaos_Guardian_Laser_Up_Hurt"
"classname" "trigger_teleport"
}
replace:
{
"origin" "0 -1644 80"
}
}

View File

@ -261,6 +261,19 @@ modify:
}
}
modify:
{
match:
{
"targetname" "Staff_Earth_Prop"
"classname" "prop_dynamic"
}
replace:
{
"spawnflags" "256"
}
}
add:
{
"model" "*111"
@ -274,6 +287,7 @@ add:
"classname" "trigger_multiple"
"OnStartTouch" "Staff_Earth_Prop,SetOwner,,0,-1"
"OnStartTouch" "Staff_Earth_Owner_Zombie,FireUser1,,0,1"
"OnStartTouch" "Staff_Earth_Prop,EnableCollision,,0.04,1"
}
add:
@ -288,6 +302,7 @@ add:
"filtername" "Filter_Team_Zombies"
"classname" "trigger_multiple"
"OnStartTouch" "!activator,RemoveOwner,,0,-1"
"OnStartTouch" "Staff_Earth_Prop,EnableCollision,,0.04,1"
"OnUser1" "!self,Enable,,0,-1"
"OnUser1" "!self,Disable,,0.2,-1"
"OnUser1" "!self,FireUser1,,0.22,-1"

View File

@ -1373,25 +1373,53 @@ modify:
{
match:
{
"targetname" "ZE_Hard_Ending"
"classname" "trigger_once"
"targetname" "Staff_Earth_Prop"
"classname" "prop_dynamic"
}
insert:
replace:
{
"OnStartTouch" "Staff_Earth_Relay2,Enable,,63,1"
"spawnflags" "256"
}
}
filter:
{
"targetname" "Staff_Earth_Prop_Clip_Fix"
"classname" "func_physbox"
}
add:
{
"origin" "-14078.5 14593 104"
"targetname" "Staff_Earth_Prop_Clip_Fix"
"model" "*497"
"vrad_brush_cast_shadows" "0"
"StartDisabled" "1"
"spawnflags" "2"
"Solidity" "0"
"solidbsp" "0"
"rendermode" "0"
"renderfx" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"invert_exclusion" "0"
"InputFilter" "0"
"disableshadows" "1"
"disablereceiveshadows" "1"
"classname" "func_monitor"
}
modify:
{
match:
{
"targetname" "Airship_End_Trigger"
"classname" "trigger_multiple"
"targetname" "Staff_Earth_Relay"
"classname" "logic_relay"
}
insert:
{
"OnUser3" "Staff_Earth_Relay2,Enable,,6.1,1"
"OnTrigger" "Staff_Earth_Owner_*,AddOutput,OnStartTouch Staff_Earth_Prop:EnableCollision::0.04:1,0,-1"
"OnTrigger" "Staff_Earth_Owner_Human,AddOutput,OnStartTouch Staff_Earth_Prop:SetOwner::0.02:-1,0,-1"
}
}
@ -1402,36 +1430,31 @@ modify:
"targetname" "Staff_Earth_Entity_Maker"
"classname" "env_entity_maker"
}
delete:
{
"OnEntitySpawned" "Staff_Earth_Relay,Trigger,,0.01,-1"
}
insert:
{
"OnEntitySpawned" "Staff_Earth_Relay2,Trigger,,0.01,-1"
"OnEntitySpawned" "Staff_Earth_Relay,Trigger,,0,-1"
"OnEntitySpawned" "Staff_Earth_Owner_*,Enable,,0.02,-1"
}
}
add:
{
"origin" "-13940 14080 8"
"targetname" "Staff_Earth_Relay2"
"StartDisabled" "1"
"spawnflags" "0"
"classname" "logic_relay"
"OnTrigger" "Staff_Earth_Prop,DisableCollision,,0,-1"
}
add:
{
"model" "*190"
"wait" "1"
"targetname" "Staff_Earth_Owner_Human"
"parentname" "Staff_Earth_Prop"
"StartDisabled" "0"
"StartDisabled" "1"
"spawnflags" "1"
"origin" "-14080 14592 32"
"filtername" "Filter_Team_Humans"
"classname" "trigger_multiple"
"OnStartTouch" "Staff_Earth_Prop,SetOwner,,0,-1"
"OnStartTouch" "Staff_Earth_Prop_Clip_Fix,SetOwner,,0.03,-1"
"OnStartTouch" "Staff_Earth_Prop_Clip_Fix,SetOwner,,0.02,-1"
"OnStartTouch" "Staff_Earth_Owner_Zombie,FireUser1,,0,1"
"OnStartTouch" "Staff_Earth_Prop_Clip_Fix,Enable,,0.04,1"
}
add:
@ -1440,7 +1463,7 @@ add:
"wait" "1"
"targetname" "Staff_Earth_Owner_Zombie"
"parentname" "Staff_Earth_Prop"
"StartDisabled" "0"
"StartDisabled" "1"
"spawnflags" "1"
"origin" "-14080 14592 32"
"filtername" "Filter_Team_Zombies"
@ -1449,4 +1472,5 @@ add:
"OnUser1" "!self,Enable,,0,-1"
"OnUser1" "!self,Disable,,0.2,-1"
"OnUser1" "!self,FireUser1,,0.22,-1"
"OnStartTouch" "Staff_Earth_Prop_Clip_Fix,Enable,,0.04,1"
}

View File

@ -59,4 +59,440 @@ add:
"origin" "-3450 -1920 115"
"angles" "0 90 0"
"speed" "1000"
}
}
;---------------------------------------------
; Too many prop, they wont go on the rocks
;---------------------------------------------
add:
{
"classname" "prop_dynamic"
"origin" "-3344 -3824 264"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3296 -3760 264"
"angles" "0 330 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3280 -3608 264"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3328 -3456 264"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3368 -3296 264"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3408 -3136 264"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3440 -3000 264"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3440 -3000 168"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3480 -2848 168"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3480 -2840 264"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3408 -3144 168"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3504 -2680 168"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3504 -2680 272"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3504 -2520 272"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3504 -2520 168"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3504 -2352 272"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3504 -2352 168"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3488 -2192 272"
"angles" "0 345 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3488 -2192 168"
"angles" "0 345 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3464 -2032 272"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3464 -2032 168"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3464 -1888 272"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3464 -1888 168"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3304 -3456 192"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3264 -3608 192"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3352 -3296 192"
"angles" "0 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3344 -3824 160"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3296 -3760 160"
"angles" "0 330 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3368 -3024 136"
"angles" "-28.8791 17.1921 -8.49878"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3424 -2872 104"
"angles" "-28.8791 17.1921 -8.49878"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3456 -2768 104"
"angles" "-28.8791 17.1921 -8.49878"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3464 -1888 64"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3464 -2048 64"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3464 -1888 0"
"angles" "0 0 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3344 -3320 192"
"angles" "-90 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}
add:
{
"classname" "prop_dynamic"
"origin" "-3384 -3184 192"
"angles" "-90 15 0"
"model" "models/props_lab/blastdoor001c.mdl"
"disablereceiveshadows" "1"
"disableshadows" "1"
"solid" "6"
"rendermode" "10"
}

View File

@ -0,0 +1,62 @@
;---------------------------------
;Add math_counter for stagedisplay
;---------------------------------
add:
{
"origin" "-13445 -2752 -640"
"targetname" "TheCurrentLevelPlugin"
"min" "0"
"max" "4"
"startvalue" "0"
"classname" "math_counter"
}
modify:
{
match:
{
"targetname" "relay_normal_options"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,1,0,1"
}
}
modify:
{
match:
{
"targetname" "relay_hard_options"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
modify:
{
match:
{
"targetname" "relay_hyper_options"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,3,0,1"
}
}
modify:
{
match:
{
"targetname" "relay_ultimate_options"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,4,0,1"
}
}

View File

@ -89,7 +89,7 @@ modify:
}
insert:
{
"OnStartTouch" "weavilefinalhp,Add,110,0,-1"
"OnStartTouch" "weavilefinalhp,Add,100,0,-1"
}
}

View File

@ -973,23 +973,6 @@ modify:
"OnPass" "V,Lock,,0,1"
}
}
modify:
{
match:
{
"origin" "16064 -15456 14944"
"targetname" "FilterV2"
"classname" "filter_activator_team"
"hammerid" "1362165"
}
insert:
{
"OnPass" "V2,Lock,,0,1"
}
}
modify:
{
match:
@ -1007,9 +990,25 @@ modify:
insert:
{
"damagefilter" "FilterCT"
"OnPressed" "FilterV,TestActivator,,0,1"
}
}
modify:
{
match:
{
"origin" "16064 -15456 14944"
"targetname" "FilterV2"
"classname" "filter_activator_team"
"hammerid" "1362165"
}
insert:
{
"OnPass" "V2,Lock,,0,1"
}
}
modify:
{
match:
@ -1027,23 +1026,29 @@ modify:
insert:
{
"damagefilter" "FilterCT"
"OnPressed" "FilterV2,TestActivator,,0,1"
}
}
; C4 button only pressable by zombies
;-------------------------
;C4 Button - Zombies Only
;-------------------------
add:
{
"origin" "15176 12312 15388"
"targetname" "FilterC4XButton"
"classname" "filter_activator_team"
"origin" "15210 12272 15408"
"targetname" "C4Filter"
"Negated" "0"
"filterteam" "2"
"hammerid" "9999001"
"OnPass" "com,Command,say ***C4 set to go off in 20secs!***,0,1"
"classname" "filter_activator_team"
"hammerid" "812826"
"OnPass" "c4,Kill,,25,1"
"OnPass" "C4B,Kill,,25,1"
"OnPass" "com,Command,say ***C4 set to go off in 25secs!***,0,1"
"OnPass" "SE,Explode,,25,1"
"OnPass" "C4X,Break,,25,1"
"OnPass" "C4XButton,Lock,,0,1"
}
modify:
{
match:
@ -1052,11 +1057,9 @@ modify:
"hammerid" "114752"
"origin" "15176 12312 15388"
}
insert:
replace:
{
"targetname" "C4XButton"
"damagefilter" "FilterT"
"OnPressed" "FilterC4XButton,TestActivator,,25,-1"
"wait" "1"
}
delete:
{
@ -1064,12 +1067,14 @@ modify:
"OnPressed" "SE,Explode,,25,1"
"OnPressed" "C4X,Break,,25,1"
}
replace:
insert:
{
"wait" "1"
"OnPressed" "C4Filter,TestActivator,,0,-1"
}
}
; elevator stage first door only breakable by ZM
modify:
{

View File

@ -29,6 +29,24 @@ modify:
}
}
;-----------------------------------
;NO LAG COMP TRIGGER BELOW ELEVATOR
;-----------------------------------
modify:
{
match:
{
"targetname" "Lvl2_Elevator2_FixTp"
"classname" "trigger_teleport"
"spawnflags" "1"
}
replace:
{
"spawnflags" "1073741825" ; 1073741824 + 1
}
}
;--------------------------------------
;INCREASE ITEMS COOLDOWN to 60 SECONDS
;--------------------------------------

View File

@ -0,0 +1,64 @@
;--------------------------------------------------------------------
;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/
;--------------------------------------------------------------------
;FIX TELEPORT ISSUE
;-------------------
filter:
{
"targetname" "badges_multiple"
"origin" "10049.5 -4640.5 10138"
"classname" "trigger_multiple"
}
add:
{
"origin" "10240 -2688 10240"
"targetname" "I_FIXED_THE_ISSUE_JENZ_DW"
"angles" "0 270 0"
"classname" "info_teleport_destination"
}
add:
{
"model" "*16"
"targetname" "badges_multiple"
"target" "I_FIXED_THE_ISSUE_JENZ_DW"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "10049.5 -4640.5 10138"
"classname" "trigger_teleport"
}
modify:
{
match:
{
"classname" "func_breakable"
"targetname" "badge_hold_1"
}
delete:
{
"OnBreak" "badges_multiple,AddOutput,origin 10090 -3936 10304,10,-1"
}
insert:
{
"OnBreak" "I_FIXED_THE_ISSUE_JENZ_DW,AddOutput,origin 10096 -4064 10256,10,-1"
}
}
modify:
{
match:
{
"classname" "func_breakable"
"targetname" "badge_hold_2"
}
delete:
{
"OnBreak" "badges_multiple,AddOutput,origin 9853 -4944 10357,10,-1"
}
insert:
{
"OnBreak" "I_FIXED_THE_ISSUE_JENZ_DW,AddOutput,origin 9888 -4944 10304,10,-1"
}
}