Trophy files

From PS3 Developer wiki
Revision as of 19:04, 2 October 2011 by Anonymous (Privacy policy)
Jump to navigation Jump to search

Trophy related files

Firmware

friendtrophy_plugin.rco (/dev_flash/vsh/resource)
friendtrophy_plugin.sprx (/dev_flash/vsh/module)
friendtrophy_plugin_game.rco (/dev_flash/vsh/resource)
libsysutil_np_trophy.sprx (/dev_flash/sys/external)
np_trophy_ingame.rco (/dev_flash/vsh/resource)
np_trophy_ingame.sprx (/dev_flash/vsh/module)
np_trophy_plugin.rco (/dev_flash/vsh/resource)
np_trophy_plugin.sprx (/dev_flash/vsh/module)
np_trophy_util.sprx (/dev_flash/vsh/module)

Harddrive

home\userid\trophy\ :

  • _TROPSYS_
  • NPID (e.g. NPWR00710_00)
    • ICON0.PNG
    • PARAM.PFD
    • PARAM.SFO
    • TROPxxx.PNG (e.g. TROP000.PNG ... TROP999.PNG for each individual trophy)
    • TROPCONF.SFM
    • TROPTRNS.DAT
    • TROPUSR.DAT

_TROPSYS_

ICON0.PNG

PNG 320x176 24/32bit Not interlaced

ICON0_00.PNG

PNG 320x176 24/32bit Not interlaced

PARAM.PFD

PARAM.SFO

TROPxxx.PNG

PNG 240x240 24/32bit Not interlaced

TROPCONF.SFM

TROPTRNS.DAT

TROPUSR.DAT

TROPHY.TRP

This is the main part of the trophy.conf

VALUE Meaning
P Platinum
B Bronze
G Gold

The <npcommid> wants this structure NPXXYYYYY_YY( = NP+APP_ID).

<!--Sce-Np-Trophy-Signature: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-->
<trophyconf version="1.0">
<npcommid>NPXXYYYYY_YY</npcommid>
<trophyset-version>01.00</trophyset-version>
<parental-level license-area="default">0</parental-level>
<trophy id="000" hidden="no" ttype="P" pid="-1"/>
<trophy id="001" hidden="no" ttype="B" pid="XX1"/>
<trophy id="002" hidden="no" ttype="S" pid="XX1"/>
<trophy id="003" hidden="yes" ttype="G" pid="XX1"/>
</trophyconf>