Files @ r1718:0c13f342c6f1
Branch filter:

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

tron
(svn r2222) Check the parameters of Cmd{Insert,Delete,Modify,Skip}Order() and CmdRestoreOrderIndex():
- Check if the vehicle exists
- Check if the vehicle belongs to the correct player
- Check if the new order is valid (type, destination, flags) (CmdInsertOrder)
1
2
3
echo "Setting dedicated network server settings..."
set server_pw "*"
set server_name "My example dedicated gameserver"