Giter VIP home page Giter VIP logo

nuspy's Introduction

NUSPY

A python based Nintendo Wii U / 3DS game/update/dlc downloader This tool is currently broken and i have no idea how to fix it

How to use nuspy.py currently for Wii U only

Type this into the command line/teminal/command prompt

python nuspy.py <TITLEID>

⚠️Updates are currently unable to be downloded due to the eShop takedown on the 27th of March⚠️
Updates still work fine, lol

To get the title id and/or title key of a game/software you want, go to thegamershollow.github.io/wiiu-tdb/

nuspy's People

Contributors

korozin avatar thegamershollow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nuspy's Issues

New title key fetching results in bad ticket generation

New tickets being generated are anywhere from 830 - 840 bytes with bad info in them. Correct generation is 848 bytes.

I assume this is because of bad fetching when it comes to the library as I've put in some debug statements to print the information it's fetching. Oftentimes no title key is returned, or it just straight up gives the wrong information.

I'll work on a fix for it.

Downloading updates is still possible actually.

I can verify this by checking the manual download links and visiting them via the browser. Getting the TMD and as an example for Minecraft Wii U Edition the link is http://ccs.cdn.c.shop.nintendowifi.net/ccs/download/0005000E101D9D00/tmd. This provides a valid download, and by matching it with an existing TMD from the game's update, it's a match down to the hex. You can further verify this by trying both the Base and Update link which will yield different file sizes.

Your software can actually be modified to download updates VERY easily.

By removing the lines below

if tid[4:8] not in app_categories:
    base = sysbase
    os.system('rmdir ' + tid +'/')
    print('Downloading updates is currently unavalible')
    sys.exit(1)

(didn't look at the entirety of your code, so not sure how badly this breaks things. While there's no errors, can't be 100% sure it doesn't mess with your program logic)

It immediately jumps forward and starts downloading the proper game update files. However I can see why you'd want to keep the section for stability and whatnot. It can be changed to accommodate the update structure as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.