![]() |
#21
|
||||
|
![]() Quote:
1) Download eqemu-login-helper 2) Run it (should pop up as an empty console window, keep it open) 3) Go to your eq folder and make a backup copy of eqhost.txt to restore later 4) Edit eqhost.txt to have the following contents: Code:
[LoginServer] Host=localhost:5998 I wouldn't give it much chance of success if the problem is shitty hotel wifi -- probably too many packets getting dropped, which the tool would be no help with. | |||
#22
|
|||
|
![]() This should be stickied instead of archived, middlemand still works like a charm. One thing thats happening to me though: ran my new .bat file through terminal, middlemand doesn't close because after EQ launches I get the following error in terminal:
Code:
ERROR - Mouse Wheel supported = TRUE
__________________
Izudyen - Paladin of Quellious (Green)
| ||
Last edited by ketzerei84; 06-01-2017 at 09:49 AM..
|
#23
|
|||
|
![]() I finally found this tool. Thank you so much Zaela.
I actually had given up playing EQ a couple of years ago specifically due to the fact it took 50+ login attempts just to log in (I run under Linux). 2 minutes after finding your github page, the problem is solved, just like that. | ||
#24
|
|||
|
![]() This tool is great, thanks - I no longer have to connect to a VPN to get the list (for whatever reason, running network over VPN seemed to correct the UDP problem with GNU/Linux wifi).
__________________
Realtime auction logger: http://ahungry.com/eqauctions/
| ||
#25
|
|||
|
![]() another option, works for me at least, is to tether to your cell which is connected to the wifi.
__________________
O Captain! My Captain!
| ||
#26
|
|||
|
![]() I needed to make the fix to my machine today and figured I would try to help clean up the mess of reposes to just a quick how to.
Step 1 get middlemand go to https://github.com/Zaela/p99-login-middlemand and download the zip Step 2 make a bin folder in your home directory "in terminal" sudo mkdir /home/YOUR USERNAME HERE/bin Step 3 navigate to downloaded zip file "in terminal" if like me it should be in your /home/YOUR USERNAME HERE/Downloads Step 4 Unzip the file "in terminal" unzip p99 Step 5 navigate into new zip folder "in terminal" cd p99-login-middlemand-master Step 6 Make the file "in terminal" make -f Makefile Step 7 Move new file to the new bin folder "in terminal" mv p99-login-middlemand /home/YOUR USERNAME HERE/bin Step 8 modify eqhost "in terminal" My location may be different then yours. But you need to go into your everquest folder under your wine directory. Below is an example. sudo nano /home/YOUR USERNAME HERE/.wine/drive_c/'Program Files'/Everquest/eqhost.txt Once here you should see [LoginServer] Host=login.eqemulator.net:5998 change it to [LoginServer] Host=localhost:5998 then save Step 9 run EQ and then middlemand together Launch EQ, then before login start middlemand by using terminal and this command ./home/YOUR USERNAME HERE/bin/p99-login-middlemand Step 9.1 (Easy start mode) Run EQ and Middlemand at the same time with a single click If like me you have a desktop icon for EQ you can have middlemand launch with it. Just edit your .sh for eq . You simply need to point the first section to middlemand and the second section to your EQ.exe. You can use the same commands just make sure you update your paths correctly example #!/bin/bash /home/YOUR USERNAME HERE/bin/p99-login-middlemand & echo $! >/tmp/p99middle.pid cd /home/YOUR USERNAME HERE/.wine/drive_c/'Program Files'/Everquest taskset -c 0 padsp wine eqgame.exe patchme 2>/dev/null kill -9 $(cat /tmp/p99middle.pid) update this part to your middlemand path /home/YOUR USERNAME HERE/bin/p99-login-middlemand & update this part to your eqgame.exe patchme path cd /home/YOUR USERNAME HERE/.wine/drive_c/'Program Files'/Everquest taskset -c 0 padsp wine eqgame.exe patchme 2>/dev/null That's it. Now you can double click your EQ Icon and see the project 1999 servers while connected to wifi. I'll see you in Norrath I want to mention those that helped me figure this out. I based much of this update on there hard work fb9: Thanks for the expanded version. I did use parts of it in this update Zaela: Thanks for the middlemand program. without it this wouldn't be possible mgellan: Thanks for the directions for the .sh update | ||
#27
|
|||
|
![]() I stuck at step 6 and a complete linux newb using mint.
When I try to use the Makefile command I get the following error code: Code:
cc -c -o build/main.o src/main.c -O2 -Wall -Wno-strict-aliasing In file included from src/connection.h:5:0, from src/main.c:2: src/netcode.h:10:10: fatal error: errno.h: No such file or directory #include <errno.h> ^~~~~~~~~ compilation terminated. Makefile:30: recipe for target 'build/main.o' failed make: *** [build/main.o] Error 1
__________________
![]() Voce Andante 60 Bard | ||
#28
|
|||
|
![]() Are you in the directory where the make file is? Step 5 has you move into the newly unzipped folder. I'm no pro at Linux but it seems like it cannot locate your make file.
Your directory should look something like this. /home/YOUR USERNAME HERE/Downloads/p99-login-middlemand-master | ||
#29
|
|||
|
![]() Looking for the windows version. The dropbox from Zaela link no longer works. Any suggestions or other download locations?
| ||
#30
|
|||
|
![]() Is this easy to change for the new server list? I am unable to see any servers now.
EDIT: Never mind that. I had to re-edit my login server to Host=localhost:5998 | ||
Last edited by mantis502; 11-13-2019 at 02:19 PM..
|
![]() |
Thread Tools | |
Display Modes | |
|
|