Skip to content

Releases: FrenzMcJ0hns0n/DS_TextsMod_Helper

v1.5.1 (2022-11-12)

12 Nov 10:06

Choose a tag to compare

Maturity update from 1.5 🔱

Added extra details about submitted input files

  • 3 columns now displays the main FMG file information
  • comprehensive tooltip has been added on column 1

Improved error management and reporting

  • .txt files with errors/warnings now created in the Output directory for each input file processed

Various code optimizations and improvements ...

v1.5 (2022-11-07)

07 Nov 20:17
74d66d2

Choose a tag to compare

⚜️ New release with batch processing ⚜️

This is a large update: new code, new design, new handy features.
Yay!

v1.4.2 (2022-05-29)

29 May 19:42

Choose a tag to compare

Last 1.4 update with 2 new features 🤏

Warn on special cases

For now, it addresses one specific case when processing data in Prepare mode:
File 1 value = File 2 value (so File 3 value is the one to output) but File 3 value is empty!
I had this issue with some entries of the DoA French translation for PTDE: I ended up with empty values, not reflecting the source mod contents

If this happens, you will get a txt file with information about the entries involved.

Output filenames validation

Just displays an OK-Cancel message box if the filename you are generating already exists

v1.4.1 (2022-05-14)

14 May 10:32

Choose a tag to compare

Minor stability update 🥐

Fix SyncFilename feature in Read mode
Add output filenames validation

v1.4 (2022-04-17)

17 Apr 19:26
6d7b1de

Choose a tag to compare

🌞 Support of more Souls games 🌞

  • Integrate SoulsFormats as embedded project in light version
  • Manage FMG versions for Prepare mode, adding support of :
    • Demon's Souls (quickly tested)
    • Dark Souls 3 / Bloodborne (not tested)
  • PreviewDragOver ensure to keep focus when dragging files

v1.3.2 (2022-04-06)

06 Apr 21:42
058034b

Choose a tag to compare

QoL changes 👍

  • Input filenames displayed in bold font
  • Input files drops are validated visually
  • Tooltips give information about input files
  • Consistency between input filenames is verified
  • Dragging element over tabs change the active one

Misc.

  • Detached output preview reverted to read-only mode
  • Version added in window title, as no GUI element changed

v1.3.1 (2022-03-17)

17 Mar 22:17
3eabd7c

Choose a tag to compare

DS TextsMod Helper v1.3.1

Bugfix + new feature 🛠️

From version 1.3

  • Output preview will now behave as intended no matter what you do
  • Added a Read mode to get quick previews on FMG files
  • Improved code blabla

v1.3 (2022-03-13)

13 Mar 08:17
84db0e9

Choose a tag to compare

DS TextsMod Helper v1.3

🖥️ Massive design update 🖥️

From version 1.2x

  • Improved UX
  • Better visuals
  • New options
  • Bugfixes

v1.2 (2022-02-10)

10 Feb 21:21

Choose a tag to compare

DS TextsMod Helper v1.2

🗡️ New version with FMG support 🗡️

From version 1.1x

  • Add FMG support (compiled DLL from SoulsFormats also included in the release)
  • Added a new option for output filename: "Use same filename as File #1"
  • Converted obsolete text trimming functions to replacement ones

Big thanks to JKAnderson and other contributors of SoulsFormats 🙏

v1.1.0.1 (2022-01-30)

30 Jan 12:42

Choose a tag to compare

DS TextsMod Helper v1.1.0.1

New version with values trimming

From previous version

  • Implement values trimming
    Dispensable line breaks can now be excluded from the data to be processed, in order to perform fairer comparisons
    For instance, there are a lot of these in Dark Souls 1 vanilla text contents.
  • Add check for CSV separator character
    Cannot be empty anymore, crashing the app