Results 1 to 9 of 9

Thread: ShowEQ 6.1.1 on Linux Mint 20.1

Threaded View

  1. #1
    Registered User
    Join Date
    May 2021
    Posts
    14

    ShowEQ 6.1.1 on Linux Mint 20.1

    Add the QT4 repos
    Code:
    sudo add-apt-repository ppa:gezakovacs/ppa
    sudo apt-get update
    Since /bin/uic throws up an error because it cannot find QT5 files we will need to point the QTChooser to the QT4 bin
    Code:
    sudo xed /usr/lib/x86_64-linux-gnu/qt-default/qtchooser/default.conf
    If for whatever weird reason you cannot edit the default.conf then delete the default.conf by typing
    Code:
    sudo rm -f /usr/lib/x86_64-linux-gnu/qt-default/qtchooser/default.conf
    and then run the sudo xed command.

    Copy/paste the following line to the top of the default.conf and save the file
    Code:
    /usr/lib/x86_64-linux-gnu/qt4/bin
    Install the required dependencies
    Code:
    sudo apt-get install subversion
    sudo apt-get install build-essential
    sudo apt-get install libpcap0.8-dev
    sudo apt-get install zlib1g-dev
    sudo apt-get install libqt4-dev
    sudo apt-get install autoconf
    sudo apt-get install automake
    sudo apt-get install libtool
    sudo apt-get install libx11-dev
    sudo apt-get install libxext-dev
    sudo apt-get install libpng-dev
    sudo apt-get install libice-dev
    or

    Code:
    sudo apt-get install subversion && sudo apt-get install build-essential && sudo apt-get install libpcap0.8-dev && sudo apt-get install zlib1g-dev && sudo apt-get install libqt4-dev && sudo apt-get install autoconf && sudo apt-get install automake && sudo apt-get install libtool && sudo apt-get install libx11-dev && sudo apt-get install libxext-dev && sudo apt-get install libpng-dev && sudo apt-get install libice-dev
    Type
    Code:
    cd /home/"USERNAME"/Downloads  (USERNAME IS YOUR ACCOUNT NAME)
    Use Subversion to download ShowEQ 6.1.3
    Code:
    svn checkout http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_1_3/ showeq-6.1.3
    Compile ShowEQ 6.1.3
    Code:
    cd showeq-6.1.3
    sudo make -f Makefile.dist build
    sudo ./configure
    sudo make
    sudo make install
    Give your account access to /usr/local/share/showeq folder
    Code:
    sudo chown -R username:username /usr/local/share/showeq
    (username is your account name)

    Copy eqstr_us.txt and spells_us.txt from your EQ computer to either a NAS or USB drive.
    Code:
    C:\Program Files (x86)\Steam\steamapps\common\Everquest F2P
    Copy eqstr_us.txt and spells_us.txt from your NAS or USB drive to
    Code:
    /usr/local/share/showeq
    Download Brewall EQ maps zip from
    Code:
    http://www.eqmaps.info
    and follow the HOW TO INSTALL instructions to copy the new maps to your EQ computer

    Download the Brewall EQ maps zip to your ShowEQ computer also and unzip into Downloads

    Download the mapconvert script from
    Code:
    http://www.showeq.net/forums/showthread.php?7448-Updated-mapconvert-script
    Copy and paste the mapconvert script into Downloads/brewall folder

    Right click the mapconvert script and from the pop menu select Properties
    Click the Permissions tab and check the Execute: Allow executing file as progrm checkbox and click Close

    Open a terminal windows and cd to Downloads/brewall
    Run ./mapconvert and you should see
    Converting aalishai
    Converting abysmal...etc

    Once the mapconvert script completes open Nemo file browser window and go to Downloads/brewall
    Click the search icon (Looks like a magnifying glass) in the upper right
    Type .map to only display the newly converted .map files
    Copy/paste all the .map files into
    Code:
    /usr/local/share/showeq/maps
    If the maps directory does not exit then create it and paste the .map files



    Starting ShowEQ 6.1.3
    Code:
    cd /usr/local/bin
    sudo ./showeq
    Select the network interface that will be receiving packets when Showeq starts
    Select Network\Monitor Next EQ Client Seen, or set the IP or MAC address of your EQ computer

    Enjoy the Skittles

    Screenshot from 2021-05-02 13-22-25.jpg
    Last edited by MrDabrudda; 06-17-2021 at 06:18 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On