Skip to content

Experimental player HWID admin tools

Compare
Choose a tag to compare
@scottadkin scottadkin released this 15 Jan 13:52
· 27 commits to master since this release

Upgrading from V 2.13.2:

  • Stop website and importer.
  • Replace your installed files with the ones from the archive.
  • Run npm update to update packages.
  • Run npm run build to rebuild the website.
  • Run npm run start to start the webiste.
  • Restart the importer if required, node importer in another terminal.

V 2.14.0 Change Log:

  • New experimental player HWID admin tools(needs testing):
  • Added force HWID to use a selected player name admin tool, you can assign a hwid to always import as a certain player name no matter the used name in the match.
  • Added merge HWID usage into a single player, this will merge all player data with the selected HWID no matter what name is used, into a single player profile.
  • Added HWID usage tool to admin area, shows hwid info and what names have been linked to it.
  • Rewrote most of the player merging tools.
  • Rewrote admin servers tools.
  • Added new servers tool, merge servers, use this to combine two server stats into one.
  • Servers are now updated by name instead of ip:port combination.
  • Admins must now manually set server ip/port and passwords for the join servers url to be displayed.
  • Rewrote the DropDown component as a function component.
  • Fixed some country flags info being too big when you hover over a few country flags.
  • Updated next.js to version 14