True coop multiplayer mod for Noita.
Find a file
2024-05-15 17:05:50 +03:00
files Fixed item duplication. Again 2024-05-15 17:05:50 +03:00
noita-proxy Use actually random seeds 2024-05-14 22:53:09 +03:00
NoitaPatcher Make sure solids aren't "synced" to be air 2024-05-13 17:36:48 +03:00
compatibility.xml Initial 2024-04-29 22:14:22 +03:00
init.lua Fixed item duplication. Again 2024-05-15 17:05:50 +03:00
mod.xml Initial 2024-04-29 22:14:22 +03:00
README.md Improve readme a bit 2024-05-15 13:25:32 +03:00
settings.lua Settings 2024-04-29 23:12:26 +03:00
todo.txt Only sync inventory when necessary 2024-05-15 16:50:59 +03:00
translations.csv Initial 2024-04-29 22:14:22 +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)

Special thanks to:

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