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

From SCS Modding Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
Depending on platform game user path is located:
 
Depending on platform game user path is located:
 
* Windows: <pre>C:\Users\<your_user_name>\Documents\<game_name></pre>
 
* Windows: <pre>C:\Users\<your_user_name>\Documents\<game_name></pre>
{{Note|In case of Windows 10 and OneDrive usage the path will be <code>C:/Users/<your_user_name>/OneDrive/Documents/<game_name></code>}}
+
*;{{Note|In case of Windows 10 and OneDrive usage the path will be <code>C:/Users/<your_user_name>/OneDrive/Documents/<game_name></code>}}
 
* Linux: <pre>/home/<user_name>/.local/share/<game_name></pre>
 
* Linux: <pre>/home/<user_name>/.local/share/<game_name></pre>
 
* Mac OS X: <pre>/Users/<your_user_name>/Library/Application Support/<game_name></pre>
 
* Mac OS X: <pre>/Users/<your_user_name>/Library/Application Support/<game_name></pre>

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>