You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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