View Single Post
bobis
Senior Member
Join Date: Jun 2010
Location: Athens, Greece
Old 06-25-2011 , 12:27   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #846

Quote:
Originally Posted by TwOzCaR View Post
yes stripper out of order maybe only on dust2 coz i think it worked at cbble
Not only in de_dust2, I have noticed also that in cs_office, the round ends when round timer goes 0:00 (zero) and this is not normal with stripper source enabled.

Also, this is my addons/stripper/global_filters.cfg :

Quote:
;;EXAMPLE - remove all physics props
;remove:
;{
;"classname" "/prop_physics.*/"
;}

;;EXAMPLE - replace all garbage cans with a hostage
;modify:
;{
; match:
; {
; "model" "models/props_junk/garbage_metalcan002a.mdl"
; "classname" "prop_physics_multiplayer"
; }
; replace:
; {
; "classname" "hostage_entity"
; }
; delete:
; {
; "model" "models/props_junk/garbage_metalcan002a.mdl"
; }
; insert:
; {
; "scale" "0.99"
; }
;}
filter:
{
"classname" "/.*bomb.*/"
}
{
"classname" "/.*hostage.*/"
}
bobis is offline