Fix wrong detection of GFMDL files. wont be detected as Fileformat for finding File Extensions for unknown Hashes.
Don't add the detected file extension to known file names.
Added Quick Access folder for .tranm files for feature parity with GFPAK.
* Move TRPAK up the list of Fileformats
prevents false detections of some of the Archives as other File Formats
* add best guess for Paths
if all known paths are the same add that one path to all other Files
* Revert "Move TRPAK up the list of Fileformats"
This reverts commit a1c0c2d630.
* Move TRPAK up the list of Fileformats
this time dont reformat the whole Class
* Added Quick access
Added Quick access Folders in the same style as GFPAK for all Texture Files and all Model Files
* cleanup and set some ImageKeys
* Prefer BNTX Filenames that mathc the Hash
instead of relying on only getting the filenames from the file itself
Supports loading rigged models and viewing textures for both the Wii U and Switch versions of the game.
Keep in mind the Switch version lacks LZSS 3 byte compression and will be missing vertex data for certain models.
Fixes writing of PAI1 section in BCLAN files (tested with Mario Kart 7 bclan files):
1. The offset of the strings is relative to the start of the table, not the start of the PAI1 section.
2. 4 bytes of padding after the strings are needed for proper alignment of the rest of the section.
In Luigi's Manson 3, some of the archived models have slashes in their names. This means that they can't be exported with those names, and Toolbox will crash when it reaches them, if you try to "export all".
What i have done to fix this, is make toolbox treat names with slashes as directory paths, with a file name on the end.