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.7.1 See changelog
Released
* Only exit nonzero when there is a problem (versus whenever the flag is used)
- With version 0.7.1:
- 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.