From 9067f2344057a247dab19e6ce6756cb7d560d992 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 21 Jun 2022 16:10:19 -0700 Subject: Add support for server banner --- cmd/mobius-hotline-server/mobius/config/config.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'cmd') 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 -- cgit