[Request] Parse PS4/PS5 app.pkg #766

Closed
opened 2026-01-29 16:21:57 +00:00 by claunia · 1 comment
Owner

Originally created by @Deterous on GitHub (Dec 1, 2024).

Originally assigned to: @Deterous on GitHub.

Currently, MPF can parse the Version field from the PS4/PS5 param.sfo, however it does not contain the App Version, which is another important distinguishing feature of the disc. It requires parsing the app.pkg and while that is being done, it would be good to parse the Content ID too.

Originally created by @Deterous on GitHub (Dec 1, 2024). Originally assigned to: @Deterous on GitHub. Currently, MPF can parse the Version field from the PS4/PS5 param.sfo, however it does not contain the App Version, which is another important distinguishing feature of the disc. It requires parsing the app.pkg and while that is being done, it would be good to parse the Content ID too.
claunia added the enhancement label 2026-01-29 16:21:57 +00:00
Author
Owner

@Deterous commented on GitHub (Dec 15, 2024):

Content ID (for PS4 at least) is 0x24 bytes long located at 0x40
There is also a 4byte date at 0x80
Perhaps this needs to be added to ST.Models

App Version is probably located within the param.sfo that's within app.pkg

@Deterous commented on GitHub (Dec 15, 2024): Content ID (for PS4 at least) is 0x24 bytes long located at 0x40 There is also a 4byte date at 0x80 Perhaps this needs to be added to ST.Models App Version is probably located within the param.sfo that's within app.pkg
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#766