Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 531 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 531 Bytes

schafcontrol

A Node.JS + MongoDB driven TrackMania server controller.

note:

Originally this controller was intended for being used with TrackMania Forever games, however, it will be ported for being used with Trackmania 2 and Trackmania (2020).

how to install:

  • npm install
  • change ./include/settings.js according to your setup
  • also change the json files in ./settings/ to your liking
  • add collections to the MongoDB database - "players", "records", "tracks"
  • node .

bugs? suggestions?

Submit an issue here.