Recent content by alatnet

  1. A

    Homebrew <<FunkyCIA2 GUI>>

    You were credited! I even said that it was a derivative of FunkyCIA, i think... EDIT: correction, i just labeled it as a derivative... Sorry!!! >.<
  2. A

    Gaming "A communication error has occurred" When accessing Smash Bros DLC Shop on EmuNand

    im in the same boat but i was able to redeem my keys on sysnand. i also would like to know if anyone has figured out how to get the dlc shop working on gateway emunand...
  3. A

    Hacking [Release] CoffeeCIA (A derivative of FunkyCIA)

    Newest update has bug fixes and can now read http://3ds.essh.co/ xml file for title names (hit and miss with this feature unfortunetly...).
  4. A

    Hacking [Release] CoffeeCIA (A derivative of FunkyCIA)

    XD. Un-intended pun. XD
  5. A

    Hacking [Release] CoffeeCIA (A derivative of FunkyCIA)

    CoffeeCIA Updated. Included filtering system. Not what i wanted in the long run but it does do wonders.
  6. A

    Hacking [Release] CoffeeCIA (A derivative of FunkyCIA)

    So I took FunkyCIA and converted it into a java program. All credits for the basis of the program goes to @cearp. He's the one that developed most of the code, I just adapted it to java and added some extra stuff. Features: GUI Multithreaded (Hard limit to 5 threads per title) Filter Selection...
  7. A

    Hacking [Release] FunkyCIA2 - build CIAs from your eShop content. Super easy and fast! (**2.1 FIX!**)

    that's an idea. but i'll make that for the next update, i guess. The only drawback to my version is that it takes a while to open and read the ticket.db file. this is due to me having to read every single byte once at a time and see if i can find that Root string. but... the benefits outweigh...
  8. A

    Hacking [Release] FunkyCIA2 - build CIAs from your eShop content. Super easy and fast! (**2.1 FIX!**)

    well, i got it to work mostly. had to compile the make_cdn_cia file in visual studio since the one that you provided keeps crashing on me for some reason. anyway, code to download and make cia's are in place and all i need to do is create the system to download what the user wants selected. did...
  9. A

    Hacking [Release] FunkyCIA2 - build CIAs from your eShop content. Super easy and fast! (**2.1 FIX!**)

    Eh, true. But I do like a challenge. This does give me an insight into binary files which will be useful. EDIT: got it to read and sort the ticket.db. had to adjust offsets apparently... XP but im getting all tickets and getting the correct data from them.
  10. A

    Hacking [Release] FunkyCIA2 - build CIAs from your eShop content. Super easy and fast! (**2.1 FIX!**)

    Ok, now this is interesting. I dont know what the heck is up with python but it seems to not even get to the "if (typecheck == '0000'):" section of if statements. I'm not much of a python program but i am converting this script into a java program that will give a gui interface to all of this...
  11. A

    Hacking [Release] FunkyCIA2 - build CIAs from your eShop content. Super easy and fast! (**2.1 FIX!**)

    ok, i must be doing something stupid but i've been trying to use this and it doesn't seem to want to download any of the cia's even when i throw in the "ALL" type. though it's saying that pretty much EVERY title is a bad id with the "ALL" type. I did modify it to be able to use python 3.4 with...