mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 19:45:32 +00:00
Merge pull request #2287 from alexkokkinos/docs-paths-update
Update paths.rst - Windows paths, shell friendly paths
This commit is contained in:
commit
f8c3db0b89
1 changed files with 39 additions and 9 deletions
|
@ -9,20 +9,50 @@ The following describes the locations for the various OpenMW file paths for diff
|
|||
Configuration files and log files
|
||||
---------------------------------
|
||||
|
||||
:Linux: ``$HOME/.config/openmw``
|
||||
:Mac: ``$HOME/Library/Preferences/openmw``
|
||||
:Windows: ``C:\Users\Username\Documents\my games\openmw``
|
||||
+--------------+------------------------------------------------------------------+
|
||||
| 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`` |
|
||||
+--------------+---------------+--------------------------------------------------+
|
||||
|
||||
Savegames
|
||||
---------
|
||||
|
||||
:Linux: ``$HOME/.local/share/openmw/saves``
|
||||
:Mac: ``$HOME/Library/Application Support/openmw/saves``
|
||||
:Windows: ``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 | ``%USERPROFILE%\Documents\My Games\OpenMW\saves`` |
|
||||
| | | |
|
||||
| | PowerShell | ``"$env:USERPROFILE\Documents\My Games\OpenMW\saves"`` |
|
||||
| | | |
|
||||
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW\saves`` |
|
||||
+--------------+---------------+--------------------------------------------------------+
|
||||
|
||||
Screenshots
|
||||
-----------
|
||||
|
||||
:Linux: ``$HOME/.local/share/openmw``
|
||||
:Mac: ``$HOME/Library/Application Support/openmw``
|
||||
:Windows: ``C:\Users\Username\Documents\my games\openmw``
|
||||
+--------------+-------------------------------------------------------------------------+
|
||||
| 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`` |
|
||||
+--------------+---------------+---------------------------------------------------------+
|
||||
|
|
Loading…
Reference in a new issue