Files
SyncGames/config/games/elden-ring-seamless.toml
DawnsorrowandCursor 69ee41dc91 Document Seamless .co2 paths and fix process-name false positives.
Record Jorg desk compatdata locations for satellite setup; devices list terra; tighten watchers so syncgames argv is not mistaken for Eden.

Co-authored-by: Cursor <[email protected]>
2026-07-15 16:01:59 -05:00

18 lines
671 B
TOML

id = "elden-ring-seamless"
name = "Elden Ring (Seamless Coop)"
platform = "steam"
versions_to_keep = 5
# Seamless Coop uses .co2 (not vanilla .sl2). Non-Steam / me3 launches create a
# NEW compatdata id — NOT vanilla 1245620. Find with:
# find ~/.steam/steam/steamapps/compatdata -name 'ER0000.co2'
# Sync the SteamID folder that contains ER0000.co2 (per-device path).
paths = [
"~/.steam/steam/steamapps/compatdata/3917582188/pfx/drive_c/users/steamuser/AppData/Roaming/EldenRing/76561198026393392",
]
# Vanilla appid kept for reference; watcher mainly uses process names.
steam_appid = 1245620
process_names = [
"eldenring.exe",
"start_protected_game.exe",
]