Last change
on this file since 10207 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
585 bytes
|
Line | |
---|
1 | # Copyright 2006 by Sean Luke and George Mason University |
---|
2 | # Licensed under the Academic Free License version 3.0 |
---|
3 | # See the file "LICENSE" for more information |
---|
4 | |
---|
5 | parent.0 = client.params |
---|
6 | exch.id = FantasyIsland |
---|
7 | stat.file = $fantasy.stat |
---|
8 | |
---|
9 | # We need to give this island its own unique random number seed |
---|
10 | seed.0 = 1002 |
---|
11 | |
---|
12 | # We also need to give this island its own unique client port. Actually |
---|
13 | # if you're running on different machines, then each island can use the |
---|
14 | # same port. But since we don't know this ahead of time, it's safer to |
---|
15 | # give 'em different ports |
---|
16 | exch.client-port = 9002 |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.