TcT2k/HLMWadExplorer

Crash after replacing changed hlm2_localization.bin file

Opened this issue · 1 comments

Crash after replacing changed hlm2_localization.bin file

After doing some testing, I think I've found the cause of this issue. The cause seems to be that the amount of characters in the hlm2_localization.bin file has to remain the exact same, otherwise HLMWadExplorer will crash.

For example, if you find a place in the text where the word "WALK" appears, and you change it from "WALK" to something like "GHYQ" for example, there will be no crash when trying to replace the file and everything will work as intended. However if you instead change that same "WALK" to "WAK" for example, then the program will crash when trying to replace the file. Or if you instead change that same "WALK" to "WAALK" for example, then the program will crash when trying to replace the file.

This makes making a translation impossible for obvious reasons.