Guest User

Untitled

a guest
Jun 10th, 2026
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.88 KB | Gaming | 0 0
  1. ======================================================================
  2. FULL ANALYSIS REPORT — PLAYSTATION PKG FILES
  3. Call of Duty®: Black Ops II Remaster
  4. Source: direct analysis of official PlayStation PKG files
  5. Analysis date: June 2026
  6. ======================================================================
  7.  
  8.  
  9. ======================================================================
  10. 1. GAME IDENTIFICATION
  11. ======================================================================
  12.  
  13. Official title : Call of Duty®: Black Ops II
  14. Type : REMASTER (REMASTER_TYPE = 1, confirmed)
  15. Platform : PS4 / PS5
  16. Title ID : CUSA57548
  17. Content ID : UP0002-CUSA57548_00-CODBO2GAME000001
  18. Region : UP0002 = USA/International (Worldwide)
  19. Category : gd = Game Digital (full digital release)
  20. Format : digital50 (digital distribution)
  21.  
  22. Game version : 01.00
  23. App version : 01.01 (Day One patch included)
  24. Build date : May 30, 2026 (c_date=20260530)
  25. PlayStation SDK : version 12.50.80.00
  26.  
  27. Total size : 32.49 GB (32,490,520,576 bytes)
  28. PKG file count : 8 files (split package)
  29. - _0.pkg = 4.00 GB (contains metadata)
  30. - _1.pkg = 4.00 GB (encrypted data)
  31. - _2.pkg = 4.00 GB (encrypted data)
  32. - _3.pkg = 4.00 GB (encrypted data)
  33. - _4.pkg = 4.00 GB (encrypted data)
  34. - _5.pkg = 4.00 GB (encrypted data)
  35. - _6.pkg = 4.00 GB (encrypted data)
  36. - _7.pkg = 2.26 GB (encrypted data)
  37.  
  38. Parental level : 9/11 (violent/mature content, equivalent to PEGI 18)
  39.  
  40.  
  41. ======================================================================
  42. 2. MULTIPLAYER & ONLINE
  43. ======================================================================
  44.  
  45. ONLINE MULTIPLAYER : CONFIRMED
  46. Source: sce_sys/gameIntent.json (plaintext inside PKG)
  47.  
  48. Exact file content:
  49. ─────────────────────────
  50. {
  51. "gameIntent": {
  52. "permittedIntents": [
  53. {
  54. "intentType": "joinSession"
  55. }
  56. ]
  57. }
  58. }
  59. ─────────────────────────
  60.  
  61. Analysis:
  62. - "joinSession" = the game supports online multiplayer sessions
  63. - This PS5 declaration allows a friend to join your game directly
  64. from the PS5 interface (without going through the in-game menu)
  65. - This is the standard system used by PS5 games with active online multiplayer
  66. - Remote Play (streaming from PS4/PS5): CONFIRMED
  67. (REMOTE_PLAY_KEY_ASSIGN = 2)
  68.  
  69.  
  70. ======================================================================
  71. 3. DLC & ADDITIONAL CONTENT
  72. ======================================================================
  73.  
  74. SERVICE_ID_ADDCONT (DLC): 7 slots available, ALL EMPTY
  75.  
  76. Detail:
  77. SERVICE_ID_ADDCONT_ADD_1 = (empty)
  78. SERVICE_ID_ADDCONT_ADD_2 = (empty)
  79. SERVICE_ID_ADDCONT_ADD_3 = (empty)
  80. SERVICE_ID_ADDCONT_ADD_4 = (empty)
  81. SERVICE_ID_ADDCONT_ADD_5 = (empty)
  82. SERVICE_ID_ADDCONT_ADD_6 = (empty)
  83. SERVICE_ID_ADDCONT_ADD_7 = (empty)
  84.  
  85. Interpretation:
  86. - DLC slots are present in the structure but not filled
  87. - Two possibilities: either DLC content is INCLUDED in the base game
  88. (as was the case with other Activision remasters), or DLC will be
  89. sold separately and IDs will be activated later
  90. - No Season Pass ID detected in the accessible metadata
  91.  
  92.  
  93. ======================================================================
  94. 4. TROPHIES / ACHIEVEMENTS
  95. ======================================================================
  96.  
  97. TROPHIES: CONFIRMED (2 packs detected)
  98.  
  99. Detected files:
  100. - trophy/trophy00.trp (1024 bytes) — ENCRYPTED
  101. - trophy/trophy00.trp signature (512 bytes) — ENCRYPTED
  102. - trophy/trophy01.trp (160 bytes) — ENCRYPTED
  103. - trophy/trophy01.trp signature (532 bytes) — ENCRYPTED
  104.  
  105. Interpretation:
  106. - Two trophy packs = likely a main pack + a DLC/Platinum pack
  107. - Exact content (trophy count, names) is encrypted and inaccessible
  108. without Sony's decryption keys
  109.  
  110.  
  111. ======================================================================
  112. 5. DOWNLOAD STRUCTURE (PLAYGO)
  113. ======================================================================
  114.  
  115. Technology : PlayStation PlayGo (progressive download)
  116. Total chunks : 21 data blocks
  117. Scenarios : 1 scenario (type "sp" = single player)
  118. Initial chunks : 1 (game can launch after just 1 chunk downloaded)
  119. Chunk range : 0 to 20
  120.  
  121. Exact source (playgo-scenario.xml):
  122. ─────────────────────────────────────
  123. <chunk_info chunk_count="21" scenario_count="1">
  124. <scenarios default_id="0">
  125. <scenario id="0" type="sp" initial_chunk_count="1" label="Scenario #0">
  126. 0-20
  127. </scenario>
  128. </scenarios>
  129. </chunk_info>
  130. ─────────────────────────────────────
  131.  
  132. Important note: the scenario is labeled "sp" (single player),
  133. which is the default value even for games with multiplayer.
  134. This does NOT mean multiplayer is absent.
  135.  
  136.  
  137. ======================================================================
  138. 6. CONFIRMED INTERNAL FILE LIST
  139. ======================================================================
  140.  
  141. Filelist (ID 0x200, plaintext):
  142. ─────────────────────────────────────────
  143. param.sfo
  144. playgo-chunk.dat
  145. playgo-chunk.sha
  146. playgo-manifest.xml
  147. pronunciation.xml
  148. pronunciation.sig
  149. pic1.png
  150. app/playgo-chunk.dat
  151. icon0.png
  152. changeinfo/changeinfo.xml
  153. icon0.dds
  154. pic1.dds
  155. trophy/trophy00.trp
  156. param.json
  157. ─────────────────────────────────────────
  158.  
  159. Note: presence of param.json (JSON alternative to param.sfo),
  160. pic1.png (PS menu background image), icon0.png and icon0.dds
  161. (game icon in two formats), and pronunciation.xml (PS5 voice recognition).
  162.  
  163.  
  164. ======================================================================
  165. 7. SUPPORTED LANGUAGES (PS5 VOICE RECOGNITION)
  166. ======================================================================
  167.  
  168. 9 languages configured in gamePackage.xml:
  169. ID 00 — Japanese
  170. ID 01 — American English
  171. ID 02 — French (or German)
  172. ID 03 — Spanish
  173. ID 04 — Portuguese / Brazilian
  174. ID 05 — Italian
  175. ID 08 — Other European language
  176. ID 16 — Arabic or other
  177. ID 18 — English (variant)
  178.  
  179. Voice-recognized phrase in all languages: "Black ops two"
  180.  
  181.  
  182. ======================================================================
  183. 8. ADDITIONAL TECHNICAL INFO
  184. ======================================================================
  185.  
  186. DRM Type : 0x00000000 = NO DRM active in this build
  187. (normal for a development/test build)
  188. ATTRIBUTE : 8454176 (0x810020) — standard PS4 game flags
  189. ATTRIBUTE2 : 41976832 (0x2800000) — PS5 enhanced flags
  190. PT_PARAM : 8 — PlayStation Trophy parameter active
  191. DOWNLOAD_DATA_SIZE : 1024 bytes (small online config file)
  192. SYSTEM_VER : 324042752 (0x13500000) — minimum PS4 firmware required
  193. = PS4 firmware version 13.50 minimum
  194.  
  195. Game icon edited with: GIMP (detected in EXIF metadata of
  196. icon0.png — xmp:ModifyDate present)
  197.  
  198. Full PUBTOOLINFO:
  199. c_date=20260530 (build date: May 30, 2026)
  200. sdk_ver=12508000 (PlayStation SDK 12.50.80.00)
  201. st_type=digital50 (digital distribution)
  202. img0_l0_size=30986 (layer 0 image size)
  203. img0_l1_size=0 (no layer 1)
  204. img0_sc_ksize=11776 (seal key size)
  205. img0_pc_ksize=22656 (content key size)
  206.  
  207.  
  208. ======================================================================
  209. 9. ACCESSIBLE VS ENCRYPTED DATA
  210. ======================================================================
  211.  
  212. ACCESSIBLE (plaintext):
  213. ✓ Official game title
  214. ✓ Remaster confirmation
  215. ✓ Build date (05/30/2026)
  216. ✓ Version (01.01)
  217. ✓ Online multiplayer (joinSession)
  218. ✓ Remote Play
  219. ✓ Trophies (existence, 2 packs)
  220. ✓ Languages (9)
  221. ✓ Download structure (21 chunks)
  222. ✓ Internal file list
  223. ✓ DLC slots (7 slots, all empty)
  224. ✓ Minimum required firmware (PS4 13.50)
  225.  
  226. ENCRYPTED (inaccessible without Sony keys):
  227. ✗ Public release date
  228. ✗ Detailed game modes (Zombies, Campaign, Multiplayer)
  229. ✗ Map list and DLC maps
  230. ✗ Trophy content (names, descriptions)
  231. ✗ Campaign content
  232. ✗ Full param.sfo
  233. ✗ playgo-manifest.xml (1.98 MB of encrypted data)
  234.  
  235.  
  236. ======================================================================
  237. 10. PRESS SUMMARY
  238. ======================================================================
  239.  
  240. Call of Duty®: Black Ops II is making its comeback on PS4/PS5 as an
  241. official remaster. The PlayStation installation files confirm a
  242. finalized build dated May 30, 2026, indicating the game is complete
  243. and ready for distribution.
  244.  
  245. At 32.5 GB, the title includes online multiplayer (confirmed via the
  246. PS5 joinSession system) and Remote Play support. Two trophy packs are
  247. integrated. The PlayGo structure with 21 chunks allows players to
  248. start playing as soon as the download begins.
  249.  
  250. Regarding DLC: 7 slots are reserved in the metadata but remain empty
  251. in this build, leaving open the question of whether the original map
  252. packs (Revolution, Uprising, Vengeance, Apocalypse) are included or
  253. will be sold separately.
  254.  
  255. The game requires PS4 firmware 13.50 minimum and supports 9 languages
  256. including PS5 voice recognition.
  257.  
  258. Note: the official release date is NOT contained in the files.
  259.  
  260. ======================================================================
  261. END OF REPORT
  262. ======================================================================
  263.  
Tags: BO2 ps4/ps5
Add Comment
Please, Sign In to add comment