1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-02 15:36:39 +00:00

Merge branch 'mod-install-doc-update' into 'master'

Clarify the requirements of a data folder

See merge request OpenMW/openmw!679
This commit is contained in:
AnyOldName3 2021-03-22 15:23:30 +00:00
commit f089c94d34

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.