Hi, I'd appreciate any help/suggestions about this Stripper issue I'm having. I think the answer is probably very simple.
I've been running a Windows 7 64-bit, private-dedicated L4D2 server for a few years with no problems. What I'd like to do now is remove all Tier 1 and Tier 2 shotguns from all campaigns, including official and custom campaigns, but so far it isn't working on any campaigns I've tried.
I'm currently running the following on the server:
- SourceMod version 1.6.3
- MetaMod:Source version 1.10.4
- Stripper:Source version 1.2.2
And here are the SourceMod plugins, that have all been working with each other with no conflicts:
- [L4D2] Fireworks Party
- [L4D2] Incapped Crawling with Animation
- L4D2 Keep Lasers
- [L4D2] Laser Box Spawner
- [L4D & L4D2] Health Cabinet
- [L4D & L4D2] Gear Transfer
- [L4D & L4D2] Mini Gun Spawner
- [L4D2] Tank Buster 2
- Melee In The Saferoom
Here's the global_filters.cfg file I've been trying. It's in the "C:\l4d2ds\left4dead2\addons\stripper" folder:
Code:
filter:
{
"classname" "weapon_pumpshotgun"
"classname" "weapon_autoshotgun"
"classname" "weapon_shotgun_spas"
"classname" "weapon_shotgun_chrome"
}
However, all shotguns are still spawning, in both the safe houses and throughout the maps. As mentioned before, I'm probably missing something very simple but I just don't know what it might be.
So, any suggestions will be greatly appreciated, and thanks in advance for any help.