kinnay / NintendoClients

Python package to communicate with Switch, Wii U and 3DS servers
MIT License
537 stars 63 forks source link

How to parse GBB game.bin #84

Closed pccavar closed 2 years ago

pccavar commented 2 years ago

I was able to download game.bin by referring to gamebuilder.py. Thank you. In the following line, the argument access_key was missing, so I added GBG.ACCESS_KEY. It seems that the downloaded game.bin contains data such as jpeg and name. Is there a way to parse this?

https://github.com/kinnay/NintendoClients/blob/6bf43e5f146bda41876cf96febbf2c3c22166142/examples/switch/gamebuilder.py#L124