Releases: thesupersonic16/DALTools
Added DALLib and Other Fixes
DALLib:
- A new library created to assist the creation of tools built for games like DAL: RR, This replaces some libraries that DALTools used to depend on.
ScriptDatabaseEditor:
- Fixed crash when loading the editor with Steam not installed
TEXTool:
- Added ZLIB compression (Deflate) for TEX files. (Not supported for DAL: RR)
- Improved ZLIB Decompression
PCKTool:
- Rewritten PCK Parser
- Fixed PCK Packing
Added ScriptDatabaseEditor and More
ScriptDatabaseEditor:
- Added ScriptDatabaseEditor to DALTools (Standalone GUI Tool)
- Supports previewing some resources within the editor (Requires the game to be installed on Steam)
FontEditor:
- Added FontEditor to DALTools (Incomplete, but can be used to edit fonts, but not add new characters)
TEXTool:
- Rewrote file signature checking, should read sigless .tex files better
- Added "SmallSig" for games outside of DATE A LIVE
- Added Raster, Luminance8 and PNG decoding
- Improved endianness swapping. Should improve performance with GUI tools using TEXTool
PCKTool:
- Rewrote file signature checking, should read sigless .pck files better
- Fixed file naming issue when exporting (Not noticeable when used standalone)
STSCTool:
- Added a little more instruction definitions
Please take a read at the README for information on how to use ScriptDatabaseEditor
TEXTool and STSCTool Update
TEXTool:
- Added ZLIB Decompression
STSCTool: - Fixed multiple files mixing up when loaded
- Added more names
- STSCTool will now end once it reaches the first string instead of relying on a printf (All scripts should have atleast one string in them)
Fixed PCKTool and STSCTool Update
PCKTool:
- Fixed File indexing. As-long as the file structure has not been changed, save files should nolonger crash the game.
STSCTool: - Added more instructions
- Added basic switch
- Fixed labelling
- Added ID reading and writing
Please take a read at the README for information on how to use STSCTool and PCKTool
Added STSCTool and ZLIB Decompression for PCKTool
- Added WIP STSCTool for dissembling and reassembling .bin scripts.
- Added ZLIB Decompression for PCKTool
Please take a read at the README for information on how to use STSCTool
Added Drag and Drop and fixed saving for .tex files
TEXTool:
- Added Drag and Drop for Building, Just drop a .xml, .png or the frame folder into the exe to create a .tex
- TEXTool will now always extract frame information with drag and drop as it is Required to rebuild.
- Fixed issues with saving .tex files.
Please take a read at the README for information on how to use TEXTool
Added LZ77 Decompression to TEXTool
TEXTool:
- Added LZ77 Decompression
- Added Headerless Support
Added TEX Decompression and Repacking
TEXTool:
- Added some DXT Decompression methods (Thanks Sajid)
- Added Frame extracting
- Added .tex repacking
Check the README for information on how to use this tool
TEXTool and PCKTool fixes
Fixed Directory issues and Padding issues with PCKTool.
Added TEXTool (10.02 files are not supported) which standalone can only be used to extract sheets, Dumping Frames and Saving will require it to be used as a library.
To Unpack: Drag file into executable.
To Repack: Drag directory into executable. (Repacking is not fully tested yet)
Initial Release
To Unpack: Drag file into executable.
To Repack: Drag directory into executable. (Repacking is currently untested)