DeadCellsMultiplayerMod is a multiplayer / co-op mod for Dead Cells, built using the Dead Cells Core Modding API (DCCM).
The mod adds co-op / multiplayer gameplay via a local or virtual network:
one player hosts a server, another connects — and both players can play through levels together in real time.
⚠️ The project is currently in development. Many core multiplayer systems are implemented, but full synchronization is still a work in progress.
- ✅ Real-time synchronization between two players
- ✅ Local TCP-based multiplayer server
- ✅ Host / Client architecture
- ✅ Automatic game start for connected clients
- 🧪 Experimental multiplayer gameplay
- Dead Cells (PC)
- Dead Cells Core Modding API (DCCM)
- Local network or virtual LAN software (for online play)
Download the latest version of DCCM from the official repository:
https://github.com/dead-cells-core-modding/core
Follow the installation instructions provided on the repository page. P.S. You can download the non-MDK version if you don’t plan to create mods yourself.
- Navigate to your DCCM directory
- Create a folder named
mods(if it doesn’t exist) - Extract the DeadCellsMultiplayerMod folder into the
modsdirectory
Example:
Your game path/
└──coremod/
└── mods/
└── DeadCellsMultiplayerMod/
Start Dead Cells using DCCM.
On the first launch, required configuration files will be generated automatically.
- Launch the game via DCCM
- Click Play Multiplayer
- Choose Host or Join
- Enter IP address and port
- When the host starts the game, the client will automatically join the session
🌐 For online play, use one of the following virtual LAN tools:
- Hamachi
- Radmin VPN
- ZeroTier
- Create second player ghost
- Synchronize new game world data
- Add player ghost animations
- Improve ghost animation quality
- Synchronize level generation
- Synchronize enemies
- Synchronize bosses
- Implement death handling for ghost player
- Dead Cells Core Modding API (DCCM)
https://github.com/dead-cells-core-modding/core
If you find this project interesting:
- ⭐ Star the repository
- 🍴 Fork the project and experiment
Every bit of feedback helps improve multiplayer support for Dead Cells.