2017-01-08 19:58:56 +00:00
|
|
|
Paths
|
|
|
|
#####
|
|
|
|
|
|
|
|
The following describes the locations for the various OpenMW file paths for different types of files on different operating systems.
|
|
|
|
|
|
|
|
.. note::
|
|
|
|
Actual location depends on your computer's setup. Username, harddrive, and language may vary.
|
|
|
|
|
|
|
|
Configuration files and log files
|
|
|
|
---------------------------------
|
|
|
|
|
2019-05-09 22:25:43 +00:00
|
|
|
+--------------+-----------------------------------------------------------------------------------------------+
|
|
|
|
| OS | Location |
|
|
|
|
+==============+===============================================================================================+
|
|
|
|
| Linux | ``$HOME/.config/openmw`` |
|
|
|
|
+--------------+-----------------------------------------------------------------------------------------------+
|
|
|
|
| Mac | ``$HOME/Library/Preferences/openmw`` |
|
|
|
|
+--------------+---------------+-------------------------------------------------------------------------------+
|
|
|
|
| Windows | File Explorer | ``Documents\My Games\OpenMW`` |
|
|
|
|
| | | |
|
|
|
|
| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW"`` |
|
|
|
|
| | | |
|
|
|
|
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW`` |
|
|
|
|
+--------------+---------------+-------------------------------------------------------------------------------+
|
2017-01-08 19:58:56 +00:00
|
|
|
|
|
|
|
Savegames
|
|
|
|
---------
|
|
|
|
|
2019-05-09 22:25:43 +00:00
|
|
|
+--------------+-----------------------------------------------------------------------------------------------------+
|
|
|
|
| OS | Location |
|
|
|
|
+==============+=====================================================================================================+
|
2021-09-29 16:13:38 +00:00
|
|
|
| Linux | ``$HOME/.local/share/openmw/saves`` |
|
2019-05-09 22:25:43 +00:00
|
|
|
+--------------+-----------------------------------------------------------------------------------------------------+
|
|
|
|
| Mac | ``$HOME/Library/Application\ Support/openmw/saves`` |
|
|
|
|
+--------------+---------------+-------------------------------------------------------------------------------------+
|
|
|
|
| Windows | File Explorer | ``Documents\My Games\OpenMW\saves`` |
|
|
|
|
| | | |
|
|
|
|
| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW\saves"`` |
|
|
|
|
| | | |
|
|
|
|
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW\saves`` |
|
|
|
|
+--------------+---------------+-------------------------------------------------------------------------------------+
|
2017-01-08 19:58:56 +00:00
|
|
|
|
|
|
|
Screenshots
|
|
|
|
-----------
|
|
|
|
|
2020-10-05 20:38:31 +00:00
|
|
|
+--------------+-----------------------------------------------------------------------------------------------------------+
|
|
|
|
| OS | Location |
|
|
|
|
+==============+===========================================================================================================+
|
|
|
|
| Linux | ``$HOME/.local/share/openmw/screenshots`` |
|
|
|
|
+--------------+-----------------------------------------------------------------------------------------------------------+
|
|
|
|
| Mac | ``$HOME/Library/Application\ Support/openmw/screenshots`` |
|
|
|
|
+--------------+---------------+-------------------------------------------------------------------------------------------+
|
|
|
|
| Windows | File Explorer | ``Documents\My Games\OpenMW\screenshots`` |
|
|
|
|
| | | |
|
|
|
|
| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW\screenshots"`` |
|
|
|
|
| | | |
|
|
|
|
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW\screenshots`` |
|
|
|
|
+--------------+---------------+-------------------------------------------------------------------------------------------+
|