PDA

View Full Version : ShowEQ 6.2.0 for Live 12/07/21



cn187
12-07-2021, 03:04 PM
Announcing the release of ShowEQ version 6.2.0. This version is compatible with the December 7th release.




cn187 (12/07/21)
----------------
- Update to version 6.2.0
- Support for EQ patch 12/07/21
- Opcode and struct changes
- Add support for compiling with Qt5 [EXPERIMENTAL]



This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq/files/ShowEQ/Showeq-6.2.0/, or from the SVN repository at http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_2_0/

Installation (tarball):




$ tar xjvf showeq-6.2.0.tar.bz2
$ cd showeq-6.2.0
$ ./configure
$ make
$ make install



Installation (SVN):



$ svn checkout http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_2_0 showeq-6.2.0
$ cd showeq-6.2.0
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install

BlueAdept
12-07-2021, 07:25 PM
That was quick. Thank you!

xerxes
12-07-2021, 08:10 PM
Thank you! Was looking for a patch and didn't even think to check this subforum.

kkmonte
12-07-2021, 09:04 PM
Just wanted to say, this new version doesn't crash/seg/page fault when I do a /kickp t ! Awesome! :) thanks!!!

Newby
12-07-2021, 09:59 PM
Updated zones.h file for the expansion:


Index: src/zones.h
================================================== =================
--- src/zones.h (revision 1226)
+++ src/zones.h (working copy)
@@ -863,13 +863,13 @@
{ NULL, NULL }, // 840
{ NULL, NULL }, // 841
{ NULL, NULL }, // 842
-{ NULL, NULL }, // 843
-{ NULL, NULL }, // 844
-{ NULL, NULL }, // 845
-{ NULL, NULL }, // 846
-{ NULL, NULL }, // 847
-{ NULL, NULL }, // 848
-{ NULL, NULL }, // 849
+{ "maidentwo", "The Maiden's Eye" }, // 843
+{ "umbraltwo", "Umbral Plains" }, // 844
+{ "akhevatwo", "Ka Vethan" }, // 845
+{ "vexthaltwo", "Vex Thal" }, // 846
+{ "shadowvalley", "Shadow Valley" }, // 847
+{ "basilica", "Basilica of Adumbration" }, // 848
+{ "bloodfals", "Bloodfalls" }, // 849
{ NULL, NULL }, // 850
{ NULL, NULL }, // 851
{ NULL, NULL }, // 852

cn187
12-07-2021, 10:18 PM
Thanks, Newby!

cn187
12-07-2021, 10:20 PM
I guess I forgot about the new expansion and jumped the gun a bit.

I just committed the zone and race changes. I'll do another release really quick so everyone who wants a tarball can have the updates.

Newby
12-07-2021, 10:25 PM
I just noticed I mispelled "bloodfalls", the one zone I couldn't test since it's flagged. Could you fix that?

cn187
12-07-2021, 10:27 PM
Yep, will do.