stripper-configs/maps/ze_exchange_innovation_v1bs.cfg

137 lines
1.5 KiB
INI
Executable File

========================================================================
;; stripper by encap
;; players can't block elevator
modify:
{
match:
{
"targetname" "elev1"
"classname" "func_movelinear"
}
replace:
{
"blockdamage" "1000"
}
}
;; increase elevator speed
modify:
{
match:
{
"targetname" "elev1"
"classname" "func_movelinear"
}
replace:
{
"speed" "300"
}
}
;; fix boats
modify:
{
match:
{
"model" "models/props/de_shacks/boat_smash.mdl"
"classname" "prop_dynamic"
}
replace:
{
"angles" "0 90 0"
}
}
modify:
{
match:
{
"targetname" "/barco[1-2]/"
"classname" "func_tracktrain"
}
replace:
{
"orientationtype" "2"
}
}
modify:
{
match:
{
"targetname" "barco_path1"
"classname" "path_track"
}
replace:
{
"origin" "1751 3429 1669"
}
}
modify:
{
match:
{
"targetname" "barco2_path1"
"classname" "path_track"
}
replace:
{
"origin" "1970 3240 1669"
}
}
modify:
{
match:
{
"targetname" "barco_path1"
"classname" "path_track"
}
replace:
{
"angles" "0 45 0"
}
}
modify:
{
match:
{
"targetname" "barco_path2"
"classname" "path_track"
}
replace:
{
"angles" "0 90 0"
}
}
modify:
{
match:
{
"targetname" "barco_path5"
"classname" "path_track"
}
replace:
{
"angles" "0 106 0"
}
}
modify:
{
match:
{
"targetname" "/barco_path[6-8]/"
"classname" "path_track"
}
replace:
{
"angles" "0 99 0"
}
}