Skip to content

Minicontrol for trackmania united forever, maniaplanet and trackmania 2020

License

Notifications You must be signed in to change notification settings

EvoEsports/minicontrol

Repository files navigation

MINIcontrol

A very simple plugin host for Trackmania United Forever, Maniaplanet and Trackmania 2020 games.

QuickStart

  1. npm install
  2. copy .env.example to .env and configure
  3. npm start

See documentation for more info!

Migrate from XAseco database

  1. run controller once to generate database structure
  2. mysqldump -u root -p databasename > xaseco.sql
  3. move xaseco.sql to tools
  4. run bun from Tools folder: tsx xaseco.ts xaseco.sql
  5. start controller

Notes

To build local docker image use: docker build -t minicontrol:test -f docker/Dockerfile .