Content Information Files: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
mNo edit summary
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Content Information Files ==
== Content Information Files ==
 
{{Talk}}
=== Content Information Files ===
=== Content Information Files ===
are [http://www.psdevwiki.com/ps3/Multimedia_Formats_and_Tools multimedia files] used to display and interact with the content.
are [http://www.psdevwiki.com/ps3/Multimedia_Formats_and_Tools multimedia files] used to display and interact with the content.
Line 10: Line 10:
! File name !! Requirement !! Multiregional !! Format !! Description !! Notes
! File name !! Requirement !! Multiregional !! Format !! Description !! Notes
|-
|-
| [[CHANGEINFO.XML|changeinfo.xml]] || {{Yes}} (with patches) || {{Yes}} || UTF-8 xml text || Changelog information ||  
| [[changeinfo.xml]] || {{Yes}} (with patches) || {{Yes}} || UTF-8 xml text || Changelog information ||  
*[[Languages|Language]] specific files : changeinfo_'''xx'''.xml
*[[Languages|Language]] specific files : changeinfo_'''xx'''.xml
|-
|-
| icon0.png || {{Yes}} || {{Yes}} || 512x512 noninterlaced 24bit PNG || Stillimage icon ||  
| [[icon0.png#Still_Image_icon|icon0.png]] || {{Yes}} || {{Yes}} || 512x512 noninterlaced 24bit PNG || Still Image 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
| [[icon0.png##Save_Data_icon|icon0.png]] || {{Yes}} || {{No}} || 228x128 noninterlaced 24bit PNG || [[Save Data]] 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
| [[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 || -  
|-
|-
| pic1.png || {{Yes}} || {{No}} || 1920x1080 noninterlaced 24bit PNG || Startup Image || -  
| [[pic1.png]] || {{Yes}} || {{No}} || 1920x1080 noninterlaced 24bit PNG || Startup Image || -  
|-
|-
| [[PRONUNCIATION.SIG|pronunciation.sig]] || {{Yes}} || {{No}} ||  || Voice Recognition Authentication ||  
| [[pronunciation.sig]] || {{Yes}} || {{No}} ||  || Voice Recognition Authentication ||  
|-
|-
| [[PRONUNCIATION.XML|pronunciation.xml]] || {{Yes}} || {{Yes}} || UTF-8 xml text || Voice Recognition Data || Used by Voice Recognition for starting an installed title
| [[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
| [[snd0.at9]] || {{Opt}} || {{No}} || ATRAC9 46kHz, 1 or 2 channel || Background Music || maximum 2MB filesize, simular to PS Vita
|-
|-
|}
|}

Latest revision as of 13:41, 2 October 2014

Content Information Files[edit | edit source]

Discussion

Content Information Files[edit | edit source]

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 Still Image icon
icon0.png Yes No 228x128 noninterlaced 24bit PNG Save Data 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.