Recent content by TheSunGodNika

  1. TheSunGodNika

    Gaming Super Mario All-Stars++ (PC Fangame)

    A project that recreates Super Mario All-Stars, with many more games, new features, and surprises. This project is still being worked on, so it's not finished yet and is available for testing and bug reports atm. GitHub link This project is currently on hiatus and won't be in active...
  2. TheSunGodNika

    ROM Hack Discussion Animal Crossing: New Horizons -- NHSE Map Sharing Thread

    That's fast, wow Thanks for letting me know!
  3. TheSunGodNika

    ROM Hack Discussion Animal Crossing: New Horizons -- NHSE Map Sharing Thread

    Now that v3.0.0 has released, will NHSE be updated to support the new update? I'm not sure if any save data is updated to break any compatibility, but just in case that might wanna be looked at.
  4. TheSunGodNika

    Hacking Homebrew Help converting a .wad file to .iso

    I'm gonna guess converting WADs to a Wii disc format isn't possible unless the elf that is booted reads from the disc-based file system, rather than the app U8 archives each file is represented as. There might be some other cases too, but that's one reason why it might not work
  5. TheSunGodNika

    Getting online access, but stuck on 5.5.3

    The Wii U content CDN should still be up for updates, regardless of Nintendo Network being shut down for online play. If you can update via System Settings without using any exploits, you can get Aroma just fine.
  6. TheSunGodNika

    Individual thread sections for each retro console

    I've noticed that all retro consoles below the GBA are in a completely different section on the forums, and not really part of the lineup of gaming consoles/handhelds (Which is GBA and above) My suggestion for those consoles & handhelds was to probably have dedicated sections for those gaming...
  7. TheSunGodNika

    Nintendo surprise drops a new GameCube title onto the Switch Online library

    At least I have a real Wii to play the game on :D
  8. TheSunGodNika

    Tutorial Homebrew Emulation How to use Single ROM Loaders for make your own Wii VC channels of your favorite retro games :D - Wii

    How can you get an SRL & ROM to load internally from a WAD, rather than needing an SD Card to load them?
  9. TheSunGodNika

    Homebrew Homebrew app Project [PRIVATE RELEASE] reShop - A Nintendo 3DS eShop remake

    I can't join the Discord server since your website is an "unsecure connection". Do you have a direct link to the Discord server instead?
  10. TheSunGodNika

    Twilight Princess decompilation project reaches 99% completion

    I wonder what's gonna get a PC port first: Animal Crossing GC or this. I'm betting on Twilight Princess first due to popular demand 🤔
  11. TheSunGodNika

    Hacking Homebrew Misc CFW is a need not a want ( wish list + first timer rant)

    I checked your blog post, and it's really interesting and checks out. Btw, what about dumping Switch 2 carts on Switch 1 consoles that run Honebrew with the RCM exploit? With tools like nxdumptool, could new code be written to dump out ROM data from those carts? And if Switch 2 carts have...
  12. TheSunGodNika

    Hacking ROM Hack Help to rebuild a GameCube iso

    "opening.bnr" will still be built within the ISO. The part where it discusses about it is only for editing it externally. -------- You need to remove the "<>" and "[]", those are just there to show each different argument. And if you got spaces on your path/filename, you'll need to use quotes...
  13. TheSunGodNika

    Hacking ROM Hack Help to rebuild a GameCube iso

    Try out gc_fst if you're rebuilding it from a folder: https://github.com/AlexanderHarrison/gc_fst This command should end up generating a new GameCube ISO: gc_fst rebuild <folder path> [iso path]
  14. TheSunGodNika

    Hacking Homebrew [Beta Release][Tester wanted] Kernel9 patch to speed up boot speed on high capacity SD card

    Huh... interesting Then how can OS' like Windows instantly calculate it??? More of a curiousity now that I see this reply
  15. TheSunGodNika

    Hacking Homebrew [Beta Release][Tester wanted] Kernel9 patch to speed up boot speed on high capacity SD card

    Can't this be used to jump to a function call in the Luma3DS source code to replace the function to calculate the free space with a more modern and better one (i.e. GodMode9 calculates it instantly, so base it off that function?) It'll require 'fatfs' to replace the function, though idk if...