Red-Thirten 💻 🔨 |
From their Github:
SourceCoop is a cooperative server-side-only mod for multi-player Source Engine games (like Black Mesa), that enables players to play together on single-player campaigns or maps.
Important
This Egg only supports official Black Mesa maps, but it can easily be modified to support custom BM maps (see Manual Configuration Topics for details).
Support for other Source Engine games (eg. HL2) may be added in the future to SourceCoop and this Egg, but Black Mesa is currently the only formally supported game.
- Configuration of basic server settings via Startup Variables. This includes:
- Server Name
- Max Players
- Server Password
- Note: Clients may need to enter
password <your_password>
in their console before joining.
- Note: Clients may need to enter
- Starting Map
- and Enable Friendly Fire
- Fix for some maps potentially crashing on Linux via "[Advanced] Enable
mod_forcetouchdata
" Startup Variable.- See SourceCoop issue #121 for details.
- Fine-tune configuration of which versions/builds to download of SourceCoop and its dependencies (helpful in the event of SourceCoop updating).
Bare Minimum | Recommended | |
---|---|---|
Processor | Recent x86/64 (AMD/Intel) processor. No ARM support. | ---- |
RAM | 512 MiB | 2048-4096 MiB |
Storage | 29696 MiB | 32768 MiB |
Game Ownership | Not required at all. | ---- |
- Default server ports are listed below, but they can be changed freely.
- RCON will share the Game port and is only required if the server owner enables/uses RCON.
Port | Default | Protocol |
---|---|---|
Game | 27015 | UDP |
RCON | (Same as Game) | TCP |
The following are various topics covering manual configuration procedures the Egg does not handle automatically that may be useful to server owners:
This is best documented by their Github:
As stated above, this Egg formally supports official Black Mesa maps only. However, custom maps can still be loaded by editing the Egg's "Starting Map" Startup Variable to have an input rule of only required|string
. This will allow custom map names to be entered. Here is a link to a list of currently supported (by SourceCoop) custom maps.
As stated above, this Egg only formally supports the game Black Mesa. However, different builds of SourceCoop that support different games can be installed via the "[Advanced] SourceCoop Release Build Tag" Startup Variable. This tag should match text in the name of the release asset. Heavy, manual modification of the Egg would be required to make this work though.