Skip to content

Releases: RPG-Maker-Translation-Tools/rvpacker-txt-rs

rvpacker-txt-rs v4.3.2

11 May 11:13
Compare
Choose a tag to compare

Changes

  • Fixed decrypting archive if decrypted game files already exist.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v4.3.0

05 Apr 15:25
Compare
Choose a tag to compare

Changes

  • Added asset module to encrypt/decrypt encrypted RPG Maker images and audio.

I switched back to msvc to compile Windows releases, so size is now smaller.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v4.2.2

25 Mar 13:05
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v5.1.4:
    • Fixes wrong trim argument for parse_translation calls in structs.
    • Added additional \n line break for descriptions in Termina.
  • Implemented overlooked trim settings for system file writing.

How to migrate your projects to v4 - You need to change all <!-- Mapxxx.ext --><#> comments in maps.txt file into <!-- Map --><#>xxx manually.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v4.2.1

23 Mar 11:24
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v5.1.3:
    • Plugins now don't require correct ordering of lines in translation file.
    • Fixed incorrect plugins writing because lines were trimmed, but they shouldn't have been.
    • Miscellaneous fixes for F&H 2: Termina.
  • Fix incorrect writing of plugins and scripts.
  • Fix possible panic on metadata parsing.

How to migrate your projects to v4 - You need to change all <!-- Mapxxx.ext --><#> comments in maps.txt file into <!-- Map --><#>xxx manually.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v4.2.0

15 Mar 19:05
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v5.1.1:
    • Added sort fields to reader structs.
    • Implemented sorting in SystemReader.
    • Added trim fields to purger structs.
    • Fixed wrong names for ignore map entries.
  • Fixed non-working writing.
  • Added trim and sort arguments.

How to migrate your projects to v4 - You need to change all <!-- Mapxxx.ext --><#> comments in maps.txt file into <!-- Map --><#>xxx manually.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v4.1.5

15 Mar 11:44
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v5.0.0:
    • Fixed possible panic on write with Separate maps processing mode when the last map in the file is empty.
    • Fixed possible panic on Shop code processing if the string has invalid form.

How to migrate your projects to v4 - You need to change all <!-- Mapxxx.ext --><#> comments in maps.txt file into <!-- Map --><#>xxx manually.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v4.1.4

08 Mar 09:28
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v4.3.2:
    • Fixed bad sorting and possible panics on read --mode append.

How to migrate your projects to v4 - You need to change all <!-- Mapxxx.ext --><#> comments in maps.txt file into <!-- Map --><#>xxx manually.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v4.1.3

07 Mar 07:39
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v4.3.0:
    • Fix not implemented logic of --ignore flag for other files reading except CommonEvents and Troops.
    • Fix possible panic on read --append for maps.txt files that have map display title in them.
  • Fixed not preserving .rvpacker-ignore entries on purge --create-ignore.

How to migrate your projects to v4 - You need to change all <!-- Mapxxx.ext --><#> comments in maps.txt file into <!-- Map --><#>xxx manually.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v4.1.2

06 Mar 14:39
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v4.2.2:
    • Fixed purging game title from system.txt file when using --purge-empty argument.
    • Fixed wrong purging of files except maps, system and scripts.
    • Implemented lines' sorting when using --mode append.
    • Fixed incorrect insertion of comments in commonevents.txt and troops.txt files.

How to migrate your projects to v4 - You need to change all <!-- Mapxxx.ext --><#> comments in maps.txt file into <!-- Map --><#>xxx manually.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v4.1.1

28 Feb 17:54
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v4.2.0:
    • Highly improved performance for purge module.
    • Improved performance by switching to 🔥 BLAZINGLY FAST 🔥 Rust gxhash library.
    • Fixed panics when processing older engines' files.

How to migrate your projects to v4 - You need to change all <!-- Mapxxx.ext --><#> comments in maps.txt file into <!-- Map --><#>xxx manually.

Call rvpacker-txt-rs -h for help.