mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-14 10:26:41 +00:00
Fix #8681, too
This commit is contained in:
parent
8dc93e8e55
commit
44a14f9a88
1 changed files with 6 additions and 6 deletions
|
@ -21,9 +21,9 @@ Configuration files and log files
|
|||
| 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`` |
|
||||
+--------------+---------------+-------------------------------------------------------------------------------+
|
||||
|
||||
|
@ -41,9 +41,9 @@ Savegames
|
|||
| 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`` |
|
||||
+--------------+---------------+-------------------------------------------------------------------------------------+
|
||||
|
||||
|
@ -61,9 +61,9 @@ 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`` |
|
||||
+--------------+---------------+-------------------------------------------------------------------------------------------+
|
||||
|
||||
|
|
Loading…
Reference in a new issue