159 lines
2.2 KiB
INI
Executable File
159 lines
2.2 KiB
INI
Executable File
;; _
|
|
|
|
;; possible fix to client 'crashing'
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "flamethrower_counter"
|
|
"classname" "math_counter"
|
|
}
|
|
delete:
|
|
{
|
|
"OnHitMin" "flamethrower_activator,Kill,,0.5,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnHitMin" "flamethrower_activator,Disable,,0.5,1"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "freezemachine_counter"
|
|
"classname" "math_counter"
|
|
}
|
|
delete:
|
|
{
|
|
"OnHitMin" "freezemachine_activator,Kill,,0.5,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnHitMin" "freezemachine_activator,Disable,,0.5,1"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "confusingtool_counter"
|
|
"classname" "math_counter"
|
|
}
|
|
delete:
|
|
{
|
|
"OnHitMin" "confusingtool_activator,Kill,,0.5,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnHitMin" "confusingtool_activator,Disable,,0.5,1"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "bombplacer_counter"
|
|
"classname" "math_counter"
|
|
}
|
|
delete:
|
|
{
|
|
"OnHitMin" "bombplacer_activator,Kill,,1,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnHitMin" "bombplacer_activator,Disable,,1,1"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "unlimitedammo_compare_limit"
|
|
"classname" "logic_compare"
|
|
}
|
|
delete:
|
|
{
|
|
"OnEqualTo" "unlimitedammo_activator,Kill,,10,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnEqualTo" "unlimitedammo_activator,Disable,,10,1"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "hespawner_counter"
|
|
"classname" "math_counter"
|
|
}
|
|
delete:
|
|
{
|
|
"OnHitMin" "hespawner_activator,Kill,,1,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnHitMin" "hespawner_activator,Disable,,1,1"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "heal_compare_1"
|
|
"classname" "logic_compare"
|
|
}
|
|
delete:
|
|
{
|
|
"OnNotEqualTo" "healone_activator,Kill,,1,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnNotEqualTo" "healone_activator,Disable,,1,1"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "heal_compare_2"
|
|
"classname" "logic_compare"
|
|
}
|
|
delete:
|
|
{
|
|
"OnNotEqualTo" "healtwo_activator,Kill,,1,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnNotEqualTo" "healtwo_activator,Disable,,1,1"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "map_stages"
|
|
"classname" "logic_case"
|
|
}
|
|
delete:
|
|
{
|
|
"OnCase06" "slowmo_*,Kill,,1.9,1"
|
|
"OnCase06" "unlimitedammo_*,Kill,,2.1,1"
|
|
"OnCase06" "pushgun_*,Kill,,2.3,1"
|
|
"OnCase06" "freezemachine_*,Kill,,1.8,1"
|
|
"OnCase06" "confusingtool_*,Kill,,1.8,1"
|
|
"OnCase06" "flamethrower_*,Kill,,1.9,1"
|
|
"OnCase06" "bombplacer_*,Kill,,2.1,1"
|
|
}
|
|
}
|