https://github.com/ledouxm/cytrus-v6
Download any game from Ankama with a single shell command
https://github.com/ledouxm/cytrus-v6
ankama dofus dofusretro
Last synced: 6 months ago
JSON representation
Download any game from Ankama with a single shell command
- Host: GitHub
- URL: https://github.com/ledouxm/cytrus-v6
- Owner: ledouxm
- Created: 2023-06-20T12:07:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T19:12:33.000Z (9 months ago)
- Last Synced: 2025-03-24T23:56:25.283Z (6 months ago)
- Topics: ankama, dofus, dofusretro
- Language: TypeScript
- Homepage:
- Size: 560 KB
- Stars: 11
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cytrus-v6
### 🚀 Fully compatible with Dofus 3
Download a game from Ankama Games with a single shell command
# Install
`npm install -g cytrus-v6`
# Usage
```bash
cytrus-v6 version --game retro
``````bash
cytrus-v6 download --game dofus --output ./output --select DofusInvoker.swf --select **/*.d2i
``````bash
cytrus-v6 download --game dofus --release dofus3 --output ./output --platform=linux --select **/StreamingAssets/Content/Data/**/*.bundle
```# API Reference
```bash
> cytrus-v6 version --help
Usage: cytrus-v6 version [--game=]Options:
--version Show version number [boolean]
--help Show help [boolean]
-g, --game Game to download (dofus, retro, ...) [string] [default: "dofus"]
-p, --platform Platform to download (windows, darwin, linux) [string] [default: "windows"]
-r, --release Release to download (main, beta, dofus3) [string] [default: "main"]
``````bash
> cytrus-v6 download --help
Usage: cytrus-v6 download [options]Options:
--version Show version number [boolean]
--help Show help [boolean]
-s, --select Select files to download, can use wildcard character [array]
-g, --game Game to download (dofus, retro, ...) [string] [default: "dofus"]
-p, --platform Platform to download (windows, darwin, linux) [string] [default: "windows"]
-r, --release Release to download (main, beta, dofus3) [string] [default: "main"]
-o, --output Output folder [string] [default: "./output"]
```