Skip to content

Releases: IceDynamix/reliquary-archiver

v0.2.0 (game version 3.0)

16 Jan 02:04
Compare
Choose a tag to compare

tool to create a relic export from network packets of a certain turn-based anime game

json output format is based on the format of HSR-Scanner

made to be used with fribbels hsr optimizer

run

see instructions here


Changelog

  • Support self updating by @emmachase in #79
    • this means you'll never have to download another rqa exectuable for a future version again after downloading this version!
    • this is also why the version number is missing from this release's file name
  • Optimize text map size by @IceDynamix in #82
    • shrinks the executable size 30.4MB -> 6.36MB (-79.08%)
  • Non-destructive name for output file by @Amejonah1200 in #83
    • read: timestamp in output file name
  • update for game version 3.0 by @emmachase in #84
  • skip writing output file when nothing was recorded by @IceDynamix 679bcab

New Contributors

Full Changelog: v0.1.14...v0.2.0

v0.1.14 (game version 2.7)

04 Dec 03:31
54d6d93
Compare
Choose a tag to compare

tool to create a relic export from network packets of a certain turn-based anime game

json output format is based on the format of HSR-Scanner

made to be used with fribbels hsr optimizer

run

see instructions here


What's Changed

Full Changelog: v0.1.13...v0.1.14

v0.1.13 (game version 2.6)

25 Oct 15:39
Compare
Choose a tag to compare

tool to create a relic export from network packets of a certain turn-based anime game

json output format is based on the format of HSR-Scanner

made to be used with fribbels hsr optimizer

run

see instructions here


changelog

  • remove invalid packet warning for the time being

v0.1.12 (game version 2.6)

25 Oct 15:00
Compare
Choose a tag to compare

tool to create a relic export from network packets of a certain turn-based anime game

json output format is based on the format of HSR-Scanner

made to be used with fribbels hsr optimizer

run

see instructions here


changelog

v0.1.11 (game version 2.5)

12 Sep 00:52
1e3f184
Compare
Choose a tag to compare

tool to create a relic export from network packets of a certain turn-based anime game

json output format is based on the format of HSR-Scanner

made to be used with fribbels hsr optimizer

run

see instructions here


changelog

  • just simple update for game version 2.5

v0.1.10 (game version 2.4)

23 Aug 02:49
Compare
Choose a tag to compare

reliquary-archiver

tool to create a relic export from network packets of a certain turn-based anime game

json output format is based on the format of HSR-Scanner

made to be used with fribbels hsr optimizer

run

see instructions here


changelog

  • fix: update toml before building (correct version in output file) by @emmachase in #55
  • Download resources in build script instead of at runtime by @IceDynamix in #56

Full Changelog: v0.1.9...v0.1.10

Note

as you might have noticed, the binary is very large now!! this is because all of the necessary resources are bundled with the executable instead of downloaded every time you want to run it. this saves on bandwidth, startup time (you'll notice it's pretty much instant now) and bypasses the need for proxies in case you weren't able to access github.

v0.1.9 (game version 2.4)

22 Aug 00:28
Compare
Choose a tag to compare

reliquary-archiver

tool to create a relic export from network packets of a certain turn-based anime game

json output format is based on the format of HSR-Scanner

made to be used with fribbels hsr optimizer

run

see instructions here


changelog

v0.1.8 (game version 2.4)

13 Aug 01:09
6468805
Compare
Choose a tag to compare

IMPORTANT: multipath characters (trailblazer and m7) are NOT supported right now

hsr decided to change the way that data is stored generalized for multipath characters with the addition of m7's ability to change paths. this messes a bit with the way that data is currently read and i simply haven't gotten around to look into how to parse it. their relics will still be in the output, but they won't show up as equipped to the multipath characters.

will be fixed in the next release with #48


reliquary-archiver

tool to create a relic export from network packets of a certain turn-based anime game

json output format is based on the format of HSR-Scanner

made to be used with fribbels hsr optimizer

run

see instructions here


changelog

  • update scanner to game version 2.4

v0.1.7 (game version 2.3)

21 Jun 13:14
026048e
Compare
Choose a tag to compare

reliquary-archiver

tool to create a relic export from network packets of a certain turn-based anime game

json output format is based on the format of HSR-Scanner

made to be used with fribbels hsr optimizer

run

see instructions here


changelog

  • update scanner to game version 2.3 @Mystrl
  • detect trailblazer paths and relics correctly @FaeronGaming
  • show full path when writing output (sometimes the file is randomly written somewhere it shouldn't be) @FaeronGaming
  • improve usage instructions @FaeronGaming

v0.1.6 (game version 2.2 update)

10 May 21:57
Compare
Choose a tag to compare

reliquary-archiver

tool to create a relic export from network packets of a certain turn-based anime game

json output format is based on the format of HSR-Scanner

made to be used with fribbels hsr optimizer

run

  • requires npcap (windows) or libpcap (linux)
    • when installing on windows, make sure to enable the "winpcap api-compatible mode". if this is grayed out for you, see here for more details
  • download latest release from here
  • make sure you're on the main menu screen before the train hyperdrive in-gmae
  • run the archiver executable and wait until it says "listening with a timeout"
  • enter train hyperdrive in-game
  • if successful, the archiver should output a file to archiver_output.json

changelog

  • update scanner to game version 2.2
  • fix clock overflow panic