PDA

View Full Version : Another text dumper come along...


KingMike
03-05-2005, 02:04 PM
I released a generic text dumper.
Actually, it's for a game I've been working off and on for awhile. Thoguht I'd finally get around to getting the script dumped.
But, since I imagine others could use the substring support (activately only by a custom TBL entry), I thought I'd release it before I made it too game-specific.
Currently, it only supports fixed-length substring tables. I can probably add NES/SNES support, though that'd come later.
Source included if you want to try and mess with it.
http://kingmike.emuxhaven.net
Go grab it on the ROM hacking tools page.
EDIT: Er, yeah, I title it "Light Script".
Current limitations:
-only single-byte table entries supported, I believe
-only 1 byte substring values supported (0-255), assumes that 0 is the first entry in the list (unlike my previous substring-happy dumper, which was for Dual Orb for SNES. That was a game that assumed 1 was the value of the first entry, for some reason).

KingMike
03-05-2005, 10:49 PM
Okay, I'm an idiot.
Anybody who may have download, do it again.
I forgot to remove the hardcoded dumping offsets.
A fixed version that lets you specify the start and end offsets was just uploaded.