Editing Sce sys
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
== | == Main == | ||
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]]. Douring the installation, the OS will create a folder called [[package|package]] and additional informations about the application will be stored within. | ||
==== Structure ==== | ==== Structure ==== | ||
'''[Before Installation]''' | '''[Before Installation]''' | ||
/sce_sys/ | /sce_sys/ | ||
icon0.png | icon0.png | ||
param.sfo | param.sfo | ||
'''[After Installation]''' | '''[After Installation]''' | ||
Line 16: | Line 14: | ||
file | file | ||
... | ... | ||
icon0.png | icon0.png | ||
param.sfo | param.sfo | ||
==== icon0.png ==== | ==== icon0.png ==== | ||
[[icon0.png | Is the bubble image that will be showen 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] | |||
= | |||