Skip to content

Additional match JSON modes

Latest
Compare
Choose a tag to compare
@scottadkin scottadkin released this 19 Oct 14:24
· 8 commits to main since this release

Upgrading from version 1.1.1

  • Stop website & importer processes.
  • Replace files with new ones from the archive.
  • Open a terminal in your main install directory.
  • In the terminal run node install.mjs to add new settings to the database.
  • In the terminal run npm run build to build the website.
  • In the terminal run npm run start to start the website.
  • In another terminal run node importer.mjs to restart the importer.

Added Match JSON modes

Change Log

  • Added detailed kills mode to match JSON api, this will return timestamps, killer, victim, killerWeapon, victimWeapon /api/json/match?id=1337&mode=kills-detailed
  • Added basic kills mode to match JSON api, this will return killer, victim pairs /api/json/match?id=1337&mode=kills-basic
  • Added players mode to match JSON api /api/json/match?id=1337&mode=players
  • Added a JSON Links component to match pages.
  • Added option to admin area to enable/disable JSON api links on match pages.
  • Ranking page now defaults to the last played match gametype.
  • Fixed an issue with site settings not taking effect on the match page while enabling /disabling a component.