├── .gitignore ├── LICENSE ├── README.md ├── functions.sh ├── nps_bundle.sh ├── nps_changelog.sh ├── nps_dlc.sh ├── nps_game.sh ├── nps_psm.sh ├── nps_psp.sh ├── nps_region.sh ├── nps_tsv.sh ├── nps_update.sh └── pyNPU.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/README.md -------------------------------------------------------------------------------- /functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/functions.sh -------------------------------------------------------------------------------- /nps_bundle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/nps_bundle.sh -------------------------------------------------------------------------------- /nps_changelog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/nps_changelog.sh -------------------------------------------------------------------------------- /nps_dlc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/nps_dlc.sh -------------------------------------------------------------------------------- /nps_game.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/nps_game.sh -------------------------------------------------------------------------------- /nps_psm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/nps_psm.sh -------------------------------------------------------------------------------- /nps_psp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/nps_psp.sh -------------------------------------------------------------------------------- /nps_region.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/nps_region.sh -------------------------------------------------------------------------------- /nps_tsv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/nps_tsv.sh -------------------------------------------------------------------------------- /nps_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/nps_update.sh -------------------------------------------------------------------------------- /pyNPU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigmaboy/nopaystation_scripts/HEAD/pyNPU.py --------------------------------------------------------------------------------