scripts/pre_dedicated.scr.example
author peter1138
Tue, 24 Oct 2006 10:15:56 +0000
changeset 4934 e62da41b70e3
parent 1868 99ba6fdbae20
permissions -rw-r--r--
(svn r6921) - PEBKAC: Add an MD5 sum check of our own data files, and warn if they don't match.
1868
99ba6fdbae20 (svn r2374) - CodeChange: giving server_ip a value of 'all' will make the server listen on any interface (0.0.0.0); also fix a typo in one of the script example files: s/ports/interfaces
Darkvater
parents: 1866
diff changeset
     1
# set default server port, and have the dedicated server listen on all interfaces
99ba6fdbae20 (svn r2374) - CodeChange: giving server_ip a value of 'all' will make the server listen on any interface (0.0.0.0); also fix a typo in one of the script example files: s/ports/interfaces
Darkvater
parents: 1866
diff changeset
     2
server_ip = all
1866
87ae212e7eda (svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
Darkvater
parents: 629
diff changeset
     3
server_port = 3979