mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
Merge branch 'fix-paths.rst' into 'master'
Correct Windows paths in paths.rst to work for all valid configurations See merge request OpenMW/openmw!107
This commit is contained in:
commit
41a50d8ff7
1 changed files with 39 additions and 39 deletions
|
@ -9,50 +9,50 @@ The following describes the locations for the various OpenMW file paths for diff
|
||||||
Configuration files and log files
|
Configuration files and log files
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
+--------------+------------------------------------------------------------------+
|
+--------------+-----------------------------------------------------------------------------------------------+
|
||||||
| OS | Location |
|
| OS | Location |
|
||||||
+==============+==================================================================+
|
+==============+===============================================================================================+
|
||||||
| Linux | ``$HOME/.config/openmw`` |
|
| Linux | ``$HOME/.config/openmw`` |
|
||||||
+--------------+------------------------------------------------------------------+
|
+--------------+-----------------------------------------------------------------------------------------------+
|
||||||
| Mac | ``$HOME/Library/Preferences/openmw`` |
|
| Mac | ``$HOME/Library/Preferences/openmw`` |
|
||||||
+--------------+---------------+--------------------------------------------------+
|
+--------------+---------------+-------------------------------------------------------------------------------+
|
||||||
| Windows | File Explorer | ``%USERPROFILE%\Documents\My Games\OpenMW`` |
|
| Windows | File Explorer | ``Documents\My Games\OpenMW`` |
|
||||||
| | | |
|
| | | |
|
||||||
| | PowerShell | ``"$env:USERPROFILE\Documents\My Games\OpenMW"`` |
|
| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW"`` |
|
||||||
| | | |
|
| | | |
|
||||||
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW`` |
|
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW`` |
|
||||||
+--------------+---------------+--------------------------------------------------+
|
+--------------+---------------+-------------------------------------------------------------------------------+
|
||||||
|
|
||||||
Savegames
|
Savegames
|
||||||
---------
|
---------
|
||||||
|
|
||||||
+--------------+------------------------------------------------------------------------+
|
+--------------+-----------------------------------------------------------------------------------------------------+
|
||||||
| OS | Location |
|
| OS | Location |
|
||||||
+==============+========================================================================+
|
+==============+=====================================================================================================+
|
||||||
| Linux | ``$HOME/.config/openmw/saves`` |
|
| Linux | ``$HOME/.config/openmw/saves`` |
|
||||||
+--------------+------------------------------------------------------------------------+
|
+--------------+-----------------------------------------------------------------------------------------------------+
|
||||||
| Mac | ``$HOME/Library/Application\ Support/openmw/saves`` |
|
| Mac | ``$HOME/Library/Application\ Support/openmw/saves`` |
|
||||||
+--------------+---------------+--------------------------------------------------------+
|
+--------------+---------------+-------------------------------------------------------------------------------------+
|
||||||
| Windows | File Explorer | ``%USERPROFILE%\Documents\My Games\OpenMW\saves`` |
|
| Windows | File Explorer | ``Documents\My Games\OpenMW\saves`` |
|
||||||
| | | |
|
| | | |
|
||||||
| | PowerShell | ``"$env:USERPROFILE\Documents\My Games\OpenMW\saves"`` |
|
| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW\saves"`` |
|
||||||
| | | |
|
| | | |
|
||||||
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW\saves`` |
|
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW\saves`` |
|
||||||
+--------------+---------------+--------------------------------------------------------+
|
+--------------+---------------+-------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
Screenshots
|
Screenshots
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
+--------------+-------------------------------------------------------------------------+
|
+--------------+-----------------------------------------------------------------------------------------------+
|
||||||
| OS | Location |
|
| OS | Location |
|
||||||
+==============+=========================================================================+
|
+==============+===============================================================================================+
|
||||||
| Linux | ``$HOME/.local/share/openmw`` |
|
| Linux | ``$HOME/.local/share/openmw`` |
|
||||||
+--------------+-------------------------------------------------------------------------+
|
+--------------+-----------------------------------------------------------------------------------------------+
|
||||||
| Mac | ``$HOME/Library/Application\ Support/openmw`` |
|
| Mac | ``$HOME/Library/Application\ Support/openmw`` |
|
||||||
+--------------+---------------+---------------------------------------------------------+
|
+--------------+---------------+-------------------------------------------------------------------------------+
|
||||||
| Windows | File Explorer | ``%USERPROFILE%\Documents\My Games\OpenMW\OpenMW`` |
|
| Windows | File Explorer | ``Documents\My Games\OpenMW`` |
|
||||||
| | | |
|
| | | |
|
||||||
| | PowerShell | ``"$env:USERPROFILE\Documents\My Games\OpenMW\OpenMW"`` |
|
| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW"`` |
|
||||||
| | | |
|
| | | |
|
||||||
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW\OpenMW`` |
|
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW`` |
|
||||||
+--------------+---------------+---------------------------------------------------------+
|
+--------------+---------------+-------------------------------------------------------------------------------+
|
||||||
|
|
Loading…
Reference in a new issue