ioq/misc/osx/start_server.sh
artin rebekale c62cfb70c0
Some checks failed
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled
Build / macOS (push) Has been cancelled
Build / web (push) Has been cancelled
initial load
2025-05-14 15:49:20 -07:00

8 lines
489 B
Bash

#!/bin/sh
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.
/Applications/ioquake3/ioquake3.app/Contents/MacOS/ioq3ded +set dedicated 2 +set sv_allowDownload 1 +set sv_dlURL \"\" +set com_hunkmegs 64 "$@"