Skip to content

1.2.0

Compare
Choose a tag to compare
@Herysia Herysia released this 27 Apr 20:57
· 87 commits to main since this release

Installation (More info in README)

  • Install Npcap with WinPcap compatibilities (Version 1.60 prefered)
  • Run LOA-Details installer (You should uninstall previous verisons)
  • Future updates will be pushed through the update feature of LOA-Details

Check out our new discord for support or any questions

Changelog

1.2.0

New log format

  • Binary log format, allow for more data in a smaller space
  • No more intermediate format when live parsing
  • No more loa-details-log-parser
  • The log file now contains content similar to raw packets, so it'll allow more data to be extracted from older logs when we add new features/fixes

loa-details

  • Removed option to allow overkill -> now it'll always ignore overkill
  • Improved back/front attack display: now only show for hits that could have been back/front attack (unless the target can't be back/front attacked)
  • Upgraded dependencies (especially electron to 24.1.2 (node 18))
  • Removed now unused dependencies (loa-details-log-parser, uuid, plateform-folders, worker-farm, lodash)
  • Fixed Artist not being considered as a support

For devs

  • You now can't look into log files by hand directly, you'll have to use meter-core and ReplayLogger class to parse log file into objects similar to packet objects. From that you can process it the same way it was done in LegacyLogger.
  • But you can review all (known) packets with all their mapped fields using the log files, which may contain useful information that you lost with the previous format

About old logs
Old logs will just be ignored by loa details, you can delete them or save them in a folder if you want. Old log format won't be officially supported anymore, but you still could use the old version, if you edit it not to autoupdate.

Parsed format hasn't changed yet, but it is planned to be reworked soon. You'll just have to reparsed you raw logs when it's released and won't lose your logs again.

1.1.15

  • Support for game update: 12/04/2023 - Spring
  • Add new guardian to encounters
  • Improvements & fixes to buff tracking by @Henjuro