blob: 46db8b3119fb48192e9d46114fa073b528802342 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# lifted from happypenguin.org
INTERFACE [your ip address]
# only peer appears to work [SERVER or CLIENT or PEER]
MODE peer
# create an allow line for everyone who will connect
ALLOW [another player's ip address]
ALLOW [another player's ip address]
ALLOW [another player's ip address]
ALLOW [another player's ip address]
# try to find [number] of players and start the game
BROADCAST [number]
|