11 lines
326 B
Markdown
11 lines
326 B
Markdown
# EverQuest Legends configs
|
|
|
|
Run `bash eql/update.sh` from the repository root to capture `eqclient.ini` and
|
|
the per-character player/UI INI files from `~/Games/EverQuestLegends/`.
|
|
|
|
Set `EQL_GAME_PATH` to use another EverQuest Legends install directory:
|
|
|
|
```bash
|
|
EQL_GAME_PATH=/path/to/EverQuestLegends bash eql/update.sh
|
|
```
|