Page 24 of 57

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

Posted: Mon Sep 25, 2017 4:20 pm
by Maximmum
So how's the progress on Batman: The Enemy Within importer goes? Really want to export some models from it, especially Harley from upcoming episode 2!

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

Posted: Sat Sep 30, 2017 11:45 pm
by Escope12
Would it be possible to add an option to use PNG instead of DDS Textures for the 3DS Max Script?

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

Posted: Sun Oct 01, 2017 12:29 am
by RandomTBush
Escope12 wrote:Would it be possible to add an option to use PNG instead of DDS Textures for the 3DS Max Script?
I've already implemented that in the work-in-progress script update. (Still doesn't work with newer games, though.)
Maximmum wrote:So how's the progress on Batman: The Enemy Within importer goes? Really want to export some models from it, especially Harley from upcoming episode 2!
I should have some more time later this coming week to work on it, and once I've got the last problems fixed the update should be out soon after.

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

Posted: Mon Oct 02, 2017 6:12 pm
by Escope12
RandomTBush wrote:
Escope12 wrote:Would it be possible to add an option to use PNG instead of DDS Textures for the 3DS Max Script?
I've already implemented that in the work-in-progress script update. (Still doesn't work with newer games, though.)
Is it because of the material hash that we can't figure out yet? I might be wrong though.

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

Posted: Tue Oct 03, 2017 3:03 am
by Escope12
Does anyone know how to fix the detail textures for The Walking Dead: A New Frontier?

Image

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

Posted: Tue Oct 03, 2017 9:13 pm
by RandomTBush
Escope12 wrote:Is it because of the material hash that we can't figure out yet? I might be wrong though.
Well, yeah. If anyone's good at debugging and can figure out the hashing algorithm used for the bone names and most likely the texture names (e.g. "root" = 0x765BA466632FD7A5, "spine1" = 0x617CC8ECC1D6CE76, "spine2" = 0x9B42935906C7EC4A, etc.), then I can do a batch-conversion of all of the texture names from the newer games and fix this issue.
Escope12 wrote:Does anyone know how to fix the detail textures for The Walking Dead: A New Frontier?
Already answered that:
RandomTBush wrote:
Tydeus wrote:...

Also I've noticed some of the details are messed up, Hector's head details are all black with like a bunch of staggered yellow lines down the side, like as if I printed it out and the ink is running low :P and theres others that are entirely light blue with no lines, all without alpha channels.
...

As for the latter, I think that's actually normal since the red and green store different information (basically like a mask texture), but I'm gonna check those out again later just to make sure I'm reading them correctly (and that they're not SNORM being read as UNORM and such).

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

Posted: Tue Oct 03, 2017 9:23 pm
by Escope12
RandomTBush wrote:
Escope12 wrote:Is it because of the material hash that we can't figure out yet? I might be wrong though.
Well, yeah. If anyone's good at debugging and can figure out the hashing algorithm used for the bone names and most likely the texture names (e.g. "root" = 0x765BA466632FD7A5, "spine1" = 0x617CC8ECC1D6CE76, "spine2" = 0x9B42935906C7EC4A, etc.), then I can do a batch-conversion of all of the game's texture names and fix this issue.
Escope12 wrote:Does anyone know how to fix the detail textures for The Walking Dead: A New Frontier?
Already answered that:
RandomTBush wrote:
Tydeus wrote:...

Also I've noticed some of the details are messed up, Hector's head details are all black with like a bunch of staggered yellow lines down the side, like as if I printed it out and the ink is running low :P and theres others that are entirely light blue with no lines, all without alpha channels.
...

As for the latter, I think that's actually normal since the red and green store different information (basically like a mask texture), but I'm gonna check those out again later just to make sure I'm reading them correctly (and that they're not SNORM being read as UNORM and such).
Looks like I’ll have to wait a little bit. I really hope someone can help debug the material hash.

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

Posted: Wed Oct 04, 2017 8:12 am
by RandomTBush
Alright, looks like the script's in working order for the Batman: The Enemy Within models now. Once I get the texture-conversion script done for Minecraft: Season 2 (and after I've adjusted a couple more things), I'll be releasing the update!

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

Posted: Wed Oct 04, 2017 6:44 pm
by Tydeus
Escope12 wrote:Does anyone know how to fix the detail textures for The Walking Dead: A New Frontier?
I told you about that on DeviantArt, open the broken textures in Noesis and export them back as DDS, they should be fine after that.

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

Posted: Thu Oct 05, 2017 1:14 am
by Andrakann
Tydeus wrote:
Escope12 wrote:Does anyone know how to fix the detail textures for The Walking Dead: A New Frontier?
I told you about that on DeviantArt, open the broken textures in Noesis and export them back as DDS, they should be fine after that.
It's a bad idea to export to DDS, because of recompression and quality loss, it's better to export to something lossless, like PNG, then reassign.

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

Posted: Thu Oct 05, 2017 1:44 am
by RandomTBush
Script's been updated now!

Code: Select all

Updated the Guardians of the Galaxy importer to also support Batman: The Enemy Within and Minecraft: Story Mode Season Two.
Added some more options to change texture format (from DDS to PNG), path (either in the same folder or in a separate "Textures" folder), and outputting debug crap if you want.
Fixed rigging for single-bind models for The Walking Dead Season 1 models (e.g. the cop car).
Re-fixed maps and such not loading properly for TWDS3, Batman S1 and GotG due to accidentally breaking it in the previous update. Whoops!
https://mega.nz/#!X9oSlTLC!2-K7JYcGobjr ... -5stmRUyoA
(EDIT: If you downloaded it earlier, please re-download, as I accidentally broke the TWD3 importer!)
(EDIT 2: And if you downloaded it before 10/10/2017, please re-redownload it as I'm a twit and made a stupid mistake.)

And here's the updated QuickBMS script pack for the textures for Batman: TEW and MCSM:S2. Turns out I didn't need to write a new script, I just needed to adjust a few things with the current one.
https://mega.nz/#!35xByISR!R9ExvMyMqtUf ... HGNBv65HDw

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

Posted: Thu Oct 05, 2017 4:06 am
by Tydeus
Andrakann wrote:
Tydeus wrote:
Escope12 wrote:Does anyone know how to fix the detail textures for The Walking Dead: A New Frontier?
I told you about that on DeviantArt, open the broken textures in Noesis and export them back as DDS, they should be fine after that.
It's a bad idea to export to DDS, because of recompression and quality loss, it's better to export to something lossless, like PNG, then reassign.
I was just saying in general rather than listing the other formats, but it's only the detail maps. I can't say it really matters about those.
RandomTBush wrote:Re-fixed maps and such not loading properly for GotG due to accidentally breaking it in the previous update. Whoops![/code]
Does that include the map stuff from TWD3 too? I havent got to that game yet but I remember there was an issue with that.

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

Posted: Thu Oct 05, 2017 4:19 am
by Escope12
Which quickbms script do I use to convert The Walking Dead Season 1 textures from D3DTX to DDS?

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

Posted: Thu Oct 05, 2017 5:21 am
by RandomTBush
Escope12 wrote:Which quickbms script do I use to convert The Walking Dead Season 1 textures from D3DTX to DDS?
Doesn't TTArchExt have the ability to automatically convert those?

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

Posted: Thu Oct 05, 2017 5:35 am
by Escope12
RandomTBush wrote:
Tydeus wrote:Does that include the map stuff from TWD3 too? I havent got to that game yet but I remember there was an issue with that.
...Ah, crap, I completely forgot to check that (and it turns out I accidentally broke it further!), so I'll go fix that up ASAP.
Escope12 wrote:Which quickbms script do I use to convert The Walking Dead Season 1 textures from D3DTX to DDS?
Doesn't TTArchExt have the ability to automatically convert those?
I’m not sure. I’ve used Telltale Explorer to convert them to dds.