Difference between revisions of "Documentation/Engine/Game user path"
< Documentation | Engine
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 | + | 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> | + | * 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/< | + | * 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>