Skip to content

"HW rulez" mod (add-on) for HoMM3.

#421
Auto-translated
WiZarDX_576, so what's the status of the HWRules localization?
It should take a maximum of 15 minutes.
Let me help if you don't have time for it.

Also, it turns out that HWRules is incompatible with DEP (Data Execution Prevention). This means that HWRules contains executable code written in memory intended for data.
To avoid this, executable code should be written to memory allocated using
VirtualAlloc(NULL, size, MEM_COMMIT, PAGE_EXECUTE_READWRITE);
Or the task can be delegated to a patcher. The new 2.7 version is compatible with DEP.

There are also a number of considerations and suggestions regarding the interaction between HWRules and HD, and I would like to finally take a look at the source code.
HoMM 3 HD:

последняя версия - 5.0 RC96 (19.09.2020)

последнее видео: https://www.youtube.com/watch?v=u70wC0DJ7I8

полное подробное описание