Ps4-updatelist.xml: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "== PS4 Update list == <?xml version="1.0" ?> <update_data_list> <region id="jp" > <force_update> <system level0_system_version="00.000.000" level1_system_ver...")
 
mNo edit summary
Line 1: Line 1:
== PS4 Update list ==
== PS4 Update list ==


<source lang="xml">
  <?xml version="1.0" ?>
  <?xml version="1.0" ?>
  <update_data_list>
  <update_data_list>
Line 20: Line 21:
   </region>
   </region>
  </update_data_list>
  </update_data_list>
</source>


PS4 Playstation Update Packages links use the same structure as the PS Vita and PS3:
PS4 Playstation Update Packages links use the same structure as the PS Vita and PS3:

Revision as of 21:31, 15 December 2013

PS4 Update list

 <?xml version="1.0" ?>
 <update_data_list>
   <region id="jp" >
     <force_update>
       <system level0_system_version="00.000.000" level1_system_version="00.000.000" />
     </force_update>
     <system_pup version="00.000.000" label="0.000" >
       <update_data update_type="full" >
        <image size="1" >http://djp01.ps4.update.playstation.net/update/ps4/image/xxxx/PS4UPDATE.PUP?dest=jp</image>
       </update_data>
     </system_pup>
     <recovery_pup type="default" >
       <preinst_pup  version="00.000.000" />
       <system_pup version="00.000.000" label="0.000" />
       <system_ex_pup id="0" version="00.000.000.000" label="0.000.000.000" />
       <image size="1">http://djp01.ps4.update.playstation.net/update/ps4/image/xxxx/PS4UPDATE.PUP?dest=jp</image>
     </recovery_pup>
   </region>
 </update_data_list>

PS4 Playstation Update Packages links use the same structure as the PS Vita and PS3:

http://d<TLD>01.ps4.update.playstation.net/update/ps4/image/YYYY_MMDD>/pre_<md5>/PS4UPDATE.PUP?dest=<TLD>
(TLD=2 region letter abbreviation (jp,us,..), YYYY_MMDD is release date, md5 is 22-digits long HASH)