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...")
 
 
(8 intermediate revisions by 3 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 and dedicated servers have its own user path in users home directories. It's used to store/load: game settings, dedicated server 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>

Latest revision as of 08:35, 15 December 2022

All SCS games and dedicated servers have its own user path in users home directories. It's used to store/load: game settings, dedicated server 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>