Seregon/PkgToolBox

Toolbox for analyzing and editing pkg application files for psp,ps3, ps4 and ps5, includes the most useful functions you might need.

Python/57.3 KB/No license
Utilities/Constants/NamingFormat.py
PkgToolBox / Utilities / Constants / NamingFormat.py
1class NamingFormat:
2 TITLE = "{TITLE}"
3 TITLE_ID = "{TITLE_ID}"
4 APP_VERSION = "{APP_VERSION}"
5 VERSION = "{VERSION}"
6 CATEGORY = "{CATEGORY}"
7 CONTENT_ID = "{CONTENT_ID}"
8 CONTENT_ID2 = "{CONTENT_ID2}"
9 REGION = "{REGION}"
10 SYSTEM_VERSION = "{SYSTEM_VERSION}"