11-21-2022, 11:36 PM
(11-21-2022, 11:21 PM)DarkShinyGiratina Wrote: Thanks, that worked! My cloddy boy is in full HD! My only question now is: is there a way to extract the dds files such that each pokemon has its own folder, with all the dds files inside? The way mine did it was each dds file has its own separate folder, and that makes it really annoying to find all the ones for a certain pokemon and collect them together to convert to PNG. Maybe there's a setting to use in quickBMS? If you know, that would be appreciated!Yeah, there was a version the script that did so in the first post, but since it was very outdated I removed it earlier. It's easy enough to replicate, though. Go to line 227 in the script, and for this block of code:
Code:
get PATH basename
string PATH += /
getarray BRTISTART 0 i
string PATH += STRNAME
Delete or comment out the first two lines, and change the last "+=" to just "=".
Code:
# get PATH basename
# string PATH += /
getarray BRTISTART 0 i
string PATH = STRNAME
This will make the BNTX files extract to the same folder instead.