mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 02:15:32 +00:00
Merge branch 'AnyOldName3-master-patch-49525' into 'master'
Correct screenshot paths in documentation See merge request OpenMW/openmw!321
This commit is contained in:
commit
90f51846dd
1 changed files with 13 additions and 13 deletions
|
@ -43,16 +43,16 @@ Savegames
|
||||||
Screenshots
|
Screenshots
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
+--------------+-----------------------------------------------------------------------------------------------+
|
+--------------+-----------------------------------------------------------------------------------------------------------+
|
||||||
| OS | Location |
|
| OS | Location |
|
||||||
+==============+===============================================================================================+
|
+==============+===========================================================================================================+
|
||||||
| Linux | ``$HOME/.local/share/openmw`` |
|
| Linux | ``$HOME/.local/share/openmw/screenshots`` |
|
||||||
+--------------+-----------------------------------------------------------------------------------------------+
|
+--------------+-----------------------------------------------------------------------------------------------------------+
|
||||||
| Mac | ``$HOME/Library/Application\ Support/openmw`` |
|
| Mac | ``$HOME/Library/Application\ Support/openmw/screenshots`` |
|
||||||
+--------------+---------------+-------------------------------------------------------------------------------+
|
+--------------+---------------+-------------------------------------------------------------------------------------------+
|
||||||
| Windows | File Explorer | ``Documents\My Games\OpenMW`` |
|
| Windows | File Explorer | ``Documents\My Games\OpenMW\screenshots`` |
|
||||||
| | | |
|
| | | |
|
||||||
| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW"`` |
|
| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW\screenshots"`` |
|
||||||
| | | |
|
| | | |
|
||||||
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW`` |
|
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW\screenshots`` |
|
||||||
+--------------+---------------+-------------------------------------------------------------------------------+
|
+--------------+---------------+-------------------------------------------------------------------------------------------+
|
||||||
|
|
Loading…
Reference in a new issue