Announcing the release of ShowEQ versions 5.13.10.104 and 6.0.0.0-rc2. These versions are compatible with the Nov 18th release. Special thanks to Newby for the patch.

For ShowEQ 5:

Code:
cn187 (11/18/20)
- Updated version to 5.13.10.104
- Support EQ patch 11/18/20
- Updated Opcodes (Newby, cn187)
- Updated Structs (Newby, cn187)
This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq...q-5.13.10.104/ or from the SVN repository at https://svn.code.sf.net/p/seq/svn/sh.../v5_13_10_104/

Installation (tarball):
Code:
$ tar xjvf showeq-5.13.10.104.tar.bz2
$ cd showeq-5.13.10.104
$ ./configure
$ make
$ make install
Installation (SVN):

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


For ShowEQ 6:

Code:
cn187 (11/18/20)
- Updated version to 6.0.0.0-rc2
- Support EQ patch 11/18/20
- Updated Opcodes (Newby, cn187)
- Updated Structs (Newby, cn187)
- Fixed issue with Qt4 autodetection on non-x86 platforms
- Fixed issue where next spawn is automatically selected when current target despawns

This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq...q-6.0.0.0-rc2/ or from the SVN repository at https://svn.code.sf.net/p/seq/svn/sh.../v6_0_0_0_rc2/

Installation (tarball):
Code:
$ tar xjvf showeq-6.0.0.0-rc2.tar.bz2
$ cd showeq-6.0.0.0-rc2
$ ./configure
$ make
$ make install
Installation (SVN):

Code:
$ svn checkout https://svn.code.sf.net/p/seq/svn/showeq/tags/v6_0_0_0_rc2 showeq-6.0.0.0-rc2
$ cd showeq-6.0.0.0-rc2
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install