Announcing the release of ShowEQ versions 5.13.10.105 and 6.0.0.0-rc3. These versions are compatible with the December 8th release.

For ShowEQ 5:

Code:
cn187 (12/08/20)
- Updated version to 5.13.10.105
- Support EQ patch 12/08/20
- Updated Opcodes
- Updated Structs
- Updated Races (llaffer)
This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq...q-5.13.10.105/ or from the SVN repository at https://svn.code.sf.net/p/seq/svn/sh.../v5_13_10_105/

Installation (tarball):

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

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

For ShowEQ 6:

Code:
cn187 (12/08/20)
- Updated version to 6.0.0.0-rc3
- Support EQ patch 12/08/20
- Updated Opcodes
- Updated Structs
- Updated Races (llaffer)
- Additional fixes for building on non-x86 platforms
- Fixed memory leak in MapData
This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq...q-6.0.0.0-rc3/ or from the SVN repository at https://svn.code.sf.net/p/seq/svn/sh.../v6_0_0_0_rc3/

Installation (tarball):

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

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