Quote:
Originally Posted by mike3215
I am trying to run a listen server with CS:S DM. I have it set up so that it is FFA but I still can't get it to block the rounds. I have downloaded stripper and am running it. I confirm this by creating the server and i see it in the list of mods I have running. The following is what I have in my global_filters.cfg file
Code:
filter:
{
"classname" "/.*bomb.*/"
}
{
"classname" "/.*hostage.*/"
}
{
"classname" "/prop_physics.*/"
}
{
"classname" "Hostage_entity"
}
That is what I have as of now. I have tried all kinds of other configurations but to no avail. I also have the following in the de_dust.cfg in the maps folder of stripper addon (I have only been playing dust so far):
Code:
;;Remove semicolons to uncomment a line
;;Example - filtering out bomb zones
filter:
{
"classname" "/.*bomb.*/"
}
;;Example - adding a hostage in the T spawn
add:
;{
;"origin" "1376 3168 -112"
;"HostageType" "0"
;"angles" "0 111 0"
;"classname" "hostage_entity"
;}
I left the hostage stuff in because it is commented out. Anyways, I have tried quite a bit of stuff but like I said I always spawn with a bomb and if I the time runs out it restarts. I'm very new to this and any help would be much appreciated.
|
I'm having basically the same problem on a rented public server. I've installed the lastest versions of SourceMM, Stripper and CSSDM.
SourceMM and CSSDM work fine but I just can't seem to block the rounds or remove the props. In the FAQ's it says to add the classnames "hostage_entity", "/prop_physics.*/" and "/.*bomb.*/" yet elsewhere i've seen people say that to remove the hostages the classname should be "/.*hostages.*/" What is the difference and what should I have in there? No matter what I've tried someone still spawns with the bomb, they plant it and the round ends
I've tried the stripper_dump command in console to check for myself what the entity coding should be but that command crashes my server every time. I can see in HLSW that stripper is loaded but it's not doing anything.
Please please help, I'm pulling my hair out.