Saiv46 / gdtnm

Nepethe Multiplayer | Game Dev Tycoon Mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 only config.json configuration. Or require() this package and make server on your own.

When?

  • Alpha: 12/19
  • Beta: 03/20
  • Release: Never

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

  1. Clone this repository
  2. Edit config.json
  3. Enable logging set DEBUG="gdtnm:*,-gdtnm:socket"
  4. Run npm start

About

Nepethe Multiplayer | Game Dev Tycoon Mod

License:MIT License


Languages

Language:JavaScript 100.0%