Releases: RPG-Maker-Translation-Tools/rvpacker-txt-rs
rvpacker-txt-rs v4.3.2
rvpacker-txt-rs v4.3.0
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
Changes
- Updated to
rvpacker-txt-rs-lib
v5.1.4:- Fixes wrong
trim
argument forparse_translation
calls in structs. - Added additional
\n
line break for descriptions in Termina.
- Fixes wrong
- 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
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
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.
- Added
- Fixed non-working writing.
- Added
trim
andsort
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
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.
- Fixed possible panic on write with
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
Changes
- Updated to
rvpacker-txt-rs-lib
v4.3.2:- Fixed bad sorting and possible panics on
read --mode append
.
- Fixed bad sorting and possible panics on
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
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.
- Fix not implemented logic of
- Fixed not preserving
.rvpacker-ignore
entries onpurge --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
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
andtroops.txt
files.
- Fixed purging game title from
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
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.
- Highly improved performance for
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.