Skip to content

Releases: thesupersonic16/DALTools

Added DALLib and Other Fixes

29 Sep 08:45
Compare
Choose a tag to compare

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

25 Sep 14:24
Compare
Choose a tag to compare

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

05 Aug 13:05
Compare
Choose a tag to compare

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

02 Aug 13:18
Compare
Choose a tag to compare

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

31 Jul 13:42
Compare
Choose a tag to compare
  • 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

28 Jul 01:57
Compare
Choose a tag to compare

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

27 Jul 15:18
Compare
Choose a tag to compare

TEXTool:

  • Added LZ77 Decompression
  • Added Headerless Support

Added TEX Decompression and Repacking

27 Jul 08:23
Compare
Choose a tag to compare

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

25 Jul 17:57
Compare
Choose a tag to compare

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

25 Jul 11:13
Compare
Choose a tag to compare

To Unpack: Drag file into executable.
To Repack: Drag directory into executable. (Repacking is currently untested)