Files @ r1393:053a1c26ac95
Branch filter:

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

Darkvater
(svn r1897) - Fix: [ 1120424 ] Set name overwrites same name. Renamings because your name is in use are virtual though so if name "b" is in use your name will become "b #1", renaming yourself again to "b" will become "b #2", and will toggle between these two.
1
2
3
echo "Setting dedicated network server settings..."
set server_pw "*"
set server_name "My example dedicated gameserver"