(PS2) Cold Fear bigfile.bin
-
- Posts: 148
- Joined: Sat Dec 16, 2017 8:58 pm
(PS2) Cold Fear bigfile.bin
Could someone help me to extract and pack the files inside the bigfile.bin of Cold Fear game for PS2?
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: (PS2) Cold Fear bigfile.bin
Moved.
*edit*
*edit*
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: (PS2) Cold Fear bigfile.bin
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
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: (PS2) Cold Fear bigfile.bin
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: (PS2) Cold Fear bigfile.bin
replace NAME with ""
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: (PS2) Cold Fear bigfile.bin
Thanks a lot!
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: (PS2) Cold Fear bigfile.bin
aluigi wrote:replace NAME with ""
Opps. Forgot to replace
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: (PS2) Cold Fear bigfile.bin
How about PC vesion .bin (zip_tmp) https://www15.zippyshare.com/v/alWEAXdT/file.html?
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: (PS2) Cold Fear bigfile.bin
BIN are a simple ZIP archive.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: (PS2) Cold Fear bigfile.bin
Yeah, but .tmp files after unpack .bin?
-
- Posts: 148
- Joined: Sat Dec 16, 2017 8:58 pm
Re: (PS2) Cold Fear bigfile.bin
makc_ar, do you intend to translate the game?
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: (PS2) Cold Fear bigfile.bin
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.