mmozeiko / pkg2zip

Decrypts PlayStation Vita pkg file and packages to zip archive
The Unlicense
406 stars 89 forks source link

[Feature Request] Theme Support #12

Open RadicalR opened 6 years ago

RadicalR commented 6 years ago

Is it possible to add unpacking theme files to pkg2zip? Content type is 0x1f

Luro02 commented 6 years ago

PoC on how I did it: https://github.com/Gnarmagon/pdb_creator_python

It's not perfect :/ but it works...

TheRadziu commented 6 years ago

+1 to this request. I hope for All-in-one solution for pkg extraction :)

Basic extraction to proper directory theme directory ux0:/theme/contentid/*.* (without bgdl and pdb creation) would be also fine provided someone will add theme support to Vitashell's Refresh LiveArea function.

AnalogMan151 commented 6 years ago

+1 to this feature as well.

Luro02 commented 6 years ago

added with PR #14