cooolbros / hud-merger

A C#/WPF application for merging custom HUDs in Team Fortress 2
GNU General Public License v3.0
31 stars 0 forks source link

Support chat_english.txt entries #1

Closed cooolbros closed 8 months ago

cooolbros commented 2 years ago

Currently if a source HUD uses custom localization entries they are not merged and the resulting HUD will display the name of the entry, e.g. #CustomHUD_Back. HUD Merger should copy all referenced entries for all present localization files.

Localization files are encoded with UTF-16LE.

cooolbros commented 8 months ago

Added in 31d8c41