Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CelesteModDownloader

A CLI tool for bulk-downloading and updating Celeste mods.

Example Usage

Download/update all mods in the GameBanana category 575 (tools:other/misc) and 5081 (helpers) into the directory ./test2

.\CelesteModDownloader.exe update -d ./test2 -c 575,5081

Download/update all helper-like mods (GameBanana categories 575,5081,4632), used by the IL Hook Viewer:

.\CelesteModDownloader.exe update-helpers -d ./test2

Blacklist

Place a modDownloaderBlacklist.json in the download directory to blacklist downloading certain mods/files. Example file:

{
    "BannedMods": [ // List of gamebanana id's to ban:
        412041,
        53631,
        368222,
    ],
    "BannedFilenames": [ // List of filenames not to download, even though they are the most recent file:
        "clutterhelperexamplemap"
    ]
}

About

CLI tool for bulk-downloading Celeste mods.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages