Skip to content

Releases: jacob-keller/L0G-101086

v2.2.0: Support new zevtc compressed extension

12 Dec 08:43
Compare
Choose a tag to compare

New Features in v2.2.0

  • Support the .zevtc compressed files found in the most recent release of ArcDPS
  • If you manually publish a failed encounter, it will now show the "(FAILED)" string in place of the duration timer, since duration is less useful for failed encounters. It is not currently possible to upload a failed encounter without calling library functions from the console, but this may be improved in the future.

Changes since v2.1.0

  • Load the RestSharp .dll directly in functions that require it. This makes the functions easier to use from the console, for debugging purposes.
  • relax version restrictions on the expected simpleArcParse version, assuming that going forward, simpleArcParse will be versioned following the guidelines at https://semver.org
  • Updated simpleArcParse to avoid the use of C++ templates for handling the differences between v0 and v1 combat events. Instead, this code has been replaced with an abstraction. Note that the scripts should currently work with either simpleArcParse v1.2.0 or v1.2.1. The version attached to this release is v1.2.1
  • Add new library functions intended to ease process of uploading and publishing some encounters manually. More info on this coming Soon(TM)

v2.1.0: display duration of each encounter

27 Nov 05:39
Compare
Choose a tag to compare

This release adds support for displaying an estimated encounter duration. This can be disabled by setting the add_duration field in the guild configuration to false, if you don't wish to see this information.

Note, the current calculation is known to be slightly inaccurate when compared to what Elite Insights does to calculate the exact boss time in milliseconds. This may be improved in a future release.

You must update the simpleArcParse binary to use this new release, as it relies on the new feature of extracting the encounter end time.

v2.0.1: support updated arcdps compressed evtc.zip files

27 Nov 05:35
Compare
Choose a tag to compare
  • Add support for the recent version of ArcDPS which now stores compressed evtc.zip files slightly differently.

v2.0: support log website selection

30 Oct 04:58
Compare
Choose a tag to compare

This is a major release of the L0G-101086 log uploader tool. This version includes major updates to how we format and publish encounters. Primarily, the log formatting now supports uploading more than one run of a single boss in a day. Previously, only the most recent run of each boss would be published. Additionally, it is now possible to enable or disable uploading of encounters to gw2raidar and/or dps.report

Major behavioral changes since v1.6:

  • Upload multiple runs of a single boss
  • Add upload_dps_report and upload_gw2raidar config options. These take the values "no", "successful" and "all". If set to "no", then no encounters will be uploaded to that site. If set to "successful" ,then only successful encounters will be uploaded. If set to "all" then all encounters will be uploaded. For compatibility with previous behavior, "upload_dps_report" defaults to "successful", and "upload_gw2raidar" defaults to "all".
  • Remove the need for gw2raidar_start_map data, which can now be safely removed.
  • Support some CM detection, so running CMs for most bosses will have "(CM)" added to their name in the publish report if the encounter was a CM. Does not currently include Soulless Horror, Cairn, or Conjured Amalgamate.
  • Shorten the Conjured Amalgamate boss name to Amalgamate when publishing, as this fixes a slight alignment issue
  • Re-write and Update the README.md file
  • Self-sign the powershell scripts. I'm not sure how to actually upload the public signature, but you are welcome to contact me if you wish to obtain a copy of the public key.

Please contact me or file GitHub issues if you have any problems with this release.

v2.0-beta2: more bug fixes!

30 Oct 03:46
Compare
Choose a tag to compare
Pre-release

Fix a bug with the Conjured Amalgamate icon
use only "Amalgamate" instead of "C. Amalgamate" for the Conjured Amalgamate short name
Fix a bug with uploading only successful encounters.

v2.0-beta: rework all the things!

30 Oct 03:25
Compare
Choose a tag to compare
Pre-release

This is a preview release for some major changes to a couple of areas, including a complete re-write of the format-encounters script, which allows the ability to disable gw2raidar or dps.report.

Full Change log TBD

v1.6 support new arcdps cbtevent revision

04 Oct 06:06
Compare
Choose a tag to compare

This release is primarily aimed at updating the simpleArcParse utility for handling the latest arcdps version released on October 2nd, 2018.

  • Update simpleArcParse to handle the new EVTC header format, and switch between v0 and v1 evtc_cbtevent data layouts.
  • Fall back to downloading the release version of arcdps if the experimental one is not currently available
  • Update the error message indicated when upload-logs discovers that simpleArcParse does not understand the given evtc files. Additionally, exit immediately instead of skipping these un-parsable logs.

v1.5: update configuration scripts to v2 format

28 Sep 22:03
Compare
Choose a tag to compare

The primary purpose of this release is to update the configuration scripts, configure-emoji-map.ps1, and configure-discourd-account-map.ps1 to the new v2 guilds configuration format.

Additionally, support for updating to the experimental arcdps build is enabled via the experimental_arcdps configuration field.

Along with this are some minor bug fixes, including converting back to %UserProfile% when writing configuration back to disk.

v1.4: proper wing6 support

25 Sep 04:06
Compare
Choose a tag to compare

This fix updates the boss name for the second encounter of wing6.

You will need to update simpleArcParse.exe along with the scripts for this release to work properly.

v1.3 wing 6 / experimental arcdps support

23 Sep 06:27
Compare
Choose a tag to compare

Add support for configuring format_encounters to publish all encounters to a guild, in addition to publishing the encounter to every guild. Configure the "everything" option for a guild to enable this feature.

Add support for the new experimental versions of arcdps.

  • Support the new .tmp extension of unzipped evtc zip archives
  • Add support for the new wing6 boss ids to simpleArcParse

Due to the nature of wing 6 bosses, it is possible that arcdps will need to adjust again before proper evtc log files will be generated, so support for these is still experimental. Older versions of arcdps should still work correctly for encounters from wings 1 through 5. Additionally, with this patch, the experimental arcpds encounter reports for wings 1 through 5 should also work.

You must update simpleArcParse.exe to use this new build.

Known Issues

  • arcpds sometimes treats the last boss, qadim, as if it were the conjured amalgamate. I don't have any workaround for this when uploading or formatting.