tap shoes taffing on 13/12/2021 at 01:40
Been looking up old threads here and elsewhere that just lead to dead links. It's a simple task on the Dark Engine games but I'd like to go through the audio from TDS. Any suggestions?
snobel on 18/12/2021 at 06:55
There's a (
https://www.ttlg.com/forums/showthread.php?t=151472&p=2477216&viewfull=1#post2477216) tool for this purpose. Download it into an empty folder, open a powershell there (from the Explorer file menu) and enter
Code:
csc-tool --decompile --in C:\Games\Thief3\CONTENT\T3\Sounds
You need to adjust the path to the game install, of course.
Extraction may take some time. Afterwards, you can delete the schemas folder, and also all *.lad (lip sync) files from the audio folder.
tap shoes taffing on 27/12/2021 at 13:41
I went this route and once I enter the path to deconcat in my deconcat folder, it just tells me it can't find the configuration file that's also in that folder. Troubleshooting this online just seems to point to Ubuntu program issues, but I'm on Win10.
Constance on 6/1/2022 at 16:00
Quote Posted by tap shoes taffing
I went this route and once I enter the path to deconcat in my deconcat folder, it just tells me it can't find the configuration file that's also in that folder. Troubleshooting this online just seems to point to Ubuntu program issues, but I'm on Win10.
Hmm that's strange, it should look for the deconcat.conf file in the same directory where the .exe itself is, if not otherwise specified from the command line.
Still, you may specify the path to the configuration file using the -f parameter, like so:
Quote:
path_to_the_program\deconcat.exe
-f path_to_config_file\config_file_name
-d path_to_place_extracted_files_to path_and_file_name_of_csc_file
Or to keep it simple you could copy both deconcat.exe, deconcat.conf and a .csc file into a same folder (make one dedicated for it though, cause it should extract LOTS of .ogg files), then drag and drop one of the .csc files onto the .exe.
Cigam on 9/1/2022 at 16:00
Just out of interest, does anyone know if the sound files contain any voice lines for The Heart artifact? The credits list The Heart as having a voice actor, but I can't remember ever hearing it speak. So wondering if there are spoken lines in the files that never made it into the finished game?
Cigam on 10/1/2022 at 05:58
LeatherMan, interesting thanks. Perhaps they removed those lines because if they were spoken at random intervals like The Eye's are, you might get them talking over each other.
tap shoes taffing on 5/4/2022 at 03:52
Sorry I was out for a while, but it looks like I was able to solve the problem. Thanks everyone!