See mod on Github
GDTNM | Nepethe Multiplayer
GDTMP-compatible multiplayer server implementation on Node.JS
Why?
-
Easier development & integration
Original GDTMP server is written in C++, unlike the game written in JavaScript.
It’s even possible to integrate this server with web frameworks such as Express. -
Progressive enhancement
Server will let know what it supports GDTMP-incompatible enhancements such as network compression and server-side plugins. -
Cross-platform
Start this server by editing onlyconfig.json
configuration.
Orrequire()
this package and make server on your own.
When?
- Alpha: 12/19
- Beta: 03/20
Features
Implemented
- Basic server API
- Chat features
To-Do
- Basic API for mods
- Trading
- Co-developing games
- Spying
- Advanced spying and sabotage
- Own multiplayer mod
Installation
- Clone this repository
- Edit
config.json
- Enable logging
set DEBUG="gdtnm:*,-gdtnm:socket"
- Run
npm start