Skip to content

Updated Maps Search Page

Compare
Choose a tag to compare
@scottadkin scottadkin released this 07 Jul 17:21
· 317 commits to master since this release

image

Recommend a fresh install if you want full kill location data for the upcoming interactive map feature, if you are not interested in that feature you can just perform the upgrade steps.

Upgrading from v2.10.X

  • Turn off Importer and Website services.
  • Replace the NodeUTstats2 mutator on your UT Server, restart UT server for changes to take effect.
  • Place the contents of the archive into your current website/importer folder.
  • In a terminal run the command node upgrade to update the database structure.
  • Now restart the importer and rebuild the website,

V 2.11.0 Change Log:

  • Remade the Maps page, you can now search, order by, name, first match, last match, total playtime, and total matches.
  • Disabled auto merging players by HWID didn't work out as planned, people using each other's names and other stuff would cause some strange results.
  • Stats Mutator now logs suicide location for suicides that are not caused by weapons.
  • Fixed missing pagination on records page for player total records where the gametype is anything other than all gametypes.
  • Fixed issue with FTP importer not deleting log files from ut-server after the first download if delete files was enabled, causing files to be unnecessarily downloaded a second time, if the log didn’t have a match start it would be downloaded endlessly.. Users should see significant reduction in bandwidth usage. This also fixes the logs that linger in the /Logs folder of UT Servers.
  • Fixed CTF cap/return kills not being saved to the database.
  • Fixed issue with player win rate history not being created after merging two players.

Winrate recalculate script

  • If you wish to recalculate player winrates, extract the contents of recalculatewinrates.zip into your installation, then run node recalculatewinrates in a terminal.