Files @ r5352:64720e7993a1
Branch filter:

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

Darkvater
(svn r7523) -Feature: Add the possibility to change the newgrf configuration of a running game.
This is only possible in SP (or in the intro menu). During game play you will
get a confirmation window when applying the changes as some actions can crash
OpenTTD and/or make your current game unplayable.
1
2
3
4
echo "Setting dedicated network server settings..."
# empty the server password
server_pw = "*"
server_name = "My example dedicated gameserver"