stripper-configs/maps/ze_cyberderp_v1_4.cfg

199 lines
2.2 KiB
INI

modify:
{
match:
{
"classname" "func_door"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "func_button"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "func_breakable"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "func_brush"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "func_tracktrain"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "func_illusionary"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "func_physbox_multiplayer"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "func_wall_toggle"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "func_tanktrain"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "func_rotating"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "func_movelinear"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "func_physbox"
}
replace:
{
"disablereceiveshadows" "1"
"disableshadows" "1"
}
}
modify:
{
match:
{
"classname" "prop_dynamic"
}
replace:
{
"disableshadows" "1"
"disablereceiveshadows" "1"
}
}
modify:
{
match:
{
"classname" "prop_physics"
}
replace:
{
"disableshadows" "1"
"disablereceiveshadows" "1"
}
}
modify:
{
match:
{
"classname" "prop_physics_multiplayer"
}
replace:
{
"disableshadows" "1"
"disablereceiveshadows" "1"
}
}
;Increase roundtime
modify:
{
match:
{
"classname" "logic_auto"
}
delete:
{
"OnMapSpawn" "Console,Command,mp_roundtime 9,0,-1"
}
insert:
{
"OnMapSpawn" "Console,Command,mp_roundtime 20,0,-1"
}
}