Skip to content

LightningMods/PS4-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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