mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 15:36:40 +00:00
Update paths.rst - Windows paths, shell friendly paths
- Adds path expansion based paths for Windows for easier copying and pasting - Escapes Application Support in Mac to make the paths terminal and Finder Go menu friendly - Places paths in tables
This commit is contained in:
parent
d727a2f25c
commit
6c0837259c
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
|
Configuration files and log files
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
:Linux: ``$HOME/.config/openmw``
|
+--------------+------------------------------------------------------------------+
|
||||||
:Mac: ``$HOME/Library/Preferences/openmw``
|
| OS | Location |
|
||||||
:Windows: ``C:\Users\Username\Documents\my games\openmw``
|
+==============+==================================================================+
|
||||||
|
| 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
|
Savegames
|
||||||
---------
|
---------
|
||||||
|
|
||||||
:Linux: ``$HOME/.local/share/openmw/saves``
|
+--------------+------------------------------------------------------------------------+
|
||||||
:Mac: ``$HOME/Library/Application Support/openmw/saves``
|
| OS | Location |
|
||||||
:Windows: ``C:\Users\Username\Documents\my games\openmw\saves``
|
+==============+========================================================================+
|
||||||
|
| 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
|
Screenshots
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
:Linux: ``$HOME/.local/share/openmw``
|
+--------------+-------------------------------------------------------------------------+
|
||||||
:Mac: ``$HOME/Library/Application Support/openmw``
|
| OS | Location |
|
||||||
:Windows: ``C:\Users\Username\Documents\my games\openmw``
|
+==============+=========================================================================+
|
||||||
|
| 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