Search results

  1. Ape8000

    ROM Hack You Don't Know Jack 2011 - Mod with DLC

    Mod in Progress You Don't Know Jack - Wii, had 74 episodes. PS3 and X-Box had 4 Jack Pack DLCs with 10 episodes each that were not available on the Wii. I would like to add the DLC to the Wii edition like what was done here: The PS3 DLC is findable as links direct from PSN. Do not ask me...
  2. Ape8000

    Homebrew Question SD Game LIster???

    Is there any switch homebrew that lists all the games on an SD card? It would be nice if you could get a text file of the games that are on the current SD card. Maybe also with version# and DLC.
  3. Ape8000

    Hacking SX OX - Black screen when selecting to boot Custom or Original firmware

    Just starting to get in on the switch hacking scene so bear with me, I have 2 switches. FW 3.02 & 4.01. I updated to 5.1 using the "How to install/run ANY Switch firmware UNOFFICIALLY (WITHOUT burning any fuses)" tutorial. I can run Hekate, ReiNX, and other payloads, but I can not get SX OS...
  4. Ape8000

    Homebrew Official Wii U Menu Sort

    Wii U Menu Sort ver 0.1.0 Code: https://github.com/Yardape8000/menu_sort Release: https://github.com/Yardape8000/menu_sort/releases WARNING: TRY ON REDNAND FIRST. I am not responsible for bricked consoles. That said, 4 USA systems on sysNAND have been tested without issue. 1 EUR sysNAND an...
  5. Ape8000

    Hacking Wii U Menu info - sort WIP

    The start of figuring out the Wii U Menu layout. NO, THIS HAS NOTHING TO DO WITH INCREASING THE 300 LIMIT. Menu Title IDs USA 00050010-10040100 EUR 00050010-10040200 JPN USA Wii U Menu layout file location: (8000000X where X is the User ID)...
  6. Ape8000

    Hacking Minecraft DLC - fake ticket not working

    Nevermind. It does not show up in the Minecraft store, but does in game. Has anyone tested installing Minecraft DLC with a fake ticket on sysNAND/redNAND? It does not seem accept it. If you are in the game's Minecraft store, no items are check marked. If you try to pick them you get an error...
  7. Ape8000

    Hacking Haxchi - Boot fw.img from NAND - No SD card needed

    https://github.com/Yardape8000/haxchi/releases/tag/v1.4noSD ** Be careful to follow the instructions exactly. I take no responsibility for bricked Wii U's.** More useful for SysNAND, because for RedNAND you still need the RedNAND SD card installed. This mod will allow you to install the custom...
  8. Ape8000

    Hacking Official AocPatcher

    I have modified @masqchips AocPatcher to allow DLC to be played through Aoc injected into a save folder with Saviine. This allows you to use DLC for 4 games ran from the home menu. https://github.com/Yardape8000/AocPatcher Important things to note: 1. Installing DLC with fake tickets into...
  9. Ape8000

    Hacking Update tickets on that title key site

    Of what use is it for people to post tickets for updates? The update always comes with them. There is no need as to have access to them separately.
  10. Ape8000

    Hacking Tickets with partial free DLC

    I'm not setup to dump tickets, but I got to thinking about titles that have free DLC along with paid DLC. It seems to me that they would use the same encrypted title key. Games such as Lego Marvel Avengers and Runbow. Any other titles with a mix of free and paid? I suppose even buying the...
  11. Ape8000

    Hacking Loadiine Mod y1 - DLC on SD

    Let's create a new fork to confuse everyone. Well for now that's what I'll do. https://github.com/Yardape8000/loadiine_gx2/releases/tag/y1.0.1 This is a fork of @masqchips fork. Fixed DLC for multiple content such as Wii Sports Club. Removed No Legitimate DLC. Now there is just a "DLC on SD"...
  12. Ape8000

    Hacking Can save folder be used as USB access for Loadiine and DLC?

    Could we make a Mii named Loadiine, then inject game/DLC data into the Smash Bros save folder? [LoadiineMii]/games/ABCDEF/code [LoadiineMii]/games/ABCDEF/content [LoadiineMii]/games/ABCDEF/meta [LoadiineMii]/DLC/0000050C12345678 [LoadiineMii]/apps/loadiine_gx2/pics Then we could redirect...
  13. Ape8000

    Hacking Wii Sports Club - semi working in Loadiine MiiMaker

    Please kill this post if it is straying too far. If you download the DLC using NUSgrabber for Wii Sports Club (USA# 0005000c10144d00), then generate a 3DS TIK, you can use Cdecrypt or New-NUSgrabber to decrypt the contents into a Loadiine format. Using masqchips Loadiine mod, you can enable no...
  14. Ape8000

    Homebrew Official WupInstaller y Mod - with multiple install folders

    Here is my modified WUP installer. https://github.com/Yardape8000/wupinstaller/releases/tag/y1.3 Put the multiple update folders in the install folder like this: install/game 1 install/game 2 install/game 2 update install/game that is [2] awesome etc... Do not use special characters such as ™...
  15. Ape8000

    Hacking (WIP) Wii U SD benchmark utility

    I wrote up a quick SD benchmark utility for the homebrew launcher. Before use: Run the createFiles.bat file in the sdtest/data folder. This will create the 1.2GB of test files. Run it from the SD card. Sorry I assume it's windows only. The batch file should create the files the quickest if ran...
  16. Ape8000

    Hacking SD File access (borrowing FS code from loadiine_gx2)

    [EDIT] My bad. Think I'm trying to include c++ in a c file. Let me try again using C stdio.h functions. [EDIT] [EDIT 2] Fixed. I needed to use standard fopen, fread, etc and add: #include <unistd.h> #include <fcntl.h> See post here for results. [EDIT 2] I'm trying to add a feature to ddd so...
  17. Ape8000

    Homebrew Anyone have "libnds 1.3.1", "libfat-nds 1.0.3" "devkitARM_r23-win32.exe"

    Anyone have "libnds 1.3.1", "libfat-nds 1.0.3" and "devkitARM_r23-win32.exe" I'm looking to compile old source code and do not want to have to update it to the new tools. Currently the source runs a Z80 emulator on the Arm 7 and I do not know if that is possible on the new devkit tools...
  18. Ape8000

    Homebrew DOSbox with USB fixed

    The current DOSbox-wii does not properly support USB. This patch fixes that. It is based on the latest wii source r115 which is based on Dosbox r3778. It will use the \DOSbox path on whatever drive \apps\dosbox-wii is installed. here is the dol along with the source patch if needed...
General chit-chat
Help Users
  • No one is chatting at the moment.
    OctoAori20 @ OctoAori20: Nice nice-