Releases: thesupersonic16/DALTools
Releases · thesupersonic16/DALTools
Fixed Translation Importing and Exporting
ScriptDialogueEditor:
- Fixed crash when loading translation files
- Fixed crash when exporting with no database file
PCK Sorting and CG Changes
DALLib:
- Fixed PCK sorting for MA files
- FIxed dupe strings in script files
- Fixed typo in "BustOpen" instruction
ScriptDatabaseEditor:
- Added experimental static CG exporting
Notes:
- If you are working with STSCTool, make sure you recompile your modified scripts before updating to prevent assembling errors.
Fixed EnableMonologue Instruction
DALLib:
- Fixed EnableMonologue Instruction
Notes:
- This update fixes a typo in
EnableMonologue
which causes the game to switch to the wrong monologue mode. - If you are working with STSCTool, make sure you recompile your modified scripts before updating to prevent assembling errors.
TEXTool Alignment Fix
TEXTool:
- Fixed aligment when reading .tex files, This should solve issues with TEXTool failing to extract frames from some .tex files.
Script Loading Fix for ScriptDialogeEditor
ScriptDialogeEditor:
- Fixed crash when loading Scripts
Added Art Book Entry Editing
ScriptDatabaseEditor:
- Added art book page adding/editing
PCKTool and STSCTool fixes
DALLib:
- Fixed PCK file sorting with files starting with upper case
- Fixed Mes command definition
PCKTool:
- Forced UTF-8 Reading and Writing
NOTE: Make sure to build all your scripts with the version of STSCTool used to generate them before updating!
Bug fixes and other minor changes
DALLib:
- Added struct reading
- Fixed crash when switching streams (e.g. decompressing ZLIB files)
TEXTool & PCKTool:
- Improved how command line arguments are handled
FontEditor:
- Fixed crash when saving after loading a font PCK
ScriptDialogueEditor:
- Added CSV exporting and importing support
- Added translation importing without keys (Sequential Order)
- Fixed issue with the current script not saving with the save button
- Improved TSV and PO parsing
Fixes and More for 1.9.x Release
DALLib:
- Replaced Console error messages with Exceptions to improve debugging
ScriptDatabaseEditor:
- Fixed crash when trying to edit some properties referencing GameID
ScriptDialogueEditor:
- Added Default Language option for switching script languages when running with no arguments
Please check the release below for more information about the 1.9.x release.
Added ScriptDialogueEditor and more
DALLib:
- Added support for Luminance4 Textures
- Added support for Big Endian (PS3) file loading/saving for PCKFile and TEXFile (use -e on their respective tools)
- Fixed
MapPlace
instruction (Thanks to Akintos for finding and fixing the issue) - Fix error when dissembling some Arusu Install scripts
STSCTool:
- Fixed error when building scripts with nested if statements
ScriptDialogueEditor:
- A GUI tool designed to be simple to use for editing text in DAL Scripts.
Please take a read at the README for information on how to use ScriptDialogueEditor