Check an openmw.cfg file for:
- Errors such as typos on data paths, folders that don't exist, or similar mistakes
- A map of anything in your load order that overwrites files from another earlier load order entry - including a record of specific files that have been replaced
- Load order conflicts or problems that may be hard to notice in game or otherwise
Supports: Linux, macOS, and Windows. Source code available on Sourcehut.
Edited by johnnyhostile
Improved description
What's New in Version 0.10 See changelog
Released
* New feature: Added support for *.omwscripts (Lua mods)
* Bugfix: content files checking is no longer case-sensitive by default
* Bugfix: Consider content files in the total count of files provided by a data path
- With version 0.10:
- Download
Release Binary
Download the file, unzip, and run from your command prompt or terminal.
Go Get
You can use the "go get" command-line tool to install as well:
go get git.sr.ht/~hristoast/openmw-validator
This puts the "openmw-validator" binary into "$GOPATH/bin".
Source
You may also build the openmw-validator from source if you have go installed on your computer. See the project README for details.
The full text of the license (GPLv3) is available here.