Search results

  1. TheSunGodNika

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

    That's fast, wow Thanks for letting me know!
  2. 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.
  3. 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
  4. 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.
  5. 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...
  6. 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
  7. 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?
  8. 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?
  9. 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 🤔
  10. 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...
  11. 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...
  12. 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]
  13. 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
  14. 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...
  15. TheSunGodNika

    Hacking Downgrade

    WIth GodMode9, you can easily make one (Under HOME Menu -> More options...) You'll need to back up your card before using it though, as that it formats the card to create the partitions necessary to run EmuNAND
  16. TheSunGodNika

    Homebrew Luma Game Patching Lags

    I haven't double checked cluster sizes on FAT32, so my bad :') That must explain why > 128GB cards have issues then, since you can't go higher than 64KBs, and the allocation table needs more space to handle such big sizes to prevent corruption and I/O problems (And also explains why Windows...
  17. TheSunGodNika

    Corrupted Cartridge Fixer Release

    Have you planned on making a pull request to add this to GodMode9 officially? It would be nice to see this feature make it in the next release ngl 🙃
  18. TheSunGodNika

    Hacking Downgrade

    For any 3DS version before themes, any version below `9.0.0-20` is a must. Themes and other modern 3DS menu things were added on that major system version, if you want to know. The system update to take note for downgrading is 8.1.0-19. Fair warning if you have a New 3DS system though: New...
  19. TheSunGodNika

    Homebrew Luma Game Patching Lags

    If you have a 128GB card, the allocate unit size when originally formatting your card as FAT32 should've been 64kb (Afaik it works for me great) Depending on the card size & allocate unit choice, the speed for loading on your console will be the same like <= 32GB cards if set correctly Btw, a...
  20. TheSunGodNika

    Tutorial 3DS Region Change Tutorial (EASY WAY)

    Tutorial has been reupdated, and it should hopefully be a LOT easier now that we have Luma3DS, GodMode9, boot9strap, and all that jazz The old guide is still available... but it's ancient. So much so, that I recommend you do NOT follow it anymore. Use the recently updated guide. Thank you