Recent content by ZestyTS

  1. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    I’m going to address the remaining claims clearly, and then I’m done with this publicly. 3.200.7 was a revert to 3.200.5. It did not introduce new functionality. It was built during a period when I did not have normal GitHub access, which I explained at the time. There was no hidden branch and...
  2. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    I’m going to clarify this one last time, because we’re talking past each other. The fact that your workflow pulls my repository at build time does not change the licensing obligations around redistribution. If you distribute a compiled binary that is materially different from upstream (features...
  3. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    I want to clear up a few points, because some things are being conflated. When I’ve said people are free to compile UWUVCI themselves, that was never meant to imply that redistributing modified builds is exempt from license requirements. UWUVCI uses open-source tools with licenses that require...
  4. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    UWUVCI V3 is back to free, it is now on version 3.N1.
  5. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    No, it will output the UWUVCI-AIO.exe file, not the installer.
  6. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    No, people ran into too many problems using the portable version; there never should have been a portable version in the first place. If you build it from source yourself, you could use that as a portable version. Right when you build, you'll go to the folder that is called "app.publish" and in...
  7. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    Just the installers I released, you can still build it from source.
  8. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    [Removed old message since things have changed.]
  9. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    The progress bar isn't real. Usually, what happened is that Nintendo's CDN did not serve a file over, so the program is waiting for Nintendo to do that. You can check this yourself by reading the log file, it'll say something like "File not found" or "Download not started." I don't remember the...
  10. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    I would say to check what's in the log file to see what it's telling you. You can add the "base" prefix files yourself from here I think. https://github.com/NicoAICP/UWUVCI-VCB But I feel like you're just going to run into issues later since you're not solving the root of the problem.
  11. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    I mean, you should probably use UWUVCI's compatibility list (it was listed in the tutorial and it's in the faq which is in the readme). https://uwuvci.net/n64 The easy answer is to just not use the controller pak and to use restore points instead.
  12. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    I don't remember how it worked, so I don't have an answer for you. If you get the same error no matter the base or game, then it sounds like something broke in the code at some point. Other people have reported this issue as well so I'm pretty sure it's the latter.
  13. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    No idea, I implemented it, I didn't see how the community uses it or anything. Although, I never heard of someone saying that disabling VFilter breaks anything, but if that's the case then you could just use the Half VFilter so it just lowers the VFilter to 50% strength instead of 0% strength...
  14. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    This will most likely not be in a future update. To make a custom base, it just needs to be in a folder that has the three folders meta, content, and code. Look at a base you downloaded via UWUVCI and you'll see what it needs to look like. For Wii, it should take like one minute at most on your...
  15. Z

    Hacking [RELEASE] UWUVCI + Injectiine

    Black screen just means something blocked the game from loading. Could be if you patched the game with anything, could be some homebrew app getting in the way, could be the rom itself, etc...