Releases: morbidslinky/FileMonolith
Releases · morbidslinky/FileMonolith
File Monolith 0.5.0.0
File Monolith 5th Release
- Updated to .NET 8
- Added Regex File Copier tool
- The user can copy files and their directory structures to a new folder using regular expressions. More for file research/exploration/reference than modmaking
- Bugfixes and minor improvements
File Monolith 0.4.0.0
File Monolith 4th Release
- Added Texture Aggregator tool
- The user can select a Packed Fox Textures (.pftxs) file, and the tool will attempt to automatically complete the textures partially contained in the .pftxs, and then convert the textures to DirectDraw Surface (.dds) format.
- Minor visual tweaks for all the tools included in File Monolith.
File Monolith 0.3.0.1
File Monolith 3rd Release, Hotfix 1
- Added error handling messages to File Proliferator
File Monolith 0.3.0.0
File Monolith 3rd Release
- Added Archive Transferrer tool
- Utilizes github.com/JosephZoeller/GzsTool to reformat GZ archives
File Monolith 0.2.1.0
File Monolith 2nd Release, 1st Update
- Quality of Life Updates:
- Filename Updater's functionality has been integrated into File Proliferator. File Proliferator can now (optionally) check for any filename updates while building the makebite directory structure.
- Minor improvements were made to the folder selection prompts. When selecting an output folder, the prompt window will initially open the input directory if one is already selected.
- For convenience, File Proliferator will remember the directories used in the last session.
- Includes various bugfixes.
File Monolith 0.2.0.0
File Monolith 2nd Release
- New tool - Filename Updater: The user can select any files with hashed filenames, and the tool will attempt to update their names and filepaths using the latest qar_dictionary. Any updated files are copied to the target directory.
- Includes various bugfixes and optimizations.
File Monolith 0.1.0.0
File Monolith 1st Release
- Archive Unpacker: The user may select .dat files, which the tool will unpack into a target directory. Then, the tool will unpack all .fkp, .fpkd, .pftxs and .sbp files within the target directory.
- Mass Texture Converter: The user may select a directory, and the tool will attempt to convert all texture files from .ftex(s) to .dds. The resulting .dds files are sent to the target directory.
- File Proliferator: The user selects any number of files, of any type. The tool will search for these files in the MGSV file structure. If these filenames are found in the game files, the tool creates a directory structure to mirror MGSV's, and then copies the user's files into the structure.
File Monolith 0.1.0.0 Pre-release
- Pre-release for Archive Unpacker, Mass Texture Converter and File Proliferator.
To do before 0.1.0.0 Release:
- Write the readme
- Find and fix bugs
- More optimizations if possible