rvpacker-txt-rs v4.1.0
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.