Recent content by Poison Shroom

  1. Poison Shroom

    ROM Hack sky3ds diskwriter python clone (for linux & osx)

    I fired it up on OS X. I can actually use sudo to launch this but I can't do anything else with sudo (still confuses the crap out of me.) It sees my micro SD card but I can't open it. I know you said you didn't think it would work on OS X yet but I figured I'd report my findings.
  2. Poison Shroom

    ROM Hack sky3ds diskwriter python clone (for linux & osx)

    That worked perfectly, now I can't figure out why it will not access the disk. I read the earlier post about needing sudo access, and when I try sudo or su it prompts me for my password and then just says "su: sorry". Really confusing me I tried sudo before the commands relating to the python...
  3. Poison Shroom

    ROM Hack sky3ds diskwriter python clone (for linux & osx)

    On the github page there's a save .zip button on the right side, it's the last button. The third party plugins didn't download for me (I don't know git enough to know if that's normal.) So click the third_party folder, and open the git pages for appdirs and progressbar, download them and throw...
  4. Poison Shroom

    ROM Hack sky3ds diskwriter python clone (for linux & osx)

    Here's a copy of my terminal window. Last login: Mon Feb 16 13:42:25 on ttys000 Benjamins-MBP:~ Ben$ cd '/Users/Ben/Desktop/sky3ds.py-master/' && '/usr/bin/pythonw' '/Users/Ben/Desktop/sky3ds.py-master/sky3ds.py' && echo Exit status: $? && exit 1 Found updated template.txt. Converting...
  5. Poison Shroom

    ROM Hack sky3ds diskwriter python clone (for linux & osx)

    This is really awesome. Thanks for all the hard work. The GUI looks great as well, can't wait until that's available I'm trying to use this for the first time and running into trouble. First time I started the script it asked me to put the template file in my library folder. I moved and...