Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ======================================================================
- FULL ANALYSIS REPORT — PLAYSTATION PKG FILES
- Call of Duty®: Black Ops II Remaster
- Source: direct analysis of official PlayStation PKG files
- Analysis date: June 2026
- ======================================================================
- ======================================================================
- 1. GAME IDENTIFICATION
- ======================================================================
- Official title : Call of Duty®: Black Ops II
- Type : REMASTER (REMASTER_TYPE = 1, confirmed)
- Platform : PS4 / PS5
- Title ID : CUSA57548
- Content ID : UP0002-CUSA57548_00-CODBO2GAME000001
- Region : UP0002 = USA/International (Worldwide)
- Category : gd = Game Digital (full digital release)
- Format : digital50 (digital distribution)
- Game version : 01.00
- App version : 01.01 (Day One patch included)
- Build date : May 30, 2026 (c_date=20260530)
- PlayStation SDK : version 12.50.80.00
- Total size : 32.49 GB (32,490,520,576 bytes)
- PKG file count : 8 files (split package)
- - _0.pkg = 4.00 GB (contains metadata)
- - _1.pkg = 4.00 GB (encrypted data)
- - _2.pkg = 4.00 GB (encrypted data)
- - _3.pkg = 4.00 GB (encrypted data)
- - _4.pkg = 4.00 GB (encrypted data)
- - _5.pkg = 4.00 GB (encrypted data)
- - _6.pkg = 4.00 GB (encrypted data)
- - _7.pkg = 2.26 GB (encrypted data)
- Parental level : 9/11 (violent/mature content, equivalent to PEGI 18)
- ======================================================================
- 2. MULTIPLAYER & ONLINE
- ======================================================================
- ONLINE MULTIPLAYER : CONFIRMED
- Source: sce_sys/gameIntent.json (plaintext inside PKG)
- Exact file content:
- ─────────────────────────
- {
- "gameIntent": {
- "permittedIntents": [
- {
- "intentType": "joinSession"
- }
- ]
- }
- }
- ─────────────────────────
- Analysis:
- - "joinSession" = the game supports online multiplayer sessions
- - This PS5 declaration allows a friend to join your game directly
- from the PS5 interface (without going through the in-game menu)
- - This is the standard system used by PS5 games with active online multiplayer
- - Remote Play (streaming from PS4/PS5): CONFIRMED
- (REMOTE_PLAY_KEY_ASSIGN = 2)
- ======================================================================
- 3. DLC & ADDITIONAL CONTENT
- ======================================================================
- SERVICE_ID_ADDCONT (DLC): 7 slots available, ALL EMPTY
- Detail:
- SERVICE_ID_ADDCONT_ADD_1 = (empty)
- SERVICE_ID_ADDCONT_ADD_2 = (empty)
- SERVICE_ID_ADDCONT_ADD_3 = (empty)
- SERVICE_ID_ADDCONT_ADD_4 = (empty)
- SERVICE_ID_ADDCONT_ADD_5 = (empty)
- SERVICE_ID_ADDCONT_ADD_6 = (empty)
- SERVICE_ID_ADDCONT_ADD_7 = (empty)
- Interpretation:
- - DLC slots are present in the structure but not filled
- - Two possibilities: either DLC content is INCLUDED in the base game
- (as was the case with other Activision remasters), or DLC will be
- sold separately and IDs will be activated later
- - No Season Pass ID detected in the accessible metadata
- ======================================================================
- 4. TROPHIES / ACHIEVEMENTS
- ======================================================================
- TROPHIES: CONFIRMED (2 packs detected)
- Detected files:
- - trophy/trophy00.trp (1024 bytes) — ENCRYPTED
- - trophy/trophy00.trp signature (512 bytes) — ENCRYPTED
- - trophy/trophy01.trp (160 bytes) — ENCRYPTED
- - trophy/trophy01.trp signature (532 bytes) — ENCRYPTED
- Interpretation:
- - Two trophy packs = likely a main pack + a DLC/Platinum pack
- - Exact content (trophy count, names) is encrypted and inaccessible
- without Sony's decryption keys
- ======================================================================
- 5. DOWNLOAD STRUCTURE (PLAYGO)
- ======================================================================
- Technology : PlayStation PlayGo (progressive download)
- Total chunks : 21 data blocks
- Scenarios : 1 scenario (type "sp" = single player)
- Initial chunks : 1 (game can launch after just 1 chunk downloaded)
- Chunk range : 0 to 20
- Exact source (playgo-scenario.xml):
- ─────────────────────────────────────
- <chunk_info chunk_count="21" scenario_count="1">
- <scenarios default_id="0">
- <scenario id="0" type="sp" initial_chunk_count="1" label="Scenario #0">
- 0-20
- </scenario>
- </scenarios>
- </chunk_info>
- ─────────────────────────────────────
- Important note: the scenario is labeled "sp" (single player),
- which is the default value even for games with multiplayer.
- This does NOT mean multiplayer is absent.
- ======================================================================
- 6. CONFIRMED INTERNAL FILE LIST
- ======================================================================
- Filelist (ID 0x200, plaintext):
- ─────────────────────────────────────────
- param.sfo
- playgo-chunk.dat
- playgo-chunk.sha
- playgo-manifest.xml
- pronunciation.xml
- pronunciation.sig
- pic1.png
- app/playgo-chunk.dat
- icon0.png
- changeinfo/changeinfo.xml
- icon0.dds
- pic1.dds
- trophy/trophy00.trp
- param.json
- ─────────────────────────────────────────
- Note: presence of param.json (JSON alternative to param.sfo),
- pic1.png (PS menu background image), icon0.png and icon0.dds
- (game icon in two formats), and pronunciation.xml (PS5 voice recognition).
- ======================================================================
- 7. SUPPORTED LANGUAGES (PS5 VOICE RECOGNITION)
- ======================================================================
- 9 languages configured in gamePackage.xml:
- ID 00 — Japanese
- ID 01 — American English
- ID 02 — French (or German)
- ID 03 — Spanish
- ID 04 — Portuguese / Brazilian
- ID 05 — Italian
- ID 08 — Other European language
- ID 16 — Arabic or other
- ID 18 — English (variant)
- Voice-recognized phrase in all languages: "Black ops two"
- ======================================================================
- 8. ADDITIONAL TECHNICAL INFO
- ======================================================================
- DRM Type : 0x00000000 = NO DRM active in this build
- (normal for a development/test build)
- ATTRIBUTE : 8454176 (0x810020) — standard PS4 game flags
- ATTRIBUTE2 : 41976832 (0x2800000) — PS5 enhanced flags
- PT_PARAM : 8 — PlayStation Trophy parameter active
- DOWNLOAD_DATA_SIZE : 1024 bytes (small online config file)
- SYSTEM_VER : 324042752 (0x13500000) — minimum PS4 firmware required
- = PS4 firmware version 13.50 minimum
- Game icon edited with: GIMP (detected in EXIF metadata of
- icon0.png — xmp:ModifyDate present)
- Full PUBTOOLINFO:
- c_date=20260530 (build date: May 30, 2026)
- sdk_ver=12508000 (PlayStation SDK 12.50.80.00)
- st_type=digital50 (digital distribution)
- img0_l0_size=30986 (layer 0 image size)
- img0_l1_size=0 (no layer 1)
- img0_sc_ksize=11776 (seal key size)
- img0_pc_ksize=22656 (content key size)
- ======================================================================
- 9. ACCESSIBLE VS ENCRYPTED DATA
- ======================================================================
- ACCESSIBLE (plaintext):
- ✓ Official game title
- ✓ Remaster confirmation
- ✓ Build date (05/30/2026)
- ✓ Version (01.01)
- ✓ Online multiplayer (joinSession)
- ✓ Remote Play
- ✓ Trophies (existence, 2 packs)
- ✓ Languages (9)
- ✓ Download structure (21 chunks)
- ✓ Internal file list
- ✓ DLC slots (7 slots, all empty)
- ✓ Minimum required firmware (PS4 13.50)
- ENCRYPTED (inaccessible without Sony keys):
- ✗ Public release date
- ✗ Detailed game modes (Zombies, Campaign, Multiplayer)
- ✗ Map list and DLC maps
- ✗ Trophy content (names, descriptions)
- ✗ Campaign content
- ✗ Full param.sfo
- ✗ playgo-manifest.xml (1.98 MB of encrypted data)
- ======================================================================
- 10. PRESS SUMMARY
- ======================================================================
- Call of Duty®: Black Ops II is making its comeback on PS4/PS5 as an
- official remaster. The PlayStation installation files confirm a
- finalized build dated May 30, 2026, indicating the game is complete
- and ready for distribution.
- At 32.5 GB, the title includes online multiplayer (confirmed via the
- PS5 joinSession system) and Remote Play support. Two trophy packs are
- integrated. The PlayGo structure with 21 chunks allows players to
- start playing as soon as the download begins.
- Regarding DLC: 7 slots are reserved in the metadata but remain empty
- in this build, leaving open the question of whether the original map
- packs (Revolution, Uprising, Vengeance, Apocalypse) are included or
- will be sold separately.
- The game requires PS4 firmware 13.50 minimum and supports 9 languages
- including PS5 voice recognition.
- Note: the official release date is NOT contained in the files.
- ======================================================================
- END OF REPORT
- ======================================================================
Add Comment
Please, Sign In to add comment