PDA

View Full Version : Heretic Text offsets?


Boingo the Clown
August 4th, 2004, 03:46 PM
Does anyone know where the start of the Heretic text table is?

Toxic Fluff?

I need to change some pick up messages.

Darkhaven3
August 4th, 2004, 03:49 PM
LET ME MAP FOR TPDOOM, DAMMIT

Boingo the Clown
August 4th, 2004, 04:27 PM
Please disregard my question. I figured out how to get it to work myself. :D

Sure. You can make maps for TPD if you want.

It turns out that DEHackEd and HHE handed text with a slightly different format. HHE lists the offset of the text, then the length of the new text, followed by the new text itself. DEH does not list the offset. It lists the length of the old text, then the length of the new text, followed by the old text, then the new text.

I was able to count up the lengths of the old texts, and quote the old texts themselves, and as quick as you can say, "Bob's your uncle", I had the Heretic text changed. *cool*