Skip to content

Additional Admin Map Tools

Compare
Choose a tag to compare
@scottadkin scottadkin released this 21 Nov 14:41
· 115 commits to master since this release

Upgrading from v2.12.0

  • Stop the website and importer processes.
  • Replace your installed files with the new ones from the archive.
  • In a terminal run the command node upgrade to update database tables.
  • In a terminal run the command npm update to update required packages.
  • In a terminal run the command npm run build to rebuild the website, then npm run start to start the website.
  • In a terminal run the command node importer to restart the importer if required.

V 2.13.0 Change Log:

  • Fixed missing map images on map pages when maps had hyphens in their name.
  • Fixed match item picks & admin items manager having confusing labels(Armour on one page and Health on the other).
  • Fixed timestamps for CTF Returns and CTF Caps not being scaled for hardcore games(Match pages, Player Match pages).
  • Match summary items will now hide tabs that have no data.
  • Fixed an issue when merging players where a player would appear as a spectator even if they played in the match.
  • Fixed another issue causing players to appear as spectators when merging players(stupid mistake on my part, not merging total playtime for match data, only team playtime and spec playtime).
  • Importer will now place failed imported logs into a reject folder inside the imported folder.
  • Fixed undefined is not valid JSON error when trying to view a player profile that doesn’t exist.
  • Fixed undefined is not valid JSON error when trying to view a player’s match report if the player wasn’t in that match.
  • Fixed error when importing ACE logs where the game version is not just an integer(requires node upgrade to fix)
  • Fixed error when trying to view ACE kick log.
  • Fixed an issue where player ctf totals was update solo captures with the data for self flag covers.
  • Rewrote Admin Map Image uploader, added partial matching info stats to map image uploads.
  • Fixed an issue with player winrate history not being inserted after a gametype merge.
  • Added create map admin tool.
  • Added rename map admin tool.
  • Admins can now set maps to import as another map, this is useful if for example you have the maps CTF-FaceLE01, CTF-FaceLE02,... and just want all the different name variations to be imported as CTF-Face.
  • Admins can now merge one map into another.
  • Admins can now delete maps.
  • Re-added tables for match items summary.