Releases: WorldUnitedNFS/worldlangedit
Releases · WorldUnitedNFS/worldlangedit
v2.0.3
Version 2.0.3 of WorldLangEdit has been released.
Changelog:
- JsonTool: introduced
add-string
command to add an untranslated string to every JSON file.
Example:.\jsontool.exe add-string D:\Development\WorldUnited.gg\localization TEST_STRING "Test value"
- JsonTool: introduced
remove-string
command to remove a string from every JSON file.
Example:.\jsontool.exe remove-string D:\Development\WorldUnited.gg\localization TEST_STRING
- JsonTool: introduced
hash
command to calculate the BIN-hash of a given string.
Example:.\jsontool.exe hash TEST_STRING
Example output:Hash of 'TEST_STRING': 0x4adab115 (1255846165)
Release v2.0.2
Version 2.0.2 of WorldLangEdit has been released.
Changelog:
- Added "strict mode" (enabled with
--strict
) tojsontool pack
command. Strict mode will enforce strict validation of JSON files, to ensure that every string is defined for every language.
Release v2.0.1 [Hotfix]
Hotfix release of v2.0.1.
Changelog:
- editor.exe is now built as a GUI application to avoid having a console appear.
Release v2.0.1
Initial WorldUnited release of worldlangedit.
Changelog:
- Fixed a bug that prevented added strings from being edited in files that did not yet have them
- Rewrote string decoder/encoder to follow original algorithms
- Added
jsontool
for saving .bin files to .json and vice-versa