Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.
Following his PS2 emulation research and recent write-up, PlayStation 4 developer @flatz unveiled screenshots on Twitter of some PS2 game backups running via PS4 HEN on an exploited PS4 4.05 console while sharing an updated make_fself.py to fix issues users have experienced recently. :love:

He notes the PS4's PS2 emulation seems better than PS3's, citing that @zecoxao tested a non-working game (Klonoa 2- details HERE) on PS3 and it worked on the PlayStation 4. (y)

In related PS4 hacking news today, following his Fake PKG Generator and Make FSELF GUI PlayStation 4 developer @cfwprophet (Twitter) updated his tool to include bug fixes and the addition of a PS2 Emulator authentication information database now supporting PS4 PS2 PKGs. :geek:

Download: Make_FSELF_GUI / GIT

To quote from Flat_z's PS2 on PS4 Guide:

orbis-pub-cmd.exe patch to allow gdo project creation (it's better to rename file by adding ps2 suffix, for example):
Code:
    0x2F2BF: FF 15 AC 62 5E 00 -> 31 C0 90 90 90 90
you should take some dump of ps2-ps4 game and use it as template, i've used max payne (EP1004-CUSA04488_00-SLES503260000001), it have 1 disc only

just remove trophies/features/patches data from config file and from gp4 project below, also remove npbind.dat/nptitle.dat and trophy00.trp

remove these lines from config (you may need them later if you want to fix game issues like freezing/glitching/not booting, but you need some sort of debugging capabilities):
Code:
    --path-patches="/app0/patches"
    --path-trophydata="/app0/trophy_data"
    --path-featuredata="/app0/feature_data"
    --path-toolingscript="/app0/patches"
auth infos for fselfs:
Code:
    eboot.bin:
        paid: 0x34000003ACC20000
        auth_info:0000C2AC03000034000000008003002000FF00000000002000000000000000000000000000000000000080C000400040000000000000004002000000000080000040FFFF000000F000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    ps2-emu-compiler.self:
        paid: 0x34000003ACC20000
        auth_info:0000C2AC03000034000000008003002000FF00000000004000000000000000000000000000000000000080C000400040000000000000004008000000000080000040FFFF000000F000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    sce_module/libSceFios2.prx:
        paid: 0x34000003ACC20000
        auth_info:0000C2AC03000035000000000000000000FF000000000000000000000000000000000000000000000000004000300030000000000000004000000000000080000040FFFF000000F000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    sce_module/libc.prx:
        paid: 0x34000003ACC20000
        auth_info:0000C2AC03000035000000000000000000FF000000000000000000000000000000000000000000000000004000300030000000000000004000000000000080000040FFFF000000F000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
you need proper auth infos to create fselfs for eboot, ps2-emu-compiler and libs using make_fself.py

i should note that these auth infos are taken from 5.01, and though they may work on 4.05, it's better to dump them on 4.05 and compare (auth info of prxes could be dumped if you change auth info of your current process where you do a dump to match it to auth info from eboot.bin), also note that i've removed first 2 bytes from auth id (because it matches to CUSAXXXXX in decimal)

template gp4 (for max payne):
Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <psproject fmt="gp4" version="1000">
      <volume>
        <volume_type>pkg_ps4_app</volume_type>
        <volume_id>PS4VOLUME</volume_id>
        <volume_ts>2016-03-31 03:46:18</volume_ts>
        <package content_id="EP1004-CUSA04488_00-SLES503260000001" passcode="95AJRcZ9Fo5AfOcsN4lJErMRB12W-Iiu" storage_type="digital50" app_type="full"/>
        <chunk_info chunk_count="1" scenario_count="1">
          <chunks supported_languages="en" default_language="en">
            <chunk id="0" disc_no="0" layer_no="0" label="Chunk #0"/>
          </chunks>
          <scenarios default_id="0">
            <scenario id="0" type="sp" initial_chunk_count="1" label="Scenario #0">0</scenario>
          </scenarios>
        </chunk_info>
      </volume>
      <files img_no="0">
          <file targ_path="sce_sys/nptitle.dat" orig_path="Sc0\nptitle.dat"/>
          <file targ_path="sce_sys/npbind.dat" orig_path="Sc0\npbind.dat"/>
          <file targ_path="sce_sys/param.sfo" orig_path="Sc0\param.sfo"/>
          <file targ_path="sce_sys/pronunciation.xml" orig_path="Sc0\pronunciation.xml"/>
          <file targ_path="sce_sys/pronunciation.sig" orig_path="Sc0\pronunciation.sig"/>
          <file targ_path="sce_sys/pic1.png" orig_path="Sc0\pic1.png"/>
          <file targ_path="sce_sys/shareparam.json" orig_path="Sc0\shareparam.json"/>
          <file targ_path="sce_sys/save_data.png" orig_path="Sc0\save_data.png"/>
          <file targ_path="sce_sys/icon0.png" orig_path="Sc0\icon0.png"/>
          <file targ_path="sce_sys/trophy/trophy00.trp" orig_path="Sc0\trophy\trophy00.trp"/>
          <file targ_path="docs/revision.h" orig_path="Image0\docs\revision.h" pfs_compression="enable"/>
          <file targ_path="feature_data/SLES-50326_features.lua" orig_path="Image0\feature_data\SLES-50326_features.lua" pfs_compression="enable"/>
          <file targ_path="image/disc01.iso" orig_path="Image0\image\disc01.iso" pfs_compression="enable"/>
          <file targ_path="lua_include/ee-cpr0-alias.lua" orig_path="Image0\lua_include\ee-cpr0-alias.lua" pfs_compression="enable"/>
          <file targ_path="lua_include/ee-gpr-alias.lua" orig_path="Image0\lua_include\ee-gpr-alias.lua" pfs_compression="enable"/>
          <file targ_path="lua_include/ee-hwaddr.lua" orig_path="Image0\lua_include\ee-hwaddr.lua" pfs_compression="enable"/>
          <file targ_path="lua_include/language.lua" orig_path="Image0\lua_include\language.lua" pfs_compression="enable"/>
          <file targ_path="lua_include/pad-and-key.lua" orig_path="Image0\lua_include\pad-and-key.lua" pfs_compression="enable"/>
          <file targ_path="lua_include/ps2.lua" orig_path="Image0\lua_include\ps2.lua" pfs_compression="enable"/>
          <file targ_path="lua_include/utils.lua" orig_path="Image0\lua_include\utils.lua" pfs_compression="enable"/>
          <file targ_path="patches/SLES-50326_cli.conf" orig_path="Image0\patches\SLES-50326_cli.conf" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/base/arrow_up.png" orig_path="Image0\sce_companion_httpd\html\base\arrow_up.png" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/base/sprites.png" orig_path="Image0\sce_companion_httpd\html\base\sprites.png" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/css/default-skin.png" orig_path="Image0\sce_companion_httpd\html\css\default-skin.png"/>
          <file targ_path="sce_companion_httpd/html/css/styles.min.css" orig_path="Image0\sce_companion_httpd\html\css\styles.min.css" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/js/app.min.js" orig_path="Image0\sce_companion_httpd\html\js\app.min.js" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Box01.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Box01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Box04.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Box04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page01.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page02.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page02.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page03.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page03.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page04.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page05.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page05.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page06.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page06.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page07.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page07.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page08.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page08.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page09.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page09.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page10.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page10.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page11.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page11.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page12.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page12.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page13.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page13.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page14.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page14.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page15.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page15.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page16.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page16.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page17.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page17.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page18.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page18.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page19.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page19.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page20.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page20.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page21.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page21.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page22.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page22.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page23.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page23.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page24.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page24.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page25.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page25.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page26.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page26.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page27.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page27.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page28.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page28.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page29.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page29.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page30.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page30.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page31.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page31.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page32.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page32.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page33.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page33.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page34.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page34.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page35.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page35.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page36.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page36.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page37.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page37.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page38.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page38.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page39.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page39.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page40.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page40.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page41.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page41.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page42.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page42.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page43.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page43.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page44.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page44.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page45.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page45.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page46.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page46.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page47.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page47.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page48.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page48.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page49.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page49.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page50.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page50.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page51.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page51.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page52.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page52.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page53.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page53.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page54.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page54.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page55.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page55.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page56.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page56.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page57.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page57.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page58.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page58.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/landscape/Page59.jpg" orig_path="Image0\sce_companion_httpd\html\large\landscape\Page59.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Box01.jpg" orig_path="Image0\sce_companion_httpd\html\large\Box01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Box04.jpg" orig_path="Image0\sce_companion_httpd\html\large\Box04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page01.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page02.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page02.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page03.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page03.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page04.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page05.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page05.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page06.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page06.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page07.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page07.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page08.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page08.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page09.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page09.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page10.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page10.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page100.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page100.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page101.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page101.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page102.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page102.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page103.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page103.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page104.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page104.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page105.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page105.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page106.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page106.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page107.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page107.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page108.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page108.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page109.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page109.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page11.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page11.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page110.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page110.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page111.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page111.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page112.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page112.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page113.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page113.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page114.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page114.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page115.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page115.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page116.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page116.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page12.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page12.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page13.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page13.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page14.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page14.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page15.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page15.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page16.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page16.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page17.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page17.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page18.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page18.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page19.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page19.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page20.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page20.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page21.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page21.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page22.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page22.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page23.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page23.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page24.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page24.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page25.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page25.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page26.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page26.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page27.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page27.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page28.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page28.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page29.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page29.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page30.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page30.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page31.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page31.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page32.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page32.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page33.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page33.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page34.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page34.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page35.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page35.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page36.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page36.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page37.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page37.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page38.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page38.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page39.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page39.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page40.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page40.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page41.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page41.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page42.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page42.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page43.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page43.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page44.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page44.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page45.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page45.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page46.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page46.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page47.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page47.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page48.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page48.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page49.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page49.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page50.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page50.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page51.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page51.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page52.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page52.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page53.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page53.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page54.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page54.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page55.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page55.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page56.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page56.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page57.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page57.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page58.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page58.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page59.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page59.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page60.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page60.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page61.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page61.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page62.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page62.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page63.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page63.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page64.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page64.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page65.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page65.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page66.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page66.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page67.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page67.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page68.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page68.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page69.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page69.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page70.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page70.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page71.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page71.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page72.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page72.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page73.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page73.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page74.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page74.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page75.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page75.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page76.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page76.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page77.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page77.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page78.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page78.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page79.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page79.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page80.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page80.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page81.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page81.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page82.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page82.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page83.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page83.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page84.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page84.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page85.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page85.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page86.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page86.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page87.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page87.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page88.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page88.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page89.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page89.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page90.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page90.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page91.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page91.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page92.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page92.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page93.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page93.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page94.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page94.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page95.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page95.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page96.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page96.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page97.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page97.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page98.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page98.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/large/Page99.jpg" orig_path="Image0\sce_companion_httpd\html\large\Page99.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Box01.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Box01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Box04.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Box04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page01.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page02.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page02.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page03.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page03.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page04.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page05.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page05.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page06.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page06.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page07.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page07.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page08.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page08.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page09.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page09.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page10.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page10.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page11.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page11.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page12.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page12.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page13.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page13.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page14.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page14.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page15.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page15.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page16.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page16.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page17.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page17.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page18.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page18.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page19.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page19.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page20.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page20.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page21.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page21.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page22.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page22.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page23.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page23.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page24.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page24.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page25.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page25.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page26.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page26.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page27.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page27.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page28.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page28.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page29.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page29.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page30.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page30.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page31.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page31.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page32.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page32.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page33.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page33.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page34.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page34.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page35.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page35.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page36.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page36.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page37.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page37.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page38.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page38.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page39.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page39.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page40.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page40.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page41.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page41.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page42.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page42.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page43.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page43.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page44.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page44.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page45.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page45.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page46.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page46.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page47.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page47.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page48.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page48.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page49.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page49.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page50.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page50.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page51.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page51.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page52.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page52.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page53.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page53.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page54.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page54.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page55.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page55.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page56.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page56.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page57.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page57.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page58.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page58.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/landscape/Page59.jpg" orig_path="Image0\sce_companion_httpd\html\medium\landscape\Page59.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Box01.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Box01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Box04.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Box04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page01.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page02.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page02.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page03.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page03.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page04.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page05.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page05.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page06.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page06.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page07.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page07.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page08.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page08.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page09.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page09.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page10.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page10.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page100.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page100.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page101.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page101.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page102.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page102.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page103.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page103.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page104.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page104.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page105.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page105.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page106.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page106.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page107.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page107.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page108.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page108.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page109.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page109.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page11.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page11.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page110.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page110.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page111.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page111.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page112.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page112.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page113.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page113.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page114.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page114.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page115.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page115.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page116.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page116.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page12.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page12.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page13.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page13.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page14.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page14.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page15.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page15.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page16.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page16.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page17.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page17.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page18.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page18.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page19.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page19.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page20.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page20.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page21.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page21.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page22.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page22.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page23.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page23.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page24.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page24.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page25.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page25.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page26.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page26.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page27.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page27.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page28.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page28.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page29.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page29.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page30.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page30.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page31.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page31.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page32.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page32.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page33.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page33.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page34.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page34.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page35.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page35.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page36.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page36.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page37.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page37.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page38.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page38.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page39.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page39.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page40.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page40.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page41.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page41.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page42.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page42.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page43.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page43.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page44.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page44.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page45.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page45.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page46.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page46.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page47.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page47.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page48.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page48.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page49.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page49.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page50.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page50.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page51.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page51.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page52.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page52.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page53.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page53.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page54.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page54.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page55.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page55.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page56.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page56.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page57.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page57.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page58.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page58.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page59.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page59.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page60.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page60.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page61.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page61.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page62.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page62.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page63.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page63.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page64.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page64.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page65.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page65.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page66.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page66.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page67.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page67.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page68.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page68.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page69.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page69.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page70.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page70.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page71.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page71.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page72.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page72.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page73.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page73.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page74.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page74.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page75.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page75.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page76.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page76.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page77.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page77.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page78.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page78.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page79.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page79.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page80.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page80.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page81.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page81.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page82.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page82.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page83.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page83.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page84.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page84.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page85.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page85.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page86.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page86.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page87.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page87.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page88.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page88.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page89.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page89.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page90.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page90.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page91.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page91.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page92.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page92.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page93.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page93.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page94.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page94.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page95.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page95.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page96.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page96.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page97.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page97.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page98.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page98.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/medium/Page99.jpg" orig_path="Image0\sce_companion_httpd\html\medium\Page99.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Box01.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Box01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Box04.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Box04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page01.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page02.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page02.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page03.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page03.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page04.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page05.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page05.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page06.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page06.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page07.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page07.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page08.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page08.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page09.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page09.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page10.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page10.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page11.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page11.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page12.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page12.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page13.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page13.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page14.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page14.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page15.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page15.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page16.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page16.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page17.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page17.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page18.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page18.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page19.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page19.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page20.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page20.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page21.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page21.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page22.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page22.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page23.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page23.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page24.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page24.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page25.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page25.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page26.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page26.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page27.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page27.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page28.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page28.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page29.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page29.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page30.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page30.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page31.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page31.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page32.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page32.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page33.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page33.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page34.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page34.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page35.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page35.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page36.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page36.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page37.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page37.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page38.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page38.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page39.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page39.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page40.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page40.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page41.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page41.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page42.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page42.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page43.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page43.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page44.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page44.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page45.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page45.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page46.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page46.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page47.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page47.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page48.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page48.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page49.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page49.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page50.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page50.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page51.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page51.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page52.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page52.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page53.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page53.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page54.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page54.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page55.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page55.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page56.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page56.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page57.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page57.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page58.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page58.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/landscape/Page59.jpg" orig_path="Image0\sce_companion_httpd\html\small\landscape\Page59.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Box01.jpg" orig_path="Image0\sce_companion_httpd\html\small\Box01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Box04.jpg" orig_path="Image0\sce_companion_httpd\html\small\Box04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page01.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page02.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page02.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page03.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page03.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page04.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page05.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page05.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page06.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page06.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page07.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page07.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page08.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page08.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page09.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page09.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page10.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page10.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page100.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page100.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page101.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page101.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page102.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page102.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page103.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page103.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page104.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page104.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page105.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page105.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page106.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page106.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page107.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page107.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page108.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page108.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page109.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page109.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page11.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page11.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page110.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page110.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page111.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page111.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page112.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page112.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page113.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page113.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page114.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page114.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page115.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page115.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page116.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page116.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page12.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page12.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page13.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page13.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page14.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page14.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page15.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page15.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page16.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page16.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page17.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page17.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page18.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page18.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page19.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page19.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page20.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page20.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page21.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page21.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page22.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page22.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page23.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page23.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page24.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page24.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page25.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page25.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page26.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page26.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page27.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page27.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page28.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page28.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page29.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page29.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page30.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page30.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page31.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page31.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page32.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page32.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page33.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page33.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page34.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page34.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page35.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page35.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page36.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page36.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page37.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page37.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page38.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page38.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page39.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page39.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page40.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page40.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page41.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page41.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page42.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page42.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page43.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page43.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page44.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page44.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page45.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page45.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page46.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page46.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page47.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page47.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page48.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page48.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page49.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page49.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page50.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page50.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page51.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page51.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page52.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page52.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page53.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page53.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page54.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page54.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page55.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page55.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page56.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page56.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page57.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page57.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page58.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page58.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page59.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page59.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page60.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page60.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page61.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page61.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page62.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page62.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page63.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page63.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page64.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page64.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page65.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page65.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page66.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page66.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page67.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page67.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page68.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page68.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page69.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page69.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page70.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page70.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page71.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page71.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page72.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page72.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page73.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page73.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page74.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page74.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page75.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page75.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page76.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page76.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page77.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page77.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page78.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page78.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page79.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page79.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page80.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page80.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page81.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page81.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page82.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page82.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page83.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page83.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page84.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page84.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page85.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page85.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page86.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page86.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page87.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page87.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page88.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page88.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page89.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page89.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page90.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page90.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page91.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page91.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page92.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page92.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page93.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page93.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page94.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page94.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page95.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page95.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page96.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page96.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page97.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page97.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page98.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page98.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/small/Page99.jpg" orig_path="Image0\sce_companion_httpd\html\small\Page99.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/BoxThumb01.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\BoxThumb01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/BoxThumb04.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\BoxThumb04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb01.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb02.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb02.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb03.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb03.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb04.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb05.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb05.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb06.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb06.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb07.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb07.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb08.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb08.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb09.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb09.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb10.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb10.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb11.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb11.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb12.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb12.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb13.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb13.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb14.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb14.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb15.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb15.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb16.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb16.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb17.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb17.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb18.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb18.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb19.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb19.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb20.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb20.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb21.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb21.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb22.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb22.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb23.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb23.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb24.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb24.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb25.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb25.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb26.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb26.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb27.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb27.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb28.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb28.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb29.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb29.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb30.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb30.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb31.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb31.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb32.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb32.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb33.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb33.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb34.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb34.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb35.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb35.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb36.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb36.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb37.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb37.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb38.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb38.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb39.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb39.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb40.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb40.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb41.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb41.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb42.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb42.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb43.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb43.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb44.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb44.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb45.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb45.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb46.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb46.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb47.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb47.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb48.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb48.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb49.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb49.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb50.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb50.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb51.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb51.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb52.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb52.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb53.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb53.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb54.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb54.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb55.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb55.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb56.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb56.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb57.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb57.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb58.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb58.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/landscape/Thumb59.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\landscape\Thumb59.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/BoxThumb01.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\BoxThumb01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/BoxThumb04.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\BoxThumb04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb01.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb01.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb02.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb02.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb03.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb03.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb04.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb04.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb05.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb05.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb06.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb06.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb07.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb07.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb08.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb08.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb09.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb09.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb10.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb10.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb100.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb100.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb101.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb101.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb102.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb102.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb103.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb103.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb104.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb104.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb105.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb105.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb106.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb106.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb107.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb107.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb108.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb108.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb109.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb109.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb11.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb11.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb110.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb110.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb111.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb111.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb112.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb112.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb113.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb113.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb114.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb114.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb115.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb115.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb116.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb116.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb12.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb12.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb13.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb13.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb14.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb14.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb15.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb15.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb16.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb16.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb17.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb17.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb18.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb18.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb19.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb19.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb20.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb20.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb21.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb21.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb22.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb22.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb23.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb23.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb24.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb24.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb25.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb25.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb26.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb26.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb27.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb27.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb28.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb28.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb29.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb29.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb30.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb30.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb31.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb31.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb32.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb32.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb33.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb33.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb34.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb34.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb35.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb35.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb36.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb36.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb37.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb37.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb38.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb38.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb39.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb39.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb40.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb40.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb41.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb41.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb42.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb42.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb43.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb43.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb44.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb44.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb45.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb45.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb46.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb46.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb47.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb47.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb48.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb48.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb49.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb49.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb50.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb50.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb51.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb51.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb52.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb52.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb53.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb53.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb54.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb54.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb55.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb55.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb56.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb56.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb57.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb57.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb58.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb58.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb59.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb59.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb60.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb60.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb61.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb61.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb62.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb62.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb63.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb63.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb64.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb64.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb65.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb65.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb66.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb66.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb67.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb67.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb68.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb68.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb69.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb69.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb70.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb70.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb71.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb71.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb72.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb72.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb73.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb73.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb74.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb74.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb75.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb75.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb76.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb76.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb77.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb77.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb78.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb78.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb79.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb79.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb80.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb80.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb81.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb81.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb82.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb82.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb83.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb83.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb84.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb84.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb85.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb85.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb86.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb86.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb87.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb87.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb88.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb88.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb89.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb89.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb90.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb90.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb91.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb91.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb92.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb92.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb93.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb93.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb94.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb94.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb95.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb95.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb96.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb96.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb97.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb97.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb98.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb98.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/thumbnails/Thumb99.jpg" orig_path="Image0\sce_companion_httpd\html\thumbnails\Thumb99.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/BackCover.jpg" orig_path="Image0\sce_companion_httpd\html\BackCover.jpg" pfs_compression="enable"/>
          <file targ_path="sce_companion_httpd/html/index.html" orig_path="Image0\sce_companion_httpd\html\index.html" pfs_compression="enable"/>
          <file targ_path="trophy_data/SLES-50326_trophies.lua" orig_path="Image0\trophy_data\SLES-50326_trophies.lua" pfs_compression="enable"/>
          <file targ_path="PS20220WD20050620.crack" orig_path="Image0\PS20220WD20050620.crack" pfs_compression="enable"/>
          <file targ_path="config-emu-ps4.txt" orig_path="Image0\config-emu-ps4.txt" pfs_compression="enable"/>
          <file targ_path="formatted.card" orig_path="Image0\formatted.card" pfs_compression="enable"/>
          <file targ_path="eboot.bin" orig_path="Image0\eboot.fself"/>
          <file targ_path="ps2-emu-compiler.self" orig_path="Image0\ps2-emu-compiler.fself"/>
          <file targ_path="sce_module/libSceFios2.prx" orig_path="Image0\sce_module\libSceFios2.fself"/>
          <file targ_path="sce_module/libc.prx" orig_path="Image0\sce_module\libc.fself"/>
      </files>
      <rootdir>
        <dir targ_name="sce_sys">
          <dir targ_name="trophy"/>
        </dir>
        <dir targ_name="docs"/>
        <dir targ_name="feature_data"/>
        <dir targ_name="image"/>
        <dir targ_name="lua_include"/>
        <dir targ_name="patches"/>
        <dir targ_name="sce_companion_httpd">
          <dir targ_name="html">
            <dir targ_name="base"/>
            <dir targ_name="css"/>
            <dir targ_name="js"/>
            <dir targ_name="large">
              <dir targ_name="landscape"/>
            </dir>
            <dir targ_name="medium">
              <dir targ_name="landscape"/>
            </dir>
            <dir targ_name="small">
              <dir targ_name="landscape"/>
            </dir>
            <dir targ_name="thumbnails">
              <dir targ_name="landscape"/>
            </dir>
          </dir>
        </dir>
        <dir targ_name="sce_module"/>
        <dir targ_name="trophy_data"/>
      </rootdir>
    </psproject>
as you may see here, ps2 games use only one scenario and single chunk and all ps2 files have compression flag, so it's easy to maintain this gp4 project, just add your files here

you could also replace pictures, change title ids in all files from template's one

place iso into image/disc01.iso

then use:
Code:
    ./orbis-pub-cmd_ps2 img_create test.gp4 test.pkg
And from his updated make_fself.py:
Code:
#!/usr/bin/env python

import sys, os, struct, traceback
import hashlib, hmac
import argparse, re, string

def int_with_base_type(val):
    return int(val, 0)

def try_parse_int(x, base=0):
    try:
        return int(x, base) if isinstance(x, str) else int(x)
    except:
        return None

def align_up(x, alignment):
    return (x + (alignment - 1)) & ~(alignment - 1)

def align_down(x, alignment):
    return x & ~(alignment - 1)

def ilog2(x):
    if x <= 0:
        raise ValueError('math domain error')
    return len(bin(x)) - 3

def is_intervals_overlap(p1, p2):
    return p1[0] <= p2[1] and p1[1] <= p2[0]

def check_file_magic(f, expected_magic):
    old_offset = f.tell()
    try:
        magic = f.read(len(expected_magic))
    except:
        return False
    finally:
        f.seek(old_offset)
    return magic == expected_magic

def parse_version(version):
    major, minor, patch = (version >> 8) & 0xFF, version & 0xFF, 0 # FIXME
    major = 10 * (major >> 4) + (major & 0xF)
    minor = 10 * (minor >> 4) + (minor & 0xF)
    return '{0:d}.{1:02d}.{2:03d}'.format(major, minor, patch)

def sha256(data):
    return hashlib.sha256(data).digest()

def hmac_sha256(key, data):
    return hmac.new(key=key, msg=data, digestmod=hashlib.sha256).digest()

class ElfError(Exception):
    def __init__(self, msg):
        self.msg = msg

    def __str__(self):
        return repr(self.msg)

class ElfEHdr(object):
    FMT = '<4s5B6xB'
    EX_FMT = '<2HI3QI6H'

    MAGIC = '\x7FELF'
    CLASS64 = 0x2
    DATA2LSB = 0x1
    EM_X86_64 = 0x3E
    EV_CURRENT = 0x1

    ET_EXEC = 0x2
    ET_SCE_EXEC = 0xFE00
    ET_SCE_EXEC_ASLR = 0xFE10
    ET_SCE_DYNAMIC = 0xFE18

    def __init__(self):
        self.magic = None
        self.machine_class = None
        self.data_encoding = None
        self.version = None
        self.os_abi = None
        self.abi_version = None
        self.nident_size = None
        self.type = None
        self.machine = None
        self.version = None
        self.entry = None
        self.phoff = None
        self.shoff = None
        self.flags = None
        self.ehsize = None
        self.phentsize = None
        self.phnum = None
        self.shentsize = None
        self.shnum = None
        self.shstridx = None

    def load(self, f):
        if not check_file_magic(f, ElfEHdr.MAGIC):
            raise ElfError('Invalid magic.')

        self.magic, self.machine_class, self.data_encoding, self.version, self.os_abi, self.abi_version, self.nident_size = struct.unpack(ElfEHdr.FMT, f.read(struct.calcsize(ElfEHdr.FMT)))
        if self.machine_class != ElfEHdr.CLASS64 or self.data_encoding != ElfEHdr.DATA2LSB:
            raise ElfError('Unsupported class or data encoding.')
        self.type, self.machine, self.version, self.entry, self.phoff, self.shoff, self.flags, self.ehsize, self.phentsize, self.phnum, self.shentsize, self.shnum, self.shstridx = struct.unpack(ElfEHdr.EX_FMT, f.read(struct.calcsize(ElfEHdr.EX_FMT)))
        if self.machine != ElfEHdr.EM_X86_64 or self.version != ElfEHdr.EV_CURRENT:
            raise ElfError('Unsupported machine type or version.')
        if self.phentsize != struct.calcsize(ElfPHdr.FMT) or (self.shentsize > 0 and self.shentsize != struct.calcsize(ElfSHdr.FMT)):
            raise ElfError('Unsupported header entry size.')
        if self.type not in [ElfEHdr.ET_EXEC, ElfEHdr.ET_SCE_EXEC, ElfEHdr.ET_SCE_EXEC_ASLR, ElfEHdr.ET_SCE_DYNAMIC]:
            raise ElfError('Unsupported type.')

    def save(self, f):
        f.write(struct.pack(ElfEHdr.FMT, self.magic, self.machine_class, self.data_encoding, self.version, self.os_abi, self.abi_version, self.nident_size))
        f.write(struct.pack(ElfEHdr.EX_FMT, self.type, self.machine, self.version, self.entry, self.phoff, self.shoff, self.flags, self.ehsize, self.phentsize, self.phnum, self.shentsize, self.shnum, self.shstridx))

    def has_segments(self):
        return self.phentsize > 0 and self.phnum > 0

    def has_sections(self):
        return self.shentsize > 0 and self.shnum > 0

class ElfPHdr(object):
    FMT = '<2I6Q'

    PT_LOAD = 0x1
    PT_DYNAMIC = 0x2
    PT_INTERP = 0x3
    PT_TLS = 0x7
    PT_GNU_EH_FRAME = 0x6474E550
    PT_GNU_STACK = 0x6474E551
    PT_SCE_RELA = 0x60000000,
    PT_SCE_DYNLIBDATA = 0x61000000
    PT_SCE_PROCPARAM = 0x61000001
    PT_SCE_MODULE_PARAM = 0x61000002
    PT_SCE_RELRO = 0x61000010
    PT_SCE_COMMENT = 0x6FFFFF00
    PT_SCE_VERSION = 0x6FFFFF01

    PF_EXEC = 0x1
    PF_WRITE = 0x2
    PF_READ = 0x4
    PF_READ_EXEC = PF_READ | PF_EXEC
    PF_READ_WRITE = PF_READ | PF_WRITE

    def __init__(self, idx):
        self.idx = idx
        self.type = None
        self.flags = None
        self.offset = None
        self.vaddr = None
        self.paddr = None
        self.filesz = None
        self.memsz = None
        self.align = None

    def load(self, f):
        self.type, self.flags, self.offset, self.vaddr, self.paddr, self.filesz, self.memsz, self.align = struct.unpack(ElfPHdr.FMT, f.read(struct.calcsize(ElfPHdr.FMT)))

    def save(self, f):
        f.write(struct.pack(ElfPHdr.FMT, self.type, self.flags, self.offset, self.vaddr, self.paddr, self.filesz, self.memsz, self.align))

    def name(self):
        if self.type == ElfPHdr.PT_LOAD:
            if (self.flags & ElfPHdr.PF_READ_EXEC) == ElfPHdr.PF_READ_EXEC:
                return '.text'
            elif (self.flags & ElfPHdr.PF_READ_WRITE) == ElfPHdr.PF_READ_WRITE:
                return '.data'
            else:
                return '.load_{0:02}'.format(self.idx)
        else:
            return {
                ElfPHdr.PT_DYNAMIC: '.dynamic',
                ElfPHdr.PT_INTERP: '.interp',
                ElfPHdr.PT_TLS: '.tls',
                ElfPHdr.PT_GNU_EH_FRAME: '.eh_frame_hdr',
                ElfPHdr.PT_SCE_DYNLIBDATA: '.sce_dynlib_data',
                ElfPHdr.PT_SCE_PROCPARAM: '.sce_process_param',
                ElfPHdr.PT_SCE_MODULE_PARAM: '.sce_module_param',
                ElfPHdr.PT_SCE_COMMENT: '.sce_comment',
            }.get(self.type, None)

    def class_name(self):
        if (self.flags & ElfPHdr.PF_READ_EXEC) == ElfPHdr.PF_READ_EXEC:
            return 'CODE'
        else:
            return 'DATA'

class ElfSHdr(object):
    FMT = '<2I4Q2I2Q'

    def __init__(self, idx):
        self.idx = idx
        self.name = None
        self.type = None
        self.flags = None
        self.addr = None
        self.offset = None
        self.size = None
        self.link = None
        self.info = None
        self.align = None
        self.entsize = None

    def load(self, f):
        self.name, self.type, self.flags, self.addr, self.offset, self.size, self.link, self.info, self.align, self.entsize = struct.unpack(ElfSHdr.FMT, f.read(struct.calcsize(ElfSHdr.FMT)))

    def save(self, f):
        f.write(struct.pack(ElfSHdr.FMT, self.name, self.type, self.flags, self.addr, self.offset, self.size, self.link, self.info, self.align, self.entsize))

class ElfFile(object):
    def __init__(self, **kwargs):
        self.ehdr = None
        self.phdrs = None
        self.shdrs = None
        self.file_size = None
        self.digest = None
        self.segments = None
        self.sections = None
        self.ignore_shdrs = 'ignore_shdrs' in kwargs and kwargs['ignore_shdrs']

    def load(self, f):
        start_offset = f.tell()
        data = f.read()
        self.file_size = len(data)
        self.digest = sha256(data)
        f.seek(start_offset)

        self.ehdr = ElfEHdr()
        self.ehdr.load(f)

        if self.ignore_shdrs:
            self.ehdr.shnum = 0

        self.phdrs = []
        self.segments = []
        if self.ehdr.has_segments():
            for i in xrange(self.ehdr.phnum):
                f.seek(start_offset + self.ehdr.phoff + i * self.ehdr.phentsize)
                phdr = ElfPHdr(i)
                phdr.load(f)
                self.phdrs.append(phdr)
                if phdr.filesz > 0:
                    f.seek(start_offset + phdr.offset)
                    data = f.read(phdr.filesz)
                else:
                    data = ''
                self.segments.append(data)

        self.shdrs = []
        self.sections = []
        if self.ehdr.has_sections():
            for i in xrange(self.ehdr.shnum):
                f.seek(start_offset + self.ehdr.shoff + i * self.ehdr.shentsize)
                shdr = ElfSHdr(i)
                shdr.load(f)
                self.shdrs.append(shdr)
                if phdr.filesz > 0:
                    f.seek(start_offset + shdr.offset)
                    data = f.read(phdr.filesz)
                else:
                    data = ''
                self.sections.append(data)

    def save(self, f, no_sections=False):
        start_offset = f.tell()

        self.ehdr.save(f)

        if not no_sections:
            if self.ehdr.has_sections():
                for i in xrange(self.ehdr.shnum):
                    f.seek(start_offset + self.ehdr.shoff + i * self.ehdr.shentsize)
                    shdr = self.shdrs[i]
                    shdr.save(f)

        if self.ehdr.has_segments():
            for i in xrange(self.ehdr.phnum):
                f.seek(start_offset + self.ehdr.phoff + i * self.ehdr.phentsize)
                phdr = self.phdrs[i]
                phdr.save(f)

DIGEST_SIZE = 0x20
SIGNATURE_SIZE = 0x100
BLOCK_SIZE = 0x4000
DEFAULT_BLOCK_SIZE = 0x1000

SELF_CONTROL_BLOCK_TYPE_NPDRM = 0x3
SELF_NPDRM_CONTROL_BLOCK_CONTENT_ID_SIZE = 0x13
SELF_NPDRM_CONTROL_BLOCK_RANDOM_PAD_SIZE = 0xD

EMPTY_DIGEST = '\0' * DIGEST_SIZE
EMPTY_SIGNATURE = '\0' * SIGNATURE_SIZE

class SignedElfEntry(object):
    FMT = '<4Q'

    PROPS_ORDER_SHIFT = 0
    PROPS_ORDER_MASK = 0x1
    PROPS_ENCRYPTED_SHIFT = 1
    PROPS_ENCRYPTED_MASK = 0x1
    PROPS_SIGNED_SHIFT = 2
    PROPS_SIGNED_MASK = 0x1
    PROPS_COMPRESSED_SHIFT = 3
    PROPS_COMPRESSED_MASK = 0x1
    PROPS_WINDOW_BITS_SHIFT = 8
    PROPS_WINDOW_BITS_MASK = 0x7
    PROPS_HAS_BLOCKS_SHIFT = 11
    PROPS_HAS_BLOCKS_MASK = 0x1
    PROPS_BLOCK_SIZE_SHIFT = 12
    PROPS_BLOCK_SIZE_MASK = 0xF
    PROPS_HAS_DIGESTS_SHIFT = 16
    PROPS_HAS_DIGESTS_MASK = 0x1
    PROPS_HAS_EXTENTS_SHIFT = 17
    PROPS_HAS_EXTENTS_MASK = 0x1
    PROPS_HAS_META_SEGMENT_SHIFT = 20
    PROPS_HAS_META_SEGMENT_MASK = 0x1
    PROPS_SEGMENT_INDEX_SHIFT = 20
    PROPS_SEGMENT_INDEX_MASK = 0xFFFF
    PROPS_DEFAULT_BLOCK_SIZE = 0x1000
    PROPS_META_SEGMENT_MASK = 0xF0000

    def __init__(self, index):
        self.index = index

        self.props = None
        self.offset = None
        self.filesz = None
        self.memsz = None

        self.data = None

    def save(self, f):
        f.write(struct.pack(SignedElfEntry.FMT, self.props, self.offset, self.filesz, self.memsz))

    @property
    def order(self):
        return (self.props >> SignedElfEntry.PROPS_ORDER_SHIFT) & SignedElfEntry.PROPS_ORDER_MASK

    @order.setter
    def order(self, value):
        self.props &= ~(SignedElfEntry.PROPS_ORDER_MASK << SignedElfEntry.PROPS_ORDER_SHIFT)
        self.props |= (value & SignedElfEntry.PROPS_ORDER_MASK) << SignedElfEntry.PROPS_ORDER_SHIFT

    @property
    def encrypted(self):
        return ((self.props >> SignedElfEntry.PROPS_ENCRYPTED_SHIFT) & SignedElfEntry.PROPS_ENCRYPTED_MASK) != 0

    @encrypted.setter
    def encrypted(self, value):
        self.props &= ~(SignedElfEntry.PROPS_ENCRYPTED_MASK << SignedElfEntry.PROPS_ENCRYPTED_SHIFT)
        if value:
            self.props |= SignedElfEntry.PROPS_ENCRYPTED_MASK << SignedElfEntry.PROPS_ENCRYPTED_SHIFT

    @property
    def signed(self):
        return ((self.props >> SignedElfEntry.PROPS_SIGNED_SHIFT) & SignedElfEntry.PROPS_SIGNED_MASK) != 0

    @signed.setter
    def signed(self, value):
        self.props &= ~(SignedElfEntry.PROPS_SIGNED_MASK << SignedElfEntry.PROPS_SIGNED_SHIFT)
        if value:
            self.props |= SignedElfEntry.PROPS_SIGNED_MASK << SignedElfEntry.PROPS_SIGNED_SHIFT

    @property
    def compressed(self):
        return ((self.props >> SignedElfEntry.PROPS_COMPRESSED_SHIFT) & SignedElfEntry.PROPS_COMPRESSED_MASK) != 0

    @compressed.setter
    def compressed(self, value):
        self.props &= ~(SignedElfEntry.PROPS_COMPRESSED_MASK << SignedElfEntry.PROPS_COMPRESSED_SHIFT)
        if value:
            self.props |= SignedElfEntry.PROPS_COMPRESSED_MASK << SignedElfEntry.PROPS_COMPRESSED_SHIFT

    @property
    def has_blocks(self):
        return ((self.props >> SignedElfEntry.PROPS_HAS_BLOCKS_SHIFT) & SignedElfEntry.PROPS_HAS_BLOCKS_MASK) != 0

    @has_blocks.setter
    def has_blocks(self, value):
        self.props &= ~(SignedElfEntry.PROPS_HAS_BLOCKS_MASK << SignedElfEntry.PROPS_HAS_BLOCKS_SHIFT)
        if value:
            self.props |= SignedElfEntry.PROPS_HAS_BLOCKS_MASK << SignedElfEntry.PROPS_HAS_BLOCKS_SHIFT

    @property
    def has_digests(self):
        return ((self.props >> SignedElfEntry.PROPS_HAS_DIGESTS_SHIFT) & SignedElfEntry.PROPS_HAS_DIGESTS_MASK) != 0

    @has_digests.setter
    def has_digests(self, value):
        self.props &= ~(SignedElfEntry.PROPS_HAS_DIGESTS_MASK << SignedElfEntry.PROPS_HAS_DIGESTS_SHIFT)
        if value:
            self.props |= SignedElfEntry.PROPS_HAS_DIGESTS_MASK << SignedElfEntry.PROPS_HAS_DIGESTS_SHIFT

    @property
    def has_extents(self):
        return ((self.props >> SignedElfEntry.PROPS_HAS_EXTENTS_SHIFT) & SignedElfEntry.PROPS_HAS_EXTENTS_MASK) != 0

    @has_extents.setter
    def has_extents(self, value):
        self.props &= ~(SignedElfEntry.PROPS_HAS_EXTENTS_MASK << SignedElfEntry.PROPS_HAS_EXTENTS_SHIFT)
        if value:
            self.props |= SignedElfEntry.PROPS_HAS_EXTENTS_MASK << SignedElfEntry.PROPS_HAS_EXTENTS_SHIFT

    @property
    def has_meta_segment(self):
        return ((self.props >> SignedElfEntry.PROPS_HAS_META_SEGMENT_SHIFT) & SignedElfEntry.PROPS_HAS_META_SEGMENT_MASK) != 0

    @has_meta_segment.setter
    def has_meta_segment(self, value):
        self.props &= ~(SignedElfEntry.PROPS_HAS_META_SEGMENT_MASK << SignedElfEntry.PROPS_HAS_META_SEGMENT_SHIFT)
        if value:
            self.props |= SignedElfEntry.PROPS_HAS_META_SEGMENT_MASK << SignedElfEntry.PROPS_HAS_META_SEGMENT_SHIFT

    @property
    def wbits(self):
        return (self.props >> SignedElfEntry.PROPS_WINDOW_BITS_SHIFT) & SignedElfEntry.PROPS_WINDOW_BITS_MASK

    @wbits.setter
    def wbits(self, value):
        self.props &= ~(SignedElfEntry.PROPS_WINDOW_BITS_MASK << SignedElfEntry.PROPS_WINDOW_BITS_SHIFT)
        self.props |= (value & SignedElfEntry.PROPS_WINDOW_BITS_MASK) << SignedElfEntry.PROPS_WINDOW_BITS_SHIFT

    @property
    def block_size(self):
        if self.has_blocks:
            return 1 << (12 + (self.props >> SignedElfEntry.PROPS_BLOCK_SIZE_SHIFT) & SignedElfEntry.PROPS_BLOCK_SIZE_MASK)
        else:
            return DEFAULT_BLOCK_SIZE

    @block_size.setter
    def block_size(self, value):
        self.props &= ~(SignedElfEntry.PROPS_BLOCK_SIZE_MASK << SignedElfEntry.PROPS_BLOCK_SIZE_SHIFT)
        if self.has_blocks:
            value = ilog2(value) - 12
        else:
            value = 0 # TODO: check
        self.props |= (value & SignedElfEntry.PROPS_BLOCK_SIZE_MASK) << SignedElfEntry.PROPS_BLOCK_SIZE_SHIFT

    @property
    def segment_index(self):
        return (self.props >> SignedElfEntry.PROPS_SEGMENT_INDEX_SHIFT) & SignedElfEntry.PROPS_SEGMENT_INDEX_MASK

    @wbits.setter
    def segment_index(self, value):
        self.props &= ~(SignedElfEntry.PROPS_SEGMENT_INDEX_MASK << SignedElfEntry.PROPS_SEGMENT_INDEX_SHIFT)
        self.props |= (value & SignedElfEntry.PROPS_SEGMENT_INDEX_MASK) << SignedElfEntry.PROPS_SEGMENT_INDEX_SHIFT

    def is_meta_segment(self): # TODO: check
        return (self.props & SignedElfEntry.PROPS_META_SEGMENT_MASK) != 0

    def __repr__(self):
        return 'prs:0x{0:X} ofs:0x{1:X} fsz:0x{2:X} msz:0x{3:X}'.format(self.props, self.offset, self.filesz, self.memsz)

class SignedElfExInfo(object):
    FMT = '<4Q32s'

    PTYPE_FAKE = 0x1
    PTYPE_NPDRM_EXEC = 0x4
    PTYPE_NPDRM_DYNLIB = 0x5
    PTYPE_SYSTEM_EXEC = 0x8
    PTYPE_SYSTEM_DYNLIB = 0x9 # including Mono binaries
    PTYPE_HOST_KERNEL = 0xC
    PTYPE_SECURE_MODULE = 0xE
    PTYPE_SECURE_KERNEL = 0xF

    def __init__(self):
        self.paid = None
        self.ptype = None
        self.app_version = None
        self.fw_version = None
        self.digest = None

    def save(self, f):
        f.write(struct.pack(SignedElfExInfo.FMT, self.paid, self.ptype, self.app_version, self.fw_version, self.digest))

class SignedElfNpdrmControlBlock(object):
    FMT = '<H14x19s13s'

    def __init__(self):
        self.type = SELF_CONTROL_BLOCK_TYPE_NPDRM
        self.content_id = None
        self.random_pad = None

    def save(self, f):
        f.write(struct.pack(SignedElfNpdrmControlBlock.FMT, self.type, self.content_id, self.random_pad))

class SignedElfMetaBlock(object):
    FMT = '<80x'

    def __init__(self):
        pass

    def save(self, f):
        f.write(struct.pack(SignedElfMetaBlock.FMT))

class SignedElfMetaFooter(object):
    FMT = '<48xI28x'

    def __init__(self):
        self.unk1 = None

    def save(self, f):
        f.write(struct.pack(SignedElfMetaFooter.FMT, self.unk1))

class SignedElfFile(object):
    COMMON_HEADER_FMT = '<4s4B'
    EXT_HEADER_FMT = '<I2HQ2H4x'

    MAGIC = '\x4F\x15\x3D\x1D'
    VERSION = 0x00
    MODE = 0x01
    ENDIAN = 0x01
    ATTRIBS = 0x12

    KEY_TYPE = 0x101

    FLAGS_SEGMENT_SIGNED_SHIFT = 4
    FLAGS_SEGMENT_SIGNED_MASK = 0x7

    HAS_NPDRM = 1

    def __init__(self, elf, **kwargs):
        self.elf = elf

        self.magic = None
        self.version = None
        self.mode = None
        self.endian = None
        self.attribs = None
        self.key_type = None
        self.header_size = None
        self.meta_size = None
        self.file_size = None
        self.num_entries = None
        self.flags = None

        self.entries = None
        self.ex_info = None
        self.npdrm_control_block = None
        self.meta_blocks = None
        self.meta_footer = None
        self.signature = None
        self.version_data = None

        self.paid = kwargs['paid'] if 'paid' in kwargs and not kwargs['paid'] is None else 0x3100000000000002
        self.ptype = kwargs['ptype'] if 'ptype' in kwargs and not kwargs['ptype'] is None else SignedElfExInfo.PTYPE_FAKE
        self.app_version = kwargs['app_version'] if 'app_version' in kwargs and not kwargs['app_version'] is None else 0
        self.fw_version = kwargs['fw_version'] if 'fw_version' in kwargs and not kwargs['fw_version'] is None else 0
        self.auth_info = kwargs['auth_info'] if 'auth_info' in kwargs and not kwargs['auth_info'] is None else None

    def _prepare(self):
        self.magic = SignedElfFile.MAGIC
        self.version = SignedElfFile.VERSION
        self.mode = SignedElfFile.MODE
        self.endian = SignedElfFile.ENDIAN
        self.attribs = SignedElfFile.ATTRIBS
        self.key_type = SignedElfFile.KEY_TYPE
        self.flags = 0x2

        signed_block_count = 2
        self.flags |= (signed_block_count & SignedElfFile.FLAGS_SEGMENT_SIGNED_MASK) << SignedElfFile.FLAGS_SEGMENT_SIGNED_SHIFT

        self.entries = []
        entry_idx = 0
        for i in xrange(self.elf.ehdr.phnum):
            phdr = self.elf.phdrs[i]
            if phdr.type == ElfPHdr.PT_SCE_VERSION:
                self.version_data = self.elf.segments[i]
            if not phdr.type in [ElfPHdr.PT_LOAD, ElfPHdr.PT_SCE_RELRO, ElfPHdr.PT_SCE_DYNLIBDATA, ElfPHdr.PT_SCE_COMMENT]:
                continue
            meta_entry = SignedElfEntry(entry_idx)
            meta_entry.props = 0
            meta_entry.encrypted = False
            meta_entry.signed = True
            meta_entry.has_digests = True
            meta_entry.segment_index = entry_idx + 1
            self.entries.append(meta_entry)
            data_entry = SignedElfEntry(entry_idx + 1)
            data_entry.props = 0
            data_entry.encrypted = False
            data_entry.signed = True
            data_entry.has_blocks = True
            data_entry.block_size = BLOCK_SIZE
            data_entry.segment_index = i
            self.entries.append(data_entry)
            entry_idx += 2
        self.num_entries = len(self.entries)

        self.ex_info = SignedElfExInfo()
        self.ex_info.paid = self.paid
        self.ex_info.ptype = self.ptype
        self.ex_info.app_version = self.app_version
        self.ex_info.fw_version = self.fw_version
        self.ex_info.digest = self.elf.digest

        if SignedElfFile.HAS_NPDRM:
            self.npdrm_control_block = SignedElfNpdrmControlBlock()
            self.npdrm_control_block.content_id = '\0' * SELF_NPDRM_CONTROL_BLOCK_CONTENT_ID_SIZE
            self.npdrm_control_block.random_pad = '\0' * SELF_NPDRM_CONTROL_BLOCK_RANDOM_PAD_SIZE

        self.header_size = struct.calcsize(SignedElfFile.COMMON_HEADER_FMT) + struct.calcsize(SignedElfFile.EXT_HEADER_FMT)
        self.header_size += self.num_entries * struct.calcsize(SignedElfEntry.FMT)
        self.header_size += max(self.elf.ehdr.ehsize, self.elf.ehdr.phoff + self.elf.ehdr.phentsize * self.elf.ehdr.phnum)
        self.header_size = align_up(self.header_size, 16)
        self.header_size += struct.calcsize(SignedElfExInfo.FMT)
        if SignedElfFile.HAS_NPDRM:
            self.header_size += struct.calcsize(SignedElfNpdrmControlBlock.FMT)
        self.meta_size = self.num_entries * struct.calcsize(SignedElfMetaBlock.FMT) + struct.calcsize(SignedElfMetaFooter.FMT) + SIGNATURE_SIZE

        self.meta_blocks = []
        for i in xrange(self.num_entries):
            meta_block = SignedElfMetaBlock()
            self.meta_blocks.append(meta_block)

        self.meta_footer = SignedElfMetaFooter()
        self.meta_footer.unk1 = 0x10000

        if not self.auth_info is None:
            self.signature = (struct.pack('<QQ', len(self.auth_info), self.ex_info.paid) + self.auth_info[8:]).ljust(SIGNATURE_SIZE, '\0')
        else:
            self.signature = EMPTY_SIGNATURE

        entry_idx = 0
        offset = self.header_size + self.meta_size
        for i in xrange(self.elf.ehdr.phnum):
            phdr = self.elf.phdrs[i]
            if not phdr.type in [ElfPHdr.PT_LOAD, ElfPHdr.PT_SCE_RELRO, ElfPHdr.PT_SCE_DYNLIBDATA, ElfPHdr.PT_SCE_COMMENT]:
                continue
            print('processing segment #{0:02}...'.format(i))

            meta_entry, data_entry = self.entries[entry_idx], self.entries[entry_idx + 1]

            num_blocks = align_up(phdr.filesz, BLOCK_SIZE) // BLOCK_SIZE
            meta_entry.data = EMPTY_DIGEST * num_blocks
            meta_entry.offset = offset
            meta_entry.memsz = meta_entry.filesz = len(meta_entry.data)
            offset += meta_entry.filesz
            offset = align_up(offset, 16)

            data_entry.data = self.elf.segments[i]
            data_entry.offset = offset
            data_entry.memsz = data_entry.filesz = phdr.filesz
            offset += data_entry.filesz
            offset = align_up(offset, 16)

            entry_idx += 2

        self.file_size = offset

    def save(self, f):
        start_offset = f.tell()

        # calculate neccessary fields
        self._prepare()

        # write common header
        f.write(struct.pack(SignedElfFile.COMMON_HEADER_FMT, self.magic, self.version, self.mode, self.endian, self.attribs))

        # write extended header
        f.write(struct.pack(SignedElfFile.EXT_HEADER_FMT, self.key_type, self.header_size, self.meta_size, self.file_size, self.num_entries, self.flags))

        # write entries
        for entry in self.entries:
            entry.save(f)

        # write elf headers
        elf_offset = f.tell()
        elf_header_size = max(self.elf.ehdr.ehsize, self.elf.ehdr.phoff + self.elf.ehdr.phentsize * self.elf.ehdr.phnum)
        elf_header_size = align_up(elf_header_size, 16)
        self.elf.save(f, True)
        f.seek(elf_offset + elf_header_size)

        # write extended info
        self.ex_info.save(f)

        # write npdrm control block
        if SignedElfFile.HAS_NPDRM:
            self.npdrm_control_block.save(f)

        # write meta blocks
        for meta_block in self.meta_blocks:
            meta_block.save(f)

        # write meta footer
        self.meta_footer.save(f)

        # write signature
        f.write(self.signature)

        # write segments
        for entry in self.entries:
            f.seek(start_offset + entry.offset)
            f.write(entry.data)

        # write version
        if not self.version_data is None:
            f.write(self.version_data)

def ensure_hex_string(val, **kwargs):
    exact_size = int(kwargs['exact_size']) if 'exact_size' in kwargs else None
    min_size = int(kwargs['min_size']) if 'min_size' in kwargs else None
    max_size = int(kwargs['max_size']) if 'max_size' in kwargs else None

    val = re.sub('\s+', '', val)
    val_size = len(val)
    if val_size > 0:
        if val.startswith('0x') or val.startswith('0X'):
            val = val[2:]
        if len(val) % 2 != 0 or not all(x in string.hexdigits for x in val):
            return None
        val = val.decode('hex')
        val_size = len(val)

    if not exact_size is None and val_size != exact_size:
        return None
    else:
        if not min_size is None and val_size < min_size:
            return None
        if not max_size is None and val_size > max_size:
            return None

    return val

def input_file_type(val):
    if not os.access(val, os.F_OK | os.R_OK) or not os.path.isfile(val):
        raise argparse.ArgumentTypeError('invalid input file: {0}'.format(val))
    return val

def output_file_type(val):
    if os.access(val, os.F_OK) and (not os.path.isfile(val) or not os.access(val, os.F_OK | os.W_OK)):
        raise argparse.ArgumentTypeError('invalid output file: {0}'.format(val))
    return val

def auth_info_type(val):
    new_val = ensure_hex_string(val, exact_size=0x88)
    if new_val is None:
        raise argparse.ArgumentTypeError('invalid auth info: {0}'.format(val))
    return new_val

class MyParser(argparse.ArgumentParser):
    def error(self, message):
        self.print_help()
        sys.stderr.write('\nerror: {0}\n'.format(message))
        sys.exit(2)

parser = MyParser(description='fake signed elf maker')
parser.add_argument('input', type=input_file_type, default=None, help='elf/prx file path')
parser.add_argument('output', type=output_file_type, default=None, help='self/sprx file path')
parser.add_argument('--paid', type=int_with_base_type, default=0x3100000000000002, help='program authentication id')
parser.add_argument('--ptype', default=None, help='program type {fake, npdrm_exec, npdrm_dynlib, system_exec, system_dynlib, host_kernel, secure_module, secure_kernel}')
parser.add_argument('--app-version', type=int_with_base_type, default=0, help='application version')
parser.add_argument('--fw-version', type=int_with_base_type, default=0, help='firmware version')
parser.add_argument('--auth-info', type=auth_info_type, default=None, help='authentication info')

if len(sys.argv) == 1:
    parser.print_usage()
    sys.exit(1)

args = parser.parse_args()

paid = args.paid
if not (0 <= paid <= 0xFFFFFFFFFFFFFFFF):
    parser.error('invalid program authentication id: 0x{0:016X}'.format(paid))

ptype = SignedElfExInfo.PTYPE_FAKE
if not args.ptype is None:
    ptype = {
        'fake': SignedElfExInfo.PTYPE_FAKE,
        'npdrm_exec': SignedElfExInfo.PTYPE_NPDRM_EXEC,
        'npdrm_dynlib': SignedElfExInfo.PTYPE_NPDRM_DYNLIB,
        'system_exec': SignedElfExInfo.PTYPE_SYSTEM_EXEC,
        'system_dynlib': SignedElfExInfo.PTYPE_SYSTEM_DYNLIB,
        'host_kernel': SignedElfExInfo.PTYPE_HOST_KERNEL,
        'secure_module': SignedElfExInfo.PTYPE_SECURE_MODULE,
        'secure_kernel': SignedElfExInfo.PTYPE_SECURE_KERNEL,
    }.get(args.ptype.strip().lower(), None)
    if ptype is None:
        ptype = try_parse_int(args.ptype)
    if ptype is None:
        parser.error('invalid program type: 0x{0:016X}'.format(ptype))
if not (0 <= ptype <= 0xFFFFFFFFFFFFFFFF):
    parser.error('invalid program type: 0x{0:016X}'.format(ptype))

app_version = args.app_version
if not (0 <= app_version <= 0xFFFFFFFFFFFFFFFF):
    parser.error('invalid application version: 0x{0:016X}'.format(app_version))

fw_version = args.fw_version
if not (0 <= fw_version <= 0xFFFFFFFFFFFFFFFF):
    parser.error('invalid firmware version: 0x{0:016X}'.format(fw_version))

auth_info = args.auth_info

elf_file_path = args.input
fself_file_path = args.output

print('loading elf file: {0}'.format(elf_file_path))
try:
    with open(elf_file_path, 'rb') as f:
        elf_file = ElfFile(ignore_shdrs=True)
        elf_file.load(f)
except Exception as err:
    traceback.print_exc()
    print('')
    parser.error('unable to load elf file: {0} ({1})'.format(elf_file_path, err))

print('saving fake signed elf file: {0}'.format(fself_file_path))
try:
    with open(fself_file_path, 'wb') as f:
        self_file = SignedElfFile(elf_file, paid=paid, ptype=ptype, app_version=app_version, fw_version=fw_version, auth_info=auth_info)
        self_file.save(f)
except Exception as err:
    traceback.print_exc()
    print('')
    parser.error('unable to save fself file: {0} ({1})'.format(elf_file_path, err))

print('done')
Make_FSELF_GUI v1.1 Changelog:
  • Corrected a bug in the db reading routine which would cause the reading process to stop if there is a second app entry for a fw version.
  • Added "Only Fake Sign" mode which just use standart make_fself.py settings without any change.
  • Added the ps2-emu Authentication Information base (0x0000 for decimal) to the database.
Code:
├── config-emu-ps4.txt
├── docs
│   └── revision.h
├── eboot.bin
├── feature_data
│   └── SLES-50326_features.lua
├── formatted.card
├── image
│   └── disc01.iso
├── lua_include
│   ├── ee-cpr0-alias.lua
│   ├── ee-gpr-alias.lua
│   ├── ee-hwaddr.lua
│   ├── language.lua
│   ├── pad-and-key.lua
│   ├── ps2.lua
│   └── utils.lua
├── patches
│   └── SLES-50326_cli.conf
├── PS20220WD20050620.crack
├── ps2-emu-compiler.self
├── sce_companion_httpd
│   └── html
│      ├── BackCover.jpg
│      ├── base
│      │   ├── arrow_up.png
│      │   └── sprites.png
│      ├── css
│      │   ├── default-skin.png
│      │   └── styles.min.css
│      ├── index.html
│      ├── js
│      │   └── app.min.js
│      ├── large
│      │   ├── Box01.jpg
│      │   ├── Box04.jpg
│      │   ├── landscape
│      │   │   ├── Box01.jpg
│      │   │   ├── Box04.jpg
│      │   │   ├── Page01.jpg
│      │   │   ├── Page02.jpg
│      │   │   ├── Page03.jpg
│      │   │   ├── Page04.jpg
│      │   │   ├── Page05.jpg
│      │   │   ├── Page06.jpg
│      │   │   ├── Page07.jpg
│      │   │   ├── Page08.jpg
│      │   │   ├── Page09.jpg
│      │   │   ├── Page10.jpg
│      │   │   ├── Page11.jpg
│      │   │   ├── Page12.jpg
│      │   │   ├── Page13.jpg
│      │   │   ├── Page14.jpg
│      │   │   ├── Page15.jpg
│      │   │   ├── Page16.jpg
│      │   │   ├── Page17.jpg
│      │   │   ├── Page18.jpg
│      │   │   ├── Page19.jpg
│      │   │   ├── Page20.jpg
│      │   │   ├── Page21.jpg
│      │   │   ├── Page22.jpg
│      │   │   ├── Page23.jpg
│      │   │   ├── Page24.jpg
│      │   │   ├── Page25.jpg
│      │   │   ├── Page26.jpg
│      │   │   ├── Page27.jpg
│      │   │   ├── Page28.jpg
│      │   │   ├── Page29.jpg
│      │   │   ├── Page30.jpg
│      │   │   ├── Page31.jpg
│      │   │   ├── Page32.jpg
│      │   │   ├── Page33.jpg
│      │   │   ├── Page34.jpg
│      │   │   ├── Page35.jpg
│      │   │   ├── Page36.jpg
│      │   │   ├── Page37.jpg
│      │   │   ├── Page38.jpg
│      │   │   ├── Page39.jpg
│      │   │   ├── Page40.jpg
│      │   │   ├── Page41.jpg
│      │   │   ├── Page42.jpg
│      │   │   ├── Page43.jpg
│      │   │   ├── Page44.jpg
│      │   │   ├── Page45.jpg
│      │   │   ├── Page46.jpg
│      │   │   ├── Page47.jpg
│      │   │   ├── Page48.jpg
│      │   │   ├── Page49.jpg
│      │   │   ├── Page50.jpg
│      │   │   ├── Page51.jpg
│      │   │   ├── Page52.jpg
│      │   │   ├── Page53.jpg
│      │   │   ├── Page54.jpg
│      │   │   ├── Page55.jpg
│      │   │   ├── Page56.jpg
│      │   │   ├── Page57.jpg
│      │   │   ├── Page58.jpg
│      │   │   └── Page59.jpg
│      │   ├── Page01.jpg
│      │   ├── Page02.jpg
│      │   ├── Page03.jpg
│      │   ├── Page04.jpg
│      │   ├── Page05.jpg
│      │   ├── Page06.jpg
│      │   ├── Page07.jpg
│      │   ├── Page08.jpg
│      │   ├── Page09.jpg
│      │   ├── Page100.jpg
│      │   ├── Page101.jpg
│      │   ├── Page102.jpg
│      │   ├── Page103.jpg
│      │   ├── Page104.jpg
│      │   ├── Page105.jpg
│      │   ├── Page106.jpg
│      │   ├── Page107.jpg
│      │   ├── Page108.jpg
│      │   ├── Page109.jpg
│      │   ├── Page10.jpg
│      │   ├── Page110.jpg
│      │   ├── Page111.jpg
│      │   ├── Page112.jpg
│      │   ├── Page113.jpg
│      │   ├── Page114.jpg
│      │   ├── Page115.jpg
│      │   ├── Page116.jpg
│      │   ├── Page11.jpg
│      │   ├── Page12.jpg
│      │   ├── Page13.jpg
│      │   ├── Page14.jpg
│      │   ├── Page15.jpg
│      │   ├── Page16.jpg
│      │   ├── Page17.jpg
│      │   ├── Page18.jpg
│      │   ├── Page19.jpg
│      │   ├── Page20.jpg
│      │   ├── Page21.jpg
│      │   ├── Page22.jpg
│      │   ├── Page23.jpg
│      │   ├── Page24.jpg
│      │   ├── Page25.jpg
│      │   ├── Page26.jpg
│      │   ├── Page27.jpg
│      │   ├── Page28.jpg
│      │   ├── Page29.jpg
│      │   ├── Page30.jpg
│      │   ├── Page31.jpg
│      │   ├── Page32.jpg
│      │   ├── Page33.jpg
│      │   ├── Page34.jpg
│      │   ├── Page35.jpg
│      │   ├── Page36.jpg
│      │   ├── Page37.jpg
│      │   ├── Page38.jpg
│      │   ├── Page39.jpg
│      │   ├── Page40.jpg
│      │   ├── Page41.jpg
│      │   ├── Page42.jpg
│      │   ├── Page43.jpg
│      │   ├── Page44.jpg
│      │   ├── Page45.jpg
│      │   ├── Page46.jpg
│      │   ├── Page47.jpg
│      │   ├── Page48.jpg
│      │   ├── Page49.jpg
│      │   ├── Page50.jpg
│      │   ├── Page51.jpg
│      │   ├── Page52.jpg
│      │   ├── Page53.jpg
│      │   ├── Page54.jpg
│      │   ├── Page55.jpg
│      │   ├── Page56.jpg
│      │   ├── Page57.jpg
│      │   ├── Page58.jpg
│      │   ├── Page59.jpg
│      │   ├── Page60.jpg
│      │   ├── Page61.jpg
│      │   ├── Page62.jpg
│      │   ├── Page63.jpg
│      │   ├── Page64.jpg
│      │   ├── Page65.jpg
│      │   ├── Page66.jpg
│      │   ├── Page67.jpg
│      │   ├── Page68.jpg
│      │   ├── Page69.jpg
│      │   ├── Page70.jpg
│      │   ├── Page71.jpg
│      │   ├── Page72.jpg
│      │   ├── Page73.jpg
│      │   ├── Page74.jpg
│      │   ├── Page75.jpg
│      │   ├── Page76.jpg
│      │   ├── Page77.jpg
│      │   ├── Page78.jpg
│      │   ├── Page79.jpg
│      │   ├── Page80.jpg
│      │   ├── Page81.jpg
│      │   ├── Page82.jpg
│      │   ├── Page83.jpg
│      │   ├── Page84.jpg
│      │   ├── Page85.jpg
│      │   ├── Page86.jpg
│      │   ├── Page87.jpg
│      │   ├── Page88.jpg
│      │   ├── Page89.jpg
│      │   ├── Page90.jpg
│      │   ├── Page91.jpg
│      │   ├── Page92.jpg
│      │   ├── Page93.jpg
│      │   ├── Page94.jpg
│      │   ├── Page95.jpg
│      │   ├── Page96.jpg
│      │   ├── Page97.jpg
│      │   ├── Page98.jpg
│      │   └── Page99.jpg
│      ├── medium
│      │   ├── Box01.jpg
│      │   ├── Box04.jpg
│      │   ├── landscape
│      │   │   ├── Box01.jpg
│      │   │   ├── Box04.jpg
│      │   │   ├── Page01.jpg
│      │   │   ├── Page02.jpg
│      │   │   ├── Page03.jpg
│      │   │   ├── Page04.jpg
│      │   │   ├── Page05.jpg
│      │   │   ├── Page06.jpg
│      │   │   ├── Page07.jpg
│      │   │   ├── Page08.jpg
│      │   │   ├── Page09.jpg
│      │   │   ├── Page10.jpg
│      │   │   ├── Page11.jpg
│      │   │   ├── Page12.jpg
│      │   │   ├── Page13.jpg
│      │   │   ├── Page14.jpg
│      │   │   ├── Page15.jpg
│      │   │   ├── Page16.jpg
│      │   │   ├── Page17.jpg
│      │   │   ├── Page18.jpg
│      │   │   ├── Page19.jpg
│      │   │   ├── Page20.jpg
│      │   │   ├── Page21.jpg
│      │   │   ├── Page22.jpg
│      │   │   ├── Page23.jpg
│      │   │   ├── Page24.jpg
│      │   │   ├── Page25.jpg
│      │   │   ├── Page26.jpg
│      │   │   ├── Page27.jpg
│      │   │   ├── Page28.jpg
│      │   │   ├── Page29.jpg
│      │   │   ├── Page30.jpg
│      │   │   ├── Page31.jpg
│      │   │   ├── Page32.jpg
│      │   │   ├── Page33.jpg
│      │   │   ├── Page34.jpg
│      │   │   ├── Page35.jpg
│      │   │   ├── Page36.jpg
│      │   │   ├── Page37.jpg
│      │   │   ├── Page38.jpg
│      │   │   ├── Page39.jpg
│      │   │   ├── Page40.jpg
│      │   │   ├── Page41.jpg
│      │   │   ├── Page42.jpg
│      │   │   ├── Page43.jpg
│      │   │   ├── Page44.jpg
│      │   │   ├── Page45.jpg
│      │   │   ├── Page46.jpg
│      │   │   ├── Page47.jpg
│      │   │   ├── Page48.jpg
│      │   │   ├── Page49.jpg
│      │   │   ├── Page50.jpg
│      │   │   ├── Page51.jpg
│      │   │   ├── Page52.jpg
│      │   │   ├── Page53.jpg
│      │   │   ├── Page54.jpg
│      │   │   ├── Page55.jpg
│      │   │   ├── Page56.jpg
│      │   │   ├── Page57.jpg
│      │   │   ├── Page58.jpg
│      │   │   └── Page59.jpg
│      │   ├── Page01.jpg
│      │   ├── Page02.jpg
│      │   ├── Page03.jpg
│      │   ├── Page04.jpg
│      │   ├── Page05.jpg
│      │   ├── Page06.jpg
│      │   ├── Page07.jpg
│      │   ├── Page08.jpg
│      │   ├── Page09.jpg
│      │   ├── Page100.jpg
│      │   ├── Page101.jpg
│      │   ├── Page102.jpg
│      │   ├── Page103.jpg
│      │   ├── Page104.jpg
│      │   ├── Page105.jpg
│      │   ├── Page106.jpg
│      │   ├── Page107.jpg
│      │   ├── Page108.jpg
│      │   ├── Page109.jpg
│      │   ├── Page10.jpg
│      │   ├── Page110.jpg
│      │   ├── Page111.jpg
│      │   ├── Page112.jpg
│      │   ├── Page113.jpg
│      │   ├── Page114.jpg
│      │   ├── Page115.jpg
│      │   ├── Page116.jpg
│      │   ├── Page11.jpg
│      │   ├── Page12.jpg
│      │   ├── Page13.jpg
│      │   ├── Page14.jpg
│      │   ├── Page15.jpg
│      │   ├── Page16.jpg
│      │   ├── Page17.jpg
│      │   ├── Page18.jpg
│      │   ├── Page19.jpg
│      │   ├── Page20.jpg
│      │   ├── Page21.jpg
│      │   ├── Page22.jpg
│      │   ├── Page23.jpg
│      │   ├── Page24.jpg
│      │   ├── Page25.jpg
│      │   ├── Page26.jpg
│      │   ├── Page27.jpg
│      │   ├── Page28.jpg
│      │   ├── Page29.jpg
│      │   ├── Page30.jpg
│      │   ├── Page31.jpg
│      │   ├── Page32.jpg
│      │   ├── Page33.jpg
│      │   ├── Page34.jpg
│      │   ├── Page35.jpg
│      │   ├── Page36.jpg
│      │   ├── Page37.jpg
│      │   ├── Page38.jpg
│      │   ├── Page39.jpg
│      │   ├── Page40.jpg
│      │   ├── Page41.jpg
│      │   ├── Page42.jpg
│      │   ├── Page43.jpg
│      │   ├── Page44.jpg
│      │   ├── Page45.jpg
│      │   ├── Page46.jpg
│      │   ├── Page47.jpg
│      │   ├── Page48.jpg
│      │   ├── Page49.jpg
│      │   ├── Page50.jpg
│      │   ├── Page51.jpg
│      │   ├── Page52.jpg
│      │   ├── Page53.jpg
│      │   ├── Page54.jpg
│      │   ├── Page55.jpg
│      │   ├── Page56.jpg
│      │   ├── Page57.jpg
│      │   ├── Page58.jpg
│      │   ├── Page59.jpg
│      │   ├── Page60.jpg
│      │   ├── Page61.jpg
│      │   ├── Page62.jpg
│      │   ├── Page63.jpg
│      │   ├── Page64.jpg
│      │   ├── Page65.jpg
│      │   ├── Page66.jpg
│      │   ├── Page67.jpg
│      │   ├── Page68.jpg
│      │   ├── Page69.jpg
│      │   ├── Page70.jpg
│      │   ├── Page71.jpg
│      │   ├── Page72.jpg
│      │   ├── Page73.jpg
│      │   ├── Page74.jpg
│      │   ├── Page75.jpg
│      │   ├── Page76.jpg
│      │   ├── Page77.jpg
│      │   ├── Page78.jpg
│      │   ├── Page79.jpg
│      │   ├── Page80.jpg
│      │   ├── Page81.jpg
│      │   ├── Page82.jpg
│      │   ├── Page83.jpg
│      │   ├── Page84.jpg
│      │   ├── Page85.jpg
│      │   ├── Page86.jpg
│      │   ├── Page87.jpg
│      │   ├── Page88.jpg
│      │   ├── Page89.jpg
│      │   ├── Page90.jpg
│      │   ├── Page91.jpg
│      │   ├── Page92.jpg
│      │   ├── Page93.jpg
│      │   ├── Page94.jpg
│      │   ├── Page95.jpg
│      │   ├── Page96.jpg
│      │   ├── Page97.jpg
│      │   ├── Page98.jpg
│      │   └── Page99.jpg
│      ├── small
│      │   ├── Box01.jpg
│      │   ├── Box04.jpg
│      │   ├── landscape
│      │   │   ├── Box01.jpg
│      │   │   ├── Box04.jpg
│      │   │   ├── Page01.jpg
│      │   │   ├── Page02.jpg
│      │   │   ├── Page03.jpg
│      │   │   ├── Page04.jpg
│      │   │   ├── Page05.jpg
│      │   │   ├── Page06.jpg
│      │   │   ├── Page07.jpg
│      │   │   ├── Page08.jpg
│      │   │   ├── Page09.jpg
│      │   │   ├── Page10.jpg
│      │   │   ├── Page11.jpg
│      │   │   ├── Page12.jpg
│      │   │   ├── Page13.jpg
│      │   │   ├── Page14.jpg
│      │   │   ├── Page15.jpg
│      │   │   ├── Page16.jpg
│      │   │   ├── Page17.jpg
│      │   │   ├── Page18.jpg
│      │   │   ├── Page19.jpg
│      │   │   ├── Page20.jpg
│      │   │   ├── Page21.jpg
│      │   │   ├── Page22.jpg
│      │   │   ├── Page23.jpg
│      │   │   ├── Page24.jpg
│      │   │   ├── Page25.jpg
│      │   │   ├── Page26.jpg
│      │   │   ├── Page27.jpg
│      │   │   ├── Page28.jpg
│      │   │   ├── Page29.jpg
│      │   │   ├── Page30.jpg
│      │   │   ├── Page31.jpg
│      │   │   ├── Page32.jpg
│      │   │   ├── Page33.jpg
│      │   │   ├── Page34.jpg
│      │   │   ├── Page35.jpg
│      │   │   ├── Page36.jpg
│      │   │   ├── Page37.jpg
│      │   │   ├── Page38.jpg
│      │   │   ├── Page39.jpg
│      │   │   ├── Page40.jpg
│      │   │   ├── Page41.jpg
│      │   │   ├── Page42.jpg
│      │   │   ├── Page43.jpg
│      │   │   ├── Page44.jpg
│      │   │   ├── Page45.jpg
│      │   │   ├── Page46.jpg
│      │   │   ├── Page47.jpg
│      │   │   ├── Page48.jpg
│      │   │   ├── Page49.jpg
│      │   │   ├── Page50.jpg
│      │   │   ├── Page51.jpg
│      │   │   ├── Page52.jpg
│      │   │   ├── Page53.jpg
│      │   │   ├── Page54.jpg
│      │   │   ├── Page55.jpg
│      │   │   ├── Page56.jpg
│      │   │   ├── Page57.jpg
│      │   │   ├── Page58.jpg
│      │   │   └── Page59.jpg
│      │   ├── Page01.jpg
│      │   ├── Page02.jpg
│      │   ├── Page03.jpg
│      │   ├── Page04.jpg
│      │   ├── Page05.jpg
│      │   ├── Page06.jpg
│      │   ├── Page07.jpg
│      │   ├── Page08.jpg
│      │   ├── Page09.jpg
│      │   ├── Page100.jpg
│      │   ├── Page101.jpg
│      │   ├── Page102.jpg
│      │   ├── Page103.jpg
│      │   ├── Page104.jpg
│      │   ├── Page105.jpg
│      │   ├── Page106.jpg
│      │   ├── Page107.jpg
│      │   ├── Page108.jpg
│      │   ├── Page109.jpg
│      │   ├── Page10.jpg
│      │   ├── Page110.jpg
│      │   ├── Page111.jpg
│      │   ├── Page112.jpg
│      │   ├── Page113.jpg
│      │   ├── Page114.jpg
│      │   ├── Page115.jpg
│      │   ├── Page116.jpg
│      │   ├── Page11.jpg
│      │   ├── Page12.jpg
│      │   ├── Page13.jpg
│      │   ├── Page14.jpg
│      │   ├── Page15.jpg
│      │   ├── Page16.jpg
│      │   ├── Page17.jpg
│      │   ├── Page18.jpg
│      │   ├── Page19.jpg
│      │   ├── Page20.jpg
│      │   ├── Page21.jpg
│      │   ├── Page22.jpg
│      │   ├── Page23.jpg
│      │   ├── Page24.jpg
│      │   ├── Page25.jpg
│      │   ├── Page26.jpg
│      │   ├── Page27.jpg
│      │   ├── Page28.jpg
│      │   ├── Page29.jpg
│      │   ├── Page30.jpg
│      │   ├── Page31.jpg
│      │   ├── Page32.jpg
│      │   ├── Page33.jpg
│      │   ├── Page34.jpg
│      │   ├── Page35.jpg
│      │   ├── Page36.jpg
│      │   ├── Page37.jpg
│      │   ├── Page38.jpg
│      │   ├── Page39.jpg
│      │   ├── Page40.jpg
│      │   ├── Page41.jpg
│      │   ├── Page42.jpg
│      │   ├── Page43.jpg
│      │   ├── Page44.jpg
│      │   ├── Page45.jpg
│      │   ├── Page46.jpg
│      │   ├── Page47.jpg
│      │   ├── Page48.jpg
│      │   ├── Page49.jpg
│      │   ├── Page50.jpg
│      │   ├── Page51.jpg
│      │   ├── Page52.jpg
│      │   ├── Page53.jpg
│      │   ├── Page54.jpg
│      │   ├── Page55.jpg
│      │   ├── Page56.jpg
│      │   ├── Page57.jpg
│      │   ├── Page58.jpg
│      │   ├── Page59.jpg
│      │   ├── Page60.jpg
│      │   ├── Page61.jpg
│      │   ├── Page62.jpg
│      │   ├── Page63.jpg
│      │   ├── Page64.jpg
│      │   ├── Page65.jpg
│      │   ├── Page66.jpg
│      │   ├── Page67.jpg
│      │   ├── Page68.jpg
│      │   ├── Page69.jpg
│      │   ├── Page70.jpg
│      │   ├── Page71.jpg
│      │   ├── Page72.jpg
│      │   ├── Page73.jpg
│      │   ├── Page74.jpg
│      │   ├── Page75.jpg
│      │   ├── Page76.jpg
│      │   ├── Page77.jpg
│      │   ├── Page78.jpg
│      │   ├── Page79.jpg
│      │   ├── Page80.jpg
│      │   ├── Page81.jpg
│      │   ├── Page82.jpg
│      │   ├── Page83.jpg
│      │   ├── Page84.jpg
│      │   ├── Page85.jpg
│      │   ├── Page86.jpg
│      │   ├── Page87.jpg
│      │   ├── Page88.jpg
│      │   ├── Page89.jpg
│      │   ├── Page90.jpg
│      │   ├── Page91.jpg
│      │   ├── Page92.jpg
│      │   ├── Page93.jpg
│      │   ├── Page94.jpg
│      │   ├── Page95.jpg
│      │   ├── Page96.jpg
│      │   ├── Page97.jpg
│      │   ├── Page98.jpg
│      │   └── Page99.jpg
│      └── thumbnails
│          ├── BoxThumb01.jpg
│          ├── BoxThumb04.jpg
│          ├── landscape
│          │   ├── BoxThumb01.jpg
│          │   ├── BoxThumb04.jpg
│          │   ├── Thumb01.jpg
│          │   ├── Thumb02.jpg
│          │   ├── Thumb03.jpg
│          │   ├── Thumb04.jpg
│          │   ├── Thumb05.jpg
│          │   ├── Thumb06.jpg
│          │   ├── Thumb07.jpg
│          │   ├── Thumb08.jpg
│          │   ├── Thumb09.jpg
│          │   ├── Thumb10.jpg
│          │   ├── Thumb11.jpg
│          │   ├── Thumb12.jpg
│          │   ├── Thumb13.jpg
│          │   ├── Thumb14.jpg
│          │   ├── Thumb15.jpg
│          │   ├── Thumb16.jpg
│          │   ├── Thumb17.jpg
│          │   ├── Thumb18.jpg
│          │   ├── Thumb19.jpg
│          │   ├── Thumb20.jpg
│          │   ├── Thumb21.jpg
│          │   ├── Thumb22.jpg
│          │   ├── Thumb23.jpg
│          │   ├── Thumb24.jpg
│          │   ├── Thumb25.jpg
│          │   ├── Thumb26.jpg
│          │   ├── Thumb27.jpg
│          │   ├── Thumb28.jpg
│          │   ├── Thumb29.jpg
│          │   ├── Thumb30.jpg
│          │   ├── Thumb31.jpg
│          │   ├── Thumb32.jpg
│          │   ├── Thumb33.jpg
│          │   ├── Thumb34.jpg
│          │   ├── Thumb35.jpg
│          │   ├── Thumb36.jpg
│          │   ├── Thumb37.jpg
│          │   ├── Thumb38.jpg
│          │   ├── Thumb39.jpg
│          │   ├── Thumb40.jpg
│          │   ├── Thumb41.jpg
│          │   ├── Thumb42.jpg
│          │   ├── Thumb43.jpg
│          │   ├── Thumb44.jpg
│          │   ├── Thumb45.jpg
│          │   ├── Thumb46.jpg
│          │   ├── Thumb47.jpg
│          │   ├── Thumb48.jpg
│          │   ├── Thumb49.jpg
│          │   ├── Thumb50.jpg
│          │   ├── Thumb51.jpg
│          │   ├── Thumb52.jpg
│          │   ├── Thumb53.jpg
│          │   ├── Thumb54.jpg
│          │   ├── Thumb55.jpg
│          │   ├── Thumb56.jpg
│          │   ├── Thumb57.jpg
│          │   ├── Thumb58.jpg
│          │   └── Thumb59.jpg
│          ├── Thumb01.jpg
│          ├── Thumb02.jpg
│          ├── Thumb03.jpg
│          ├── Thumb04.jpg
│          ├── Thumb05.jpg
│          ├── Thumb06.jpg
│          ├── Thumb07.jpg
│          ├── Thumb08.jpg
│          ├── Thumb09.jpg
│          ├── Thumb100.jpg
│          ├── Thumb101.jpg
│          ├── Thumb102.jpg
│          ├── Thumb103.jpg
│          ├── Thumb104.jpg
│          ├── Thumb105.jpg
│          ├── Thumb106.jpg
│          ├── Thumb107.jpg
│          ├── Thumb108.jpg
│          ├── Thumb109.jpg
│          ├── Thumb10.jpg
│          ├── Thumb110.jpg
│          ├── Thumb111.jpg
│          ├── Thumb112.jpg
│          ├── Thumb113.jpg
│          ├── Thumb114.jpg
│          ├── Thumb115.jpg
│          ├── Thumb116.jpg
│          ├── Thumb11.jpg
│          ├── Thumb12.jpg
│          ├── Thumb13.jpg
│          ├── Thumb14.jpg
│          ├── Thumb15.jpg
│          ├── Thumb16.jpg
│          ├── Thumb17.jpg
│          ├── Thumb18.jpg
│          ├── Thumb19.jpg
│          ├── Thumb20.jpg
│          ├── Thumb21.jpg
│          ├── Thumb22.jpg
│          ├── Thumb23.jpg
│          ├── Thumb24.jpg
│          ├── Thumb25.jpg
│          ├── Thumb26.jpg
│          ├── Thumb27.jpg
│          ├── Thumb28.jpg
│          ├── Thumb29.jpg
│          ├── Thumb30.jpg
│          ├── Thumb31.jpg
│          ├── Thumb32.jpg
│          ├── Thumb33.jpg
│          ├── Thumb34.jpg
│          ├── Thumb35.jpg
│          ├── Thumb36.jpg
│          ├── Thumb37.jpg
│          ├── Thumb38.jpg
│          ├── Thumb39.jpg
│          ├── Thumb40.jpg
│          ├── Thumb41.jpg
│          ├── Thumb42.jpg
│          ├── Thumb43.jpg
│          ├── Thumb44.jpg
│          ├── Thumb45.jpg
│          ├── Thumb46.jpg
│          ├── Thumb47.jpg
│          ├── Thumb48.jpg
│          ├── Thumb49.jpg
│          ├── Thumb50.jpg
│          ├── Thumb51.jpg
│          ├── Thumb52.jpg
│          ├── Thumb53.jpg
│          ├── Thumb54.jpg
│          ├── Thumb55.jpg
│          ├── Thumb56.jpg
│          ├── Thumb57.jpg
│          ├── Thumb58.jpg
│          ├── Thumb59.jpg
│          ├── Thumb60.jpg
│          ├── Thumb61.jpg
│          ├── Thumb62.jpg
│          ├── Thumb63.jpg
│          ├── Thumb64.jpg
│          ├── Thumb65.jpg
│          ├── Thumb66.jpg
│          ├── Thumb67.jpg
│          ├── Thumb68.jpg
│          ├── Thumb69.jpg
│          ├── Thumb70.jpg
│          ├── Thumb71.jpg
│          ├── Thumb72.jpg
│          ├── Thumb73.jpg
│          ├── Thumb74.jpg
│          ├── Thumb75.jpg
│          ├── Thumb76.jpg
│          ├── Thumb77.jpg
│          ├── Thumb78.jpg
│          ├── Thumb79.jpg
│          ├── Thumb80.jpg
│          ├── Thumb81.jpg
│          ├── Thumb82.jpg
│          ├── Thumb83.jpg
│          ├── Thumb84.jpg
│          ├── Thumb85.jpg
│          ├── Thumb86.jpg
│          ├── Thumb87.jpg
│          ├── Thumb88.jpg
│          ├── Thumb89.jpg
│          ├── Thumb90.jpg
│          ├── Thumb91.jpg
│          ├── Thumb92.jpg
│          ├── Thumb93.jpg
│          ├── Thumb94.jpg
│          ├── Thumb95.jpg
│          ├── Thumb96.jpg
│          ├── Thumb97.jpg
│          ├── Thumb98.jpg
│          └── Thumb99.jpg
├── sce_module
│   ├── libc.prx
│   └── libSceFios2.prx
├── sce_sys
│   ├── about
│   │   └── right.sprx
│   └── keystone
└── trophy_data
   └── SLES-50326_trophies.lua
Cheers to @Bassabov, @DoxyMarket, @Orgad, @prreis, @seanp2500, @SSShowmik, @tester99 and @xthird16 for all the news tips in the PSXHAX Shoutbox! :beer:
PS2 Game Backups on PS4 HEN 4.05 & Make_fself.py Update by Flat_z.jpg
 

Comments

Anyone have a decrypted PS4 PS2 emu pkg they would care to share? Would love to try cfwprophet's new ps2 pkg generator tool but I can't track down any decrypted PKG files anywhere!

Thanks!
 
oh boy this is harder than i thought so i need to get a decrypted pkg hmm let me see if i have one handy

thanks I think I understand now. I thought it could do ps2 iso it's not like that.
 
All, This is pretty much injecting a ps2 iso into a decrypted ps2 pkg. So we need a decrypted ps2 pkg. I would make my own but my hacked ps4 is not activated and I can't buy one off of the psn.....
 
Status
Not open for further replies.
Back
Top