Added an error and proper codes for not having all the files when packing a wad. Previously would return the cryptic "Index was outside the bounds of the array." error.
Added custom exit codes, which allow headless scripts to use Sharpii easier. Exit Codes do NOT interfere with normal system exit codes. (System exit codes are 15999 and below, Custom exits are 16001+.)
- IP can now be saved in an environmental variable (SharpiiIP) for both SendWad and SendDol (manually or with '-saveip')
- Pointless aster eggs are fun!
- Code cleanup/bug fixes
- You can now download an IOS with -ios # in NUSD
- Downloaded IOS wads are now named like so: IOS##-64-####.wad
- Under certain conditions, when downloading a wad with NUS, it will not be saved in a folder, just as the WAD (see ReadMe)
- If missing dll's are detected (WadInstaller or libWiiSharp), Sharpii will ask to download them, if they are required.
- You can now use a .dol file instead of a .wad with the '-dol' in the WAD editor/packer
- Probably a few other little things I have forgotten
- Even more code cleanup and bug fixes