scripts/on_dedicated.scr.example
author Darkvater
Sat, 26 Aug 2006 21:54:04 +0000
changeset 4406 cc20171473bb
parent 1866 87ae212e7eda
permissions -rw-r--r--
(svn r6159) -Fix: FindClosestTrainDepot hardly ever found a depot with NPF off due to absence of distance-normalization (Rojer)
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"