Created Configuration (markdown)

RaidMax 2020-05-23 13:10:55 -05:00
parent 469f799e6c
commit 6a1f72c3b0

13
Configuration.md Normal file

@ -0,0 +1,13 @@
## IW4MAdminSettings.json
### Servers
| Name | Description | Validation | Default |
|--------------------|--------------------------------------------------------|---------------------------------------------------|---------|
| IPAddress | Internet Protocol Address | [IPv4 format](https://en.wikipedia.org/wiki/IPv4) | -- |
| Port | Communication endpoint | 1-65535 | -- |
| Password | RCon password | Not empty | -- |
| ManualLogPath | Override game log path | -- | null |
| AutoMessages | List of messages to broadcast automatically | Not null | [] |
| Rules | List of rules | Not null | [] |
| ReservedSlotNumber | Number of client slots to reserve for privileged users | 0-32 | 0 |
| GameLogServerUrl | HTTP Url for the Game Log Server | HTTP endpoint | null |
| CustomHostname | Override server title (hostname) | Length >= 3 &mdash; Length <= 128 | null |