Files @ r2128:cec3fd10da21
Branch filter:

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

Darkvater
(svn r2638) - Fix: Unable to delete savegames. Deleting TTDLX savegames is still broken as it was always broken, but since they don't even show up; we might as well call it a feature.
1
2
3
4
echo "Setting dedicated network server settings..."
# empty the server password
server_pw = "*"
server_name = "My example dedicated gameserver"