bin/scripts/on_dedicated.scr.example
author rubidium
Wed, 17 Dec 2008 23:08:11 +0000
changeset 10434 3659467c844c
parent 5475 2e6990a8c7c4
permissions -rw-r--r--
(svn r14687) -Change: log all configure errors to config.log
620
080cc62ab544 (svn r1050) -Fix: [Network] Scripts are no longer under revision control
truelight
parents:
diff changeset
     1
echo "Setting dedicated network server settings..."
1866
87ae212e7eda (svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
Darkvater
parents: 623
diff changeset
     2
# empty the server password
87ae212e7eda (svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
Darkvater
parents: 623
diff changeset
     3
server_pw = "*"
87ae212e7eda (svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
Darkvater
parents: 623
diff changeset
     4
server_name = "My example dedicated gameserver"