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.i-am-server = true |
---|
7 | |
---|
8 | #exch.sync = true |
---|
9 | |
---|
10 | ### These parameters are only used if the per-island |
---|
11 | ### versions aren't specified. |
---|
12 | #exch.mod = 4 |
---|
13 | #exch.start = 1 |
---|
14 | #exch.size = 4 |
---|
15 | #exch.mailbox-capacity = 20 |
---|
16 | |
---|
17 | exch.num-islands = 8 |
---|
18 | |
---|
19 | exch.island.0.id = SurvivorIsland |
---|
20 | exch.island.0.num-mig = 3 |
---|
21 | exch.island.0.mig.0 = GilligansIsland |
---|
22 | exch.island.0.mig.1 = TemptationIsland |
---|
23 | exch.island.0.mig.2 = RhodeIsland |
---|
24 | exch.island.0.size = 4 |
---|
25 | exch.island.0.mod = 4 |
---|
26 | exch.island.0.start = 1 |
---|
27 | exch.island.0.mailbox-capacity = 20 |
---|
28 | |
---|
29 | exch.island.1.id = GilligansIsland |
---|
30 | exch.island.1.num-mig = 3 |
---|
31 | exch.island.1.mig.0 = SurvivorIsland |
---|
32 | exch.island.1.mig.1 = EllisIsland |
---|
33 | exch.island.1.mig.2 = FantasyIsland |
---|
34 | exch.island.1.size = 4 |
---|
35 | exch.island.1.mod = 4 |
---|
36 | exch.island.1.start = 2 |
---|
37 | exch.island.1.mailbox-capacity = 20 |
---|
38 | |
---|
39 | exch.island.2.id = FantasyIsland |
---|
40 | exch.island.2.num-mig = 3 |
---|
41 | exch.island.2.mig.0 = GilligansIsland |
---|
42 | exch.island.2.mig.1 = ConeyIsland |
---|
43 | exch.island.2.mig.2 = TemptationIsland |
---|
44 | exch.island.2.size = 4 |
---|
45 | exch.island.2.mod = 4 |
---|
46 | exch.island.2.start = 3 |
---|
47 | exch.island.2.mailbox-capacity = 20 |
---|
48 | |
---|
49 | exch.island.3.id = TemptationIsland |
---|
50 | exch.island.3.num-mig = 3 |
---|
51 | exch.island.3.mig.0 = TreasureIsland |
---|
52 | exch.island.3.mig.1 = SurvivorIsland |
---|
53 | exch.island.3.mig.2 = FantasyIsland |
---|
54 | exch.island.3.size = 4 |
---|
55 | exch.island.3.mod = 4 |
---|
56 | exch.island.3.start = 2 |
---|
57 | exch.island.3.mailbox-capacity = 20 |
---|
58 | |
---|
59 | exch.island.4.id = RhodeIsland |
---|
60 | exch.island.4.num-mig = 3 |
---|
61 | exch.island.4.mig.0 = TreasureIsland |
---|
62 | exch.island.4.mig.1 = SurvivorIsland |
---|
63 | exch.island.4.mig.2 = EllisIsland |
---|
64 | exch.island.4.size = 4 |
---|
65 | exch.island.4.mod = 4 |
---|
66 | exch.island.4.start = 2 |
---|
67 | exch.island.4.mailbox-capacity = 20 |
---|
68 | |
---|
69 | exch.island.5.id = EllisIsland |
---|
70 | exch.island.5.num-mig = 3 |
---|
71 | exch.island.5.mig.0 = GilligansIsland |
---|
72 | exch.island.5.mig.1 = ConeyIsland |
---|
73 | exch.island.5.mig.2 = RhodeIsland |
---|
74 | exch.island.5.size = 4 |
---|
75 | exch.island.5.mod = 4 |
---|
76 | exch.island.5.start = 3 |
---|
77 | exch.island.5.mailbox-capacity = 20 |
---|
78 | |
---|
79 | exch.island.6.id = ConeyIsland |
---|
80 | exch.island.6.num-mig = 3 |
---|
81 | exch.island.6.mig.0 = EllisIsland |
---|
82 | exch.island.6.mig.1 = TreasureIsland |
---|
83 | exch.island.6.mig.2 = FantasyIsland |
---|
84 | exch.island.6.size = 4 |
---|
85 | exch.island.6.mod = 4 |
---|
86 | exch.island.6.start = 1 |
---|
87 | exch.island.6.mailbox-capacity = 20 |
---|
88 | |
---|
89 | exch.island.7.id = TreasureIsland |
---|
90 | exch.island.7.num-mig = 3 |
---|
91 | exch.island.7.mig.0 = ConeyIsland |
---|
92 | exch.island.7.mig.1 = TemptationIsland |
---|
93 | exch.island.7.mig.2 = RhodeIsland |
---|
94 | exch.island.7.size = 4 |
---|
95 | exch.island.7.mod = 4 |
---|
96 | exch.island.7.start = 3 |
---|
97 | exch.island.7.mailbox-capacity = 20 |
---|
98 | |
---|
99 | |
---|