Skip to content

Commit

Permalink
Merge pull request #8 from IceDynamix/dev
Browse files Browse the repository at this point in the history
release version 0.1.4
  • Loading branch information
IceDynamix authored Apr 21, 2024
2 parents 342fb72 + 3bd16e4 commit dce7136
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reliquary-archiver"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
repository = "https://github.com/IceDynamix/reliquary-archiver"
Expand All @@ -14,16 +14,16 @@ homepage = "https://github.com/IceDynamix/reliquary-archiver"
base64 = "0.22.0"
clap = { version = "4.5.4", features = ["derive"] }
color-eyre = "0.6.3"
pcap = "1.2.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
pcap = "1.3.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
ureq = { version = "2.9.6", features = ["json"] }

[dependencies.reliquary]
git = "https://github.com/IceDynamix/reliquary"
tag = "v0.1.1"
tag = "v0.1.2"

[profile.release]
opt-level = "z" # optimize for size
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ made to be used with [fribbels hsr optimizer](https://github.com/fribbels/hsr-op
## run

- requires [npcap](https://npcap.com/) (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](https://github.com/IceDynamix/reliquary-archiver/issues/2)
for more details
- download latest release from [here](https://github.com/IceDynamix/reliquary-archiver/releases/)
- **make sure you're on the main menu screen before the train hyperdrive**
- run the archiver executable
- enter train hyperdrive
- **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-gmae
- if successful, the archiver should output a file to `archiver_output.json`

### cli usage
Expand Down

0 comments on commit dce7136

Please sign in to comment.