Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byte-nova/rimworld-together
A Community Driven Multiplayer Mod for Rimworld!
https://github.com/byte-nova/rimworld-together
client free linux mac mod multiplayer pc rimworld server source windows
Last synced: 5 days ago
JSON representation
A Community Driven Multiplayer Mod for Rimworld!
- Host: GitHub
- URL: https://github.com/byte-nova/rimworld-together
- Owner: Byte-Nova
- License: other
- Created: 2024-02-10T05:16:09.000Z (11 months ago)
- Default Branch: development
- Last Pushed: 2024-10-24T01:38:20.000Z (about 2 months ago)
- Last Synced: 2024-10-25T06:20:12.047Z (about 2 months ago)
- Topics: client, free, linux, mac, mod, multiplayer, pc, rimworld, server, source, windows
- Language: C#
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=3005289691
- Size: 9.28 MB
- Stars: 66
- Watchers: 5
- Forks: 28
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# RimWorld Together
### *A Community Driven Multiplayer Mod for Rimworld!*
[![Steam Workshop](https://img.shields.io/badge/Steam_Workshop-Subscribe-blue?logo=steam)](https://steamcommunity.com/sharedfiles/filedetails/?id=3005289691) [![Discord Link](https://img.shields.io/badge/Discord-Join-blue?logo=discord)](https://discord.gg/yUF2ec8Vt8) [![Mod Wiki](https://img.shields.io/badge/Wiki-Read-blue?logo=mdbook)](https://github.com/Byte-Nova/Rimworld-Together/wiki) [![Mod Incompatibility List](https://img.shields.io/badge/Incompatibility_List-View-blue?logo=markdown)](https://github.com/RimworldTogether/Rimworld-Together/blob/development/IncompatibilityList.md) [![Donate](https://img.shields.io/badge/Donate-Go-blue?logo=kofi)](https://ko-fi.com/rimworldtogether)> [!NOTE]
> The mod is currently a work in progress! Please report any broken stuff you find!Welcome to the repository for `RimWorld Together`! Here you will find everything related to the project, a great place for the tech savvies!
## 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](https://github.com/Byte-Nova/Rimworld-Together/releases/latest). 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 helper scripts to build and run the official RimWorld-Together Container with [buildah](https://github.com/containers/buildah) and [podman](https://github.com/containers/podman)**Build:**
```sh
make build-container
```**Run:**
```sh
make run-container
```## Contributing
Interested? Please read our [contribution guide](https://github.com/RimworldTogether/Rimworld-Together/blob/development/.github/CONTRIBUTING.md) 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](https://discord.gg/yUF2ec8Vt8).