Skip to content

v1.7.0 Match Classic UTStats Weapon Stats

Latest
Compare
Choose a tag to compare
@scottadkin scottadkin released this 09 Feb 19:09
· 5 commits to main since this release

Patch Highlights

  • UTStats-lite website now supports classic utstats weapon stats, this includes accuracy,damage, shots, hits. Currently only matches have data but player totals will be added at a later point.

image

Upgrading from V1.6.0

  • Stop website and importer process.
  • Extract the contents of the archive into your installed directory.
  • Open a terminal in your main install directory.
  • Run the command npm install to update dependences.
  • Run the command node install.mjs to update database tables.
  • Now rebuild your website with npm run build
  • Run the command npm run start to start the website.
  • Restart the importer process if required in another terminal via node importer.mjs

Change Log:

  • Added gametype and map filters to player recent matches.
  • Added support for classic utstats weapon accuracy & damage stats