Files @ r4571:011e15869f7c
Branch filter:

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

Darkvater
(svn r6420) -Feature [Win32]: Use an existing console if openttd was started from one.
Unfortunately this only works for WindowsXP or higher, all older MS-OS's
are stuck with the old behaviour.
1
2
3
4
echo "Setting dedicated network server settings..."
# empty the server password
server_pw = "*"
server_name = "My example dedicated gameserver"