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

BIGFILE.000 - Deus Ex Human Revolution Unpack

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by Gh0stBlade »

Help on Tomb Raider Underworld :cry:
Click the thanks button if I helped!
JCDentonMale
ultra-n00b
Posts: 4
Joined: Fri Oct 21, 2011 5:24 pm

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by JCDentonMale »

I may not reply often, so I explain a little what the following lines in the batch do:

Code: Select all

MKDIR "%output%\music\"
FOR /R "%output%\bigfile\default\pc-w\audio\streams\music\" %%M IN (*.mul) DO Gibbed.DeusEx3.Demux.exe %%M
FOR /R "%output%\bigfile\default\pc-w\audio\streams\music\" %%M IN (*.fsb) DO MOVE /Y "%%M" "%output%\music\"
FOR /R "%output%\bigfile\default\pc-w\music\" %%M IN (*.mul) DO Gibbed.DeusEx3.Demux.exe %%M
FOR /R "%output%\bigfile\default\pc-w\music\" %%M IN (*.fsb) DO MOVE /Y "%%M" "%output%\music\"
DEL "%output%\music\*amb*" "%output%\music\det1_limbclinic_2*" "%output%\music\det1_limbclinic_3*" "%output%\music\*roomtone*"
GOTO End
1. I create the "music" directory in "%output%"
2. I search for all the .mul files in "%output%\bigfile\default\pc-w\audio\streams\music\", then I demux each of them
3. I move the demuxed files (.fsb files) in the "%output%\music\" directory
4. I search for all the .mul files in "%output%\bigfile\default\pc-w\music\", then I demux each of them
5. I move the demuxed files (.fsb files) in the "%output%\music\" directory
6. I delete all the ambient sounds. Those are not music and are not part of the soundtrack. Any filename containing "amb", "det1_limbclinic_2", "det1_limbclinic_3" or "roomtone" is an ambient sound.

What to do with your FSB files ?

FSB a kind of FMOD file format (http://en.wikipedia.org/wiki/FMOD). It can be played or converted to WAV or MP3 format using the "Music Player Ex" music player, for example.

MUL files are multiplexed FSB files. It means that two or more FSB files are contained in a single MUL file. The demuxer is used to separate each file. More information on multiplexing: http://en.wikipedia.org/wiki/Demuxer

Hope this helps!
billpayer
ultra-n00b
Posts: 1
Joined: Sat Oct 29, 2011 8:53 pm

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by billpayer »

Thank you to the whole community for all your effort decoding DXHR.

I would like to ask,

Has the community been able to export models ?

Is there an existing Adam Jensen model with bionic arms ? (preferably fbx or obj)

Thank you !
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: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by Ekey »

The contents of this post was deleted because of possible forum rules violation.
Last edited by Ekey on Thu Nov 03, 2011 9:58 pm, edited 2 times in total.
JCDentonMale
ultra-n00b
Posts: 4
Joined: Fri Oct 21, 2011 5:24 pm

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by JCDentonMale »

Updated my mix of "The Hive" club music with stereo sources and better transitions: http://wilduniverse.org/music/sha1_theh ... ixed_4.mp3 :)
rambo919
beginner
Posts: 23
Joined: Mon Sep 19, 2011 4:32 pm
Has thanked: 2 times
Been thanked: 2 times

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by rambo919 »

Anyone know of a updated modkit? I'm still trying to edit the dialogue but have only managed to change the subtitles so far, the audio is still a problem.
DDC
ultra-n00b
Posts: 5
Joined: Thu Sep 15, 2011 8:53 pm

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by DDC »

I too would like to thank you all for your efforts in decodeing this game and would also like to know if anyone has got any working character models out of the game yet?
AlteredRealitii
ultra-n00b
Posts: 1
Joined: Wed Dec 14, 2011 3:44 pm

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by AlteredRealitii »

DDC wrote:I too would like to thank you all for your efforts in decodeing this game and would also like to know if anyone has got any working character models out of the game yet?
Thank you all too, and I am wondering exactly the same thing.
DDC
ultra-n00b
Posts: 5
Joined: Thu Sep 15, 2011 8:53 pm

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by DDC »

I hope it ok to post this on here. For anyone who is looking for an Adam Jensen model I found this today. http://o0crofty0o.deviantart.com/art/De ... -270382451
erik945
mega-veteran
mega-veteran
Posts: 257
Joined: Fri Jan 20, 2012 5:43 pm
Has thanked: 49 times
Been thanked: 139 times

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by erik945 »

How did you extract this model?
DRMEditor -> rendermesh?
And how do you import it to the 3d editor?
bugmenotty
Banned
Posts: 10
Joined: Wed Mar 16, 2011 11:26 am
Has thanked: 1 time
Been thanked: 1 time

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by bugmenotty »

Could someone please upload a compiled version of revision 93?
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: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by Ekey »

Could someone please upload a compiled version of revision 93?
Compiled version here : http://svn.gib.me/builds/deusex3/
Valor
ultra-n00b
Posts: 3
Joined: Tue Jan 24, 2012 11:22 am

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by Valor »

How can I open/decode/translate/encode locals.bin step-by-step? It says ingame that invalid UTF8 encoding.
DDC
ultra-n00b
Posts: 5
Joined: Thu Sep 15, 2011 8:53 pm

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by DDC »

@erik945
Sorry man I didn't exetract the model, I just found it while brousing the web. Thought I'd post it here because so many people like my self have been asking for these models.
opti2000
ultra-n00b
Posts: 6
Joined: Sat Feb 11, 2012 1:23 am

Re: BIGFILE.000 - Deus Ex Human Revolution Unpack

Post by opti2000 »

Hey all :)

I searched in this post about it but i foung nothing. So what im searching is how to unpack the ingame soundeffects like doors open or reloading sounds.

Can someone help me?
Post Reply