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

16 lines
557 B
TOML

id = "dark-souls-3"
name = "Dark Souls III (Seamless Coop)"
platform = "steam"
versions_to_keep = 5
# Seamless Coop save extension = .co2. Non-Steam / me3 shortcut prefix — NOT
# vanilla 374320. Find with:
# find ~/.steam/steam/steamapps/compatdata -name 'DS30000.co2'
# Note: Roaming\DarkSoulsIII (not Application Data) under Proton for this install.
paths = [
"~/.steam/steam/steamapps/compatdata/2678480877/pfx/drive_c/users/steamuser/AppData/Roaming/DarkSoulsIII/0110000103f10730",
]
steam_appid = 374320
process_names = [
"DarkSoulsIII.exe",
]