mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
A mac dedicated server script
This commit is contained in:
parent
7e96fd9cb6
commit
c138659de1
1 changed files with 3 additions and 0 deletions
3
misc/osx/start_server.sh
Normal file
3
misc/osx/start_server.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/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"
|
||||||
|
/Applications/ioquake3/ioquake3.app/ioq3ded +set dedicated 2 +set sv_allowDownload 1 +set sv_dlURL "" +set com_hunkmegs 64
|
Loading…
Reference in a new issue