Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Dead Rising 3 (*.BIG, *.TEX)

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Dead Rising 3 (*.BIG, *.TEX)

Post by Ekey »

Code: Select all

# Dead Rising 3 (BIG, TEX format)
# 
# Written by Ekey (h4x0r)
# 
# script for QuickBMS http://quickbms.aluigi.org

idstring "\x06\x05\x04\x03"
get HEADER_SIZE long
get ARCHIVE_SIZE long
get FILES long
get ENTRY_OFFSET long
goto ENTRY_OFFSET

for i = 0 < FILES
    get NAME_OFFSET long
    savepos TEMP
    goto NAME_OFFSET
    get NAME string
    goto TEMP
    get HASH long
    get ZSIZE long
    get SIZE long
    get OFFSET long
    get DUMMY long # 4
    get FLAG long # 0, 1 - Compressed (Encrypted??)
	
    if SIZE == ZSIZE
      log NAME OFFSET SIZE
    else
      # Unknown Compression or Encryption
      log NAME OFFSET ZSIZE
    endif
next i
Also you can try use http://aluigi.altervista.org/papers/bms ... g2_otr.bms
OrangeC
double-veteran
double-veteran
Posts: 868
Joined: Sun Apr 20, 2008 2:58 am
Has thanked: 5 times
Been thanked: 41 times

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by OrangeC »

Thank you sir!!
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by lllccc »

i wish one day there will be an repacker for dead rising
prudislav
beginner
Posts: 35
Joined: Tue Oct 12, 2010 11:48 pm
Has thanked: 1 time

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by prudislav »

what about cvs files with texts??
desperado
beginner
Posts: 25
Joined: Wed Aug 20, 2014 7:54 pm
Has thanked: 4 times
Been thanked: 2 times

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by desperado »

Thanks for bms Ekey. How about texts ? Do you know where is texts ?
Thevoid
ultra-n00b
Posts: 7
Joined: Wed Jun 23, 2010 2:23 pm
Has thanked: 1 time

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by Thevoid »

How about the .bin files? maybe part of the text from the game are inside these files.
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by Ekey »

desperado wrote:Thanks for bms Ekey. How about texts ? Do you know where is texts ?
I don't know.
User avatar
LinkOFF
beginner
Posts: 38
Joined: Mon Sep 08, 2014 12:32 am
Has thanked: 10 times
Been thanked: 8 times

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by LinkOFF »

desperado wrote:Do you know where is texts ?
There: data\ui\dr3main\dr3main_en.cvs
desperado
beginner
Posts: 25
Joined: Wed Aug 20, 2014 7:54 pm
Has thanked: 4 times
Been thanked: 2 times

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by desperado »

LinkOFF wrote:
desperado wrote:Do you know where is texts ?
There: data\ui\dr3main\dr3main_en.cvs
Thanks :)
FriskyNoodle
ultra-n00b
Posts: 5
Joined: Mon Sep 08, 2014 6:14 pm
Has thanked: 1 time

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by FriskyNoodle »

I saved your script as a .txt file. Open QuickBMs, choose script>location>save location for unapacked .big files

I tried to unpack gen_shader-ps.big and then the location those extracted to had more gen_shader-XX.big files, tried to unpack those and did the same process as listed above and it throws me an error

Screen attached:

Image

After that I replaced the "expected" with "this one" and re ran the process it did nothing at all. All it did do was show the CMD window for QuickBMS

Am I stupid and did something obviously wrong? Or is the script only working for certain .big archives?
Sir Kane
veteran
Posts: 104
Joined: Mon Aug 06, 2012 4:14 am
Been thanked: 96 times

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by Sir Kane »

Looks like the first 8 bytes of that .big file are missing.
FriskyNoodle
ultra-n00b
Posts: 5
Joined: Mon Sep 08, 2014 6:14 pm
Has thanked: 1 time

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by FriskyNoodle »

Sir Kane wrote:Looks like the first 8 bytes of that .big file are missing.
I dont see why? Would that be a problem with the script and quickbms not finding the first 8 bytes, or the games encryption method to prevent unpacking the game?

Or does no one else have this issue and I have a bad copy?
Sir Kane
veteran
Posts: 104
Joined: Mon Aug 06, 2012 4:14 am
Been thanked: 96 times

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by Sir Kane »

Try opening the file in a hex editor and check if the first few bytes are 06 05 04 03.
FriskyNoodle
ultra-n00b
Posts: 5
Joined: Mon Sep 08, 2014 6:14 pm
Has thanked: 1 time

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by FriskyNoodle »

Sir Kane wrote:Try opening the file in a hex editor and check if the first few bytes are 06 05 04 03.

06 05 04 03 D3 88 07 00 04 E5 F3 0B CF 2F 00 00

Yeah it is. I know it may be something that Im doing wrong, maybe since my game is located in program files(x86) but I made sure to run the QuickBMS CMD window in Administrator (UAC is disabled). So I really dont know what the issue is.


**EDIT**

For the first archive it works, and thats what the first 8 bytes are, but I want to unpack the "sub archive" that was inside the .big file, another like 4 .big files.

So I have to open a HEX Editor, look at the first 8 bytes and change them from 06 05 04 03 to 0B F3 E5 04 in the script right? If thats the issue then I'm really stupid.

**EDIT2**

This is what happened after I tried it on the sub archives first 8 bytes I replaced in the script

Image

Even though the file I attempted to unpack is 47mb


Also how do I make it so images are so huge and annoying/off putting to everyone else?
Sir Kane
veteran
Posts: 104
Joined: Mon Aug 06, 2012 4:14 am
Been thanked: 96 times

Re: Dead Rising 3 (*.BIG, *.TEX)

Post by Sir Kane »

Oh wait, it's like that because the script doesn't handle the compression.
Might post something that does tomorrow.
Post Reply