Skip to content

Download any game from Ankama with a single shell command

Notifications You must be signed in to change notification settings

ledouxm/cytrus-v6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

cytrus-v6 version --game retro
cytrus-v6 download --game dofus --output ./output --select DofusInvoker.swf --select **/*.d2i
cytrus-v6 download --game dofus --release dofus3 --output ./output --platform=linux --select **/StreamingAssets/Content/Data/**/*.bundle

API Reference

> 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"]
> 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"]

About

Download any game from Ankama with a single shell command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published