mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 21:44:06 +00:00
A little more docs
This commit is contained in:
parent
7f2ec4dbf8
commit
6af511c6e6
3 changed files with 25 additions and 0 deletions
|
@ -20,4 +20,6 @@ few chapters to familiarise yourself with the VR interface.
|
|||
foreword
|
||||
getting_started
|
||||
controls
|
||||
modding
|
||||
versioning
|
||||
common-problems
|
||||
|
|
9
docs/source/manuals/openmw-vr/modding.rst
Normal file
9
docs/source/manuals/openmw-vr/modding.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
Modding
|
||||
#######
|
||||
This section will detail any differences in mods and modding between VR and pancake.
|
||||
Currently OpenMW-VR is not known to break any mods that work in an equivalent version of OpenMW.
|
||||
|
||||
MyGUI resource files
|
||||
********************
|
||||
The GUI of OpenMW is rendered using MyGUI resource files located in resources/mygui/. In OpenMW-VR Some of these
|
||||
differ in content/name from OpenMW and any mods that mod the UI by modifying these files may break.
|
14
docs/source/manuals/openmw-vr/versioning.rst
Normal file
14
docs/source/manuals/openmw-vr/versioning.rst
Normal file
|
@ -0,0 +1,14 @@
|
|||
Versions and Releases
|
||||
#####################
|
||||
OpenMW-VR does not have its own versioning. OpenMW-VR does however base itself on builds of OpenMW. Currently this is
|
||||
an arbitrarily chosen nightly build of OpenMW 0.47.
|
||||
|
||||
Release Schedule
|
||||
****************
|
||||
Currently OpenMW-VR does not have anything like a release schedule or official version numbers. New builds happen
|
||||
whenever I find the time to do some coding. This is because the intent is to merge with OpenMW and make VR an official,
|
||||
optional feature of OpenMW, not to maintain a separate project.
|
||||
|
||||
Merge Timeline: 0.48
|
||||
********************
|
||||
Currently, the intent is to merge OpenMW-VR by 0.48. But this is not a promise.
|
Loading…
Reference in a new issue