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

From SCS Modding Wiki
Jump to navigation Jump to search
(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...")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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.
+
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:
 
Depending on platform game user path is located:
* Windows: <pre>%LOCALAPPDATA%\<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>}}
 
* Linux: <pre>/home/<user_name>/.local/share/<game_name></pre>
 
* Linux: <pre>/home/<user_name>/.local/share/<game_name></pre>
* Mac: <pre>/Users/<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>