(Solved) Fate/Extra (フェイト/エクストラ) .cmp [PSP]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

(Solved) Fate/Extra (フェイト/エクストラ) .cmp [PSP]

Post by makc_ar »

Image

Example: http://www120.zippyshare.com/v/o04JRKjc/file.html

Someone decompressor\compressor or fix WRS script? After decompression .pak format:

Code: Select all

# Fate/Extra(フェイト/エクストラ) [PSP] .pak format
# Script created by WRS http://forum.xentax.com/viewtopic.php?f=10&t=7868
# script for QuickBMS http://quickbms.aluigi.org

get FILES short
get UNKNOWN short

for f = 0 < FILES
  get TMP long
  putarray 0 f TMP
next f

padding 16

for f = 0 < FILES
  getdstring NAME 64
  savepos POS
  getarray SIZE 0 f

  log NAME POS SIZE

  math POS += SIZE
  goto POS
next f

Edit: solved http://forum.xentax.com/viewtopic.php?p=138978#p138978