TheHellBox / KISS-multiplayer

Multiplayer mod for BeamNG.drive
https://kissmp.online
Apache License 2.0
140 stars 17 forks source link
beamng kissmp multiplayer

KissMP

alt text

KISS Multiplayer mod for BeamNG.drive (Discord Channel)

Main features

Contributors

Installation

Usage

Server installation

Just launch the kissmp-server for your platform and you're ready to go. More detailed guide on server configuration can be found on this wiki page.

Building

First, download and install a Rust toolchain

After, clone the repository

git clone https://github.com/TheHellBox/KISS-multiplayer.git
cd KISS-multiplayer

Now you are ready to build server and bridge.

Server

cd kissmp-server
cargo run --release

or

cargo run -p kissmp-server --release

Bridge

cd kissmp-bridge
cargo run --release

or

cargo run -p kissmp-bridge --release