9 unstable releases (4 breaking)
0.5.1 | Mar 9, 2024 |
---|---|
0.5.0 | Aug 19, 2023 |
0.4.0 | Jul 16, 2023 |
0.3.0 | Sep 13, 2022 |
0.1.0 | May 1, 2020 |
#861 in Filesystem
55 downloads per month
18KB
249 lines
OpenMW cfg
This library provides tools for accessing the case insensitive virtual file system defined by OpenMW in openmw.cfg
.
The location of the openmw.cfg
file is determined by the location described in the OpenMW paths documentation, and can be overridden by end users using the environment variable OPENMW_CONFIG_DIR
or OPENMW_CONFIG
, to allow for systems that use a non-standard location.
OPENMW_CONFIG_DIR
can contain multiple paths, separated by colons (or semicolons on Windows), and these paths will be searched in turn to find one which contains a file with the name openmw.cfg
.
Dependencies
~3–13MB
~108K SLoC