True coop multiplayer mod for Noita.
Find a file
2024-05-21 11:08:23 +03:00
.vscode Refactor: added rpc machinery to reduce the amount of glue code 2024-05-20 15:03:16 +03:00
noita-proxy Releasing v0.4.1, fixing #24 2024-05-21 11:08:23 +03:00
quant.ew Use a different and, hopefully, more correct method of death detection 2024-05-21 10:48:40 +03:00
redist Clients can pick up hearts now. Full heal hearts now only heal a part of maximum health according to amount of players 2024-05-19 21:23:51 +03:00
.gitignore Semi-automated releases 2024-05-19 16:01:54 +03:00
contributing.md Added contributing.md 2024-05-18 19:01:07 +03:00
LICENSE-APACHE Add licenses 2024-05-18 18:34:39 +03:00
LICENSE-MIT Add licenses 2024-05-18 18:34:39 +03:00
prepare_release.py Semi-automated releases 2024-05-19 16:01:54 +03:00
README.md Release v0.4.0 2024-05-20 19:22:14 +03:00
todo.txt Only sync inventory when necessary 2024-05-15 16:50:59 +03:00

Noita Entangled Worlds

Noita Entangled Worlds is an experimental mod for Noita that aims to make a true coop multiplayer possible.

What is synced as of now:

  • Players, their positions, health, perks and inventories
  • Wand usage
  • Item usage
  • Items in world (One player can throw a wand/potion/spell/item, another can pick it up)
  • Enemies and their attacks
  • Pixels of the grid world (this one is far from perfect, however)

There is a video guide/showcase of the mod by Gudyni (in russian): https://www.youtube.com/watch?v=mqSKcDW-epg Discord server: https://discord.gg/RVmAzBNE

Special thanks to:

  • @EvaisaDev for allowing to use code from Noita Arena mod.
  • @dextered for NoitaPatcher.
  • Creators of other libraries used in this project.