Difference between revisions of "Documentation/Engine/Game user path"

From SCS Modding Wiki
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
(No difference)

Revision as of 13:18, 16 March 2016

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

Depending on platform game user path is located:

  • Windows:
    C:\Users\<your_user_name>\Documents\<game_name>

Note: In case of Windows 10 and OneDrive usage the path will be C:/Users/<your_user_name>/OneDrive/Documents/<game_name>

  • Linux:
    /home/<user_name>/.local/share/<game_name>
  • Mac OS X:
    /Users/<your_user_name>/Library/Application Support/<game_name>