Pinball Heroes - sample files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Pinball Heroes - sample files

Post by AnonBaiter »

So I tried your skex script and it gave me this error:

Code: Select all

- open input file E:\PKG\NPEG00018\USRDIR\CONTENT\pbdata\z_audio\skat\table_04.skx
- open script E:\quickbms_scripts\skex_strm_sdat.bms
- set output folder E:\PKG\NPEG00018\USRDIR\CONTENT\pbdata\z_audio\skat\table_04
- the folder doesn't exist, do you want to create it (y/N)?:
  y

  offset   filesize   filename
--------------------------------------
  00000000 0          00000000.dat
  00000000 0          00000001.dat
  00000000 0          00000002.dat
  00000000 0          00000003.dat
  00000000 13         00000004.dat
  0000000d 171        00000005.dat
  000000b8 1864       00000006.dat
  00000800 150992896  00000007.dat

Error: incomplete input file 0: E:\PKG\NPEG00018\USRDIR\CONTENT\pbdata\z_audio\skat\table_04.skx
       Can't read 1015808 bytes from offset 00a08800.
       Anyway don't worry, it's possible that the BMS script has been written
       to exit in this way if it's reached the end of the archive so check it
       or contact its author or verify that all the files have been extracted.
       Please check the following coverage information to know if it's ok.

  coverage file 0   100%   10520997   10520576

Last script line before the error or that produced the error:
  32  log "" OFFSET SIZE

The file(s) in question:
https://www.sendspace.com/file/hh2azg
And here's the .dam file:
https://www.sendspace.com/file/ev3nfl
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Pinball Heroes - sample files

Post by aluigi »

I don't think that the script you found was meant for that archive, I don't know on which file I made it.

Anyway use this:
http://aluigi.org/bms/pinball_heroes.bms
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Pinball Heroes - sample files

Post by AnonBaiter »

Thanks mate.