Skip to content

SirrWilliam/Rimworld-Together

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,636 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RimWorld Together

A Community Driven Multiplayer Mod for Rimworld!

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

Note

PULL REQUEST REVIEWS ARE PAUSED WHILE THE MOD UNDERGOES HEAVY CHANGES! THANK YOU FOR YOUR UNDERSTANDING

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 an official container image hosted on the Github Container Repository and an example docker-compose file to run the server.

The following commands allow you to runs the server after creating a RWTData directory that will contain all the server's user files.

Make sure you have Docker (or Podman) installed.

1 - Create a Data directory

mkdir -p RWTData

2 - Run the server

Run with Docker on Linux:

docker run -it --rm -v './RWTData:/Data' -p 25555:25555 ghcr.io/rimworld-together/rimworld-together:latest

Run with Docker on Windows:

docker run -it --rm -v '.\RWTData:/Data' -p 25555:25555 ghcr.io/rimworld-together/rimworld-together: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.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 99.6%
  • Other 0.4%