Skip to content

Instantly share code, notes, and snippets.

@fmwizard
fmwizard / patch_deusex_u.py
Created May 24, 2026 04:23
Equal-length in-place patcher for stock DeusEx.u (companion script for deus-ex-i18n-toolkit)
"""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>
"""