A version of NXEngine designed to add online multiplayer. Based off of the NXEngine-Evo refactor.
Currently only for Windows, XP and up.
- The ability to host, or join, online games
- Various skins you can use on your character online
- Support for Cave Story+ graphics
- Support for Cave Story Switch music
NetXEngine can be compiled on Visual Studio 2017 and up, MinGW-w64 (tested with TDM-GCC version 10.3.0), and MinGW32.
Follow the instructions on nxengine-evo's wiki.
Enter the base directory in command line, then run mingw32-make --file=Makefile.mgw to build. Add DEBUG=1 to create a debug build for use with gdb.
Follow the instructions for w64, but add USE_MINGW32=1 onto the mingw32-make command.
- Builds using 32 will lack debug logging.