mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
Merge pull request #1188 from rhtucker/master
Added fonts to index and a note on quotes
This commit is contained in:
commit
a4766e25d4
2 changed files with 5 additions and 0 deletions
|
@ -15,5 +15,6 @@ The following document is the complete reference guide to modifying, or modding,
|
||||||
differences
|
differences
|
||||||
mod-install
|
mod-install
|
||||||
settings/index
|
settings/index
|
||||||
|
fonts
|
||||||
convert_bump_mapped_mods
|
convert_bump_mapped_mods
|
||||||
paths
|
paths
|
|
@ -18,6 +18,10 @@ Install
|
||||||
#. Open your ``openmw.cfg`` file in your preferred plain text editor. It is located as described in :doc:`paths` and *not* in your OpenMW root directory.
|
#. Open your ``openmw.cfg`` file in your preferred plain text editor. It is located as described in :doc:`paths` and *not* in your OpenMW root directory.
|
||||||
#. Find or search for ``data=``. This is located very near the bottom of the file. If you are using Morrowind, this first entry should already point to your Morrowind data directory, ``Data Files``; otherwise it will point to your game file, ``.omwgame``.
|
#. Find or search for ``data=``. This is located very near the bottom of the file. If you are using Morrowind, this first entry should already point to your Morrowind data directory, ``Data Files``; otherwise it will point to your game file, ``.omwgame``.
|
||||||
#. Create a new line underneath and type: ``data="path/to/your/data folder"`` Remember, the *data folder* is where your mod's plugin files are. The double quotes around this path name are *required*.
|
#. Create a new line underneath and type: ``data="path/to/your/data folder"`` Remember, the *data folder* is where your mod's plugin files are. The double quotes around this path name are *required*.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Some text editors, such as TextEdit on Mac, will autocorrect your double quotes to typographical "curly" quotes instead of leaving them as the propper neutral vertical quotes ``""``.
|
||||||
|
|
||||||
#. Save your ``openmw.cfg`` file.
|
#. Save your ``openmw.cfg`` file.
|
||||||
|
|
||||||
You have now installed your mod. Any simple replacer mods that only contain resource files such as meshes or textures will now automatically be loaded in the order of their ``data=*`` entry. This is important to note because replacer mods that replace the same resource will overwrite previous ones as you go down the list.
|
You have now installed your mod. Any simple replacer mods that only contain resource files such as meshes or textures will now automatically be loaded in the order of their ``data=*`` entry. This is important to note because replacer mods that replace the same resource will overwrite previous ones as you go down the list.
|
||||||
|
|
Loading…
Reference in a new issue