Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

First Launch

Most players use Lich for scripting. Start Lich first, then:

vellum-fe --port 8000 --character YourCharacter
  • --port - Lich’s listening port (default: 8000)
  • --character - Your character name (used for per-character layouts)

Direct Connection

Connect without Lich using eAccess authentication:

vellum-fe --direct \
  --account YOUR_ACCOUNT \
  --password YOUR_PASSWORD \
  --character YourCharacter \
  --game prime

Games: prime, platinum, fallen, test

Note: Direct mode requires OpenSSL on Windows. See Installation.

The Interface

On successful connection, you’ll see the default layout:

┌─────────────────────────────────────────────────────────┐
│                     Main Window                         │
│  [Game text appears here]                               │
│                                                         │
├─────────────────────────────────────────────────────────┤
│ > [Command Input]                                       │
└─────────────────────────────────────────────────────────┘

Basic Controls

KeyAction
EnterSend command
Page Up/DownScroll main window
Ctrl+CCopy selected text
EscapeClose menus / cancel
F1Open main menu

Mouse Controls

  • Click links to interact with objects
  • Right-click for context menus
  • Scroll wheel to scroll windows
  • Drag window borders to resize (in edit mode)

Next Steps