Getting Started
Install the Client
How to download, install, and patch The Last Camp EverQuest client on Windows, Mac, or Linux.
Install the Client covers Windows, Mac (Apple Silicon), and Linux paths. The Last Camp uses the Rain of Fear 2 (RoF2) EverQuest client. You bring your own licensed copy of EverQuest: Rain of Fear 2; the server provides the preservation manifest and The Last Camp-specific config so a clean RoF2 install lines up with play.thelastcamp.net.
The full install takes 15-60 minutes depending on your connection. The Mac launcher is a one-click DMG; Windows is a zip extract; Linux follows the Mac path with manual Wine configuration.
At a glance
| Field | Value |
|---|---|
| Client | Rain of Fear 2 (RoF2) |
| Login server | play.thelastcamp.net |
| Disk space | ~10 GB (8.4 GB install + ~1 GB working space) |
| Account creation | Discord — DM Cogsworth in #ask-cog |
| Mac installer | Crushbone-Launcher.dmg |
| Windows installer | crushbone-client-v1.1.zip |
| Patcher flag | eqgame.exe patchme (Windows) |
What you need
- ~10 GB of free disk space.
- Windows 10/11, Mac on Apple Silicon (M1, M2, M3, M4) running macOS 14+, or Linux with a recent Wine install.
- A Discord account. Account signup on The Last Camp is gated by Cogsworth, our resident clockwork bot — DM him in
#ask-cogand he provisions a username and password instantly.
Mac (Apple Silicon)
The Last Camp Launcher is a one-click installer. It bundles a 4-step setup wizard that handles Whisky (the free Wine wrapper), the Wine prefix, an 8.4 GB The Last Camp preservation install (manifest-matched, after you confirm you own a licensed RoF2 copy), and the login-server config — no Terminal, no paid Wine wrapper, no manual file paths. Full detail in Mac Setup.
- Download Crushbone-Launcher.dmg.
- Drag it into the Applications folder.
- Open it. The first time, macOS says "The Last Camp Launcher cannot be opened" (the launcher is unsigned). Right-click the app → Open → Open in the dialog. macOS only asks once.
- Walk through the wizard:
- Install Whisky — opens getwhisky.app. Drag Whisky.app to Applications, return to the launcher, click Re-check.
- Initialize Wine prefix — ~10 seconds.
- Sync preservation install — 8.4 GB, manifest-matched. The launcher prompts you to acknowledge you own a licensed RoF2 copy before the sync fires. 15-60 minutes depending on your connection.
- Set login server — instant.
- Click All Clear · Enter World and log in with the username and password Cogsworth DMed you in Discord.
The launcher patches automatically every time you click Enter World — no separate updater script.
Windows
- Download
crushbone-client-v1.1.zip. - Unzip it anywhere outside of
Program Files— Windows permissions cause patcher trouble insideProgram Files.C:\Games\everquest_rof2\is the suggested path. - Right-click
eqgame.exe→ Create shortcut. Right-click the shortcut → Properties. In the Target field, append a space and the wordpatchme:"C:\Games\everquest_rof2\eqgame.exe" patchme - Always launch from this shortcut. Without
patchmethe client tries to reach a patch server that no longer exists, and hangs on the login screen. - At the EverQuest login screen, enter the username and password Cogsworth DMed you in Discord.
Windows file integrity check
If the client crashes on first run, it usually means a corrupt extract. Re-unzip the archive into a fresh folder and try again — patchme will only re-fetch what doesn't match the manifest. If your antivirus quarantined eqgame.exe, restore it (see below).
Linux
Linux is supported, but unofficial — The Last Camp Launcher is Mac-only. The general path:
- Install a recent Wine (8.x or newer) via your distro's package manager. Lutris is a friendlier UI if you've never used Wine.
- Create a 64-bit Wine prefix.
- Download
crushbone-client-v1.1.zip, extract into the prefix's drive_c. - Edit
eqhost.txtso the only line isHost=play.thelastcamp.net:5999. - Launch
wine eqgame.exe patchmefrom the install directory.
If anything breaks, post in Discord #linux — there's a small but active Linux player group who can help with distro-specific quirks.
Antivirus warnings
EverQuest emulator clients trip a lot of antivirus heuristics — the patcher writes binary updates, the multibox-friendly winmm.dll shim looks like DLL injection, and there's no code signing. Common false positives:
eqgame.exeflagged as Trojan / Generic.Heuristicwinmm.dll(the CPUHighSpeedFix) flagged as DLL hijack- The launcher itself flagged as unsigned (it is)
The fix is to allow the install folder in your antivirus. If you're not comfortable doing that, skip The Last Camp — there's no way around it for any EQ emulator.
First login
After character select, you spawn in your chosen race's starting city. The server intentionally preserves Classic-through-PoP flow — there is no shortcut to the Plane of Knowledge until you've earned the books. See First Login for what to do in the first hour.
If you get stuck, #ask-cog in Discord is the place. Cogsworth (the server's clockwork Q&A bot) handles install help and lore questions; human GMs jump in for the rest.
Troubleshooting
- Mac launcher says Whisky isn't installed even after I downloaded it — Whisky has to land at
/Applications/Whisky.app. Drag the .app from the Whisky DMG into Applications, then click Re-check in the launcher. - Mac preservation-install sync stalled mid-way — this build doesn't resume. Re-click Sync preservation install and it starts fresh; on a decent connection 8.4 GB takes ~15 minutes.
- Windows: client hangs on login screen — you launched without
patchme. Use the shortcut you made. - Windows:
unable to connect to login server— youreqhost.txtis wrong. The only line should beHost=play.thelastcamp.net:5999. - Client crashes on right-click of a merchant — swap the bad
EQUI_MerchantWnd.xmlfrom the vanilla zip. See Client XML crashes. - Game runs at 2× speed — the
CPUHighSpeedFixwinmm.dll shim fixes this. Already bundled in the v1.1 preservation install. - Can't find the game window — if you multibox with HotkeyNet, enable the
WindowTitlemodule ineqclientmod.ini. - Antivirus deleted eqgame.exe — restore from quarantine and add an exception for the install folder.
Common mistakes
- Installing into Program Files on Windows. Permissions break the patcher. Use
C:\Games\instead. - Forgetting
patchmeon the shortcut. The client will hang. - Editing eqhost.txt wrong. Strip everything except
Host=play.thelastcamp.net:5999. - Trying to log in before Cogsworth DMs your credentials. Account creation is one DM in
#ask-cog. - Using Intel Mac. Apple Silicon only — the underlying Game Porting Toolkit is Apple-Silicon native.