BETAWelcome to The Last Camp · All/All/All race/class/deity · TLP · Classic → PoP eraBeta open now →
THE LAST CAMP
Onboarding

Welcome to Norrath.

Apple Silicon Mac: one click — download The Last Camp Launcher and it sets up everything. Windows or Intel Mac: same client zip, a few one-line shortcuts. Flip between Windows, Mac (Apple Silicon), and Mac (Intel) below and the guide rewrites itself.

Before you begin

Works on Windows 10/11, macOS on Apple Silicon (M1 and later), and Intel Macs via Homebrew + Wine — the same path the old Al’Kabor crowd has been using to play EQEmu servers for years. ~10 GB free disk on any of them. Every path is free — no paid Wine wrapper required.

The Four Steps

Your machine
  1. Download the client

    Grab the Rain of Fear 2 client with The Last Camp’s patches baked in. Public download — no account needed at this step.

    Check the box to enable the download.

    Extract to C:\Games\everquest_rof2\. The zip ships with eqhost.txt already pointed at play.thelastcamp.net — don’t edit it.

    Base release v1.1. Patches ship all the time, so a fresh install starts out behind — Step 2 brings it current before your first launch.

  2. Patch, then launch with patchme

    First, bring the fresh install current. Click Crushbone-Patcher.bat to download it, then move it into your everquest_rof2\ folder — the same folder that holds eqgame.exe — and double-click it. It reads the server manifest, verifies every file, downloads only what changed, and clears out files the server has retired. Takes a minute or two; keep it in the folder, you’ll re-run it for future patches.

    Where did it go? Your browser saves it to your Downloads folder. Drag Crushbone-Patcher.bat from there into your everquest_rof2\ game folder before running it — it patches whatever folder it sits next to, so it has to live beside eqgame.exe.

    If SmartScreen says “Windows protected your PC”, click More infoRun anyway. It’s a plain batch script — open it in Notepad if you want to see exactly what it does.

    Then make your launch shortcut. The game executable is eqgame.exe — there is no file called everquest.exe anywhere in EverQuest. Right-click eqgame.exe Create shortcut. Right-click the shortcut → Properties. In the Target field, append a space and the word patchme:

    "C:\Games\everquest_rof2\eqgame.exe" patchme

    Always launch from this shortcut. Without patchme the client tries to reach a patch server that no longer exists, and hangs.

  3. Get your account from Cogsworth in Discord

    The Last Camp uses Discord-gated signup — a short conversation with Cogsworth, our resident Ak’Anon clockwork. Join the Discord, find him in #ask-cog, and ask for an account. He provisions a username and password and DMs them to you. Keeps signup-bots out without a form, an admin queue, or a waitlist.

    Join Discord

    Cogsworth stays in-character (a Series IV servo-stuttering gnomish clockwork) — ask him politely, you’ll get a clockwork answer back with your credentials. Change your password in-game any time with /changepassword newpass.

  4. Pick a character and go

    Every class is open. Every race goes to its classic starting city — no tutorial zone, no Crescent Reach. For a forgiving first run try Dwarf Paladin (Kaladim) or Wood Elf Ranger (Kelethin).

    The bundled client ships with four pre-loaded UI skins: crush1 (default — 2002 Mac/Al'Kabor look), crush2 (1999 Velious, right-side spell gems), crush3 (raw 1999 pixel-art), crush4 (modern raid-focused). Type /loadskin crush1 through crush4 in-game to switch, or /loadskin default to revert. Full breakdown + credits on the UI options wiki page.

    At the druid rings in Lavastorm, Jenah Wheelspinner stocks a new item: Nagafen's Ember, Bound Flame. 100 pp. One click, one dragon. Don't ask.


Staying up to date

When the Admin ships a patch — new item, remastered asset, tuning change — you don't need to re-download the whole client. A tiny updater pulls only what changed and verifies each file against the server manifest.

Crushbone-Patcher.bat · Windows

Double-click Crushbone-Patcher.bat in your game folder — the one you placed there in Step 2 — whenever a patch lands in #patch-notes on Discord. It reads the server manifest, sha256-compares every file, downloads only the ones that changed, and removes files the server has retired. Safe to run any time — re-running a current install is a no-op.

Lost it? Re-download: Crushbone-Patcher.bat.

Prefer raw PowerShell? The .bat is a thin wrapper around crushbone-update.ps1 — fetch it once, then run it against your game folder:

Invoke-WebRequest -Uri https://patch.thelastcamp.net/patch/updaters/crushbone-update.ps1 `
  -OutFile $HOME\crushbone-update.ps1
powershell -ExecutionPolicy Bypass -File $HOME\crushbone-update.ps1 `
  C:\Games\everquest_rof2

If something goes sideways