Upvote Upvoted 2 Downvote Downvoted
Disable SOAP DM
posted in Q/A Help
1
#1
0 Frags +

Hello,

My friend wants to know if there is a simple way to turn off Soap DM.

It's great for warming up for comp games, but he wants to sometimes use the server as a pub server.

Is there some kind of console command to disable soap dm?

Thanks

Hello,

My friend wants to know if there is a simple way to turn off Soap DM.

It's great for warming up for comp games, but he wants to sometimes use the server as a pub server.

Is there some kind of console command to disable soap dm?

Thanks
2
#2
1 Frags +

exec soap_off.cfg

exec soap_off.cfg
3
#3
2 Frags +
SAAM_exec soap_off.cfg

soap_off.cfg isn't packaged on Lange's github so it must be a config either you or someone else added to your server. His results may vary.

I would recommend to execute "sourcemod/soap_live.cfg" as it turns off the soapdm plugin, however that particular config also unloads other sourcemod plugins that are required for basic sourcemod functions.

"sm plugins unload soap_tf2dm" is the command you are looking for to stop the soapdm plugin itself. You can add "sm plugins unload soap_tf2dm" to your cfg/server.cfg file so by default, soapdm will not run on server boot or map change. You can then re-enable soapdm by putting "sm plugins load soap_tf2dm" in your UGC/ESEA 'base' file. So when the file for competitive is loaded, soapdm will activate.

This is, of course, assuming you are pulling your files directly from Lange's github.

[quote=SAAM_]exec soap_off.cfg[/quote]
soap_off.cfg isn't packaged on Lange's [url=https://github.com/Lange/SOAP-TF2DM]github[/url] so it must be a config either you or someone else added to your server. His results may vary.

I would recommend to execute "sourcemod/soap_live.cfg" as it turns off the soapdm plugin, however that particular config also unloads other sourcemod plugins that are required for basic sourcemod functions.

"sm plugins unload soap_tf2dm" is the command you are looking for to stop the soapdm plugin itself. You can add "sm plugins unload soap_tf2dm" to your cfg/server.cfg file so by default, soapdm will not run on server boot or map change. You can then re-enable soapdm by putting "sm plugins load soap_tf2dm" in your UGC/ESEA 'base' file. So when the file for competitive is loaded, soapdm will activate.

This is, of course, assuming you are pulling your files directly from Lange's github.
4
#4
TF2Pickup
2 Frags +

Here is my soap_off.cfg file:

sm plugins unload_all
sm plugins load_unlock
sm plugins load basebans.smx
sm plugins load basecommands.smx
sm plugins load admin-flatfile.smx
sm plugins load adminhelp.smx
sm plugins load adminmenu.smx
sm plugins load tDownloadCache.smx
sm plugins load tETF2LDivisions.smx
sm plugins load mgemod.smx
sm plugins load_lock
Here is my soap_off.cfg file:

[code]sm plugins unload_all
sm plugins load_unlock
sm plugins load basebans.smx
sm plugins load basecommands.smx
sm plugins load admin-flatfile.smx
sm plugins load adminhelp.smx
sm plugins load adminmenu.smx
sm plugins load tDownloadCache.smx
sm plugins load tETF2LDivisions.smx
sm plugins load mgemod.smx
sm plugins load_lock[/code]
5
#5
1 Frags +
LaMqTaHere is my soap_off.cfg file:
sm plugins unload_all
sm plugins load_unlock
sm plugins load basebans.smx
sm plugins load basecommands.smx
sm plugins load admin-flatfile.smx
sm plugins load adminhelp.smx
sm plugins load adminmenu.smx
sm plugins load tDownloadCache.smx
sm plugins load tETF2LDivisions.smx
sm plugins load mgemod.smx
sm plugins load_lock

Thanks, so if I understand correctly, first you are unloading all plugins. Then you are loading all other plugins you want with the exception of soap. So I assume If i want other active plugins I'd list them myself in sm plugins load ----------.smx right? Sounds like making a soap_off.cfg file will be the way to go...

[quote=LaMqTa]Here is my soap_off.cfg file:

[code]sm plugins unload_all
sm plugins load_unlock
sm plugins load basebans.smx
sm plugins load basecommands.smx
sm plugins load admin-flatfile.smx
sm plugins load adminhelp.smx
sm plugins load adminmenu.smx
sm plugins load tDownloadCache.smx
sm plugins load tETF2LDivisions.smx
sm plugins load mgemod.smx
sm plugins load_lock[/code][/quote]

Thanks, so if I understand correctly, first you are unloading all plugins. Then you are loading all other plugins you want with the exception of soap. So I assume If i want other active plugins I'd list them myself in sm plugins load ----------.smx right? Sounds like making a soap_off.cfg file will be the way to go...
Please sign in through STEAM to post a comment.