From da54c67fd098c98219673d61f7642303d2b5507f Mon Sep 17 00:00:00 2001 From: Jack Slater <903791+NuclearMonster@users.noreply.github.com> Date: Sat, 30 Aug 2025 21:36:27 -1000 Subject: [PATCH] Update start_server.sh for archless ioq3ded --- misc/linux/start_server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/linux/start_server.sh b/misc/linux/start_server.sh index c68292e0..a10b2d1e 100644 --- a/misc/linux/start_server.sh +++ b/misc/linux/start_server.sh @@ -1,7 +1,7 @@ #!/bin/sh -echo "Edit this script to change the path to ioquake3's dedicated server executable and which binary if you aren't on x86_64." +echo "Edit this script to change the path to ioquake3's dedicated server executable" echo "Set the sv_dlURL setting to a url like http://yoursite.com/ioquake3_path for ioquake3 clients to download extra data." # sv_dlURL needs to have quotes escaped like \"http://yoursite.com/ioquake3_path\" or it will be set to "http:" in-game. -~/ioquake3/ioq3ded.x86_64 +set dedicated 2 +set sv_allowDownload 1 +set sv_dlURL \"\" +set com_hunkmegs 64 "$@" +~/ioquake3/ioq3ded +set dedicated 2 +set sv_allowDownload 1 +set sv_dlURL \"\" +set com_hunkmegs 64 "$@"