Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix broken headings in Markdown files #23

Merged
merged 1 commit into from
Apr 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# Shameless
3DS Database parser + ticket generator + QR code generator

#Disclaimer
# Disclaimer
I am not liable for whatever you choose to do with this program. It's only made to make reacquiring owned games easier. In the end it's your personal choice to use this software.

# What's it for?
This app lets you generate a valid ticket + FBI-compatible QR Code for any title or multiple titles in the list.


#Screenshots
# Screenshots
![Screenshot 1](http://i.imgur.com/dFyi6lv.png)

![Screenshot 2](http://i.imgur.com/jFabMKw.png)

#Requirements
# Requirements
* .NET Framework 4.5.2 (unfortunately this means that **Windows XP will not be supported**. Sorry!)
* An internet connection
* FBI 2.2+

#Usage
# Usage
1. Launch the program and let it prepare the database. Shouldn't take long, it's about a ~0.3MB download.
2. Select a title (or multiple titles) and press "Generate QR Code for FBI".
3. Scan the QR code with FBI's QR Code install option in the main menu, it will hopefully install the ticket. It will then ask if you would like to install the contents from the Nintendo CDN. Click "Yes".

#Credits
# Credits
[FunKeyCia](https://github.com/llakssz/FunKeyCIA/blob/master/FunKeyCIA.py#L162-L204) - for CDN info code I translated from Python