PageRenderTime 83ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://gitlab.com/Hexexpeck/Splat-AIO
Markdown | 70 lines | 41 code | 29 blank | 0 comment | 0 complexity | a545deb8ba63b19c247820c165be241c MD5 | raw file
  1. # SplatAIO (MCMiners9 and Deck of Noobs's SplatAIO)
  2. * [Downloads](https://github.com/MCMiners9/Splat-AIO/releases)
  3. * [Pull Requests](https://github.com/MCMiners9/Splat-AIO/pulls)
  4. * [Issues](https://github.com/MCMiners9/Splat-AIO/issues)
  5. * [Wiki](https://github.com/MCMiners9/Splat-AIO/wiki)
  6. [![Build status](https://ci.appveyor.com/api/projects/status/kr1yctor0uns5bax?svg=true)](https://ci.appveyor.com/project/MCMiners9/splat-aio)
  7. [![Gitter](https://badges.gitter.im/MCMiners9/Splat-AIO.svg)](https://gitter.im/MCMiners9/Splat-AIO?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
  8. ## What is SplatAIO?
  9. A collection of easy python scripts to handle all python scripts, an attempt to try and put scripts from [Splatoon Modding Hub](https://gbatemp.net/threads/splatoon-modding-hub.425670/) or elsewhere in one tool for everyone to use, as well as a few other useful things. It also tries to support the Homebrew Launcher version of TCPGecko found in the downloads of [this thread](https://gbatemp.net/threads/post-your-wiiu-cheat-codes-here.395443/).
  10. Screenshot of Python AIO:
  11. ![Python SplatAIO](http://i.imgur.com/qNKx5TB.png)
  12. Screenshot of GUI AIO:
  13. ![AIO](http://imgur.com/XWYfAvu.png)
  14. If there is something contained in here that shouldn't be, let me know and I'll remove it.
  15. Splat AIO comes with rank/snail/level/money editors, All Gear and All Weapons, [a safe variant of Octohax](https://github.com/wiiudev/pyGecko/blob/master/octoling.py) which is essentially a model swap of the Inkling Girl, [Splatoon Colorizer](https://gbatemp.net/threads/splatoon-colorizer.406463/), [Splathax and Amiibohax](https://gbatemp.net/threads/splatoon-modding-hub.425670/page-47#post-6344607). It also comes with a few other tools (TCPGecko dotNET, Wireless Network Watcher, SARCTools, yamlconv..) to make life easier.
  16. #### License
  17. To view the license, click [here.](https://raw.githubusercontent.com/MCMiners9/Splat-AIO/master/LICENSE.txt)
  18. #### Prerequisites
  19. [Python 2.7.11](https://www.python.org/downloads/). Python 3.5.1 will not work. Download Python ONLY IF YOU WANT TO USE THE PYTHON SPLATAIO. If you want to use the GUI SplatAIO (aka SplatAIO 2) then you need a Windows PC, and it has to have the .NET Framework installed.
  20. #### Help and FAQ (work in progress)
  21. To view the help guides, [click here](https://github.com/MCMiners9/Splat-AIO/wiki) or [click here](https://github.com/MCMiners9/Splat-AIO/issues) to create an issue.
  22. #### Usage
  23. Extract the ZIP file to wherever, then double click into the folder created when extracted, start "Splat-AIO.py" and the rest should be fairly self-explanatory. If you want to use the other SplatAIO (the non-python one) then go into the GUI SplatAIO folder above and download the EXE file or [click here](https://github.com/MCMiners9/Splat-AIO/releases) then scroll down until you see the latest SplatAIO 2 release.
  24. #### Updating
  25. I also wrote in a simple updater using urllib and urllib2 that will retrieve an update.zip from this repository, unzip it, and replace the contents of \Resources\run with it if the repository's ver.txt has a higher value than the locally stored \Resources\setup\ver.txt, and then update \Resources\setup\ver.txt as well.
  26. It's in the options menu, will show a sort of changelog from changes.txt, and will ask you to confirm. These updates should only contain fixes and changes to current TCPGecko scripts, additional scripts and possibly additional programs. Feel free to look through update.zip to make sure you're okay with everything it contains.
  27. #### Update Checks upon Boot
  28. This AIO will automatically check for updates each time it is ran. If an update is found please download it.
  29. #### Bug Testing
  30. There is a feature in the AIO that lets you test the newer GUI version of the AIO. Just press E then ENTER to launch it. Report any bugs to the Splatoon Modding Hub and seresaa. [Contact Seresaa](https://github.com/seresaa).
  31. #### Other Links
  32. [MCMiners9's Website](http://mcminers9site.weebly.com)
  33. [MCMiners9's Email](mailto:mcminers9@gmail.com)
  34. [ConversionTools, another project by MCMiners9](https://github.com/MCMiners9/ConversionTools)
  35. [Wii U Homebrew Launcher, another repository by MCMiners9](https://github.com/MCMiners9/homebrew_wiiu)
  36. [Deck of Noobs's Email](mailto:mewtwoconfirmed@gmail.com)
  37. [Splatoon Modding Hub thread on GBATemp](https://gbatemp.net/threads/splatoon-modding-hub.425670/)
  38. [MCMiners9's GBATemp](https://gbatemp.net/members/mcminers9.395133/)
  39. [Deck of Noobs's GBATemp](https://gbatemp.net/members/deck-of-noobs.388277/)
  40. [MCMiners9's and Deck of Noobs's Discord](https://discord.gg/euDArBr)
  41. [Modding Hub Discord](https://discord.gg/0zs6LjiLmeNI740J)