Skip to content

Releases: SaltContainer/QuestTextEditor

1.2 Release

16 Aug 06:19
Compare
Choose a tag to compare

CSV Import/Export support.

New features

  • Support for importing and exporting CSV files.
    • Importing will only overwrite the label names included in the CSV file.

1.1 Release

13 Aug 17:20
Compare
Choose a tag to compare

Multi-language support for Text Assets.

New features

  • Multi-language support for Text Assets.
    • You can now view and edit the data for each language and it will now properly read and save the file.

Bug fixes

  • Fixes the text export exporting with broken encoding.

Initial Release

08 Aug 20:30
Compare
Choose a tag to compare

Initial Release.

Features

Editor

A full editor to change any label of an imported Pokémon Quest TextAsset.

  • Import a UABEA exported .bytes file from the TextAsset in an AssetBundle.
  • Select a label to edit in the list and then change its contents and its UserParam.
  • The editor automatically re-calculates the Metadata of the file so the labels are read properly.
  • Rebuilding the binary file is done in "non-coded" mode, so the data within the file is raw UTF-8 encoded strings.
  • The exported binary file can be re-imported in UABEA.

Text Exporter

If you just want to export the text into a basic .txt file, you can!

  • Each line of the file is a label, with nothing else special.