Recent content by Pyrocumulus

  1. Pyrocumulus

    Homebrew RELEASE emuiibo - MitM'ing NFP services for Amiibo emulation

    How did you find the model number from a dump? I have the .bin but I'm not sure what I need to do with it
  2. Pyrocumulus

    Hacking Custom Boot Logo for Switch

    finally got it to work all i had to do was it give it a black background lmfao
  3. Pyrocumulus

    Hacking Custom Boot Logo for Switch

    i tried mspaint and its still the same lmao. is there a way to check for color profile presence on pc? i cant see it in right click -> properties. i even tried uploading it to icloud to see if its visilbe there on pc lmao edit: not mspaint itself but jspaint.app on browser
  4. Pyrocumulus

    Hacking Custom Boot Logo for Switch

    hmm i tried the red fmalchemist one that you made and it worked fine. is the file size an issue? i'm going to try getting rid of the color profile/alpha channel stuff and see what that does
  5. Pyrocumulus

    Hacking Custom Boot Logo for Switch

    i tried using this png but it ended up looking like this on switch. i converted my png from a webp file so maybe thats why? i'm messing around right now trying to fix it lol
  6. Pyrocumulus

    Hacking Custom Boot Logo for Switch

    python -V gave me 3.8.10 Second command gave me Requirement already satisfied: Pillow in c:\python38\lib\site-packages (from -r requirements.txt (line 1)) (9.1.0) Requirement already satisfied: ips.py in c:\python38\lib\site-packages (from -r requirements.txt (line 2)) (0.1.2) Second command...
  7. Pyrocumulus

    Hacking Custom Boot Logo for Switch

    Hello, I've been trying to use the gen_patches.py script but cmd gives me an error: Traceback (most recent call last): File "C:\Users\pyro\Downloads\Switch Modding\bootlogo\switch-logo-patcher-master\gen_patches.py", line 4, in <module> import ips ModuleNotFoundError: No module named...