Skip to content

Releases: thesupersonic16/DALTools

Fixed Translation Importing and Exporting

29 Aug 04:38
Compare
Choose a tag to compare

ScriptDialogueEditor:

  • Fixed crash when loading translation files
  • Fixed crash when exporting with no database file

PCK Sorting and CG Changes

29 Apr 03:34
Compare
Choose a tag to compare

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

28 Feb 08:14
Compare
Choose a tag to compare

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

21 Nov 04:02
80c921b
Compare
Choose a tag to compare

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

16 Nov 09:11
Compare
Choose a tag to compare

ScriptDialogeEditor:

  • Fixed crash when loading Scripts

Added Art Book Entry Editing

08 Nov 13:07
Compare
Choose a tag to compare

ScriptDatabaseEditor:

  • Added art book page adding/editing

PCKTool and STSCTool fixes

05 Nov 08:08
Compare
Choose a tag to compare

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

21 Oct 10:56
Compare
Choose a tag to compare

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

11 Oct 13:57
Compare
Choose a tag to compare

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

09 Oct 10:36
1369f9b
Compare
Choose a tag to compare

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