Here I will go over how to batch Telltale Series games. First start off by extracting the .ttarch2 files.
Here I will go over how to batch Telltale Series games. First start off by extracting the .ttarch2 files.
Youll need a tool called ttarchext. Best way is to use this is with a batch file.
for /r %%i in (*.ttarch2) do ttarchext.exe -m -o 60 "%%i" [output folder]
It will decompress files into [output folder] be sure to specify this in the batch file or it will fail. There are many types, if you run the tool it will show you more usage options along with game codes.
Use search to final all .d3dmesh files, CTRL+SHIFT Right Click then in the context menu select Copy as path.
Paste the info into text document, its best to use Notepadd++ for better performance. Replace all \ with double \\. CTRL+H will bring up replace dialog
Now this is were it get tricky but you must replace all " with a " ,
You can see the end is correct but now the beginning messed up. Just replace beginning comma by copying 2 or more characters. Im going to go back to \ for this. Once you got them selected CTRL+H and replace with beginning location.
Ex:
",I:\\ with "I:\\
Now all of the file directories are fixed.
Last thing we must do is remove all lines. So this document is spacelss so to speak. Do that by CTRL+A then Edit\Line Operations Join Lines.
Copy all this info and open up the 3DSMax script. Go to line 804 and paste in this info.
Be sure to fix this last line before running script. Where it ends ," remove the comma.
Once its pasted in save the document and open up 3DSMax. Go to Scripting\Run Script and open up the (batch) script we modified.
A few dialog boxes will pop up just click on these files to start the script.
When its loaded youll see this gui. Just click on Import button and it will batch all .d3dmesh files in the directory.
You'll notice "- - - - - - - - - - - - - " at the bottom this means its importing. Screen will flash when it exports .fbx.
When its done youll see a model appear and its no longer flashing. This means it has batched all files in directory.
Be sure to check folder after awhile to see if all is working correctly. You should have .fbx files now.
Textures are .d3dtx use the batch bms script i provided. It will scan directory and dump .dds files into DUMP folder. There are specific script for each game be sure to have the right one before batching.
Double check .dds files to be sure everything is converting correctly.
Its best to just unzip all this to the main directory.