ioq3quest/misc/osx/start_server.sh

4 lines
358 B
Bash
Raw Normal View History

2015-09-24 17:59:57 +00:00
#!/bin/sh
echo "Edit this script to change the path to ioquake3's dedicated server executable.\n Set the sv_dlURL setting to a url like http://yoursite.com/ioquake3_path for ioquake3 clients to download extra data"
2015-09-24 18:26:10 +00:00
/Applications/ioquake3/ioquake3.app/Contents/MacOS/ioq3ded +set dedicated 2 +set sv_allowDownload 1 +set sv_dlURL "" +set com_hunkmegs 64 "$@"