DocKlokMan
DocKlokMan
Here's the issue: https://github.com/jkwill87/mnamer/blob/feea26aee7e6329c9c7ca79d4d892ae8332f9b86/mnamer/providers.py#L279-L282 If a synopsis is blank you set it to None but then the replace functions after error on a None object. Changing it to this works...
Found it only works when run from applet, not when run as app. > **Hardware:** > MacBook Pro 2017 > USB-C to USB-C cable (charging cable that comes with MacBook)...
I'm also having this issue. 512GB Samsung EVO failing with both Picofly and Hekate. If I use another SD card to boot Hekate and then insert the Samsung card, it...
The Switch filesystem won't handle anything but ascii characters on either FAT32 or exFAT so those file would need to be renamed regardless.
The files don't go in the release folder, they go directly into the a9lh folder.
Any status update on this? Or at least a quick-save option that makes a save state then restores and deleted it when you run the game again?
Either run the script with `python3 ~/Desktop/splitNSP.py` or grant the script executable permissions if you want to run it directly: `chmod +x ~/Desktop/splitNSP.py` then try and run it again.
Sure, it may prove useful to some people who download pre-trimmed roms. I see you're using a block size of 1MiB. The original script uses a block size of 100MiB,...
Actually, converting to DDS, then immediately back to XTX also produces a messed up image, so it looks like it's not just my edits. The official Nintendo tool can convert...
I don't see any flags to specify which type. The original XTX file is stored as RGB8, extracts to a RGB8 DDS, then (without edits) reconverts back into an invalid...