-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgame.log
40 lines (40 loc) · 1.94 KB
/
game.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$VAR1 = bless( {
'turns' => { # I'll give you some turn data later - it should be working now.... but umm.... yeah i'll do it later
'0' => {}
},
'turn_count' => 0,
'server_running' => 1,
'player_count' => 3,
'players' => {
'og' => {
'leader' => 'Genhis Kahn',
'nation' => 'Mongolia',
'number' => 1,
'connected' => 1,
'ip' => [
'trooper.local',
'trooper.local'
],
'name' => 'og' # this might go. it was here origionaly for when you could reference the players by number. I think i'll keep it for now.
},
'rb' => {
'leader' => 'Queen Elizabeth', # :P
'nation' => 'England',
'number' => 2,
'connected' => 0,
'ip' => [
'192.168.1.1',
'somehost.somewhere.someisp.etc.etc'
],
'name' => 'rb'
},
'anon' => {
'number' => 3,
'connected' => 1,
'ip' => [
'123.456.789.0'
]
}
},
'port' => '5559'
}, 'FreeCiv' );