scripts/pre_dedicated.scr.example
author rubidium
Sat, 09 Dec 2006 14:14:51 +0000
changeset 5298 6d4c150bdd94
parent 1868 77675e799148
permissions -rw-r--r--
(svn r7451) -Fix (7372): GetNum(Towns|Industries) should return the actual number of towns and industries.
-Fix (6055): GetMax(Town|Industry)Index should not return the number of towns or industries - 1, but the size of the pool - 1.
1868
77675e799148 (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
77675e799148 (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
200d225a85ff (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