|
|
|
@ -9,50 +9,50 @@ The following describes the locations for the various OpenMW file paths for diff
|
|
|
|
|
Configuration files and log files
|
|
|
|
|
---------------------------------
|
|
|
|
|
|
|
|
|
|
+--------------+------------------------------------------------------------------+
|
|
|
|
|
| OS | Location |
|
|
|
|
|
+==============+==================================================================+
|
|
|
|
|
| Linux | ``$HOME/.config/openmw`` |
|
|
|
|
|
+--------------+------------------------------------------------------------------+
|
|
|
|
|
| Mac | ``$HOME/Library/Preferences/openmw`` |
|
|
|
|
|
+--------------+---------------+--------------------------------------------------+
|
|
|
|
|
| Windows | File Explorer | ``%USERPROFILE%\Documents\My Games\OpenMW`` |
|
|
|
|
|
| | | |
|
|
|
|
|
| | PowerShell | ``"$env:USERPROFILE\Documents\My Games\OpenMW"`` |
|
|
|
|
|
| | | |
|
|
|
|
|
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW`` |
|
|
|
|
|
+--------------+---------------+--------------------------------------------------+
|
|
|
|
|
+--------------+-----------------------------------------------------------------------------------------------+
|
|
|
|
|
| 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`` |
|
|
|
|
|
+--------------+---------------+-------------------------------------------------------------------------------+
|
|
|
|
|
|
|
|
|
|
Savegames
|
|
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
+--------------+------------------------------------------------------------------------+
|
|
|
|
|
| OS | Location |
|
|
|
|
|
+==============+========================================================================+
|
|
|
|
|
| Linux | ``$HOME/.config/openmw/saves`` |
|
|
|
|
|
+--------------+------------------------------------------------------------------------+
|
|
|
|
|
| Mac | ``$HOME/Library/Application\ Support/openmw/saves`` |
|
|
|
|
|
+--------------+---------------+--------------------------------------------------------+
|
|
|
|
|
| Windows | File Explorer | ``%USERPROFILE%\Documents\My Games\OpenMW\saves`` |
|
|
|
|
|
| | | |
|
|
|
|
|
| | PowerShell | ``"$env:USERPROFILE\Documents\My Games\OpenMW\saves"`` |
|
|
|
|
|
| | | |
|
|
|
|
|
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW\saves`` |
|
|
|
|
|
+--------------+---------------+--------------------------------------------------------+
|
|
|
|
|
+--------------+-----------------------------------------------------------------------------------------------------+
|
|
|
|
|
| OS | Location |
|
|
|
|
|
+==============+=====================================================================================================+
|
|
|
|
|
| Linux | ``$HOME/.config/openmw/saves`` |
|
|
|
|
|
+--------------+-----------------------------------------------------------------------------------------------------+
|
|
|
|
|
| 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`` |
|
|
|
|
|
+--------------+---------------+-------------------------------------------------------------------------------------+
|
|
|
|
|
|
|
|
|
|
Screenshots
|
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
+--------------+-------------------------------------------------------------------------+
|
|
|
|
|
| OS | Location |
|
|
|
|
|
+==============+=========================================================================+
|
|
|
|
|
| Linux | ``$HOME/.local/share/openmw`` |
|
|
|
|
|
+--------------+-------------------------------------------------------------------------+
|
|
|
|
|
| Mac | ``$HOME/Library/Application\ Support/openmw`` |
|
|
|
|
|
+--------------+---------------+---------------------------------------------------------+
|
|
|
|
|
| Windows | File Explorer | ``%USERPROFILE%\Documents\My Games\OpenMW\OpenMW`` |
|
|
|
|
|
| | | |
|
|
|
|
|
| | PowerShell | ``"$env:USERPROFILE\Documents\My Games\OpenMW\OpenMW"`` |
|
|
|
|
|
| | | |
|
|
|
|
|
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW\OpenMW`` |
|
|
|
|
|
+--------------+---------------+---------------------------------------------------------+
|
|
|
|
|
+--------------+-----------------------------------------------------------------------------------------------+
|
|
|
|
|
| OS | Location |
|
|
|
|
|
+==============+===============================================================================================+
|
|
|
|
|
| Linux | ``$HOME/.local/share/openmw`` |
|
|
|
|
|
+--------------+-----------------------------------------------------------------------------------------------+
|
|
|
|
|
| Mac | ``$HOME/Library/Application\ Support/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`` |
|
|
|
|
|
+--------------+---------------+-------------------------------------------------------------------------------+
|
|
|
|
|