From d137b36be6e98f544936d00535de7d786ded5643 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 27 Nov 2018 11:58:37 +0000 Subject: [PATCH] Updated template standard --- template/server.cfg.template | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/template/server.cfg.template b/template/server.cfg.template index ae581c7..2737aaf 100644 --- a/template/server.cfg.template +++ b/template/server.cfg.template @@ -5,11 +5,30 @@ // // // ************************************************************************** // -// .................................. Basic ................................. // -// .................................. Game .................................. // -// ................................ Map Cycle ............................... // -// .............................. Communication ............................. // -// .............................. Fast Download ............................. // -// ................................ Ban List ................................ // -// ............................. Server Logging ............................. // +// Section Header ........................................................... // +// Setting Name - Setting description. +// 0 = option 1. +// 0 = option 2. +// Default: variable 0 +variable 0 + +// Setting Name - Setting description. +// Default: variable 45 +variable 45 + +// Setting Name - Setting description. +// Default: variable 1 +// Recommended: variable 2 +variable 2 + +// Setting Name - Setting description. +// Example: +// server location: maps/custommap.bsp +// web server location: http://example.com/custom/maps/custommap.bsp +// sv_downloadurl "http://example.com/custom" +// Default: variable "" +variable "" + +// Section Header ........................................................... // +// Section description (optional)