-
Notifications
You must be signed in to change notification settings - Fork 42
Theme Creation
Prerequisites:
-
Python3 is required
-
NOTE: Filenames/ext are case sensitive
Note: If you are using Windows make sure you have show file extentions enabled
Files needed: Can be copied from another theme.
-
BOOT.MP3 (128k)
-
BOX.PNG (80X80)
-
BROWSER.PNG (100x100)
-
CHECK.PNG (16x16)
-
DEFBG.PNG (480x272)
-
EXIT.PNG (100x100)
-
FILE.PNG (16X16 )
-
FOLDER.PNG (16x16)
-
FTP.PNG (100x100)
-
GAME.PNG (100x100)
-
ISO.PNG (16X16)
-
LOADING.PNG (480x272)
-
MUSIC.PNG (16X16)
-
NOICON.PNG (16X16)
-
PBP.PNG (16x16)
-
PICTURE.PNG (16X16 )
-
PLUGINS.PNG (100x100)
-
PRX.PNG (16X16)
-
SETTINGS.PNG (100x100)
-
SOUND.MP3 (128k)
-
PLUGINS (16x16)
-
SPRITE.PNG (22x22)
-
TXT.PNG (16X16)
-
UNCHECK.PNG (16x16)
-
WAIT.PNG (16X16)
-
ZIP.PNG (16x16)
-
On your PC create a folder named
themes
-
create an folder with the name of your theme i.e ("my_theme") inside the
themes
folder -
Inside your "my_theme" folder create an folder called
resources
-
Copy all files listed above to
resources
. -
Edit them all to create your theme.
Folder/File structure should look like this
pkg.py
themes/<THEME NAME>/
└── resources
├── BOOT.MP3
├── BOX.PNG
├── BROWSER.PNG
├── CHECK.PNG
├── DEFBG.PNG
├── EXIT.PNG
├── FILE.PNG
├── FOLDER.PNG
├── FTP.PNG
├── GAME.PNG
├── ISO.PNG
├── LOADING.PNG
├── MUSIC.PNG
├── NOICON.PNG
├── PBP.PNG
├── PICTURE.PNG
├── PLUGINS.PNG
├── PRX.PNG
├── SETTINGS.PNG
├── SOUND.MP3
├── SPRITE.PNG
├── TXT.PNG
├── UNCHECK.PNG
├── WAIT.PNG
└── ZIP.PNG
-
Double click on the
pkg.py
script. This script needs to be next to thethemes
folder (as shown above). -
Verify that it generated a
THEME.ARK
file. Should be located inside thethemes
folder. -
Place the
THEME.ARK
from your PC on your PSP/Vita in theARK_01234
folder -
You can either restart
Custom Launcher
orRecovery
to see your new theme. Or if you are already inCustom Launcher
orRecovery
you can click theTHEME.ARK
located inARK_01234
and install it.
Thanks to BLOC 15
for this data that was used.