(PS2) Cold Fear bigfile.bin

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
hnnewgames
Posts: 148
Joined: Sat Dec 16, 2017 8:58 pm

(PS2) Cold Fear bigfile.bin

Post by hnnewgames »

Image

Could someone help me to extract and pack the files inside the bigfile.bin of Cold Fear game for PS2?

Image
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: (PS2) Cold Fear bigfile.bin

Post by makc_ar »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: (PS2) Cold Fear bigfile.bin

Post by aluigi »

Moved.

*edit*
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: (PS2) Cold Fear bigfile.bin

Post by Ekey »

Code: Select all

# Cold Fear PS2 (BIGFILE format)
# script for QuickBMS http://quickbms.aluigi.org

idstring "DWBF"
get VERSION long
get FILES long
get PADDING long

for i = 0 < FILES
   get HASH long
   get SIZE long
   get OFFSET long
   log NAME OFFSET SIZE
next i
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: (PS2) Cold Fear bigfile.bin

Post by makc_ar »

Hi Ekey! Only one NAME file is extracted and overwritten:
offset filesize filename
--------------------------------------
00001540 585736 NAME
00090800 3902210 NAME
00449800 19748744 NAME
0171f000 1220840 NAME
bla-bla-bla
09c82800 4566 NAME
09c84000 26331624 NAME
68b81800 17008 NAME
68b86000 20384 NAME
68b8b000 48 NAME

- 452 files found in 24 seconds
coverage file 0 99% 1756421236 1756936192 . offset 00001540
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: (PS2) Cold Fear bigfile.bin

Post by aluigi »

replace NAME with ""
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: (PS2) Cold Fear bigfile.bin

Post by makc_ar »

Thanks a lot!
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: (PS2) Cold Fear bigfile.bin

Post by Ekey »

aluigi wrote:replace NAME with ""

Opps. Forgot to replace :D
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: (PS2) Cold Fear bigfile.bin

Post by makc_ar »

How about PC vesion .bin (zip_tmp) https://www15.zippyshare.com/v/alWEAXdT/file.html?
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: (PS2) Cold Fear bigfile.bin

Post by Ekey »

BIN are a simple ZIP archive.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: (PS2) Cold Fear bigfile.bin

Post by makc_ar »

Yeah, but .tmp files after unpack .bin?
hnnewgames
Posts: 148
Joined: Sat Dec 16, 2017 8:58 pm

Re: (PS2) Cold Fear bigfile.bin

Post by hnnewgames »

makc_ar, do you intend to translate the game?
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: (PS2) Cold Fear bigfile.bin

Post by makc_ar »

hnnewgames wrote:makc_ar, do you intend to translate the game?

I think: only combine official RU text (edit), maybe fonts and make new textures.