whatisgithub

What is drmultiplayer?

fabricatedmatter/drmultiplayer — explained in plain English

Analysis updated 2026-05-18

0C#Audience · generalComplexity · 2/5Setup · easy

In one sentence

A BepInEx plugin that adds local network multiplayer for up to 4 players to the tile placement game Dorfromantik, with shared Coop and turn based Versus modes.

Mindmap

mindmap
  root((repo))
    What it does
      LAN multiplayer mod
      Coop shared score
      Versus turn based mode
    Tech stack
      C#
      BepInEx
      Unity
    Use cases
      Play Dorfromantik with friends
      Compete in Versus mode
    Audience
      Dorfromantik players
      Casual gamers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Play Dorfromantik cooperatively with up to three friends on a shared map.

USE CASE 2

Compete against friends in a turn based Versus mode with individual scores.

USE CASE 3

Host and resume a saved multiplayer session later with the same players.

USE CASE 4

Play with friends over the internet using a VPN tool or port forwarding.

What is it built with?

C#BepInExUnity

How does it compare?

fabricatedmatter/drmultiplayeranulman/docx-saxatrblizzard/vtmb-sbox-mounter
Stars000
LanguageC#C#C#
Setup difficultyeasymoderatemoderate
Complexity2/54/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Windows install is a single script, Linux and macOS require building from source.

So what is it?

DRMultiplayer is a mod that adds local network multiplayer to the puzzle game Dorfromantik, letting up to four players build the same shared map together. It works as a plugin for BepInEx, a modding tool used to add features to games that were not originally built with mod support. The mod offers two ways to play. In Coop mode, everyone shares one world and one combined score, but each player has their own separate stack of tiles to place, and everyone can place tiles whenever they want. In Versus mode, players still share the same map, but turns are taken one at a time, and each player keeps their own individual score, with the highest score at the end declared the winner. To install it, Windows players can download a ready made package and run a single installer script that automatically finds the game and sets everything up, with no extra Steam settings needed. Linux and macOS players instead clone the code and run a build script for their platform. Once installed, one player hosts a game and chooses Coop or Versus mode before starting, while the others join over the local network by scanning for the game or typing in the host's address. Joining wipes a guest's own board and replaces it with the host's shared world. Players can see each other's tile counts and even a preview of where another player is about to place a tile. In Coop mode, players can also send spare tiles to each other. The mod also supports saving and resuming a multiplayer session later, remembering each player's progress by matching their name to a saved slot. For playing with friends over the internet rather than a home network, the documentation suggests using a free virtual network tool, or manually forwarding a port on the host's router. This is a niche tool built specifically for fans of Dorfromantik who want to build the game's calm, tile laying world together with friends.

Copy-paste prompts

Prompt 1
Walk me through installing this mod on Windows using the install script.
Prompt 2
Explain the difference between Coop mode and Versus mode in this mod.
Prompt 3
Help me set up a VPN tool so my friend can join my hosted game over the internet.
Prompt 4
Explain how saving and re-hosting a multiplayer session works in this mod.

Frequently asked questions

What is drmultiplayer?

A BepInEx plugin that adds local network multiplayer for up to 4 players to the tile placement game Dorfromantik, with shared Coop and turn based Versus modes.

What language is drmultiplayer written in?

Mainly C#. The stack also includes C#, BepInEx, Unity.

How hard is drmultiplayer to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is drmultiplayer for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.