Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Commit

Permalink
Create README with instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 3, 2016
1 parent e771597 commit fdf54fb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit fdf54fb

Please sign in to comment.