No description
  • C 72.9%
  • C++ 26.5%
  • Makefile 0.4%
  • GLSL 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-02-18 12:48:42 -05:00
App Media-Assets Removed unused old itemzflow assets (#22) 2024-10-30 15:53:31 -04:00
Store Small Store API fix 2025-02-18 12:48:42 -05:00
Store-Loader STORE Version: 2.4-V-2023-01-01T03:58:57 2023-01-01 04:16:36 -05:00
.gitignore Initial commit 2019-04-13 06:19:51 -04:00
LICENSE Update the LICENSE 2021-12-15 22:35:31 -05:00
README.md STORE Version: 2.5-V-2023-05-19T16:18:55 2023-05-19 16:39:50 -04:00

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

[Settings]
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
TTF_Font=/mnt/usb0/myfont.ttf // TTF Font the store will try to use (embedded font on fail)
BETA_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxx //for Beta Builds (define)
Legacy_install_prog=1 // Enables the Store PKG/APP install Progress
Copy_INI=1 // Copies USB INI to the PS4s app dir.
auto_load_cache=0 //pre-load cached icons on startup
auto_install=1 // auto install

App details

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

  • all images from jsons download to /user/app/NPXS39041/storedata/
  • PKG Download folder /user/app/NPXS39041/downloads (download folder is cleared every app launch, not yet installed pkgs are there)
  • Store log is at /user/app/NPXS39041/logs/store.log

How does the Update section decide if a app has a update?

App Type MD5 Hash SFO version No update check
Media X
Other, DLC, Theme X
Plugins, anything else X
HB Game, Utility, Emus under 300MBs X
ANY HB Game, Utility, Emus over 300MBs X

Languages

  • The Store's Langs. repo is HERE
  • The Store uses the PS4's System software Lang setting

ONLY 4 apps can download at once

Official Discord server

Invite: https://discord.gg/GvzDdx9GTc

Donations

We accept the following methods

  • Ko-fi
  • BTC: bc1qgclk220glhffjkgraju7d8xjlf7teks3cnwuu9

if you donate and dont want to the message anymore created this folder after donating ``

Credits