You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Font Licenses:
20
20
Current Status
21
21
--------------
22
22
23
-
The main quests in Morrowind, Tribunal and Bloodmoon are all completable. Some issues with side quests are to be expected (but rare). Check the [bug tracker](https://gitlab.com/OpenMW/openmw/-/issues/?milestone_title=openmw-1.0) for a list of issues we need to resolve before the "1.0" release. Even before the "1.0" release however, OpenMW boasts some new [features](https://wiki.openmw.org/index.php?title=Features), such as improved graphics and user interfaces.
23
+
The main quests in Morrowind, Tribunal and Bloodmoon are all completable. Some issues with side quests are to be expected (but rare). Check the [bug tracker](https://gitlab.com/OpenMW/openmw/-/issues/?milestone_title=openmw-1.0) for a list of issues we need to resolve before the "1.0" release. Even before the "1.0" release, however, OpenMW boasts some new [features](https://wiki.openmw.org/index.php?title=Features), such as improved graphics and user interfaces.
24
24
25
25
Pre-existing modifications created for the original Morrowind engine can be hit-and-miss. The OpenMW script compiler performs more thorough error-checking than Morrowind does, meaning that a mod created for Morrowind may not necessarily run in OpenMW. Some mods also rely on quirky behaviour or engine bugs in order to work. We are considering such compatibility issues on a case-by-case basis - in some cases adding a workaround to OpenMW may be feasible, in other cases fixing the mod will be the only option. If you know of any mods that work or don't work, feel free to add them to the [Mod status](https://wiki.openmw.org/index.php?title=Mod_status) wiki page.
26
26
@@ -45,6 +45,14 @@ Command line options
45
45
46
46
Syntax: openmw <options>
47
47
Allowed options:
48
+
--config arg additional config directories
49
+
--replace arg settings where the values from the
50
+
current source should replace those
51
+
from lower-priority sources instead of
52
+
being appended
53
+
--user-data arg set user data directory (used for
54
+
saves, screenshots, etc)
55
+
--resources arg (=resources) set resources directory
48
56
--help print help message
49
57
--version print version information and quit
50
58
--data arg (=data) set data directories (later directories
@@ -54,12 +62,12 @@ Command line options
54
62
--fallback-archive arg (=fallback-archive)
55
63
set fallback BSA archives (later
56
64
archives have higher priority)
57
-
--resources arg (=resources) set resources directory
0 commit comments