Files @ r2134:f272effb5e6e
Branch filter:

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

Darkvater
(svn r2644) - Fix: my name was mistyped ;p
- Add DoDrawStringCentered() and change the multiline strings in the about box to single-line ones
1
2
3
4
echo "Setting dedicated network server settings..."
# empty the server password
server_pw = "*"
server_name = "My example dedicated gameserver"