Skip to content

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

rvpacker-txt-rs v4.1.0

25 Feb 17:54
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v4.1.2:
    • Really REALLY fixed the append mode logic with any maps processing mode.
    • Added the additional helpful comments in maps, troops and commonevents files.
    • Added the purge module to delete unused lines from files.
    • Added the json module to read older engines' files to json and write them back.
    • Fixed panic on write command.
    • Fixed messed custom processing for F&H2 Termina.
    • Added support for multiple translation fields, e.g. original<#>translation1<#>translation2 is valid, but only the last non-empty translation entry is valid.

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.0.0

24 Feb 14:06
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v4.0.0:
    • Really fixed the append mode logic with any maps processing mode.
    • Added the additional helpful comments in maps, troops and commonevents files.
    • Added the purge module to delete unused lines from files.
    • Added the json module to read older engines' files to json and write them back.
    • Fixed messed custom processing for F&H2 Termina.
    • Added support for multiple translation fields, e.g. original<#>translation1<#>translation2 is valid, but only the last entry translation2 is used.

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.0.0-rc1

22 Feb 14:53
Compare
Choose a tag to compare
Pre-release

Changes

  • Updated to rvpacker-txt-rs-lib v4.0.0-rc3:
    • Trying to really fix the append mode logic with every maps processing mode.
    • Added the additional helpful comments in maps, troops and commonevents files.
    • Added the purge module to delete unused lines from files.
    • Added the json module to read older engines' files to json and write them back.
  • Slightly adjusted the help message.

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

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.1.7

18 Feb 17:04
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v3.7.3:
    • Fixed incorrect output when using separate maps processing mode along with append processing mode. The results will always be right now.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.1.6

08 Feb 15:41
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v3.7.0:
    • Optimized reading with append processing mode and separate maps processing mode.
    • Program now adds the comment with a chronological map order to its section start.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.1.5

07 Feb 17:15
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v3.6.4-beta.1:
    • Fixed reading maps with append mode and separate maps mode producing reoccurring lines with empty translation.
    • Changed LisaRPG games parsing to always include \et prefix, which indicates the tile where the message box should be drawn.
    • Probably made reading with append mode and separate maps mode slower.
    • Probably made program overall a little faster.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.1.4

01 Feb 05:58
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v3.6.2:
    • Fixed incorrect LisaRPG series games processing.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.1.3

19 Jan 10:37
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v3.6.0:
    • Improved performance.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.1.2

17 Jan 17:57
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v3.5.6:
    • Fixed incorrect maps writing.
    • Fixed incorrect plugins reading.
    • Fixed plugins reading didn't support append mode.
    • Fixed incorrect scripts and plugins writing, which could've led to sometimes incorrect results.
    • Removed number matching from regexps that checked if parsed strings are only symbols, because some number strings can produce actually needed data.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.1.1

14 Jan 19:10
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib v3.5.2:
    • Fixed reading not inserting filename comments resulting in screwed files, and fixed append behavior.

Call rvpacker-txt-rs -h for help.