diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/mobius-hotline-server/mobius/config/config.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cmd/mobius-hotline-server/mobius/config/config.yaml b/cmd/mobius-hotline-server/mobius/config/config.yaml index 50c3fa3..a903023 100644 --- a/cmd/mobius-hotline-server/mobius/config/config.yaml +++ b/cmd/mobius-hotline-server/mobius/config/config.yaml @@ -4,8 +4,12 @@ Name: My Hotline server # Description of the server as it appears on the tracker Description: A default configured Hotline server running Mobius -# Server banner ID; currently implemented -BannerID: 0 +# Path to server banner image. Only known to work in the 1.8 clients. +# * The banner must be under 256K (262,140 bytes specifically) +# * The standard size for a banner is 468 pixels wide and 60 pixels tall. +# * The banner must be saved in the same folder this file. +# * The banner must be a jpg +BannerFile: "banner.jpg" # Path to the Files directory, by default in a subdirectory of the config root named Files FileRoot: Files |