App.info: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
(Created page with "== What is app.info == app.info is pretty much the PlayStation Mobile version of param.sfo, When compiling a game with the PSM SDK your app.xml file is compiled into app....")
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
app.info is pretty much the PlayStation Mobile version of [[param.sfo]],  
app.info is pretty much the PlayStation Mobile version of [[param.sfo]],  
When compiling a game with the PSM SDK your app.xml file is compiled into app.info by the "appinfo_compiler.py" script
When compiling a game with the PSM SDK your app.xml file is compiled into app.info by the "appinfo_compiler.py" script
found inside the PSM SDK. Unlike [[param.sfo]] app.info actually embeds the icon0 and pic0 files inside app.info
found inside the PSM SDK. Unlike [[param.sfo]] app.info actually embeds the icon0 and pic0 files inside app.info it is a [[Resource_Container_CXML_(RCO,_QRC,_Theme_Files,_RAF,_CXML)|CXML]] structure.


== Data Structure ==
== Data Structure ==

Latest revision as of 11:50, 24 December 2019

What is app.info[edit | edit source]

app.info is pretty much the PlayStation Mobile version of param.sfo, When compiling a game with the PSM SDK your app.xml file is compiled into app.info by the "appinfo_compiler.py" script found inside the PSM SDK. Unlike param.sfo app.info actually embeds the icon0 and pic0 files inside app.info it is a CXML structure.

Data Structure[edit | edit source]

offset value description
0x00 0x50534D41 (ASCII "PSMA") Magic Number / File Header