Documentation/Engine/Game user path

From SCS Modding Wiki
< Documentation‎ | Engine
Revision as of 09:50, 1 March 2016 by 50keda (talk | contribs) (Created page with "All SCS games have it's own user path in users home directories. Game user path is used to store and load: game settings, game profiles, mods, music and screen-shots. Dependi...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

All SCS games have it's own user path in users home directories. Game user path is used to store and load: game settings, game profiles, mods, music and screen-shots.

Depending on platform game user path is located:

  • Windows:
    %LOCALAPPDATA%\<game_name>
  • Linux:
    /home/<user_name>/.local/share/<game_name>
  • Mac:
    /Users/<user_name>/Library/Application Support/<game_name>