|
|
|
@ -43,16 +43,16 @@ Savegames
|
|
|
|
|
Screenshots
|
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
+--------------+-----------------------------------------------------------------------------------------------+
|
|
|
|
|
| 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`` |
|
|
|
|
|
+--------------+---------------+-------------------------------------------------------------------------------+
|
|
|
|
|
+--------------+-----------------------------------------------------------------------------------------------------------+
|
|
|
|
|
| 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`` |
|
|
|
|
|
+--------------+---------------+-------------------------------------------------------------------------------------------+
|
|
|
|
|