DFHack / dfhack

Memory hacking library for Dwarf Fortress and a set of tools that use it
Other
1.87k stars 475 forks source link

Screen reading/writing #65

Closed peterix closed 12 years ago

peterix commented 13 years ago

This is well-researched, along with offset search automation. See: http://www.bay12forums.com/smf/index.php?topic=58809.msg2177020#msg2177020 http://www.bay12forums.com/smf/index.php?topic=58809.msg2177194#msg2177194 http://www.bay12forums.com/smf/index.php?topic=58809.msg2177472#msg2177472

peterix commented 12 years ago

Currenly the normal, non-eggy DFHack can't properly synchronize with the DF screen. This makes screen output useless.

peterix commented 12 years ago

Virtual method interposing makes this possible now.