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
Post
by hnnewgames » Sun Apr 08, 2018 5:48 pm
Could someone help me to extract and pack the files inside the bigfile.bin of Cold Fear game for PS2?
makc_ar
Posts: 1193 Joined: Sun Aug 17, 2014 7:27 pm
Post
by makc_ar » Sun Apr 08, 2018 9:08 pm
aluigi
Site Admin
Posts: 12984 Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi » Mon Apr 09, 2018 2:21 am
Moved. *edit*
Ekey
Posts: 1383 Joined: Sat Aug 09, 2014 2:34 pm
Post
by Ekey » Mon Apr 09, 2018 12:58 pm
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
Post
by makc_ar » Mon Apr 09, 2018 1:21 pm
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
Post
by aluigi » Mon Apr 09, 2018 5:57 pm
replace NAME with ""
makc_ar
Posts: 1193 Joined: Sun Aug 17, 2014 7:27 pm
Post
by makc_ar » Mon Apr 09, 2018 6:48 pm
Thanks a lot!
Ekey
Posts: 1383 Joined: Sat Aug 09, 2014 2:34 pm
Post
by Ekey » Mon Apr 09, 2018 6:57 pm
aluigi wrote: replace NAME with ""
Opps. Forgot to replace
makc_ar
Posts: 1193 Joined: Sun Aug 17, 2014 7:27 pm
Post
by makc_ar » Tue Apr 10, 2018 12:57 am
Ekey
Posts: 1383 Joined: Sat Aug 09, 2014 2:34 pm
Post
by Ekey » Tue Apr 10, 2018 10:51 am
BIN are a simple ZIP archive.
makc_ar
Posts: 1193 Joined: Sun Aug 17, 2014 7:27 pm
Post
by makc_ar » Tue Apr 10, 2018 10:54 am
Yeah, but .tmp files after unpack .bin?
hnnewgames
Posts: 148 Joined: Sat Dec 16, 2017 8:58 pm
Post
by hnnewgames » Tue Apr 10, 2018 1:42 pm
makc_ar, do you intend to translate the game?
makc_ar
Posts: 1193 Joined: Sun Aug 17, 2014 7:27 pm
Post
by makc_ar » Tue Apr 10, 2018 2:43 pm
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.