https://github.com/brutus5000/faf-replay-cli
A tiny command line tool written in Rust to launch FAF replays in parallel to the FAF client.
https://github.com/brutus5000/faf-replay-cli
Last synced: 2 months ago
JSON representation
A tiny command line tool written in Rust to launch FAF replays in parallel to the FAF client.
- Host: GitHub
- URL: https://github.com/brutus5000/faf-replay-cli
- Owner: Brutus5000
- License: mit
- Created: 2020-10-22T20:24:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T18:31:35.000Z (over 4 years ago)
- Last Synced: 2025-02-09T19:17:19.939Z (4 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# faf-replay-cli
A tiny command line tool written in Rust to launch FAF replays in parallel to the FAF client.## Usage
You need to have the right game files loaded already by the client.Here is the auto-generated help:
```
USAGE:
faf-replay-cli [OPTIONS] --executable --local-fileFLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-e, --executable Path to the ForgedAlliance.exe
-f, --local-file Path to the replay file you want to watch
-w, --wrapper Path to the wrapper script (usually for Linux)```