Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Telltale Games "Almost-All-In-One" Model Importer

Post questions about game models here, or help out others!
Post Reply
RandomTBush
ultra-veteran
ultra-veteran
Posts: 355
Joined: Thu May 13, 2010 4:11 pm
Has thanked: 56 times
Been thanked: 294 times

Telltale Games "Almost-All-In-One" Model Importer

Post by RandomTBush »

UPDATED 08/09/2022:
  • Added a whole bunch of bone and texture hashes from Sam & Max: Beyond Time and Space Remastered.
  • (Yes, I know I should've done this ages ago.)
This script for 3DS Max will import the models from the majority of games that Telltale Games developed, with the original bone structures and rigging information (which by the way was no fun to fix up). This is the result of a year's worth of work... Well, not entirely, I started working on this back in July 2013, left it for a few months in a half-complete state and finished it up way later.

Image

What games will this work with? [PC, unless stated otherwise]:
  • Back to the Future: The Game (30th Anniversary Edition) [PS4]
  • Batman: The Telltale Series (Season 1) [PC / PS4]
  • Batman: The Enemy Within (Season 2) [PC / PS4]
  • Bone: Out from Boneville
  • Bone: The Great Cow Race
  • CSI: 3 Dimensions of Murder
  • CSI: Hard Evidence
  • Game of Thrones [PC / PS4]
  • Jurassic Park: The Game
  • Law & Order: Legacies
  • Marvel's Guardians of the Galaxy
  • Minecraft: Story Mode (Season 1) [PC / PS4]
  • Poker Night 2
  • Sam & Max Season 1
  • Sam & Max Season 2
  • Sam & Max Save the World (Season 1) Remastered
  • Sam & Max Beyond Time and Space (Season 2) Remastered
  • Strong Bad's Cool Game for Attractive People
  • Tales from the Borderlands [PC / PS4]
  • Telltale Texas Hold'em
  • Wallace & Gromit's Grand Adventures, Episodes 1-3
  • The Walking Dead Season 1 [PC / PS4]
  • The Walking Dead Season 2 [PC / PS4]
  • The Walking Dead: A New Frontier (Season 3) [PC / PS4]
  • The Walking Dead: Michonne
  • The Walking Dead: The Final Season (Season 4)
  • The Walking Dead Collection [PS4]
  • The Walking Dead: The Telltale Definitive Series
  • The Wolf Among Us [PC / PS4]
What games will this NOT work with (yet?):
  • Back to the Future: The Game [PC]
  • CSI: Deadly Intent
  • CSI: Fatal Conspiracy
  • Marvel's Guardians of the Galaxy [PS4]
  • Poker Night at the Inventory
  • Sam & Max Season 3
  • Tales of Monkey Island
  • Wallace & Gromit's Grand Adventures, Episode 4
  • Pretty much any non-PC/PS4 versions of the above
One of these days I'll figure out what to do with those "Version 1" games.

Decryption key for Sam & Max: Save the World Remastered:

Code: Select all

ttarchext -k 92CA9A8185E46473A2BFD6D17FC6CB88995A80D8AAC297E796519FA89AD9AE95D776627FB4C4A6B9D6ECA99C6785B3DC92C49E64A0A292
Decryption key for Sam & Max: Beyond Time and Space Remastered:

Code: Select all

ttarchext -k 92CA9A8185E46573A2BFD6D17FC6CB89995A80D8AAC297E797519FA89AD9AE95D777627FB4C4A6B9D6ECAA9C6785B3DC92C49E65A0A292
Important things to keep in mind:
  • You'll need both the *.D3DMesh and *.SKL files, which should be in the same folder. The latter should be in the "data" TTARCHs.
  • Any bones or texture names that are unknown will be named after the first half of their hash. If their proper names are discovered, they will be added in a future update.
  • Use the QuickBMS scripts supplied to convert the D3DTX files to DDS, if necessary.
Download MaxScript [Older revision/backup from May 30th, 2019]
Download D3DTX to DDS QuickBMS Scripts
Tip for converting PS4 D3DTX textures

Please let me know if there are problems importing any of the models using this script, and I'll do what I can to fix it!
Last edited by RandomTBush on Tue Aug 09, 2022 11:09 pm, edited 88 times in total.
TRDaz
mega-veteran
mega-veteran
Posts: 215
Joined: Sat Sep 24, 2011 7:06 pm
Has thanked: 78 times
Been thanked: 32 times

Re: Telltale Almost-All-In-One Model Importer

Post by TRDaz »

Awesome job on this :D Question though, I have The Wolf Among Us but im not sure how to extract the ttarch2 files, how would i extract them?

EDIT: I found the ttarchext that works, but it doesnt work when i add the -m command for the dds textures. Also, where are the .skl files found? :/
Nvm, think I just figured it out :P
pepsiguy2
advanced
Posts: 41
Joined: Tue Apr 17, 2012 3:08 am
Has thanked: 1 time
Been thanked: 2 times

Re: Telltale Almost-All-In-One Model Importer

Post by pepsiguy2 »

how did you get dds textures?
TRDaz
mega-veteran
mega-veteran
Posts: 215
Joined: Sat Sep 24, 2011 7:06 pm
Has thanked: 78 times
Been thanked: 32 times

Re: Telltale Almost-All-In-One Model Importer

Post by TRDaz »

I didn't get them yet actually, i've asked on the thread where ttarchext was posted.
RandomTBush
ultra-veteran
ultra-veteran
Posts: 355
Joined: Thu May 13, 2010 4:11 pm
Has thanked: 56 times
Been thanked: 294 times

Re: Telltale Almost-All-In-One Model Importer

Post by RandomTBush »

pepsiguy2 wrote:how did you get dds textures?
I just spliced the data from the *.d3dtx into a DDS file and trimmed it to the proper resolutions.
pepsiguy2
advanced
Posts: 41
Joined: Tue Apr 17, 2012 3:08 am
Has thanked: 1 time
Been thanked: 2 times

Re: Telltale Almost-All-In-One Model Importer

Post by pepsiguy2 »

RandomTBush wrote:
pepsiguy2 wrote:how did you get dds textures?
I just spliced the data from the *.d3dtx into a DDS file and trimmed it to the proper resolutions.
after or before the header?
RandomTBush
ultra-veteran
ultra-veteran
Posts: 355
Joined: Thu May 13, 2010 4:11 pm
Has thanked: 56 times
Been thanked: 294 times

Re: Telltale Almost-All-In-One Model Importer

Post by RandomTBush »

pepsiguy2 wrote:
RandomTBush wrote:
pepsiguy2 wrote:how did you get dds textures?
I just spliced the data from the *.d3dtx into a DDS file and trimmed it to the proper resolutions.
after or before the header?
After. The largest mipmap is stored at the end of the file. I would advise using that one TextureFinder program to find the starting offset, if you've got it.
TRDaz
mega-veteran
mega-veteran
Posts: 215
Joined: Sat Sep 24, 2011 7:06 pm
Has thanked: 78 times
Been thanked: 32 times

Re: Telltale Almost-All-In-One Model Importer

Post by TRDaz »

I'm confused which part to cut from the d3dtx, ive tried texturefinder, found the correct texture and offset but the file apparently doesnt have that offset in hex editor.
TRDaz
mega-veteran
mega-veteran
Posts: 215
Joined: Sat Sep 24, 2011 7:06 pm
Has thanked: 78 times
Been thanked: 32 times

Re: Telltale Almost-All-In-One Model Importer

Post by TRDaz »

Any help? It's been frustrating me because I want these models and they are not useful without textures :/
RandomTBush
ultra-veteran
ultra-veteran
Posts: 355
Joined: Thu May 13, 2010 4:11 pm
Has thanked: 56 times
Been thanked: 294 times

Re: Telltale Almost-All-In-One Model Importer

Post by RandomTBush »

I'm thinking of something. Maybe I can set up like what chrrox had for the PSSG script, and locate/extract DDS files that way.
TRDaz
mega-veteran
mega-veteran
Posts: 215
Joined: Sat Sep 24, 2011 7:06 pm
Has thanked: 78 times
Been thanked: 32 times

Re: Telltale Almost-All-In-One Model Importer

Post by TRDaz »

Oh ok thank you :)
pepsiguy2
advanced
Posts: 41
Joined: Tue Apr 17, 2012 3:08 am
Has thanked: 1 time
Been thanked: 2 times

Re: Telltale Almost-All-In-One Model Importer

Post by pepsiguy2 »

TRDaz wrote:Any help? It's been frustrating me because I want these models and they are not useful without textures :/
I just gave up and started using Ninja Ripper/Texmod for the textures, lol.
TRDaz
mega-veteran
mega-veteran
Posts: 215
Joined: Sat Sep 24, 2011 7:06 pm
Has thanked: 78 times
Been thanked: 32 times

Re: Telltale Almost-All-In-One Model Importer

Post by TRDaz »

I had a few ninja ripper rips before, that I used for a model, but I feel like thats a tedious way to do it :/
RandomTBush
ultra-veteran
ultra-veteran
Posts: 355
Joined: Thu May 13, 2010 4:11 pm
Has thanked: 56 times
Been thanked: 294 times

Re: Telltale Almost-All-In-One Model Importer

Post by RandomTBush »

I've looked through the D3DTX files, and I've now added a button at the bottom of the pop-up which will allow you to convert the textures into DDS -- just re-download the script in the first post and use that. I know it works with (and will autodetect) DXT1, DXT5, and the greyscale-paletted images for the lines in The Wolf Among Us. Please inform me if you find a texture it doesn't work with -- I've only tested it with a handful of them!
TRDaz
mega-veteran
mega-veteran
Posts: 215
Joined: Sat Sep 24, 2011 7:06 pm
Has thanked: 78 times
Been thanked: 32 times

Re: Telltale Almost-All-In-One Model Importer

Post by TRDaz »

Thank you!! Ill test that out later, thanks for doing that! :D
Post Reply