Developer LightningMods is back working on ItemzFlow for PlayStation 4 after about a year of inactivity. The project, an open-source alternative menu, is designed to offer advanced and customized management of game backups on the console.

Already included features include tools like a dumper, patch and trainer activation, repair utilities, theme support, and more, all accessible directly for each title.
https://platform.twitter.com/embed/Tweet.html?creatorScreenName=Checcolin80&dnt=true&embedId=twitter-widget-0&features=eyJ0ZndfdGltZWxpbmVfbGlzdCI6eyJidWNrZXQiOltdLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X2ZvbGxvd2VyX2NvdW50X3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9iYWNrZW5kIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19yZWZzcmNfc2Vzc2lvbiI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfZm9zbnJfc29mdF9pbnRlcnZlbnRpb25zX2VuYWJsZWQiOnsiYnVja2V0Ijoib24iLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X21peGVkX21lZGlhXzE1ODk3Ijp7ImJ1Y2tldCI6InRyZWF0bWVudCIsInZlcnNpb24iOm51bGx9LCJ0ZndfZXhwZXJpbWVudHNfY29va2llX2V4cGlyYXRpb24iOnsiYnVja2V0IjoxMjA5NjAwLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X3Nob3dfYmlyZHdhdGNoX3Bpdm90c19lbmFibGVkIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19kdXBsaWNhdGVfc2NyaWJlc190b19zZXR0aW5ncyI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdXNlX3Byb2ZpbGVfaW1hZ2Vfc2hhcGVfZW5hYmxlZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdmlkZW9faGxzX2R5bmFtaWNfbWFuaWZlc3RzXzE1MDgyIjp7ImJ1Y2tldCI6InRydWVfYml0cmF0ZSIsInZlcnNpb24iOm51bGx9LCJ0ZndfbGVnYWN5X3RpbWVsaW5lX3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9mcm9udGVuZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9fQ%3D%3D&frame=false&hideCard=false&hideThread=false&id=1940513580828578183&lang=it&origin=https%3A%2F%2Fwww.biteyourconsole.net%2F2025%2F07%2F03%2Fscena-ps4-rilasciato-itemzflow-v1-07%2F&sessionId=6cbcceb6f4db1b3b970fbcc01fb4396f4b3c5ac3&siteScreenName=BiteYourConsole&theme=light&widgetsVersion=2615f7e52b7e0%3A1702314776716&width=550px
With this latest update, several significant improvements have been introduced. It is now possible to copy data directly from the sandbox instead of the PFS image, while FUSE offsets have been updated for firmware versions 11.xx and 12.xx thanks to the contribution of BestPig.
Additionally, an issue that caused slowdowns with custom themes due to interface images not loading correctly has been fixed.
The interface also gains a “Don’t Ask Again” message on startup, a default font to avoid issues on older firmwares, and support for the Ukrainian language, although it is still untranslated.
Finally, the PKG patch detection system and ItemzFlow version management method have been updated , as well as introducing a new option to kill the background process when the application closes, which is especially useful in sleep mode.
Settings
The ini file containing all settings is loaded from the app directory or USB0 when the app starts.
INI key | Description |
Dumper_option | 0 = ALL 1 = BASE game only 2 = Patch only |
Sort_By | -1 is NA 0 = Alpha order by TID 1 = Alpha order by app name |
Sort_Cat | Sort by category. |
cover_message | Show cover message when app starts. |
MP3_Path | FS path of a folder of MP3s or a single MP3 to play in loop. |
Dumper_Path | Dump path. |
TTF_Font | TTF font that the store will try to use (embedded font in case of error). |
Show_Buttons | Show IF buttons on screen. |
Enable_Theme | Active ONLY if you have a theme enabled. |
Image_path | Background image in PNG. |
Reflections | Enable overlay reflections in IF. |
Home_Redirection | Enable main menu redirection. |
Daemon_on_start | Disables automatic connection of the daemon with the app. |
Image_path | Background image. |
Show_install_prog | Enable Store PKG/APP installation progress. |
File examplesetting.ini
[Settings]
Dumper_option=0
Sort_By=-1
Sort_Cat=0
cover_message=1
MP3_Path=/mnt/usb0/music
Dumper_Path=/mnt/usb0
TTF_Font=/mnt/usb0/myfont.ttf
Show_Buttons=1
Enable_Theme=1
Image_path=/mnt/usb0/pic.png
Reflections=1
Home_Redirection=1
Daemon_on_start=0
Show_install_prog=1
Itemzflow Register
- If the app crashes or mentions “FATAL signal”, please send us this log via the discord below or via GH Issues
/user/app/ITEM00001/logs/itemzflow_app.log
.
Daemon
The itemz daemon is installed when you first run the app inside the directory /system/vsh/app/ITEM00002
while it is ONLY updated by Itemzflow.
The daemon settings file is ONLY for internal use by Store developers, however it also has an ini settings file /system/vsh/app/ITEM00002/daemon.ini
with the following ini values:
[Daemon]
version=0x1001// Daemon version for Store, Official version is always > 0x1000
Dumper Details
- The dumper log is located in
/user/app/ITEM00001/logs/if_dumper.log
. - The dumper will ONLY download to the first USB it finds (most likely
USB0
). - The dumper will try to use the same language as Itemzflow.
- If the dumper gets stuck on a file, MAKE SURE both disks and ALL languages are installed, if available, BEFORE dumping.
- If your dump failed, please provide us the log
/user/app/ITEM00001/logs/if_dumper.log
in our discord.
The languages
- The Itemzflow language repository can be found HERE .
- Itemzflow uses the Lang setting of the PS4 system software.
Themes
- You can download custom themes released in Itemzflow Themes Repo .
- You can also create your own custom themes by following these instructions.
IMPORTANT: Theme files MUST all HAVE the exact file name as listed below :
File name | Description |
btn_o.png | Circle button (67×68). |
btn_x.png | X button (67×68). |
btn_tri.png | Triangle button (67×68). |
btn_sq.png | Square button (67×68). |
btn_r1.png | R1 button (309×152). |
btn_l1.png | L1 button (120×59). |
btn_l2.png | L2 button (120×105). |
btn_options.png | Options button (145×84). |
btn_up.png | D-pad up button (32×32). |
btn_down.png | D-pad down button (32×32). |
btn_left.png | Left D-pad button (32×32). |
btn_right.png | Right D-pad button (32×32). |
font.ttf | Theme character. |
background.png | Background image. |
shader.bin | GLES compiled shader for PS4. |
theme.ini | About the topic. |
Theme ini configuration
INI key | Description |
Name | Theme name. |
Author | Who did it. |
Date | Date it was made. |
Version | Theme version number. |
Image | 1 if the theme has a background image, 0 otherwise. |
Font | 1 = Theme has font.ttf 0 = Does not have it |
Shader | 1 = Has Shader Collector 0 = Does Not Have |
Theme setup example
[THEME]
Name=Example Theme
Author=Example Author
Date=10/16/2022
Version=1.00
Image=1
Font=1
Shader=0
App logs and their paths
Service | PS4 Path |
Itemzflow Main App | /user/app/ITEM00001/logs/itemzflow_app.log |
Dumpers | /user/app/ITEM00001/logs/if_dumper.log |
Itemz Loader | /user/app/ITEM00001/logs/loader.log |
Itemz Daemon | /data/itemzflow_daemon/daemon.log |
libfuse | /user/app/ITEM00001/logs/libfuse.log |
On USB (only in case of failure or crash)
Service | USB Path |
Itemzflow Main App | /mnt/usb/itemzflow/crash.log |
Dumpers | /mnt/usb/itemzflow/dumper.log |
Itemz Loader | /mnt/usb/itemzflow/loader.log |
Itemz Daemon | /mnt/usb/itemzflow/daemon.log |
Official Discord Server
Invite: https://discord.gg/GvzDdx9GTc
Game Patch
- Download from GoldHEN online database via app or manual installation via zip file .
- Supported formats: The file name
json
must be(TITLE_ID).json
, that isCUSA00547.json
, . - json for game file path:
/data/GoldHEN/patches/json/(TITLE_ID).json
.
Patch Syntax
Syntax
{ "type": "", "addr": "", "value": "" }
Patch Types
type | Information | Value (example) |
byte | Hex, 1 byte | "0x00" |
bytes16 | Hex, 2 bytes | "0x0000" |
bytes32 | Hex, 4 bytes | "0x00000000" |
bytes64 | Hex, 8 bytes | "0x0000000000000000" |
bytes | Hex, any size (no spaces) | "####" |
float32 | Float, single | "1.0" |
float64 | Float, double | "1.0" |
utf8 | String, UTF-8* | "string" |
utf16 | String, UTF-16* | "string" |
Note: Strings are automatically null-terminated .
Sample Patch
{ "patch" : [ { "title" : " Example Game Title " , "app_titleid" : [ " EXAMPLE01 " , " EXAMPLE02 " ], "app_ver" : " 00.34 " , "app_elf" : " eboot.bin " , "patch_ver" : " 1.0 " , "name" : " Example Name " , "author" : " Example Author " , "note" : " Example Note " , "patch_list" : [ { "comment" : " This is a code comment, improves code readability. " }, { "type" : " bytes " , "addr" : " 0x00000000 " , "value" : " 0102030405060708 " , "comment" : " Code comment at end of line is also supported. " }, { "type" : " utf8 " , "addr" : " 0x00000000 " , "value" : " Hello World " } ] } ] }
Changelog
- Added option to copy from sandbox instead of PFS image.
- Updated FUSE offsets for 11.xx and 12.xx firmwares thanks to @BestPig
- Fixed an issue that caused ItemzFlow to slow down with custom themes (attempting to load interface images from themes).
- Added support for Ukrainian language (not yet translated).
- Added a “Don’t ask again” message to the Cover Page home screen.
- Replaced the advanced cover screen setting with an option to kill the daemon when the app closes (especially useful in sleep mode).
- Added a default font to avoid using the embedded font on older firmwares.
- Updated PKG patch detection for the PKG Installer.
- Fixed an issue with ItemzFlow version handling.
Download: Itemzflow v1.06
Download: Source code Itemzflow v1.07
Source: x.com
Dịch Vụ Chép Game Tại TP.HCM – Hỗ Trợ Tất Cả Quận
Chép Game Ổ Cứng Ngoài Giá Rẻ – Hỗ Trợ PS, Xbox, Nintendo, PC
Dịch Vụ Chép Game PSP Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất
Dịch Vụ Chép Game PSVITA Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất
Dịch Vụ Chép Game PS2 Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất
Dịch Vụ Chép Game NINTENDO SWITCH Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất
Dịch Vụ Chép Game PS5 Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất
Dịch Vụ Chép Game XBOX 360 Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất
Dịch Vụ Chép Game PS3 Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất
Dịch Vụ Chép Game PS4 Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất
Dịch Vụ Chép Game PC Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất