Description

A set of tools for compiling and decompiling the Crystal Dynamics engine's data files. Requires the .NET Framework 4 Client Profile.

Preview
Gibbed's Deus Ex HR tools
Post comment Comments
EvilAngel
EvilAngel - - 600 comments

Wait will this allow small mods?

Reply Good karma Bad karma+3 votes
Reinevan
Reinevan - - 58 comments

Yeah, please tell us.

Reply Good karma Bad karma+1 vote
santaniake2
santaniake2 - - 53 comments

Indeed, there's a need to know...

Reply Good karma Bad karma+1 vote
SPTX
SPTX - - 324 comments

How do you get FSB audio files back to MUL ?

Reply Good karma Bad karma+2 votes
Egger3rd
Egger3rd - - 1 comments

How do I batch convert the .mul files? I've been able to convert single files using a command prompt, but I get the feeling there should be an easier way if I knew how to do batch commands for this. A little help, pretty please? :D

I've gotten as far as making a .bat in notepad that runs the program. It's bare bones, and non-functional. What am I doing wrong here?

Gibbed.DeusEx3.Demux.exe *.mul

Reply Good karma Bad karma+3 votes
Eye.sys
Eye.sys - - 70 comments

Hoi mate, just in case you are still interested after four years (and for everyone that might be interested), I apparently stumbled upon a solution, even though I'm sure there are more elegant alternatives I cannot think about right now.

Basically, it looks like Gibbed.DeusEx3.Demux.exe doesn't like being fed multiple files with *; it does work if you feed it a number of filenames though (e.g. 'Gibbed.DeusEx3.Demux.exe 1.mul 2.mul 3.mul' seems to work), so I don't really understand why it dislikes the wildcard so much.

Also, the program is happier if the absolute path to its folder has no spaces or weird characters in it (e.g. it likes "D:/Gibbed/" more than "D:/Gibbed Tools/" which has a space)


We are going to recursively feed the program with all the .mul files we have, one by one, using FOR %%A IN (set) DO.

What I did is I placed all the .mul files I had inside the Gibbed toolset directory (the one that contains DeusGibbed.DeusEx3.Demux.exe).

Into the same directory, I created a text file and renamed it with a .bat extension (e.g. might be "batch-mul-demux.bat"), and edited it with a text editor (like Notepad or Notepad++, which I love):

FOR %%A IN (*.mul) DO Gibbed.DeusEx3.Demux.exe %%A

Save. Close. Double click on the .bat file (OR, while holding SHIFT right click somewhere in the directory, 'Open command window here', type the name of the .bat file, press enter)


Yay!

Reply Good karma Bad karma+2 votes
Rambo919
Rambo919 - - 76 comments

Any eta on a updated and/or more complete modkit?

Reply Good karma Bad karma+1 vote
Guest
Guest - - 689,129 comments

does anyone have a guide for using the tools?

Reply Good karma Bad karma+4 votes
Avoozl
Avoozl - - 291 comments

I've tried many options to unpack files and none of them work, there really should've been a readme included explaining how to unpack files.

Reply Good karma Bad karma+2 votes
leop2p
leop2p - - 1 comments

Hi there!!!

I can't extract the *.MUL files from the "Rise of the Tomb Raider" in the folder 'cinstream'. I think it's a multichannel audio inside it, it can't extract them and exception occurs.

Anybody help me?

Thank you!!!

Reply Good karma Bad karma+1 vote
Guest
Guest - - 689,129 comments

This comment is currently awaiting admin approval, join now to view.

Титан
Титан - - 1 comments

How to use it? I launch Gibbed.DeusEx3.Unpack.exe, it's just opens and momentaly close, I try to move bigfiles to the programm location, and vice versa, but it's have the same result

Reply Good karma Bad karma+1 vote
Guest
Guest - - 689,129 comments

This comment is currently awaiting admin approval, join now to view.

KillerBeer
KillerBeer - - 16 comments

Is this the latest version of the tool? I'd like to know whether there is a more later version where following problems had been addressed:

Unpack sends a lot of unpacked files into the __UNKNOWN folder with numeric filenames. Apparently the scheme by which file paths are assigned was not completely understood at the time this version was compiled.

DRMDecompress, when called, repacks the content of the file passed as a parameter into the same file (or another if the second parameter is set), but there's no unpacked files seen anywhere. It is unclear where unpacked files are stored (if any), where new content to be packed is supposed to be taken from (if there is such functionality), and if none of the above, what's the purpose of the tool.

Reply Good karma Bad karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: