Files @ r3346:134319cc6f99
Branch filter:

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

Darkvater
(svn r4130) - CodeChange: Add proper semantics for TownID for such variables instead of using the general uint16-type. We probably need to change GetTown() and IsTownIndex() as well to use TownID.
1
2
3
4
echo "Setting dedicated network server settings..."
# empty the server password
server_pw = "*"
server_name = "My example dedicated gameserver"