Skip to content

Server running tips

Alienmario edited this page Jan 12, 2022 · 23 revisions

General configuration recommendations

  • Setting convar mp_teamplay to 1 will provide lag-free noblock
  • Setting convar sv_always_run to 1 will avoid glitchy sprinting weapon animations

Workshop

Adding workshop content is relatively easy. Of course, you can't add everything. Each map has to be supported by SourceCoop or have support built-in.

Guide

On linux, first copy steamclient.so from steamcmd/linux32 to your server's bin folder. Backup in case.

  1. Create subscribed_file_ids.txt under <server>/bms.
  2. Add a workshop item id per line. It is part of the url when viewing the workshop.
  3. Restart your server. You should see each item begin downloading or updating.

For troubleshooting, Steam saves its own logs. If using LinuxGSM, this would be under /home/bmdmserver/.local/share/Steam/logs/workshop_log.txt

Additional information about workshop in Black Mesa is here.

Third party plugins

We recommend the following plugins to run alongside SourceCoop.

Clone this wiki locally