> For the complete documentation index, see [llms.txt](https://xeavin.gitbook.io/the-insurgents-vision/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeavin.gitbook.io/the-insurgents-vision/getting-started/configuration.md).

# Configuration

### General

All configurable parameters are defined in the `{game}/x64/scripts/config/TheInsurgentsVisionConfig.json` file.

This configuration file can be modified via any text editor.

### Layout

```lua
{
    "option": {
        "state": false
        "parameter": 45,
    },
    ...
}
```

### Parameters

The following lists all configurable parameters and their purposes:

#### `option`

The name of an option with its properties.

#### `state`

The state of an option.

Set it to `true` to enable an option, and set it to `false` to disable it.

#### `parameter`

The (optional) parameter of an option.

For example: The option `Custom Field of View` with the parameter `60.00` would result in a vertical field of view of `60` degrees.
