Recent content by CGar

  1. CGar

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    Hiya Wiimm thanks for these awesome tools. 1 thing though. When extracting all my games from my wbfs partition to ntfs. I found I had to export a list of titles and chop the names using: wwt -a list | cut -d " " -f1 > names Then i'd use: wwt extract -a -P -d games @names To extract them all. Is...