workingrobot/FFXIV Downloader
Download and keep track of any files from FFXIV
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| slug | Slug of the repository to download from. Thaliak holds a list of all repositories and their slugs. Defaults to 4e9a232b, which is the Win32 Global/JP base game. | — | 4e9a232b |
| version | Version to download | — | "" |
| output-path | Path to download files to. Defaults to . | — | . |
| regex | Regex to match files to download. Defaults to .*, which matches all files. Retroactively changing this should invalidate any cached files. | — | .* |
| parallelism | Number of concurrent threads to use for updating. | — | 4 |
| clut-path | Path to a directory or base url where CLUT files can be retrieved from. | — | https://raw.githubusercontent.com/WorkingRobot/ffxiv-lut/refs/heads/main/cluts |
| use-cache | Whether to use a .cachemeta.json file. Defaults to true. If false, downloads will always start from scratch. | — | true |
Outputs
| name | description |
|---|---|
| updated | Whether or not an update was issued. |
| version | Version of the repository after the update. |