
Originally Posted by
anoyn
You can run this script multiple times on the same computer (leader+10, leader+10).
Make another copy of the config, and when starting the script rename whichever one you want to use as the original filename.
Since the script uses ports to communicate you will need to have each group of the script using different ports.
--Uses these ports to communicate, if one of them is being used by another program on your pc
--You can change it and the script will work as long as what you changed it to is valid
AvailablePorts = { 30124, 30125, 30126, 30127, 30128, 30129, 30130, 30131, 30132, 30133 }
AvailablePorts[0] = 30123
So for the second group (leader+10), change the port numbers in the config, for example.
AvailablePorts = { 30135, 30136, 30137, 30138, 30139, 30140, 30141, 30142, 30143, 30144 }
AvailablePorts[0] = 30134