Files @ r2625:27ad3b929a5b
Branch filter:

Location: cpp/openttd-patchpack/source/scripts/on_dedicated.scr.example

peter1138
(svn r3167) - NewGRF: Start moving custom station code to separate files.
Rewrite handling of station classes.
Allow for more than 8 station tile layouts.
Start of code to unload custom stations.
1
2
3
4
echo "Setting dedicated network server settings..."
# empty the server password
server_pw = "*"
server_name = "My example dedicated gameserver"