Editing Trophy files
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: | ||
== Trophy related files == | |||
=== Firmware | === Firmware === | ||
friendtrophy_plugin.rco (/dev_flash/vsh/resource) | friendtrophy_plugin.rco (/dev_flash/vsh/resource) | ||
friendtrophy_plugin.sprx (/dev_flash/vsh/module) | friendtrophy_plugin.sprx (/dev_flash/vsh/module) | ||
Line 12: | Line 12: | ||
np_trophy_util.sprx (/dev_flash/vsh/module) | np_trophy_util.sprx (/dev_flash/vsh/module) | ||
=== Harddrive === | |||
=== Harddrive | |||
home\userid\trophy\ : | home\userid\trophy\ : | ||
Line 25: | Line 22: | ||
**PARAM.PFD | **PARAM.PFD | ||
**PARAM.SFO | **PARAM.SFO | ||
** | **TROPxxx.PNG (e.g. TROP000.PNG ... TROP999.PNG for each individual trophy) | ||
**TROPCONF.SFM | **TROPCONF.SFM | ||
**TROPTRNS.DAT | **TROPTRNS.DAT | ||
Line 31: | Line 28: | ||
==== _TROPSYS_ ==== | ==== _TROPSYS_ ==== | ||
===== PARAM.PFD ===== | ===== PARAM.PFD ===== | ||
===== TROPSYS.DAT ===== | ===== TROPSYS.DAT ===== | ||
==== NPCOMMID ==== | |||
NP Communication ID in format NPWRxxyyy_zz (e.g. NPWR00153_00) | |||
===== ICON0.PNG ===== | |||
PNG | |||
320x176 | |||
24/32bit | |||
Not interlaced | |||
===== ICON0_00.PNG ===== | |||
PNG | |||
==== | 320x176 | ||
24/32bit | |||
Not interlaced | |||
===== PARAM.PFD ===== | ===== PARAM.PFD ===== | ||
Line 52: | Line 50: | ||
===== PARAM.SFO ===== | ===== PARAM.SFO ===== | ||
===== TROPxxx.PNG ===== | |||
PNG | |||
240x240 | |||
24/32bit | |||
Not interlaced | |||
===== TROPCONF.SFM ===== | ===== TROPCONF.SFM ===== | ||
====== Header with Sce-Np-Trophy-Signature ====== | |||
<pre>Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | <pre>Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | ||
Line 98: | Line 89: | ||
000001B0 73 69 6F 6E 3D 22 31 2E 30 22 3E 0A 20 3C 6E 70 sion="1.0">. <np sion="1.0">. <np ... | 000001B0 73 69 6F 6E 3D 22 31 2E 30 22 3E 0A 20 3C 6E 70 sion="1.0">. <np sion="1.0">. <np ... | ||
</pre> | </pre> | ||
followed by XML with the listed trophies: | |||
====== trophyconf ====== | |||
<pre> | <pre> | ||
<trophyconf version="1.0"> | <trophyconf version="1.0"> | ||
<npcommid>NPID$</npcommid> | |||
<trophyset-version>01.07</trophyset-version> | |||
<parental-level license-area="default">0</parental-level> | |||
<title-name>TitleID$</title-name> | |||
<title-detail>TitleID$ trophy set</title-detail> | |||
<trophy id="000" hidden="no" ttype="P" pid="-1"> | |||
<name>War Hero</name> | |||
<detail>Collect all TitleID$ trophies</detail> | |||
</trophy> | |||
... | |||
</trophyconf> | |||
</trophyconf> | |||
</pre> | </pre> | ||
===== TROPTRNS.DAT ===== | ===== TROPTRNS.DAT ===== | ||
not plain readable | |||
===== TROPUSR.DAT ===== | ===== TROPUSR.DAT ===== | ||
===== TROPHY.TRP ===== | |||
This is the main part of the trophy.conf | |||
{|class="wikitable" | |||
=== | |||
{| class="wikitable" | |||
|- | |- | ||
! | ! VALUE !! Meaning | ||
! | |||
! | |||
|- | |- | ||
| | | P || Platinum | ||
|- | |- | ||
| | | B || Bronze | ||
|- | |- | ||
| | | G || Gold | ||
|- | |- | ||
|} | |} | ||
<pre> | |||
<!--Sce-Np-Trophy-Signature: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx--> | |||
<trophyconf version="1.0"> | |||
<npcommid>NPXXYYYYY_00</npcommid> | |||
<trophyset-version>01.00</trophyset-version> | |||
<parental-level license-area="default">0</parental-level> | |||
<title-name>Name Game</title-name> | |||
<title-detail>Detail Game</title-detail> | |||
<trophy id="000" hidden="no" ttype="P" pid="-1"> | |||
<name>Name throphy</name> | |||
<detail>Deteails</detail> | |||
</trophy> | |||
<trophy id="001" hidden="no" ttype="B" pid="000"> | |||
<name>Name Trophy</name> | |||
<detail>Description trophy</detail> | |||
</trophy> | |||
</pre> | |||
== | == PSL1GHT and trophy's == | ||
https://github.com/an0nym0u5/PSL1GHT/tree/master/ppu/include/np | |||