Recent content by byanime

  1. B

    Official MediCat USB - A Multiboot Linux USB for PC Repair

    I'd suggest to compress the .img file first to distrubte
  2. B

    Gaming Does Animal Crossing: New Horizon have LAN play?

    Can you play LAN multiplayer if you are on different game update versions? Or you have to update the lower one to at least same to be able to play lan multiplayer mode?
  3. B

    Homebrew RELEASE Incognito_RCM - wipe personal information to reduce risk of ban

    Is this compatible with EMUNAND 9.1? Says Unknow PKG1 version Ok, just saw the above compatible version
  4. B

    Homebrew RELEASE Awoo Installer - A No-Bullshit NSP/NSZ/XCI/XCZ Installer Based on Tinfoil

    The same nsp file installed and work fine. Solid compress it, the result nsz install and work fine. When block compressing used, the result can be installed but game wont start
  5. B

    Hacking RELEASE A custom sysmodule for Atmosphere that allows writing to PRODINFO

    Does this support Atmosphere 0.10.1 on emunand sys 9.1.0?
  6. B

    Homebrew RELEASE Awoo Installer - A No-Bullshit NSP/NSZ/XCI/XCZ Installer Based on Tinfoil

    Has the block comprssed nsz files been supported yet? (NSZ release 2.1.1) The solid compressed nsz files are installed and run fine. But with Awoo 1.2.2, solid compressed nsz files installed fine but can not be started. Tinfoil 7 also reported 'unknow frame descriptor' during installation for...
  7. B

    Homebrew RELEASE NSZ - Homebrew compatible NSP/XCI compressor/decompressor

    tested the commit at a562957, the files not been compressed or filled up to the same size issue still exists
  8. B

    Hacking RELEASE Kosmos patches (ES & FS)

    When I want hekate to load Fusee Primary first then chain load Fusee Secondary, how do I write the hekate_ipl.ini configuration? Is this enough to enable the ES FS ACID nocmac patches? {------ Atmosphere ------} [CFW EmuMMC] payload=bootloader/payloads/fusee-primary.bin {} Or I have to add...
  9. B

    Homebrew RELEASE NSZ - Homebrew compatible NSP/XCI compressor/decompressor

    No hurry. Take your time. I'd suggest maintain the default compressing level to be 17 to 18. Higher level gives very little benefits on file size, but the compressing time will be doubled tripled or maybe five times, 10 times compared to level 17/18. Hard core users can turn on the max level...
  10. B

    Homebrew RELEASE NSZ - Homebrew compatible NSP/XCI compressor/decompressor

    The current github source changes clearly having the block compressing broken. Maybe in one of the change to the #25 or #38 or merged code from XCI XCZ Testing is done with block compressing -C -l 17 -B -V -t 0, with release 2.1.1 and commit c2957be This file is small and easy to test...
  11. B

    Homebrew RELEASE NSZ - Homebrew compatible NSP/XCI compressor/decompressor

    For this particular big file NBA 2K20[010026000E466800][US][v131072] it's strange that: original nsp: 32494944 KB nsz compressed with 2.1.1 block compressing level 17 default block size: 31632728 KB (can't complete the verification) nsz compressed with the github source c2957be block compressing...
  12. B

    Homebrew RELEASE NSZ - Homebrew compatible NSP/XCI compressor/decompressor

    The current github source changes at c2957be have solved the verification / compressing wont complete problem. But the command line argument -o doesnt seem to work anymore
  13. B

    Homebrew RELEASE NSZ - Homebrew compatible NSP/XCI compressor/decompressor

    Thanks for the detailed explain. Will look into this.
  14. B

    Homebrew RELEASE NSZ - Homebrew compatible NSP/XCI compressor/decompressor

    It seems verification report hash mismatch happens very often. What's the cause of this? Does the problem come from verification or compressing?
  15. B

    Homebrew RELEASE NSZ - Homebrew compatible NSP/XCI compressor/decompressor

    It seems the file size in progress bar and status is based on 1000 metric, not 1024. Would it be better to use the same metric as the system file explorer? auto For compressing level, would higher level of compressing require more memory or cpu time when the nsz been installed or later maybe...