diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-21 16:10:19 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-21 16:10:19 -0700 |
| commit | 9067f2344057a247dab19e6ce6756cb7d560d992 (patch) | |
| tree | c59612079b713581463c833ee21e5790a425c848 /cmd | |
| parent | 21581958c38861f3a62ef7c27d0a8a6f4db2a1f8 (diff) | |
Add support for server banner
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 |