Content Information Files: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
Line 6: Line 6:
See also [http://www.psdevwiki.com/ps3/Content_Information_Files PS3 Content Information Files].
See also [http://www.psdevwiki.com/ps3/Content_Information_Files PS3 Content Information Files].


{| class="wikitable"
{| class="wikitable sortable"
|-
|-
! File name !! Requirement !! Multiregional !! Format !! Description !! Notes
! File name !! Requirement !! Multiregional !! Format !! Description !! Notes
|-
|-
| [[PARAM.SFO|param.sfo]] || {{Yes}} || {{Yes}} || System File Object || Title Parameters || Title name and Save data title are Required, Save data sub-title and Save data details are Optional
| [[CHANGEINFO.XML|changeinfo.xml]] || {{Yes}} (with patches) || {{Yes}} || UTF-8 xml text || Changelog information ||  
*[[Languages|Language]] specific files : changeinfo_'''xx'''.xml
|-
|-
| icon0.png || {{Yes}} || {{Yes}} || 512x512 noninterlaced 24bit PNG || Stillimage icon ||  
| icon0.png || {{Yes}} || {{Yes}} || 512x512 noninterlaced 24bit PNG || Stillimage icon ||  
*[[Languages|Language]] specific files : icon0_'''xx'''.png
*[[Languages|Language]] specific files : icon0_'''xx'''.png
|-
| icon0.png || {{Yes}} || {{No}} || 228x128 noninterlaced 24bit PNG || Savedata icon || maximum 116736 bytes filesize
|-
| [[PARAM.SFO|param.sfo]] || {{Yes}} || {{Yes}} || System File Object || Title Parameters || Title name and Save data title are Required, Save data sub-title and Save data details are Optional
|-
|-
| pic0.png || {{Opt}} || {{No}} || 1920x1080 noninterlaced 24bit PNG || Background Image || -  
| pic0.png || {{Opt}} || {{No}} || 1920x1080 noninterlaced 24bit PNG || Background Image || -  
|-
| snd0.at9  || {{Opt}} || {{No}} || ATRAC9 46kHz, 1 or 2 channel || Background Music || maximum 2MB filesize, simular to PS Vita
|-
|-
| pic1.png || {{Yes}} || {{No}} || 1920x1080 noninterlaced 24bit PNG || Startup Image || -  
| pic1.png || {{Yes}} || {{No}} || 1920x1080 noninterlaced 24bit PNG || Startup Image || -  
|-
| [[PRONUNCIATION.XML|pronunciation.xml]] || {{Yes}} || {{Yes}} || UTF-8 xml text || Voice Recognition Data || Used by Voice Recognition for starting an installed title
|-
|-
| [[PRONUNCIATION.SIG|pronunciation.sig]] || {{Yes}} || {{No}} ||  || Voice Recognition Authentication ||  
| [[PRONUNCIATION.SIG|pronunciation.sig]] || {{Yes}} || {{No}} ||  || Voice Recognition Authentication ||  
|-
|-
| [[CHANGEINFO.XML|changeinfo.xml]] || {{Yes}} (with patches) || {{Yes}} || UTF-8 xml text || Changelog information ||  
| [[PRONUNCIATION.XML|pronunciation.xml]] || {{Yes}} || {{Yes}} || UTF-8 xml text || Voice Recognition Data || Used by Voice Recognition for starting an installed title
*[[Languages|Language]] specific files : changeinfo_'''xx'''.xml
|-
|-
| icon0.png || {{Yes}} || {{No}} || 228x128 noninterlaced 24bit PNG || Savedata icon || maximum 116736 bytes filesize
| snd0.at9  || {{Opt}} || {{No}} || ATRAC9 46kHz, 1 or 2 channel || Background Music || maximum 2MB filesize, simular to PS Vita
|-
|-
|}
|}

Revision as of 03:46, 1 January 2014

Content Information Files

Content Information Files

are multimedia files used to display and interact with the content.

See also PS3 Content Information Files.

File name Requirement Multiregional Format Description Notes
changeinfo.xml Yes (with patches) Yes UTF-8 xml text Changelog information
  • Language specific files : changeinfo_xx.xml
icon0.png Yes Yes 512x512 noninterlaced 24bit PNG Stillimage icon
icon0.png Yes No 228x128 noninterlaced 24bit PNG Savedata icon maximum 116736 bytes filesize
param.sfo Yes Yes System File Object Title Parameters Title name and Save data title are Required, Save data sub-title and Save data details are Optional
pic0.png Opt No 1920x1080 noninterlaced 24bit PNG Background Image -
pic1.png Yes No 1920x1080 noninterlaced 24bit PNG Startup Image -
pronunciation.sig Yes No Voice Recognition Authentication
pronunciation.xml Yes Yes UTF-8 xml text Voice Recognition Data Used by Voice Recognition for starting an installed title
snd0.at9 Opt No ATRAC9 46kHz, 1 or 2 channel Background Music maximum 2MB filesize, simular to PS Vita

Note: Trophy packs (and their content) + PlayGo files are not Content Information Files and are thus described in their own wiki subsection.