KARENKING112 / PS4-Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PS4-Store

Lead Developer (besides the obv)

Licensed Under GPLv3

Store directions

Please note that the Store app updates automatically via internet without any action by the user

  • the ELFs in the release section are ONLY for CDNs or for locally hosting a Store Server
  • You can download The Package here (PKG-Zone), ONLY Download from this Site
  • You can always change App settings without opening the app by adding a settings.ini file to the root of a USB

Libaries

Refs

How to Update your CDN

Replace your homebrew.elf , homebrew.elf.sig and remote.md5 with the Latest from the Release Section of this Github to a folder named "update" on your servers root

Settings

the ini file is either loaded by the app dir or from USB0 when the app is booted

CDN=UR_HOST //OPTIONAL
Secure_Boot=1 //ONLY allows RSA signed updates from this GH OPTIONAL
temppath=PATH_WHERE_TO_DOWNLOAD_THE_PKGS; Required
StoreOnUSB=0 //store pkgs on usb OPTIONAL
BETA_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxx //for Beta Builds (define)
Adavnced_Enabled=1 // need it for advanced settings optional
CDN_For_Devkit_Modules=CDN_FOR_ONLY_DEVKIT_MODULES //optional
Legacy=0 // Enables old Store APIs
Home_Redirection=1 // Enables the Home Menu Redirect
Daemon_on_start=0 // Disables the Daemon from auto starting with the app

App details

upon booting up the app will cache all json files from the CDN in the settings.ini restart is required for changes made to json files (for now)

  • all images from jsons download to /user/app/STORE_ID/storedata/
  • all jsons are downloaded to /user/app/STORE_ID/
  • Store log is at /user/app/NPXS39041/logs/log.txt

IF the settings file is loaded from USB all settings will be saved to the same USB

ONLY 4 apps can download at once

Official Discord server

Invite: https://discord.gg/GvzDdx9GTc

Credits

About

License:GNU General Public License v3.0


Languages

Language:C 99.4%Language:Makefile 0.4%Language:Assembly 0.2%Language:C++ 0.0%Language:Shell 0.0%