I love to play Noita! You should give it a try! Usually I like to play with my friends. Truly Noita is made for beeing a singleplayer game, but I can't get rid of the idea to try implemting a multiplayer mod, just to share all the feelings playing Noita with friends. Let's see, if I can do so?!
Installation, configuration and support can be found on the docs.
Made with contrib.rocks.
I wouldn't be able to create this mod without the help by
- @EvaisaGiac
- @TheHorscht
- @Pyry
- @DevonX
- @shebpamm
- @Coxas/Thighs
- @Shaw
I appreciate your help a lot! If you spot anything I should mention, feel free to create a issue or get in touch with me!
Also special thanks to the ppl, who share their libraries, frameworks and other stuff. See below!
- lua 5.1 (lua51.dll provided by Noita)
- luaJIT-2.0.4 (also used by Noita)
- eNet
- lua-enet
- sock.lua
- json.lua
- nxml.lua
I had to build the network library by my own, because Noita provides its own lua51.dll. I had struggle to build it, if you are interested in, I've added all the necessary build files inside of .building/dll_building.7z and here you can see the stackoverflow question I've created.