An open API service indexing awesome lists of open source software.

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.

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-file

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-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)

```