Recent content by Pysis

  1. Pysis

    Hardware Hacking Homebrew U-stealth R8 trouble

    Added my own Linux-based method in case it help anyone here: https://gbatemp.net/threads/ustealth-wii-u-format-disk-nag-workaround.352786/post-9815730
  2. Pysis

    Hacking UStealth - Wii U 'Format Disk' Nag workaround :)

    Just wanted to add my CLI method since I hadn't seen it mentioned here before, and it requires less setup if you already have that environment that trying to run others' applications. This should work in Linux, Mac, Windows with Cygwin or possibly with some MinGW/msys tools that include the `dd`...
  3. Pysis

    Hacking how to install nintendont as a channel

    https://gbatemp.net/threads/nintendont.349258/
  4. Pysis

    Latest Version of Nintendont

    https://gbatemp.net/threads/nintendont.349258/
  5. Pysis

    How to rip audio files (soundtracks) from Switch Games? (in particular SMT V)

    > echo -n '0x'(7z -so x (getclip) "Crypto.json" | jq -r '.EncryptionKey.Key' | base64 -d | xxd -p | tr -d '\n') | putclip; getclip Open umodel*.exe Add path that contains the pak file. Paste in key, hex style requires leading '0x' characters. Pak ...\SHIN MEGAMI...
  6. Pysis

    Hacking Problems with audio files from Shin Megami Tensei V

    > vcli -m (getclip) metadata for ...\SHIN MEGAMI TENSEI\7b8a3a532caddecd02ea823bd01657cb\Project\Content\Sound\Stream_en\E0008_vo.awb sample rate: 48000 Hz channels: 1 stream total samples: 419993 (0:08.750 seconds) encoding: CRI ADX 4-bit ADPCM (type 9 encryption) layout: interleave metadata...
  7. Pysis

    Homebrew List of open source wiibrew (freeware)

    Have you tried searching for it? With "wiibrew" I found this: https://wiihomebrew.org/homebrew-browser/ https://wiibrew.org/wiki/Homebrew_Browser https://wii.guide/hbb.html https://sites.google.com/site/completesg/how-to-use/hbb which probably uses codemii /hbb/ as the repository...