Releases: RPG-Maker-Translation-Tools/rvpacker-txt-rs
Releases · RPG-Maker-Translation-Tools/rvpacker-txt-rs
rvpacker-txt-rs v3.0.13
Changes
- Updated to
rvpacker-txt-rs-lib
3.3.0.
Call rvpacker-txt-rs -h
for help.
rvpacker-txt-rs v3.0.12
Changes
- Now, really fixed non-working maps writing.
Call rvpacker-txt-rs -h
for help.
rvpacker-txt-rs v3.0.11
Changes
- Fixed non-working maps writing.
Call rvpacker-txt-rs -h
for help.
rvpacker-txt-rs v3.0.10
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
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
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
Changes
- Finally fixed scripts processing. Finally.
Call rvpacker-txt-rs -h
for help.
rvpacker-txt-rs v3.0.6
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
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
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.