Players Guide: Connecting to EQ-Emulator
Ready to join the adventure? Follow this guide to set up your EverQuest client and connect to our server.
1. Getting the Client
To play on most EQEmulator servers, including ours, you will need the Rain of Fear 2 (RoF2) client. This is the standard client used by the community for maximum compatibility.
Note: We cannot provide a direct download link for the client due to copyright. You must own a copy of EverQuest.
2. Windows Setup
- Install the Client: Extract your RoF2 client to a folder (e.g.,
C:\Games\EverQuest). Avoid installing inProgram Filesto prevent permission issues. - Edit eqhost.txt: Navigate to your EQ folder and find the
eqhost.txtfile. Open it with Notepad and replace its contents with:[LoginServer] Host=eq-emulator.com:5999 - Create Shortcut: Right-click
eqgame.exeand select "Create Shortcut". - Modify Shortcut: Right-click the new shortcut, select "Properties". In the "Target" field, add
patchmeto the end, outside the quotes.
Example:"C:\Games\EverQuest\eqgame.exe" patchme - Play: Launch the game using your new shortcut.
3. Linux Setup
You can play EverQuest on Linux using Wine or Lutris.
Using Wine
- Install Wine: Ensure you have a recent version of Wine installed (Staging branch recommended).
- Edit eqhost.txt: Just like on Windows, edit your
eqhost.txtto point toeq-emulator.com:5999. - Launch Script: Create a script named
start_eq.shin your game folder:#!/bin/bash export WINEPREFIX=~/.wine cd "/path/to/your/EverQuest" wine eqgame.exe patchme - Run:
chmod +x start_eq.sh && ./start_eq.sh
4. Creating an Account
When you launch the game and reach the login screen:
- If you have an existing Login Server account, enter your credentials.
- If you are new, simply enter a new username and password. The login server will automatically create an account for you if the username is available.
5. Selecting the Server
Once logged in, you will see the Server Select screen. Look for Best Emu (or our server name) in the list. Select it and click "Play EverQuest"!
Troubleshooting: If you cannot see the server list, ensure your firewall allows traffic on port 5999 and that you are not running any other software that might interfere with the connection.