fraggle
Super Moderator

Posts: 6000
Registered: 07-00 |
Following much reverse engineering, Chocolate Heretic can now load HHE patches generated for Heretic v1.0, 1.2 and 1.3. As far as I know this is the first source port to support HHE patches, and I can understand why - they have a strong dependency on the executable that was used to generate them, so HHE support is significantly more difficult to implement than DEH support is in Doom.
If anyone is interested, I would appreciate some help in testing this feature out. I've already found some HHE patches in /idgames, which I've listed here. I've tested most of these out already, but does anyone know of any other patches?
Loading a HHE patch is the same as a DEH patch:
code: chocolate-heretic -deh foo.hhe
By default it assumes that patches were made for Heretic 1.0 (which is how HHE 1.1 is configured to behave unless you apply this change to hhe.ini). However, some patches are for v1.2 or v1.3; to specify a different version, use the -hhever command line option:
code: chocolate-heretic -deh foo12.hhe -hhever 1.2
code: chocolate-heretic -deh foo13.hhe -hhever 1.3
EDIT: The Windows builds here haven't been updated since January. exp[x], can you help?
|