Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Create ze_endless_dream_v1_2.cfg stripper
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwiii24 authored and zathh committed Sep 11, 2023
1 parent 7ada361 commit 8fb8e28
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions stripper/ze_endless_dream_v1_2.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
;show stripper version

modify:
{
match:
{
"classname" "logic_auto"
"hammerid" "169"
}
insert:
{
"OnNewGame" "Scommand,Command,say >> Fix stripper #2 added <<,7.6,-1"
}
}

;Fix ZM items for multiple pickups

modify:
{
match:
{
"targetname" "filter_zombie_getitem"
"classname" "filter_activator_name"
}
replace:
{
"filtername" "Item_zm_*"
}
}

modify:
{
match:
{
"classname" "logic_auto"
"hammerid" "169"
}
insert:
{
"OnNewGame" "Item_zm_blue,AddOutput,targetname player,2,-1"
"OnNewGame" "Item_zm_green,AddOutput,targetname player,2,-1"
"OnNewGame" "Item_zm_yellow,AddOutput,targetname player,2,-1"
"OnNewGame" "Item_zm_red,AddOutput,targetname player,2,-1"
"OnNewGame" "Item_zm_white,AddOutput,targetname player,2,-1"
}
}

;Disable Fall Damage

modify:
{
match:
{
"classname" "logic_auto"
"hammerid" "169"
}
delete:
{
"OnMapSpawn" "ScommandCommandsv_falldamage_scale 10-1"
}
insert:
{
"OnMapSpawn" "ScommandCommandsv_falldamage_scale 00-1"
"OnNewGame" "ScommandCommandsay >> Fall Damage is Disabled <<7-1"
}
}

;Adjustment st2 endlaser

modify:
{
match:
{
"classname" "logic_relay"
"targetname" "st2_end_laser_hurt"
}
replace:
{
"damage" "80"
}
}

modify:
{
match:
{
"classname" "logic_relay"
"targetname" "st2_end_laser_hurt2"
}
replace:
{
"damage" "80"
}
}

0 comments on commit 8fb8e28

Please sign in to comment.