Skip to content

sephiroth99/MulDeMu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

MulDeMu version 0.1.1

by sephiroth99

This program demultiplexes Tomb Raider "mul" files. Mul files are used in
Crystal Dynamics' Tomb Raider games (TRL, TRA, TRU, LCGoL). MulDeMu is only
compatible with the PC version of those games.

Mul files contain audio data and sometimes, cinematic data (most likely used
for cutscenes). MulDeMu will convert the audio to a single multichannel 16-bit
PCM WAVE file, or to multiple monochannel 16-bit PCM WAVE files. If it detects
cinematic data, it will extract it in raw form. By default, cinematic data is
not extracted.

The audio conversion algorithm is based on the one in DarkFader's mul2wav. His
program crashes with some mul files containing cinematic data, so I made this
one. Also, I wanted an open-source program to convert TRU audio.


How to use:
muldemu [options] file1 [file2 ...]

You need to give at least one file to convert. You can give as many files as
you want.

Options are:
-s --split   : Write multiple mono wav files, instead of a single multichannel
               wav file.
-c --cine    : Enable cinematic data output.
-h -? --help : Help menu


Thanks to:
DarkFader (http://www.darkfader.net/misc)
dimosz (http://www.tombraiderforums.com/showthread.php?t=181532)

This code is released to the public domain, do what you want with it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages