Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.
Following the previous PS4 PKG Store and PS4 Homebrew Store & HBStore CDN updates, today PS4 Scene developers @LightningMods (Twitter) with help from Masterzorag (Twitter) released the PS4 Store PKG 2.0 Update with the Store Update 2.0 changelog and additional revisions including 2.1, 2.2, 2.3, 2.4 and 2.5 below alongside a PS5 Store PKG and a Store CDN Tool to host your own Local Game CDN and HB-Store CDN Server via @Gkiokan (Twitter) in lieu of Remote PKG Installer. 😃

Download: Store-R2.pkg (PS4) (23.6 MB) / Store-R2-PS5.pkg (PS5) (41.4 MB) / homebrew.elf (4.6 MB) / PS5_Update_files.zip (1.42 MB) / GIT / Store CDN Tool (10.4 MB - v1.03, includes Store CDN Tool.exe) / GIT / HB-Store CDN Server (includes HB-Store.CDN.Server.exe) / GIT / HB-Store CDN CLI Server (includes hb-store-cdn-cli-server-win.exe) / GIT

Spoiler: Depreciated

This isn't the release referenced in the 'Something Coming' Rumors earlier this week, as @zecoxao has since clarified "it's an exploit" proceeded by "full chain" in response to the initial Tweets... but reminiscent of Mathieulh's🦜 days although he stated the "eggsploit coming on caturday" he's admittedly uncertain "which caturday" it will arrive. Time will tell... :unsure:

As outlined in the Tweets below, those interested can join the PKG-Zone Discord Channel to contribute to their growing PS4 cover collection and donate via PayPal towards further PlayStation development efforts. <3

From the README.md: 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
Libraries
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
Code:
[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=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
Show_install_prog=1 // Enables the Store PKG/APP install Progress
Daemon

The Store daemon is installed when you open the app for the first time at /system/vsh/app/ITEM00002 it gets Updated ONLY by the Store app auto

The daemon settings file is ONLY for internal use by the Store devs however it also has a ini at /system/vsh/app/ITEM00002/daemon.ini with the following ini values
Code:
[Daemon]
version=4098// Daemon version for Store, Official version is always > 0x1000
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/NPXS39041/storedata/
  • all game covers are cached at /user/app/NPXS39041/covers
  • all jsons are downloaded to /user/app/NPXS39041/pages
  • 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/log.txt
Dumper details
  • Dumper log is at /user/app/NPXS39041/logs/itemzflow.log
  • Dumper WILL ONLY dump to the first USB it finds (most likely USB0)
  • Dumper will try to use the Languages as the Store
  • If the dumper gets stuck on a file make SURE both discs and ALL Languages are installed if available BEFORE Dumping
  • If your dump has failed then provide us the log /user/app/NPXS39041/logs/itemzflow.log in our discord below
Languages
  • The Store's Langs. repo is HERE
  • The Store uses the PS4's System software Lang setting
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: PKG-Zone Discord

Donations

We accept the following methods
  • Ko-fi
  • BTC: 3MEuZAaA7gfKxh9ai4UwYgHZr5DVWfR6Lw
if you donate and dont want to the message anymore created this folder after donating ``

Credits
:arrow: Store Update 2.0 Changelog

Version: 2.0-V-2021-11-06T02:01:08

Change Log:

  • Moved Store to a new Web API instead of static jsons
  • Select App files and UI were rewritten
  • Changed page size from 8 hb a page to 15
  • Many fixed mem leaks and bugs in general
  • Added a per-app global download counter
  • Added Filter by and its sub options Author and FW Version
  • Changed "Games" to "Store Apps"
  • Changed "Groups" to "Store Groups"
  • L1 now saves a screenshot of the app to USB0
  • Added Itemzflow (game launcher) and all its sub options (launch game etc etc)
  • Triangle in itemzflow now refreshs the installed apps list
  • Added Settings option(s) "Clear cached images", "CF bg shader", "CF reflections"
  • Added a Signal hanlder and redirected all signals
  • Added a Game Dumper
  • Added CPU temp, USB and Internal Storage usage
  • Added Bar for % of used app fmem
  • Added a New Logging lib (log_error(...) etc)
  • Replaced almost alll sprintfs with snprintfs
  • Added Easter Egg
  • Added BETA_KEY and Legacy Ini settings
:arrow: Store Update 2.1 Changelog

Version: 2.1-V-2021-12-26T00:15:33 (including hotfix)

Change Log:

  • Ability to set default PS4 Home menu in Store Settings
  • Itemzflow Daemon
  • Added Support for Ext HDDs
  • App Meta and Encrypted Trophy Dumper fix by znullptr
  • Other fixes
  • Fixed an SFO bug
  • Switched to Orbisdev's user_mem_sys lib
  • Added IPC code for the daemon
  • New Dumper paths, the rest is still the same
|----->CUSAXXXXXX-app
|--> meta (pkg metadata)
|--> binaries (decrypted app bins)
|--> Trophy (has all the trophies)
  • Added Stack protection
:arrow: Store Update 2.2 Changelog

Version: 2.2-V-2022-03-03T03:17:53

Change Log:

  • new Game Dumper by Al-Azif
  • Installation progress
  • Multi-language
  • No devkit prx (fully legal now)
  • added a USB free space check for the dumper
  • New daemon version with an update checking thread
  • Updated readme
  • New PKG on the website
  • Fixed bugs
  • Added optimization for downloading local games from a local CDN
  • Triangle now sorts games by alphabetical order in itemzflow only
  • Fixed an issue where the caching/downloading website dialog wasnt showing
  • improved download speed
:arrow: Store Update 2.3 Changelog

Version: 2.3-V-2022-03-23T01:09:29

Change Log:

  • Added SQL Support
  • New API change from Json Pages to 1 SQL Database
  • Decreased Store caching and loading time by at least 5 secs
  • Faster downloading for games > 1GB
  • Fixed a bug caused by a USB with no INI
  • Fixed a bug in the INI Saving settings
  • Removed the Legacy api setting
  • Increased Default content len to 600 KBs
  • Re-enabled Dumping of EXT HDD Games
  • disallowed the settings.ini download name
  • removed a few now unused JSON funcs
:arrow: Store Update 2.4 Changelog

STORE Version: 2.4-V-2023-01-01T03:58:57

Change Log:


Here's a sneak peak at the change log
  • The Homebrew Store now uses and has been fully ported to the OOSDK instead of using orbisdev
  • Added an icons download thread (icons now download in the background while you use the app)
  • Updated libjbc version from sleirsgoevy
  • Added a Pause, Resume and Cancel button
  • Added app version info to the download view
  • Removed the Itemz Daemon
  • Store can now show multiple PKG/App (BGFT) install progresses in-app with the same download bar
  • Added Default text if the new text doesn't exist (new PKG isnt installed)
  • Fixed bugs installing PKGs like Game patches etc
  • Corrupted PNGs will now auto delete and try to redownload (1 time only)
  • Improved SQL Functions
  • Replaced all sceHttp* functions with libcurl functions which supports SSL
  • Switched the Store loader/pkg to use https://api.pkg-zone.com/ instead of non-SSL http://
  • Loader no longer jailbreaks instead uses the run as root function from libjbc
  • Fixed memory leak in calculateSize(...)
  • Added URL validation to the CDN setting (app will try to connect first)
  • Added the URL keyboard for URLs instead of the reg keyboard
  • Store Crash logs now save to /mnt/usb0/Store/Store.log if a USB is available
  • Store log renamed from log.txt to store.log
  • Removed Itemzflow (inc strings) and replaced it with a shortcut to download the new IF standalone app (transition)
  • Project is now compiler warning free! (-Wall and -Werror added to the Makefile)
  • Added a feature that gives other apps the ability to launch/display the store with a search query (supports app name and tid) via the Store-API lib
  • new PKG Assets
  • Added categories for locally hosting (base games, patches and dlc)
  • Store-API implemented for app update statuses
  • "Update Now" and "Reinstall latest" text added to reflect Store-API update statuses
  • Store-API app update statuses are now session cached to save time (app re-launch might be required to refresh some of the statuses i.e reinstall the latest)
Code:
============ SETTINGS CHANGED ===========
Before: Set as Home menu | After: Refresh Store Database
Before: Store Downloads on USB | After: Auto Install
Before: Disable CF Shader | After: Reset Store Settings
Before: Show Install Progress | After: Legacy Install Progress
NOTE: The Queue will only show all paused downloads or currently downloading apps but not both, apps that are downloading take priority and will show first once all downloading apps are finished the Store will show all the paused downloads. The Limit of 4 apps at once still applies even if all apps are paused, its 4 regardless of status (including installing).

:arrow: Store Update 2.5 Changelog

STORE Version: 2.5-V-2023-05-19T16:18:55
STORE Version: 2.5-V-2023-05-20T15:47:21

STORE Version: 2.5-V-2023-06-14T23:46:40

Change Log:

  • Implemented C++
  • App will now check for database updates in the background automatically every 5 mins
  • Added the Updates section (BETA)
  • Added an Update thread (DB and App updates)
  • Added Icon pre-loading on startup (setting)
  • Added the ability to upload crash logs after crashing
  • Improved overall responsiveness
  • Improved the Search feature to not be case sensitive
  • Improved readability and memory safety
  • Improved background texture/icon loading
  • Bug fixes
Code:
================= Changed Settings =============
Before: Change Freetype  (font) Path | After: Pre-Load Icons on Startup
HOT FIX 5/20/2023
  • Fixed Store categories for other langs
Store CDN Tool Changelog:

v1.00
  • Host your own Local Game CDN, faster and easier than Remote PKG Installer
v1.01
  • Added multi-threaded support (download 4 pkgs at once)
v1.02
  • Added support for windows network drives (URL scheme: /network_drive/)
  • Added the option to launch the tool on window startup and start the server automatically
  • Added the ability to host exploit files (html, js, bin) located in the same directory as the tool
  • Added proper pkg categories (Game, DLC, Theme, Patch) to be used with the next store app update
  • Fixed a lot of bugs and cleaned up the project
v1.03
  • Fixes compatibility with the new Store app updates using cURL
Spoiler: Related Tweets & Videos

PS4 Store PKG 2.0 Update Arrives via LightningMods & Masterzorag.jpg
 

Comments

Status
Not open for further replies.
Back
Top