![]() |
data offset question - Printable Version +- The Lurker Lounge Forums (https://www.lurkerlounge.com/forums) +-- Forum: Lurker Games (https://www.lurkerlounge.com/forums/forum-6.html) +--- Forum: Diablo (https://www.lurkerlounge.com/forums/forum-15.html) +--- Thread: data offset question (/thread-10591.html) |
data offset question - Jarulf - 07-28-2003 Hi, I thought someone might allready the information i need, so hence this post. What I am looking for is the offset for various data tables inside diablo.exe. I am looking for the info for version 1.09 and 1.09b. It might be that those two are identical, the file size for example is and there seems to be minimal changes and the b version is download only so there might be no difference in the actual exe file. Anyway, the tables I am looking for are: monster data table activation data table (for the monsters) boss data table spell data table base item data table prefix data table suffix data table (really just after the prefix one so not really needed) unique item data table shrine data table character data table effect/missile data table Hopefully some current or old modder allready have this info and spare me some work :) data offset question - Selby - 07-28-2003 Zamal and Zenda have updated their ModMaking Workshop site with these values. v1.09's offset is only -1050 (hex) off from v1.07. This pertains to the tables in the .exe file. Selby data offset question - Jarulf - 07-28-2003 Selby,Jul 28 2003, 11:46 PM Wrote:Zamal and Zenda have updated their ModMaking Workshop site with these values. v1.09's offset is only -1050 (hex) off from v1.07. This pertains to the tables in the .exe file.And were do I find their site? data offset question - Selby - 07-28-2003 http://www.xs4all.nl/~a3n/modwork.htm Also available from the "Mod" section of the Diablo 1 section of this website =) Selby data offset question - Jarulf - 07-29-2003 Selby,Jul 29 2003, 12:17 AM Wrote:http://www.xs4all.nl/~a3n/modwork.htmOhh, OK :) Thanks! |