1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 15:39:02 +00:00
OpenMW/docs/source/reference/modding/paths.rst
Alex Kokkinos 6c0837259c 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
2019-03-25 21:23:01 -05:00

59 lines
3.7 KiB
ReStructuredText

Paths
#####
The following describes the locations for the various OpenMW file paths for different types of files on different operating systems.
.. note::
Actual location depends on your computer's setup. Username, harddrive, and language may vary.
Configuration files and log files
---------------------------------
+--------------+------------------------------------------------------------------+
| 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
---------
+--------------+------------------------------------------------------------------------+
| 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
-----------
+--------------+-------------------------------------------------------------------------+
| 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`` |
+--------------+---------------+---------------------------------------------------------+