Files @ r2620:7b1966fd180d
Branch filter:

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

peter1138
(svn r3158) - PBS: [ 1252192 ] Fix an assertion failure due to possible junk data in pre-PBS savegames. This will not correct pre-PBS savegames loaded and saved since PBS was introduced. (thanks glx)
1
2
3
4
echo "Setting dedicated network server settings..."
# empty the server password
server_pw = "*"
server_name = "My example dedicated gameserver"