> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration

## Options

***

<Info>You can find config file in `no-trains/config/sh_config.lua`</Info>

| Option                    | type                                                                                  | Description                                                  |
| ------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| SpawnRate                 | EXTREMELY\_LOW \| VERY\_LOW \| LOW \| NORMAL \| HIGH \| VERY\_HIGH \| EXTREMELY\_HIGH | Spawn rate for trains and metros.                            |
| MaxMetroCount             | number                                                                                | Limits the maximum active metros.                            |
| MaxTrainCount             | number                                                                                | Limits the maximum active trains.                            |
| KeepDoorsOpenWhenInside   | boolean                                                                               | Keeps metro doors open if player is inside.                  |
| ForceDoorsOpenWhenStopped | boolean                                                                               | Opens metro doors when metro is stopped.                     |
| StationBlip               | `{Enabled: boolean; Scale: number; Sprite: Number; Color: Number}`                    | [Blips](https://docs.fivem.net/docs/game-references/blips/). |
