stripper-configs/maps/ze_core_css1.cfg

34 lines
596 B
INI

;-------------------------------------------
;Stripper CFG by koen (STEAM_1:1:114921174)
;-------------------------------------------
;Stripper message
;-----------------
modify:
{
match:
{
"origin" "-3688 -328 -5824"
"classname" "logic_auto"
}
insert:
{
"OnMapSpawn" "CommandPrompt,Command,say ** Map Modified **,10,-1"
}
}
;----------------------
;Fix nonsolid elevator
;----------------------
modify:
{
match:
{
"targetname" "Core1Elevator"
"origin" "-3440 -8392 -1016"
"classname" "func_movelinear"
}
replace:
{
"spawnflags" "0"
}
}