research/hhe
Simon Howard 990c24c7d0 Fix generated v1.0 states.c.
Subversion-branch: /research
Subversion-revision: 1882
2010-04-17 20:10:11 +00:00
..
v1.0 Fix generated v1.0 states.c. 2010-04-17 20:10:11 +00:00
v1.2 Rename directory to "hhe". Move output data to v1.0 directory. Add 2010-02-09 19:01:45 +00:00
v1.3 Add v1.3 function pointers and state table. 2010-04-17 19:55:15 +00:00
common.rb Rename directory to "hhe". Move output data to v1.0 directory. Add 2010-02-09 19:01:45 +00:00
dump-mobjinfo Rename directory to "hhe". Move output data to v1.0 directory. Add 2010-02-09 19:01:45 +00:00
dump-states Add v1.3 function pointers and state table. 2010-04-17 19:55:15 +00:00
dump-strings Rename directory to "hhe". Move output data to v1.0 directory. Add 2010-02-09 19:01:45 +00:00
notes.txt Rename directory to "hhe". Move output data to v1.0 directory. Add 2010-02-09 19:01:45 +00:00
README Rename directory to "hhe". Move output data to v1.0 directory. Add 2010-02-09 19:01:45 +00:00
testing-notes.txt Rename directory to "hhe". Move output data to v1.0 directory. Add 2010-02-09 19:01:45 +00:00

This research is for the purpose of adding HHE support to Chocolate Heretic
(raven-branch).  However, this is complicated by the fact that the DOS HHE
executable only worked with Heretic v1.0.  Furthermore, the internal state
tables changed between Heretic v1.0 and the final v1.3.  In order for loading
of HHE patches to be supported, it is therefore necessary to apply patches
against the Heretic 1.0 tables and use these instead of the normal
(v1.3) tables.

These are scripts to dump the internal tables for importing into Chocolate
Heretic.

./dump-states heretic.exe 8bf04 > states.c
./dump-mobjinfo heretic.exe 942ec > mobjinfo.c