1000°
67w ago - Following up on his
previous work, this weekend PlayStation 3 developer
deroad has released a PS3 SFO Reader and SFO2SFX homebrew applications complete with source code.
Download:
PS3 Tools Deroad SFO to SFX
To quote: Since today
sandungas talked about a bug in the old SFO Reader, i immediately fixed it (you can find it here: ps3devwiki.com/wiki/Dev_Tools#SFO_Reader).
Then he started talking about SFX. They are simple XML files that the ps3 can read as SFO. This is an example:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<paramsfo add_hidden="false">
<param key="ATTRIBUTE" fmt="int32" max_len="4">0</param>
<param key="CATEGORY" fmt="utf8" max_len="4">IP</param>
<param key="PARENTAL_LEVEL" fmt="int32" max_len="4">2</param>
<param key="TITLE" fmt="utf8" max_len="128">Beat Sketcher™</param>
<param key="TITLE_05" fmt="utf8" max_len="128">Beat Sketcher™ A mano libera</param>
</paramsfo><br...