diff --git a/README.md b/README.md new file mode 100644 index 0000000..08ca04d --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# SEEDChecker +SEEDChecker is a Java tool that can periodically check if a SEED is available for a certain 3DS title + +##Usage +First of all make sure you have Java installed. [You can download it here](https://www.java.com/en/download/) + +- With Java installed run the tool. +- Enter the TitleID of the title you want to start checking +- Enter country following the ISO Alpha 2 code, examples are JP for Japan and US for United Stated. + - You can find all ISO Alpha 2 country codes [here] (http://www.nationsonline.org/oneworld/country_code_list.htm). +- Finally select the interval at which you want the tool to check the server and hit the button. A new window will pop up which will produce a log of events. Assuming you are checking for a SEED that is not available it will mostly tell you just that, once it is available however it will download it and tell you the download location. +- The download location will by default always be `your user directory/downloads/TitleID.dat`. + - For example `C:\Users\UserName\downloads\TitleID.dat`