PDA

View Full Version : ShowEQ 6.1.0.0 for Live 03/10/21



cn187
03-10-2021, 03:41 PM
Announcing the release of ShowEQ version 6.1.0.0. This version is compatible with the March 10th release.



cn187 (03/10/21)
----------------
- Updated version to 6.1.0.0
- Support for EQ patch 03/10/21
- Enumerate net devices and prompt for selection if needed
- Message formatting fixes
- Struct and opcode fixes for spell list functionality (fransick)
- Opcode and struct updates (fransick)
- Fix guild tag display
- Fix display of held/worn equipment


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

Installation (tarball):


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


Installation (svn):


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



For those of you not quite ready to make the jump to SEQ6, the patch attached to this post can be applied to the last release of SEQ5 (v5.13.10.105). See http://www.showeq.net/forums/showthread.php?7581-ShowEQ-5-3-10-105-and-6-0-0-0-rc3-for-Live-12-08-20 if you need to re-download that version.

PLEASE NOTE: this is the last update that I plan to provide for SEQ5. If you have not updated to SEQ6, please do so before the next patch.

The patch can be applied to SEQ5 with the following command:



patch -p0 < /path/to/patch/file.txt

BlueAdept
03-10-2021, 05:50 PM
Thank you very much!