Files @ r2448:c38ee06caea5
Branch filter:

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

peter1138
(svn r2974) -Fix: Drag and drop selection on drop down boxes didn't select correct item when some items were hidden.
-Separate disabled and hidden masks in drop downs to support both hidden and disabled items.
1
2
3
4
echo "Setting dedicated network server settings..."
# empty the server password
server_pw = "*"
server_name = "My example dedicated gameserver"