From ee49ab9ea93947e3e78c2fd2565bf1e28cddb7b0 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Thu, 29 Jan 2026 01:01:05 +0100 Subject: Rewrite fetchpk3 script This commit makes the fetchpk3 script more bulletproof. The logic was separated into functions with proper sanity checks. The script now downloads also the custom map files. I plan on adding another script that will copy/move the maps into the /var/www/xyz folder, so players could actually use their autodownload. Remove redundant server.cfg My servers will only run modded version of quake3 so there is no need for vanilla config Signed-off-by: Filip Wandzio --- baseq3/server.cfg | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 baseq3/server.cfg (limited to 'baseq3') diff --git a/baseq3/server.cfg b/baseq3/server.cfg deleted file mode 100644 index d4b4f98..0000000 --- a/baseq3/server.cfg +++ /dev/null @@ -1,19 +0,0 @@ -set sv_hostname "Q3Plus 3v3 Philw Tournament Server" -set g_motd "GL & HF" - -set sv_maxclients "6" -set sv_fps "125" -set sv_timeout "200" - -set g_gametype "4" -set timelimit "20" -set fraglimit "0" - -set g_warmup "20" -set g_doWarmup "1" - -set sv_pure "1" -set sv_strictAuth "1" - - -map q3dm6 -- cgit v1.2.3