Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuzzo committed Mar 12, 2024
1 parent feb452f commit 0b1f081
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,21 @@ Supported games:

The PLOX GUI supports a configuration file called `plox.toml` (place next to `plox_gui`) that allows you to customize its behavior. Here's an example of how to use the `plox.toml` file:

Required fields:

```toml
config = "openmw.cfg"
game = "OpenMW"
no_rules_download = true
log_level = "debug"
log_to_file = true
```

Optional fields:

```toml
config = "openmw.cfg"
game = "OpenMW"
```

## Rules

> Rules spec taken from [mlox - the elder scrolls Mod Load Order eXpert](https://github.com/mlox/mlox).
Expand Down

0 comments on commit 0b1f081

Please sign in to comment.