GithubHelp home page GithubHelp logo

t0stbrot / beammp-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from beammp/beammp-server

0.0 0.0 0.0 9.45 MB

Server for the multiplayer mod BeamMP for BeamNG.drive, modified to use less ram.

Home Page: https://beammp.com

License: GNU Affero General Public License v3.0

Shell 1.14% C++ 91.81% C 1.36% CMake 4.91% Lua 0.78%

beammp-server's Introduction

BeamMP-Server

CMake Windows Build CMake Linux Build

This version has been modified by T0stbrot to fit the needs of the T0sthosting platform.

This is the server for the multiplayer mod BeamMP for the game BeamNG.drive. The server is the point through which all clients communicate. You can write Lua mods for the server, there are detailed instructions on the BeamMP Wiki.

For Linux, you need the runtime dependencies, which are listed below under Runtime Dependencies

Support + Contact

Feel free to ask any questions via the following channels:

Minimum Requirements

These values are guesstimated and are subject to change with each release.

  • RAM: 50+ MiB usable (not counting OS overhead)
  • CPU: >1GHz, preferably multicore
  • OS: Windows, Linux (theoretically any POSIX)
  • GPU: None
  • HDD: 10 MiB + Mods/Plugins
  • Bandwidth: 5-10 Mb/s upload

Contributing

TLDR; Issues with the "help wanted" or "good first issue" label or with nobody assigned.

To contribute, look at the active issues. Any issues that have the "help wanted" label or don't have anyone assigned are good tasks to take on. You can either contribute by programming or by testing and adding more info and ideas.

Fork this repository, make a new branch for your feature, implement your feature or fix, and then create a pull-request here. Even incomplete features and fixes can be pull-requested.

If you need support with understanding the codebase, please write us in the Discord. You'll need to be proficient in modern C++.

About Building from Source

We only allow building unmodified (original) source code for public use. master is considered unstable and we will not provide technical support if such a build doesn't work, so always build from a tag. You can checkout a tag with git checkout tags/TAGNAME, where TAGNAME is the tag, for example v3.1.0.

Supported Operating Systems

The code itself supports (latest stable) Linux, Windows and FreeBSD. In terms of actual build support, for now we usually only distribute Windows binaries and Linux. For any other distro or OS, you just have to find the same libraries listed in Runtime Dependencies further down the page, and it should build fine.

Recommended compilers: MSVC, GCC, CLANG.

You can find precompiled binaries under Releases.

Build Instructions

On Linux, you need some dependencies to build the server (on Windows, you don't):

liblua5.3-dev curl zip unzip tar cmake make git g++

You can install these with your distribution's package manager. You will need sudo or need root for ONLY this step.

The names of each package may change depending on your platform.

If you are building for ARM (like aarch64), you need to run export VCPKG_FORCE_SYSTEM_BINARIES=1 before the following commands.

You can build on Windows, Linux or other platforms by following these steps:

  1. Check out the repository with git: git clone --recursive https://github.com/BeamMP/BeamMP-Server.
  2. Go into the directory cd BeamMP-Server.
  3. Run CMake cmake -S . -B bin -DCMAKE_BUILD_TYPE=Release - this can take a few minutes and may take a lot of disk space and bandwidth.
  4. Build via cmake --build bin --parallel --config Release -t BeamMP-Server.
  5. Your executable can be found in bin/.

When you make changes to the code, you only have to run step 4 again.

Building for FreeBSD

Building is only supported for major release branches of FreeBSD that are currently not EOL. The build process is the same as on Linux, although build dependencies can be universally installed from ports via pkg:

pkg install git cmake-core zip bash devel/ninja devel/pkgconf lua53

After installing the necessary build dependencies, follow the Linux build instructions beginning from step 3. Beware that running the initial cmake command will compile vcpkg from source, as vcpkg has no native FreeBSD port - this may take some time.

On systems with a single logical CPU core, make may fail to build the server when using the --parallel option when calling CMake. If you see error messages related to make, simply omit the --parallel from the command: cmake --build bin --config Release -t BeamMP-Server.

Runtime Dependencies

These are needed to run the server.

Debian, Ubuntu and friends: liblua5.3-0

Other Linux distros: liblua of some kind.

Windows: No libraries.

Support

The BeamMP project is supported by community donations via our Patreon. This brings perks such as Patreon-only channels on our Discord, early access to new updates, and more server keys.

beammp-server's People

Contributors

lionkor avatar anonymous-275 avatar t0stbrot avatar jimkoen avatar jojos38 avatar sla-ppy avatar starystars67 avatar 20dka avatar mack29446 avatar rgnter avatar mio-19 avatar neptnium avatar alexita1100 avatar aeroc7 avatar officiallambdax avatar lucky4luuk avatar qest333 avatar scisdev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.