-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creation of README.md with basic instructions on downloading and using the program.
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# EDOPro HD Downloader | ||
|
||
Based on [AlexanderRST's Cards Downloader](https://github.com/AlexsanderRST/edopro-hd-cards-downloader) | ||
|
||
This programs downloads HD card images from [YGOPRODECK](ygoprodeck.com) database to replace the low resolution version which EDOPro downloads by default. | ||
|
||
# Installation | ||
|
||
## Windows | ||
|
||
Download the [latest Windows release](https://github.com/NiiMiyo/EDOPro-Hd-Downloader/releases/latest) and unzip it at your EDOPro folder (Default should be something like `C:/ProjectIgnis/`). | ||
|
||
## Non-Windows | ||
|
||
Since I can't test non-windows compilations you will need to download the source code and compile it yourself. Then put the compiled file at your EDOPro folder. | ||
|
||
|
||
# Usage | ||
|
||
If you run the program and read the instructions you should be fine. | ||
|
||
But for short: | ||
|
||
- Insert the name of your deck (without the `.ydk`) extension when asked to download all the images of the cards in it. | ||
|
||
- Insert `/allcards` to download images for all cards. Will probably take a while. | ||
|
||
- Insert `/allfields` to download artwork of all Field Spell Cards. | ||
|
||
- Insert `/help` if you want to know anything else. | ||
|
||
# License | ||
|
||
[MIT](https://douglas-sebastian.mit-license.org) |