1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 13:06:40 +00:00

Clarify the requirements of a data folder

The current text could be interpreted to mean that a data folder
_must_ have a plugin, but this isn't the case.

This added text clarifies that a plugin or resources are needed.
This commit is contained in:
Hristos N. Triantafillou 2021-03-21 15:37:48 -05:00
parent 86bd173d69
commit 209e7718a8
No known key found for this signature in database
GPG key ID: 5FC7664AD47AA1C5

View file

@ -11,6 +11,7 @@ Install
#. Locate the plugin files, ``.esp`` or ``.omwaddon``, or possibly ``.esm``. The folder containing the plugin files we will call your *data folder* #. Locate the plugin files, ``.esp`` or ``.omwaddon``, or possibly ``.esm``. The folder containing the plugin files we will call your *data folder*
#. Check that all resource folders (``Meshes``, ``Textures``, etc.) containing additional resource files (the actual meshes, textures, etc.) are in the *data folder*. #. Check that all resource folders (``Meshes``, ``Textures``, etc.) containing additional resource files (the actual meshes, textures, etc.) are in the *data folder*.
#. Note that not all mods have a plugin, and not all mods have resources, but they must at minimum have one or the other.
.. note:: .. note::
There may be multiple levels of folders, but the location of the plugins must be the same as the resource folders. There may be multiple levels of folders, but the location of the plugins must be the same as the resource folders.