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.2 See changelog
Released
* Optionally don't report when data files overwrite each other
* Optional "quiet" flag for minimal output
* Optionally log to the console instead of a file
* Fixed several bugs
With version 0.2:
- 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.