Files
SyncGames/config/games/dark-souls-remastered.toml
T
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

15 lines
516 B
TOML

id = "dark-souls-remastered"
name = "Dark Souls Remastered (Seamless Coop)"
platform = "steam"
versions_to_keep = 5
# Seamless Coop .co2 lives under a non-Steam compatdata prefix when launched via
# me3 / shortcut. Find per device:
# find ~/.steam/steam/steamapps/compatdata -iname '*.co2' | grep -i 'DARK SOULS\|NBGI'
paths = [
"~/.steam/steam/steamapps/compatdata/570940/pfx/drive_c/users/steamuser/Documents/NBGI/DARK SOULS REMASTERED",
]
steam_appid = 570940
process_names = [
"DarkSoulsRemastered.exe",
]