I apologize if this is a really dumb question, but I have been away from the scene for quite a while and am starting to get into running some games a bit again.
I don't really recall needing to use Stripper:Source to strip buy zones and hosties out of maps for CSS
M, but alas in 2024, CSS
M 2.1.6 latest dev, at least on my linuxgsm games, do not seem to be taking the the Buy Zones out of even stock maps, and I'm also trying to get the hosties out of maps like cs_office and cs_italy.
At any rate, even with Stripper:Source dropped in, if I for example write this config file:
cstrike/addons/stripper/maps/cs_office.cfg:
------------------------------------------
filter:
{
"classname" "func_buyzone"
"classname" "hostage_entity"
}
------------------------------------------
it removes neither buyzones nor hosties from cs_office. I can stop and restart the server, change maps to cs_office again, etc. It doesn't matter. (and the "classname" "hostage_entity" one is even given as an example in the docs)
I may just be st00pid (it is entirely possible). But it seems kinda like something isn't working the way it should.
Does this ring any bells? Recent MM:S and SM:
Stripper:Source is loaded:
meta list
Listing 5 plugins:
[01] SourceMod (1.11.0.696
by AlliedModders LLC
[02] Stripper (1.2.2) by BAILOPAN
[03] CS Tools (1.11.0.696
by AlliedModders LLC
[04] SDK Tools (1.11.0.696
by AlliedModders LLC
[05] CS:S DM (2.1.6-dev) by AlliedModders
meta version
Metamod:Source Version Information
Metamod:Source version 1.11.0-dev+1155
Plugin interface version: 16:14
SourceHook version: 5:5
Loaded As: Valve Server Plugin
Compiled on: May 15 2024 06
4:25
Built from:
https://github.com/alliedmodders/met...commit/2009298
Build ID: 1155:2009298
http://www.metamodsource.net/
Pretty simple/basic setup so far, I used to run more plugins and they worked fine back in the day.
Thanks in advance if anybody has any ideas. Maybe I missed a memo or something.