This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """In-place equal-length patcher for stock DeusEx.u. | |
| Tweaks HUD widget defaultproperty values and bytecode literals — layout | |
| constants the .int localization layer can't reach. Add edits to PATCHES. | |
| Drop this file into the `tools/` directory of a dx1-i18n-toolkit checkout | |
| (it imports from `ue1_reader`, which lives there). | |
| Usage: python tools/patch_deusex_u.py <stock_deusex_u> <out_deusex_u> | |
| """ |