Skip to content

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

rvpacker-txt-rs v3.0.13

02 Jan 17:57
Compare
Choose a tag to compare

Changes

  • Updated to rvpacker-txt-rs-lib 3.3.0.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.0.12

31 Dec 18:07
Compare
Choose a tag to compare

Changes

  • Now, really fixed non-working maps writing.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.0.11

29 Dec 17:37
Compare
Choose a tag to compare

Changes

  • Fixed non-working maps writing.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.0.10

27 Dec 14:25
Compare
Choose a tag to compare

Changes

  • Heavily optimized rvpacker-txt-rs-lib backend of this tool - reduced the size, probably optimized some code and made it less error prone.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.0.9

22 Dec 17:10
Compare
Choose a tag to compare

Changes

  • Improved processing of specific messages in shops' windows: they're now parsed without unnecessary data and quotes.
  • Fixed missing write logic for shops windows' messages translation.
  • Improved logic and slightly optimized the performance.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.0.8

21 Dec 18:59
Compare
Choose a tag to compare

Changes

  • Fixed empty strings in output files on write if there was no translation for original lines.
  • Added processing of specific messages in shops' windows in RPG Maker XP/VX/VXAce engines.
  • Removed code related to the text shuffling feature as it's won't be reimplemented.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.0.7

06 Dec 19:56
Compare
Choose a tag to compare

Changes

  • Finally fixed scripts processing. Finally.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.0.6

03 Dec 12:36
Compare
Choose a tag to compare

Changes

  • Fixed program not writing translation to Scripts file.
  • Fixed panic that prevented user from using write command.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.0.5

30 Nov 17:08
Compare
Choose a tag to compare

Changes

  • Added RPG Maker XP/VX/VXAce automatic .rgss archive decryption when reading encrypted games.
  • Separated reading and writing logic to rvpacker-txt-rs-lib.

Call rvpacker-txt-rs -h for help.

rvpacker-txt-rs v3.0.4

27 Nov 15:14
Compare
Choose a tag to compare

Changes

  • Fixed and improved incorrect older engines processing. Now, the program won't produce empty .txt files or panic when dealing with some RPG Maker XP and VX games.
  • Added --gen-json flag to generate JSON representations of data files of older engines.
  • Fixed incorrect order of words in "file already parsed" messages.

Note

From now on, the program is compiled using gcc instead of msvc and linked statically. Expect larger file sizes.

Call rvpacker-txt-rs -h for help.