/haven

Unofficial SCP: Containment Breach Multiplayer Mod server for linux.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

haven License OS Chat

This project got archived because the game does not support lite servers anymore.

Unofficial SCP: Containment Breach Multiplayer Mod server for linux. This is a "lite" server, which works by redirecting requests to the host player.

Getting started

Prerequisites

  • CMake 3.10.0+
  • g++ 10

Below are example commands for some distributions to install the required packages:

Ubuntu

sudo apt-get install cmake g++-10

Manjaro

sudo pacman -S cmake g++

Downloading

Open your terminal and enter the following command:

git clone https://github.com/lanylow/haven.git

haven folder should have been succesfully created, containing all the source files. Now you can enter this folder by typing:

cd haven

Configuring

At first, copy the sample config and name it config.hpp:

cp config.sample.hpp config.hpp

Now open config.hpp with any text editor and choose your settings.

Building

Execute the following commands in the main haven directory:

sh build.sh

Output file will be placed in out directory. Run it by typing:

./out/haven

FAQ

I have a problem, where can I ask for help?

Join the official discord server and ping lanylow#2557 for help. Please, don't create issues on github asking for help.

I found a bug, where can I report it?

Create an issue on github describing what the bug is and when does it happen.

I would like to contribute to this project, what do I do?

If you have any significant change that you want to contribute, open a pull request.

License

This project is licensed under the GPL-3.0 - see the LICENSE file for details.

Credits

Ne4to - author of the mod.