PDA

View Full Version : 12/11 patch



Newby
12-11-2018, 05:10 PM
structs and opcodes. maps in the new expansion aren't working (although i did get the first zone working). The zones.h file needs to be updated, I can work on that but wasn't sure if there was a quicker method.

Newby
12-12-2018, 09:10 AM
I constructed this with the contents of ZoneNames.txt from eq's Resource directory, merging with the existing zones.h file. ZoneNames.txt has the long names of the zones, the short names are in eqgame.exe and I don't have a decent disassembler to dump that. So I either pulled the short names from the existing zones.h file or just guessed at what they should be.

Rename this file to "zones.h" and put it in showeq's src directory.

fransick
12-12-2018, 02:59 PM
I have a disassembler and can double check the short names when I am back from this business trip this weekend. Betting you are right on though, Newby.

BlueAdept
12-12-2018, 03:10 PM
Thanks everyone for the help. The svn and tarball are updated.