Ekey / CDCE.TIGER.Tool

Tools for extract TIGER archives & dump DRM resources from games developed on CDC Engine
17 stars 4 forks source link

How do I even use this? #5

Open amazingoomoo opened 6 months ago

amazingoomoo commented 6 months ago

I don't understand, how am I supposed to use this? I download the code, nothing. I don't know how to use it? The readme gives no information at all.

Ekey commented 6 months ago

You need to compile the project before using it

amazingoomoo commented 6 months ago

But what does that mean? Where am I supposed to learn how to do that or what that means? There's no instructions, anywhere, I don’t get it.

Sent from Outlook for iOShttps://aka.ms/o0ukef


From: Christian Black @.> Sent: Thursday, April 4, 2024 2:15:57 PM To: Ekey/CDCE.TIGER.Tool @.> Cc: amazingoomoo @.>; Author @.> Subject: Re: [Ekey/CDCE.TIGER.Tool] How do I even use this? (Issue #5)

You need to compile the project before using it

— Reply to this email directly, view it on GitHubhttps://github.com/Ekey/CDCE.TIGER.Tool/issues/5#issuecomment-2037191489, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKIILI45MKL6L2CX2L4XYYLY3VHA3AVCNFSM6AAAAABFWGYX5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZXGE4TCNBYHE. You are receiving this because you authored the thread.Message ID: @.***>

Ekey commented 6 months ago

You need a Visual Studio to build project.

amazingoomoo commented 6 months ago

That is nearly the most unhelpful thing you could've said. You have taken time to come here, read my message, compose a reply, and yet you opted to share nothing useful whatsoever. Why communicate like that? Why not try and be helpful instead of sharing as little information as possible?

Sent from Outlook for iOShttps://aka.ms/o0ukef


From: Christian Black @.> Sent: Saturday, April 6, 2024 3:11:33 AM To: Ekey/CDCE.TIGER.Tool @.> Cc: amazingoomoo @.>; Author @.> Subject: Re: [Ekey/CDCE.TIGER.Tool] How do I even use this? (Issue #5)

You need a Visual Studiohttps://visualstudio.microsoft.com/en/vs/community/ to build project.

— Reply to this email directly, view it on GitHubhttps://github.com/Ekey/CDCE.TIGER.Tool/issues/5#issuecomment-2040881429, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKIILI2LINEKH6GYH6OKJK3Y35KVLAVCNFSM6AAAAABFWGYX5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBQHA4DCNBSHE. You are receiving this because you authored the thread.Message ID: @.***>

leop2p commented 6 months ago

What the game you trying to extract resources from? I have a compiled exe-file. I could send it to you, if you experience a problems with compile the project.

fallbringer3 commented 5 months ago

Hello I'm in same situation and emotions as the author I would like to extract Rise of the Tomb Raider @leop2p could you send me an exe file please...

leop2p commented 5 months ago

Tiger extract: https://mega.nz/folder/r9N1mBSC#bd1iW_EBr9cktLeMFWbAGQ Sounds extract: https://mega.nz/folder/P1lR2S7a#kT7-wrOf4Hf5r4cBrP0YUw

fallbringer3 commented 5 months ago

Hello,

I have successfully unpacked the game files with the things you provided. I have found voice files but there are a lot of unknown files. I guess I don't need those if I need audio files?

I successfully extracted the voice lines I wanted into wav format so I'm happy :) (used vgmstream by drag&dropping the mul files into the .bat file from vgmstream (I recommend using vgmstream as I used it on many games))

There are few nadia voice lines (about 2 minutes of raw voice), I guess I should have it all?

Thank you a lot <3

leop2p commented 5 months ago

There's a filelist for files, that has a name and a path. For ROTTR is a _ROTR_PCRelease.list in ROTTR Mod Manager and Extractor and similar filelist files in other programs. If the filename with path in filelist is missing file will be inside Unknown folder. For sure you extracted all needed files, simply rename all files in Unknown folder to .MUL and run Full Batch.bat. If there's a FSB files are in MUL files it will be extracted to MP3.

You are welcome. Write down if you have any problems.

JonatanAtila commented 3 months ago

Hello, forgive my bad English. I'm trying to start an AI dubbing project for Tomb Raider 2013, but I'm having trouble extracting the tiger files. Could you send me the .exe file for this game? I try to compile in Visual Studio and I get the following errors:

Error (active) CS0103 The name "TigerNFO" does not exist in the current context Error (active) CS0103 The name "TigerUnpackV3" does not exist in the current context

fallbringer3 commented 3 months ago

@JonatanAtila

Download and extract the zip "CDCE_Tiger_Tool_by_Ekey_CMD" provided by leop2p : https://mega.nz/folder/r9N1mBSC#bd1iW_EBr9cktLeMFWbAGQ/file/bp9zhRKZ

Extract the zip to a folder, run windows command prompt, and run the command : cd "C:\XXXXXXXXX\CDCE_Tiger_Tool" Replace "C:\XXXXXXXXX\CDCE_Tiger_Tool" with your own folder with the extracted zip

Run the command : CDCE.Unpacker.exe "C:\Games\Lara Croft\bigfile_FRENCH.000.tiger" "C:\Users\XXXXXX\Documents\Extracted" Replace "C:\Games\Lara Croft\bigfile_FRENCH.000.tiger" with the tiger file of your game folder Replace "C:\Users\XXXXXX\Documents\Extracted" with the folder you want the sounds files extracted to.

You will have a bunch of .mul files Download and extract the zip provided by leop2p : https://mega.nz/folder/P1lR2S7a#kT7-wrOf4Hf5r4cBrP0YUw extract .zip on the folder where there are the .mul files, and execute "Full batch.bat" You'll have a bunch of mp3 files.

I think this is a correct way to do it I'm not sure of it

JonatanAtila commented 3 months ago

Thanks friend, this was a lot of help in my project.

Now I have one last question. I extracted the audio files and edited them, now how do I recompress the .fsb files into .mul files again?

I didn't find anything about this on the internet, all I found were ways to recompress .mp3 files into .fsb files.