Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.
/ haven Public archive

Unofficial SCP: Containment Breach Multiplayer Mod server for linux.

License

Notifications You must be signed in to change notification settings

lanylow/haven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Unofficial SCP: Containment Breach Multiplayer Mod server for linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published