Reorganize profiles and capture EQL

This commit is contained in:
2026-07-20 20:10:52 -07:00
parent fd6cba7c04
commit 356a637385
27 changed files with 2578 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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
```