mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-08 03:41:11 -04:00
Field lists for tokens
This commit is contained in:
parent
cbf0760adf
commit
897b502b0f
@ -166,10 +166,11 @@ Relative paths are **relative to the** ``openmw.cfg`` **file they're in**, or th
|
||||
|
||||
Tokens are used to access platform-dependent paths where OpenMW can store specific kinds of data.
|
||||
The available tokens are ``?local?``, ``?userconfig?``, ``?userdata?`` and ``?global?``.
|
||||
Tokens are used in the `Default paths`_.
|
||||
|
||||
``?local?`` is the directory where the OpenMW binary is installed, except on MacOS, where it's the ``Resources`` directory inside the bundle.
|
||||
:``?local?``: The directory where the OpenMW binary is installed, except on MacOS, where it's the ``Resources`` directory inside the bundle.
|
||||
|
||||
``?userconfig?`` depends on the platform:
|
||||
:``?userconfig?``: Platform-dependent:
|
||||
|
||||
+--------------+-----------------------------------------------------------+
|
||||
| OS | Location |
|
||||
@ -181,7 +182,7 @@ The available tokens are ``?local?``, ``?userconfig?``, ``?userdata?`` and ``?gl
|
||||
| Windows | ``Documents\My Games\OpenMW\`` |
|
||||
+--------------+-----------------------------------------------------------+
|
||||
|
||||
``?userdata?`` depends on the platform:
|
||||
:``?userdata?``: Platform-dependent:
|
||||
|
||||
+--------------+--------------------------------------------------------------+
|
||||
| OS | Location |
|
||||
@ -193,7 +194,7 @@ The available tokens are ``?local?``, ``?userconfig?``, ``?userdata?`` and ``?gl
|
||||
| Windows | ``Documents\My Games\OpenMW\`` |
|
||||
+--------------+--------------------------------------------------------------+
|
||||
|
||||
``?global?`` depends on the platform:
|
||||
:``?global?``: Platform-dependent:
|
||||
|
||||
+--------------+-------------------------------------------------------------------+
|
||||
| OS | Location |
|
||||
|
Loading…
x
Reference in New Issue
Block a user