Oblivion

File information

Last updated

Original upload

Created by

avalon2260

Uploaded by

avalon2260

Virus scan

Safe to use

About this mod

A set of functions to read custom config files via ConScribe.

Requirements
Permissions and credits
Mirrors
ConfigReader
by
Avalon2260
version 20161217

Requires:
OBSE v20+
ConScribe

See the POSTS tab for release notes

This is a modding resource. It provides a set of functions to read custom
config files via ConScribe. The calling mod will typically define callback
functions to handle each line of input. There are also a couple of string
twiddling functions (strip whitespace etc.).

The documentation is still a bit rudimentary. For usage examples, see my other
mods, expecially UTS, for which ConfigReader was originally written. Loot Bags
also uses this.

Installation
============

Copy the esp to the Data directory, yadda. Load order is irrelevant, this is
entirely scripted and self-contained. It is a single stand-alone esp, so
installation should be easy enough.

Upgrading
=========

This is backwards compatible. Just install over the old version, if any. There
should be no need to clean save as it contains only scripts and doesn't store
any data itself.


Credits
=======

The OBSE team. Without OBSE, I would have wandered away from Oblivion years
ago.

shadeMe for ConScribe.