MrDabrudda
05-02-2021, 08:36 AM
Add the QT4 repos
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
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
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
/usr/lib/x86_64-linux-gnu/qt4/bin
Install the required dependencies
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
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
cd /home/"USERNAME"/Downloads (USERNAME IS YOUR ACCOUNT NAME)
Use Subversion to download ShowEQ 6.1.3
svn checkout http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_1_3/ showeq-6.1.3
Compile ShowEQ 6.1.3
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
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.
C:\Program Files (x86)\Steam\steamapps\common\Everquest F2P
Copy eqstr_us.txt and spells_us.txt from your NAS or USB drive to
/usr/local/share/showeq
Download Brewall EQ maps zip from
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
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
/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
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
788
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
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
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
/usr/lib/x86_64-linux-gnu/qt4/bin
Install the required dependencies
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
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
cd /home/"USERNAME"/Downloads (USERNAME IS YOUR ACCOUNT NAME)
Use Subversion to download ShowEQ 6.1.3
svn checkout http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_1_3/ showeq-6.1.3
Compile ShowEQ 6.1.3
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
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.
C:\Program Files (x86)\Steam\steamapps\common\Everquest F2P
Copy eqstr_us.txt and spells_us.txt from your NAS or USB drive to
/usr/local/share/showeq
Download Brewall EQ maps zip from
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
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
/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
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
788