You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved support for importing source strings from H2 and later by including unicode definitions for each game. String representations such as "&button_a" will now be replaced with its respective character on import. This feature extends to saving/opening strings as XML, though optional.
Question marks are now un-escaped on import.
MCC Localization Editor will not function unless the unicode definition XMLs are present. They are included with the download.
Adds ability to import a string XML over top the current list, replacing any matching keys, instead of replacing the entire string list.
Adds ability to export an effectively blank XML with an example entry for use with the new import option.