Skip to content

Byte-Nova/Rimworld-Together

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RimWorld Together

A Community Driven Multiplayer Mod for Rimworld!

Welcome to our repository! A great place for the tech savvies!

Note

The mod is currently a work in progress! Please report any broken stuff you find!

Server Prerequisites:

Thanks to the way the server is built, there aren't any heavy hardware related dependencies, meaning that your hosting machine will only need to have an excellent network bandwith and a bit of everything else. Really, modern e-toasters could run it.

Server Installation:

Download the latest server files at here. Then extract somewhere in your system and execute the executable file.

Warning

When extracting the server files somewhere, be mindful on where this location might be, avoid installing it at privileged locations (where admin permissions are needed) to prevent your antivirus/system kicking off.

Container-based Deployment:

We provide a Dockerfile to build and run the official RimWorld-Together Container with docker , or buildah and podman

The GameServer executable is located at the /App/Server directory.
The Data volume contains all server files and is located at /Data inside the container.

Build with Docker

Build:

docker build -f Dockerfile -t rwt:latest .

Run:

mkdir -p Data
docker run -it --rm -v $$(pwd)/Data:/Data -p 25555:25555 rwt:latest

Build with buildah/podman

Build:

buildah build -t rwt:latest .

Run:

mkdir -p Data
podman run -it --rm -v $$(pwd)/Data:/Data:Z -p 25555:25555 rwt:latest

Contributing

Interested? Please read our contribution guide before contributing!

Other Questions?

Don't hesitate to create an issue on Github if you have any issues with the mod. We are here for you! You can also contact us via our Discord server.