#config-file #env-var #system #virtual #openmw #open-mw

openmw-cfg

A library for interacting with the openmw config file and the virtual file system it defines

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

#506 in Filesystem

Download history 61/week @ 2024-02-19 65/week @ 2024-02-26 223/week @ 2024-03-04 185/week @ 2024-03-11 33/week @ 2024-03-18 51/week @ 2024-04-01

312 downloads per month

GPL-3.0-or-later OR MIT and maybe GPL-3.0

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
~116K SLoC