Sce sys: Difference between revisions
Jump to navigation
Jump to search
Cfwprophet (talk | contribs) No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Before installation of a application, this folder will hold the files '''icon0.png''' and [[Param.sfo|param.sfo]]. | Before installation of a application, this folder will hold the files '''icon0.png''' and [[Param.sfo|param.sfo]]. During the installation, the OS will create a folder called [[package|package]] and additional informations about the application will be stored within. | ||
==== Structure ==== | ==== Structure ==== | ||
Line 17: | Line 17: | ||
==== icon0.png ==== | ==== icon0.png ==== | ||
Is the bubble image that will be | Is the bubble image that will be shown within the [[LiveArea|LiveArea]] and hase a size of 128x128 pixel. The bit depth need to be 8 bit and you should use indexed color instead of RGB. | ||
<br/>If you need help converting any image to a icon0.png, here is a video showing how to do that, using PhotoShop. [https://www.youtube.com/watch?v=IvmFxfufmcQ Convert icon0.png] | <br/>If you need help converting any image to a icon0.png, here is a video showing how to do that, using PhotoShop. [https://www.youtube.com/watch?v=IvmFxfufmcQ Convert icon0.png] |
Revision as of 20:18, 23 September 2016
Before installation of a application, this folder will hold the files icon0.png and param.sfo. During the installation, the OS will create a folder called package and additional informations about the application will be stored within.
Structure
[Before Installation] /sce_sys/ icon0.png param.sfo
[After Installation] /sce_sys/ /package/ file file ... icon0.png param.sfo
icon0.png
Is the bubble image that will be shown within the LiveArea and hase a size of 128x128 pixel. The bit depth need to be 8 bit and you should use indexed color instead of RGB.
If you need help converting any image to a icon0.png, here is a video showing how to do that, using PhotoShop. Convert icon0.png