diff --git a/Configuration.md b/Configuration.md new file mode 100644 index 0000000..2152aed --- /dev/null +++ b/Configuration.md @@ -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 — Length <= 128 | null | \ No newline at end of file