]> git.pond.sub.org Git - empserver/commitdiff
tests: Capture player output via journal instead of client
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 31 May 2013 08:41:18 +0000 (10:41 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 31 May 2013 08:52:50 +0000 (10:52 +0200)
Capturing the client's output tests both client and server, which is
nice.  However, player input isn't visible in the resulting file,
which makes it more difficult to understand.

Route player output to journal (econfig key "keep_journal 2"), and
ignore client output.

Separate tests for the client would be useful.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
tests/smoke-test
tests/smoke/journal.log
tests/smoke/smoke.out
tests/test-common.sh

index 3eb036b0b6cd70d531febc22aff3cef10ba2fafc..4113ff21b14b68ddc08b8fbffb66b4d82c90e3c3 100755 (executable)
@@ -41,7 +41,7 @@ do
     if [ "$need_update" ]
     then
        echo "Update Turn $t starting" >&3
-       src/client/empire POGO peter <<EOF >&3
+       src/client/empire POGO peter <<EOF >/dev/null
 power new
 report *
 cen * ?own#0
@@ -59,7 +59,7 @@ EOF
        then c=POGO r=peter
        else c="${p#0}"; r="$c"
        fi
-       src/client/empire "$c" "$r" <$j >&3
+       src/client/empire "$c" "$r" <$j >/dev/null
        echo "Player $p Turn $t completed successfully" >&3
     done
     need_update=y
index 2a22e6e57dc29ce1e5605afb881ff00ecedb4dc9..11ec1b009e0d11bd5e2ce720d4ce69ff5946e5d3 100644 (file)
       Main startup
       Main prng MT19937 1
+     Conn0 output Conn0 2 Empire server ready
      Conn0 input user tester
+     Conn0 output Conn0 0 hello tester
      Conn0 input coun red
+     Conn0 output Conn0 10 country red does not exist
+     Conn0 output Conn0 3 so long...
+     Conn1 output Conn1 2 Empire server ready
      Conn1 input user tester
+     Conn1 output Conn1 0 hello tester
      Conn1 input coun POGO
+     Conn1 output Conn1 0 country name POGO
      Conn1 input pass peter
+     Conn1 output Conn1 0 password ok
      Conn1 input play
      Conn1 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 0 640
     Play#0 input add 1 1 1 p
     Play#0 command add
+    Play#0 output Play#0 6 0 640
     Play#0 input newcap 1 5,19
     Play#0 command newcap
+    Play#0 output Play#0 1 added country 1 at 5,-13
+    Play#0 output Play#0 6 0 640
     Play#0 input add 2 2 2 p
     Play#0 command add
+    Play#0 output Play#0 6 0 640
     Play#0 input newcap 2 16,10
     Play#0 command newcap
+    Play#0 output Play#0 1 added country 2 at 16,10
+    Play#0 output Play#0 6 0 640
     Play#0 input add 3 3 3 p
     Play#0 command add
+    Play#0 output Play#0 6 0 640
     Play#0 input newcap 3 60,10
     Play#0 command newcap
+    Play#0 output Play#0 1 added country 3 at -4,10
+    Play#0 output Play#0 6 0 640
     Play#0 input add 4 4 4 p
     Play#0 command add
+    Play#0 output Play#0 6 0 640
     Play#0 input newcap 4 49,1
     Play#0 command newcap
+    Play#0 output Play#0 1 added country 4 at -15,1
+    Play#0 output Play#0 6 0 640
     Play#0 input add 5 5 5 p
     Play#0 command add
+    Play#0 output Play#0 6 0 640
     Play#0 input newcap 5 34,8
     Play#0 command newcap
+    Play#0 output Play#0 1 added country 5 at -30,8
+    Play#0 output Play#0 6 0 640
     Play#0 input add 6 6 6 p
     Play#0 command add
+    Play#0 output Play#0 6 0 640
     Play#0 input newcap 6 2,30
     Play#0 command newcap
+    Play#0 output Play#0 1 added country 6 at 2,-2
+    Play#0 output Play#0 6 0 640
     Play#0 input add 7 7 7 p
     Play#0 command add
+    Play#0 output Play#0 6 0 640
     Play#0 input newcap 7 24,0
     Play#0 command newcap
+    Play#0 output Play#0 1 added country 7 at 24,0
+    Play#0 output Play#0 6 0 640
     Play#0 input add 8 8 8 p
     Play#0 command add
+    Play#0 output Play#0 6 0 640
     Play#0 input newcap 8 23,21
     Play#0 command newcap
+    Play#0 output Play#0 1 added country 8 at 23,-11
+    Play#0 output Play#0 6 0 640
     Play#0 input add 9 9 9 p
     Play#0 command add
+    Play#0 output Play#0 6 0 640
     Play#0 input newcap 9 38,26
     Play#0 command newcap
+    Play#0 output Play#0 1 added country 9 at -26,-6
+    Play#0 output Play#0 6 0 640
     Play#0 input add 10 10 10 p
     Play#0 command add
+    Play#0 output Play#0 6 0 640
     Play#0 input newcap 10 52,22
     Play#0 command newcap
+    Play#0 output Play#0 1 added country 10 at -12,-10
+    Play#0 output Play#0 6 0 640
     Play#0 input add 11 visitor visitor v
     Play#0 command add
+    Play#0 output Play#0 6 0 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+     Conn2 output Conn2 2 Empire server ready
      Conn2 input user tester
+     Conn2 output Conn2 0 hello tester
      Conn2 input coun POGO
+     Conn2 output Conn2 0 country name POGO
      Conn2 input pass peter
+     Conn2 output Conn2 0 password ok
      Conn2 input play
      Conn2 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta sect
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta sect 0
+    Play#0 output Play#0 1 "owner" 5 0 0 9
+    Play#0 output Play#0 1 "xloc" 9 4 0 -1
+    Play#0 output Play#0 1 "yloc" 10 4 0 -1
+    Play#0 output Play#0 1 "des" 4 0 0 19
+    Play#0 output Play#0 1 "effic" 4 0 0 -1
+    Play#0 output Play#0 1 "mobil" 4 0 0 -1
+    Play#0 output Play#0 1 "off" 5 0 0 -1
+    Play#0 output Play#0 1 "loyal" 5 1 0 -1
+    Play#0 output Play#0 1 "terr0" 5 0 0 -1
+    Play#0 output Play#0 1 "terr1" 5 0 0 -1
+    Play#0 output Play#0 1 "terr2" 5 0 0 -1
+    Play#0 output Play#0 1 "terr3" 5 0 0 -1
+    Play#0 output Play#0 1 "dterr" 5 1 0 -1
+    Play#0 output Play#0 1 "xdist" 9 0 0 -1
+    Play#0 output Play#0 1 "ydist" 10 0 0 -1
+    Play#0 output Play#0 1 "avail" 6 0 0 -1
+    Play#0 output Play#0 1 "elev" 6 1 0 -1
+    Play#0 output Play#0 1 "work" 5 0 0 -1
+    Play#0 output Play#0 1 "coastal" 5 0 0 -1
+    Play#0 output Play#0 1 "newdes" 4 0 0 19
+    Play#0 output Play#0 1 "min" 5 0 0 -1
+    Play#0 output Play#0 1 "gold" 5 0 0 -1
+    Play#0 output Play#0 1 "fert" 5 0 0 -1
+    Play#0 output Play#0 1 "ocontent" 5 0 0 -1
+    Play#0 output Play#0 1 "uran" 5 0 0 -1
+    Play#0 output Play#0 1 "oldown" 5 0 0 9
+    Play#0 output Play#0 1 "civil" 6 0 0 -1
+    Play#0 output Play#0 1 "milit" 6 0 0 -1
+    Play#0 output Play#0 1 "shell" 6 0 0 -1
+    Play#0 output Play#0 1 "gun" 6 0 0 -1
+    Play#0 output Play#0 1 "petrol" 6 0 0 -1
+    Play#0 output Play#0 1 "iron" 6 0 0 -1
+    Play#0 output Play#0 1 "dust" 6 0 0 -1
+    Play#0 output Play#0 1 "bar" 6 0 0 -1
+    Play#0 output Play#0 1 "food" 6 0 0 -1
+    Play#0 output Play#0 1 "oil" 6 0 0 -1
+    Play#0 output Play#0 1 "lcm" 6 0 0 -1
+    Play#0 output Play#0 1 "hcm" 6 0 0 -1
+    Play#0 output Play#0 1 "uw" 6 0 0 -1
+    Play#0 output Play#0 1 "rad" 6 0 0 -1
+    Play#0 output Play#0 1 "c_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "m_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "s_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "g_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "p_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "i_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "d_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "b_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "f_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "o_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "l_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "h_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "u_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "r_dist" 6 0 0 -1
+    Play#0 output Play#0 1 "c_del" 6 0 0 -1
+    Play#0 output Play#0 1 "m_del" 6 0 0 -1
+    Play#0 output Play#0 1 "s_del" 6 0 0 -1
+    Play#0 output Play#0 1 "g_del" 6 0 0 -1
+    Play#0 output Play#0 1 "p_del" 6 0 0 -1
+    Play#0 output Play#0 1 "i_del" 6 0 0 -1
+    Play#0 output Play#0 1 "d_del" 6 0 0 -1
+    Play#0 output Play#0 1 "b_del" 6 0 0 -1
+    Play#0 output Play#0 1 "f_del" 6 0 0 -1
+    Play#0 output Play#0 1 "o_del" 6 0 0 -1
+    Play#0 output Play#0 1 "l_del" 6 0 0 -1
+    Play#0 output Play#0 1 "h_del" 6 0 0 -1
+    Play#0 output Play#0 1 "u_del" 6 0 0 -1
+    Play#0 output Play#0 1 "r_del" 6 0 0 -1
+    Play#0 output Play#0 1 "mines" 6 1 0 -1
+    Play#0 output Play#0 1 "pstage" 6 1 0 43
+    Play#0 output Play#0 1 "ptime" 6 1 0 -1
+    Play#0 output Play#0 1 "che" 5 1 0 -1
+    Play#0 output Play#0 1 "che_target" 5 1 0 9
+    Play#0 output Play#0 1 "fallout" 7 0 0 -1
+    Play#0 output Play#0 1 "access" 6 0 0 -1
+    Play#0 output Play#0 1 "road" 5 0 0 -1
+    Play#0 output Play#0 1 "rail" 5 0 0 -1
+    Play#0 output Play#0 1 "dfense" 5 0 0 -1
+    Play#0 output Play#0 1 /78
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta ship
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta ship 0
+    Play#0 output Play#0 1 "uid" 8 0 0 1
+    Play#0 output Play#0 1 "owner" 5 0 0 9
+    Play#0 output Play#0 1 "xloc" 9 0 0 -1
+    Play#0 output Play#0 1 "yloc" 10 0 0 -1
+    Play#0 output Play#0 1 "type" 4 0 0 20
+    Play#0 output Play#0 1 "effic" 4 0 0 -1
+    Play#0 output Play#0 1 "mobil" 4 0 0 -1
+    Play#0 output Play#0 1 "off" 5 0 0 -1
+    Play#0 output Play#0 1 "tech" 6 0 0 -1
+    Play#0 output Play#0 1 "opx" 9 0 0 -1
+    Play#0 output Play#0 1 "opy" 10 0 0 -1
+    Play#0 output Play#0 1 "mission" 6 0 0 35
+    Play#0 output Play#0 1 "radius" 6 0 0 -1
+    Play#0 output Play#0 1 "fleet" 14 0 1 -1
+    Play#0 output Play#0 1 "xstart" 9 0 0 -1
+    Play#0 output Play#0 1 "xend" 9 0 0 -1
+    Play#0 output Play#0 1 "ystart" 10 0 0 -1
+    Play#0 output Play#0 1 "yend" 10 0 0 -1
+    Play#0 output Play#0 1 "cargostart" 4 0 6 17
+    Play#0 output Play#0 1 "cargoend" 4 0 6 17
+    Play#0 output Play#0 1 "amtstart" 6 0 6 -1
+    Play#0 output Play#0 1 "amtend" 6 0 6 -1
+    Play#0 output Play#0 1 "autonav" 5 0 0 -1
+    Play#0 output Play#0 1 "civil" 6 0 0 -1
+    Play#0 output Play#0 1 "milit" 6 0 0 -1
+    Play#0 output Play#0 1 "shell" 6 0 0 -1
+    Play#0 output Play#0 1 "gun" 6 0 0 -1
+    Play#0 output Play#0 1 "petrol" 6 0 0 -1
+    Play#0 output Play#0 1 "iron" 6 0 0 -1
+    Play#0 output Play#0 1 "dust" 6 0 0 -1
+    Play#0 output Play#0 1 "bar" 6 0 0 -1
+    Play#0 output Play#0 1 "food" 6 0 0 -1
+    Play#0 output Play#0 1 "oil" 6 0 0 -1
+    Play#0 output Play#0 1 "lcm" 6 0 0 -1
+    Play#0 output Play#0 1 "hcm" 6 0 0 -1
+    Play#0 output Play#0 1 "uw" 6 0 0 -1
+    Play#0 output Play#0 1 "rad" 6 0 0 -1
+    Play#0 output Play#0 1 "pstage" 6 1 0 43
+    Play#0 output Play#0 1 "ptime" 6 1 0 -1
+    Play#0 output Play#0 1 "access" 6 0 0 -1
+    Play#0 output Play#0 1 "mquota" 5 0 0 -1
+    Play#0 output Play#0 1 "path" 14 0 28 -1
+    Play#0 output Play#0 1 "follow" 8 0 0 -1
+    Play#0 output Play#0 1 "name" 14 0 24 -1
+    Play#0 output Play#0 1 "xbuilt" 9 1 0 -1
+    Play#0 output Play#0 1 "ybuilt" 10 1 0 -1
+    Play#0 output Play#0 1 "builder" 5 1 0 9
+    Play#0 output Play#0 1 "rflags" 8 8 0 47
+    Play#0 output Play#0 1 "rpath" 14 0 10 -1
+    Play#0 output Play#0 1 /49
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta plane
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta plane 0
+    Play#0 output Play#0 1 "uid" 8 0 0 2
+    Play#0 output Play#0 1 "owner" 5 0 0 9
+    Play#0 output Play#0 1 "xloc" 9 0 0 -1
+    Play#0 output Play#0 1 "yloc" 10 0 0 -1
+    Play#0 output Play#0 1 "type" 4 0 0 21
+    Play#0 output Play#0 1 "effic" 4 0 0 -1
+    Play#0 output Play#0 1 "mobil" 4 0 0 -1
+    Play#0 output Play#0 1 "off" 5 0 0 -1
+    Play#0 output Play#0 1 "tech" 6 0 0 -1
+    Play#0 output Play#0 1 "opx" 9 0 0 -1
+    Play#0 output Play#0 1 "opy" 10 0 0 -1
+    Play#0 output Play#0 1 "mission" 6 0 0 35
+    Play#0 output Play#0 1 "radius" 6 0 0 -1
+    Play#0 output Play#0 1 "wing" 14 0 1 -1
+    Play#0 output Play#0 1 "range" 5 0 0 -1
+    Play#0 output Play#0 1 "harden" 4 0 0 -1
+    Play#0 output Play#0 1 "ship" 8 0 0 1
+    Play#0 output Play#0 1 "land" 8 0 0 3
+    Play#0 output Play#0 1 "flags" 8 8 0 45
+    Play#0 output Play#0 1 "access" 6 0 0 -1
+    Play#0 output Play#0 1 "theta" 13 0 0 -1
+    Play#0 output Play#0 1 /21
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta land
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta land 0
+    Play#0 output Play#0 1 "uid" 8 0 0 3
+    Play#0 output Play#0 1 "owner" 5 0 0 9
+    Play#0 output Play#0 1 "xloc" 9 0 0 -1
+    Play#0 output Play#0 1 "yloc" 10 0 0 -1
+    Play#0 output Play#0 1 "type" 4 0 0 22
+    Play#0 output Play#0 1 "effic" 4 0 0 -1
+    Play#0 output Play#0 1 "mobil" 4 0 0 -1
+    Play#0 output Play#0 1 "off" 5 0 0 -1
+    Play#0 output Play#0 1 "tech" 6 0 0 -1
+    Play#0 output Play#0 1 "opx" 9 0 0 -1
+    Play#0 output Play#0 1 "opy" 10 0 0 -1
+    Play#0 output Play#0 1 "mission" 6 0 0 35
+    Play#0 output Play#0 1 "radius" 6 0 0 -1
+    Play#0 output Play#0 1 "army" 14 0 1 -1
+    Play#0 output Play#0 1 "ship" 8 0 0 1
+    Play#0 output Play#0 1 "harden" 4 0 0 -1
+    Play#0 output Play#0 1 "retreat" 6 0 0 -1
+    Play#0 output Play#0 1 "rflags" 8 8 0 47
+    Play#0 output Play#0 1 "rpath" 14 0 10 -1
+    Play#0 output Play#0 1 "civil" 6 0 0 -1
+    Play#0 output Play#0 1 "milit" 6 0 0 -1
+    Play#0 output Play#0 1 "shell" 6 0 0 -1
+    Play#0 output Play#0 1 "gun" 6 0 0 -1
+    Play#0 output Play#0 1 "petrol" 6 0 0 -1
+    Play#0 output Play#0 1 "iron" 6 0 0 -1
+    Play#0 output Play#0 1 "dust" 6 0 0 -1
+    Play#0 output Play#0 1 "bar" 6 0 0 -1
+    Play#0 output Play#0 1 "food" 6 0 0 -1
+    Play#0 output Play#0 1 "oil" 6 0 0 -1
+    Play#0 output Play#0 1 "lcm" 6 0 0 -1
+    Play#0 output Play#0 1 "hcm" 6 0 0 -1
+    Play#0 output Play#0 1 "uw" 6 0 0 -1
+    Play#0 output Play#0 1 "rad" 6 0 0 -1
+    Play#0 output Play#0 1 "pstage" 6 1 0 43
+    Play#0 output Play#0 1 "ptime" 6 1 0 -1
+    Play#0 output Play#0 1 "land" 8 0 0 3
+    Play#0 output Play#0 1 "access" 6 0 0 -1
+    Play#0 output Play#0 1 /37
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta nuke
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta nuke 0
+    Play#0 output Play#0 1 "uid" 8 0 0 4
+    Play#0 output Play#0 1 "owner" 5 0 0 9
+    Play#0 output Play#0 1 "xloc" 9 0 0 -1
+    Play#0 output Play#0 1 "yloc" 10 0 0 -1
+    Play#0 output Play#0 1 "type" 4 0 0 23
+    Play#0 output Play#0 1 "effic" 4 0 0 -1
+    Play#0 output Play#0 1 "mobil" 4 0 0 -1
+    Play#0 output Play#0 1 "off" 5 0 0 -1
+    Play#0 output Play#0 1 "tech" 6 0 0 -1
+    Play#0 output Play#0 1 "opx" 9 0 0 -1
+    Play#0 output Play#0 1 "opy" 10 0 0 -1
+    Play#0 output Play#0 1 "mission" 6 0 0 35
+    Play#0 output Play#0 1 "radius" 6 0 0 -1
+    Play#0 output Play#0 1 "plane" 8 0 0 2
+    Play#0 output Play#0 1 /14
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta news
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta news 0
+    Play#0 output Play#0 1 "actor" 5 0 0 9
+    Play#0 output Play#0 1 "action" 5 0 0 24
+    Play#0 output Play#0 1 "victim" 5 0 0 9
+    Play#0 output Play#0 1 "times" 4 0 0 -1
+    Play#0 output Play#0 1 "duration" 6 0 0 -1
+    Play#0 output Play#0 1 "time" 12 0 0 -1
+    Play#0 output Play#0 1 /6
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta treaty
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta treaty 0
+    Play#0 output Play#0 1 "uid" 8 0 0 6
+    Play#0 output Play#0 1 "cna" 5 0 0 9
+    Play#0 output Play#0 1 "cnb" 5 0 0 9
+    Play#0 output Play#0 1 "status" 4 0 0 30
+    Play#0 output Play#0 1 "acond" 6 8 0 50
+    Play#0 output Play#0 1 "bcond" 6 8 0 50
+    Play#0 output Play#0 1 "exp" 12 0 0 -1
+    Play#0 output Play#0 1 /7
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta trade
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta trade 0
+    Play#0 output Play#0 1 "uid" 8 0 0 7
+    Play#0 output Play#0 1 "owner" 5 0 0 9
+    Play#0 output Play#0 1 "type" 6 0 0 27
+    Play#0 output Play#0 1 "unitid" 8 0 0 -1
+    Play#0 output Play#0 1 "price" 8 0 0 -1
+    Play#0 output Play#0 1 "maxbidder" 8 0 0 9
+    Play#0 output Play#0 1 "markettime" 12 0 0 -1
+    Play#0 output Play#0 1 "xloc" 9 1 0 -1
+    Play#0 output Play#0 1 "yloc" 10 1 0 -1
+    Play#0 output Play#0 1 /9
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta nat
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta nat 0
+    Play#0 output Play#0 1 "cnum" 5 0 0 9
+    Play#0 output Play#0 1 "stat" 8 0 0 39
+    Play#0 output Play#0 1 "flags" 8 9 0 36
+    Play#0 output Play#0 1 "cname" 14 0 20 -1
+    Play#0 output Play#0 1 "passwd" 14 1 20 -1
+    Play#0 output Play#0 1 "ip" 14 1 46 -1
+    Play#0 output Play#0 1 "hostname" 14 1 512 -1
+    Play#0 output Play#0 1 "userid" 14 1 32 -1
+    Play#0 output Play#0 1 "xcap" 9 1 0 -1
+    Play#0 output Play#0 1 "ycap" 10 1 0 -1
+    Play#0 output Play#0 1 "xorg" 9 1 0 -1
+    Play#0 output Play#0 1 "yorg" 10 1 0 -1
+    Play#0 output Play#0 1 "update" 4 1 0 -1
+    Play#0 output Play#0 1 "tgms" 7 1 0 -1
+    Play#0 output Play#0 1 "ann" 7 1 0 -1
+    Play#0 output Play#0 1 "timeused" 8 1 0 -1
+    Play#0 output Play#0 1 "btu" 6 1 0 -1
+    Play#0 output Play#0 1 "access" 6 1 0 -1
+    Play#0 output Play#0 1 "milreserve" 8 1 0 -1
+    Play#0 output Play#0 1 "money" 8 1 0 -1
+    Play#0 output Play#0 1 "login" 12 1 0 -1
+    Play#0 output Play#0 1 "logout" 12 1 0 -1
+    Play#0 output Play#0 1 "newstim" 12 1 0 -1
+    Play#0 output Play#0 1 "annotim" 12 1 0 -1
+    Play#0 output Play#0 1 "tech" 13 1 0 -1
+    Play#0 output Play#0 1 "research" 13 1 0 -1
+    Play#0 output Play#0 1 "education" 13 1 0 -1
+    Play#0 output Play#0 1 "happiness" 13 1 0 -1
+    Play#0 output Play#0 1 "relations" 11 0 99 38
+    Play#0 output Play#0 1 "contacts" 5 1 99 -1
+    Play#0 output Play#0 1 "rejects" 5 8 99 37
+    Play#0 output Play#0 1 /31
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta loan
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta loan 0
+    Play#0 output Play#0 1 "uid" 8 0 0 10
+    Play#0 output Play#0 1 "loaner" 5 0 0 9
+    Play#0 output Play#0 1 "loanee" 5 0 0 9
+    Play#0 output Play#0 1 "status" 4 0 0 30
+    Play#0 output Play#0 1 "irate" 8 0 0 -1
+    Play#0 output Play#0 1 "ldur" 8 0 0 -1
+    Play#0 output Play#0 1 "amtpaid" 8 0 0 -1
+    Play#0 output Play#0 1 "amtdue" 8 0 0 -1
+    Play#0 output Play#0 1 "lastpay" 12 0 0 -1
+    Play#0 output Play#0 1 "duedate" 12 0 0 -1
+    Play#0 output Play#0 1 /10
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta commodity
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta commodity 0
+    Play#0 output Play#0 1 "uid" 8 0 0 13
+    Play#0 output Play#0 1 "owner" 5 0 0 9
+    Play#0 output Play#0 1 "type" 4 0 0 17
+    Play#0 output Play#0 1 "amount" 8 0 0 -1
+    Play#0 output Play#0 1 "price" 13 0 0 -1
+    Play#0 output Play#0 1 "maxbidder" 8 0 0 9
+    Play#0 output Play#0 1 "markettime" 12 0 0 -1
+    Play#0 output Play#0 1 "xbuy" 9 1 0 -1
+    Play#0 output Play#0 1 "ybuy" 9 1 0 -1
+    Play#0 output Play#0 1 "xsell" 9 1 0 -1
+    Play#0 output Play#0 1 "ysell" 10 1 0 -1
+    Play#0 output Play#0 1 /11
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta lost
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta lost 0
+    Play#0 output Play#0 1 "timestamp" 12 0 0 -1
+    Play#0 output Play#0 1 "owner" 5 0 0 9
+    Play#0 output Play#0 1 "type" 6 0 0 27
+    Play#0 output Play#0 1 "id" 8 0 0 -1
+    Play#0 output Play#0 1 "x" 9 0 0 -1
+    Play#0 output Play#0 1 "y" 10 0 0 -1
+    Play#0 output Play#0 1 /6
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta realm
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta realm 0
+    Play#0 output Play#0 1 "cnum" 5 4 0 9
+    Play#0 output Play#0 1 "realm" 7 4 0 -1
+    Play#0 output Play#0 1 "xl" 9 0 0 -1
+    Play#0 output Play#0 1 "xh" 9 0 0 -1
+    Play#0 output Play#0 1 "yl" 10 0 0 -1
+    Play#0 output Play#0 1 "yh" 10 0 0 -1
+    Play#0 output Play#0 1 /6
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta game
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta game 0
+    Play#0 output Play#0 1 "upd_disable" 4 0 0 -1
+    Play#0 output Play#0 1 "down" 4 0 0 -1
+    Play#0 output Play#0 1 "turn" 6 0 0 -1
+    Play#0 output Play#0 1 "tick" 6 1 0 -1
+    Play#0 output Play#0 1 "rt" 12 1 0 -1
+    Play#0 output Play#0 1 /5
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta item
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta item 0
+    Play#0 output Play#0 1 "uid" 4 0 0 17
+    Play#0 output Play#0 1 "name" 3 0 0 -1
+    Play#0 output Play#0 1 "mnem" 14 4 1 -1
+    Play#0 output Play#0 1 "value" 8 0 0 -1
+    Play#0 output Play#0 1 "sell" 8 0 0 -1
+    Play#0 output Play#0 1 "lbs" 8 0 0 -1
+    Play#0 output Play#0 1 "pkg" 8 0 5 -1
+    Play#0 output Play#0 1 "melt_denom" 8 0 0 -1
+    Play#0 output Play#0 1 /8
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta product
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta product 0
+    Play#0 output Play#0 1 "uid" 8 0 0 18
+    Play#0 output Play#0 1 "name" 3 0 0 -1
+    Play#0 output Play#0 1 "sname" 3 0 0 -1
+    Play#0 output Play#0 1 "ctype" 4 0 3 17
+    Play#0 output Play#0 1 "camt" 7 0 3 -1
+    Play#0 output Play#0 1 "type" 4 0 0 17
+    Play#0 output Play#0 1 "level" 8 0 0 32
+    Play#0 output Play#0 1 "cost" 8 0 0 -1
+    Play#0 output Play#0 1 "nrndx" 8 0 0 46
+    Play#0 output Play#0 1 "nrdep" 8 0 0 -1
+    Play#0 output Play#0 1 "nlndx" 8 0 0 32
+    Play#0 output Play#0 1 "nlmin" 8 0 0 -1
+    Play#0 output Play#0 1 "nllag" 8 0 0 -1
+    Play#0 output Play#0 1 /13
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta sect-chr
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta sect-chr 0
+    Play#0 output Play#0 1 "uid" 5 0 0 19
+    Play#0 output Play#0 1 "name" 3 0 0 -1
+    Play#0 output Play#0 1 "mnem" 14 4 1 -1
+    Play#0 output Play#0 1 "terrain" 5 0 0 19
+    Play#0 output Play#0 1 "prd" 8 0 0 18
+    Play#0 output Play#0 1 "peffic" 8 0 0 -1
+    Play#0 output Play#0 1 "mob0" 13 0 0 -1
+    Play#0 output Play#0 1 "mob1" 13 0 0 -1
+    Play#0 output Play#0 1 "nav" 8 0 0 48
+    Play#0 output Play#0 1 "pkg" 8 0 0 41
+    Play#0 output Play#0 1 "ostr" 13 0 0 -1
+    Play#0 output Play#0 1 "dstr" 13 0 0 -1
+    Play#0 output Play#0 1 "value" 8 0 0 -1
+    Play#0 output Play#0 1 "cost" 8 0 0 -1
+    Play#0 output Play#0 1 "build" 8 0 0 -1
+    Play#0 output Play#0 1 "lcms" 8 0 0 -1
+    Play#0 output Play#0 1 "hcms" 8 0 0 -1
+    Play#0 output Play#0 1 "maint" 8 0 0 -1
+    Play#0 output Play#0 1 "maxpop" 8 0 0 -1
+    Play#0 output Play#0 1 /19
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta ship-chr
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta ship-chr 0
+    Play#0 output Play#0 1 "type" 4 0 0 20
+    Play#0 output Play#0 1 "name" 3 0 0 -1
+    Play#0 output Play#0 1 "civil" 6 0 0 -1
+    Play#0 output Play#0 1 "milit" 6 0 0 -1
+    Play#0 output Play#0 1 "shell" 6 0 0 -1
+    Play#0 output Play#0 1 "gun" 6 0 0 -1
+    Play#0 output Play#0 1 "petrol" 6 0 0 -1
+    Play#0 output Play#0 1 "iron" 6 0 0 -1
+    Play#0 output Play#0 1 "dust" 6 0 0 -1
+    Play#0 output Play#0 1 "bar" 6 0 0 -1
+    Play#0 output Play#0 1 "food" 6 0 0 -1
+    Play#0 output Play#0 1 "oil" 6 0 0 -1
+    Play#0 output Play#0 1 "lcm" 6 0 0 -1
+    Play#0 output Play#0 1 "hcm" 6 0 0 -1
+    Play#0 output Play#0 1 "uw" 6 0 0 -1
+    Play#0 output Play#0 1 "rad" 6 0 0 -1
+    Play#0 output Play#0 1 "l_build" 8 0 0 -1
+    Play#0 output Play#0 1 "h_build" 8 0 0 -1
+    Play#0 output Play#0 1 "armor" 8 0 0 -1
+    Play#0 output Play#0 1 "speed" 8 0 0 -1
+    Play#0 output Play#0 1 "visib" 8 0 0 -1
+    Play#0 output Play#0 1 "vrnge" 8 0 0 -1
+    Play#0 output Play#0 1 "frnge" 8 0 0 -1
+    Play#0 output Play#0 1 "glim" 8 0 0 -1
+    Play#0 output Play#0 1 "nxlight" 5 0 0 -1
+    Play#0 output Play#0 1 "nchoppers" 5 0 0 -1
+    Play#0 output Play#0 1 "tech" 8 0 0 -1
+    Play#0 output Play#0 1 "cost" 8 0 0 -1
+    Play#0 output Play#0 1 "flags" 8 8 0 49
+    Play#0 output Play#0 1 "nplanes" 5 0 0 -1
+    Play#0 output Play#0 1 "nland" 5 0 0 -1
+    Play#0 output Play#0 1 /31
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta plane-chr
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta plane-chr 0
+    Play#0 output Play#0 1 "type" 4 0 0 21
+    Play#0 output Play#0 1 "name" 3 0 0 -1
+    Play#0 output Play#0 1 "l_build" 8 0 0 -1
+    Play#0 output Play#0 1 "h_build" 8 0 0 -1
+    Play#0 output Play#0 1 "cost" 8 0 0 -1
+    Play#0 output Play#0 1 "tech" 8 0 0 -1
+    Play#0 output Play#0 1 "acc" 8 0 0 -1
+    Play#0 output Play#0 1 "load" 8 0 0 -1
+    Play#0 output Play#0 1 "att" 8 0 0 -1
+    Play#0 output Play#0 1 "def" 8 0 0 -1
+    Play#0 output Play#0 1 "range" 8 0 0 -1
+    Play#0 output Play#0 1 "crew" 8 0 0 -1
+    Play#0 output Play#0 1 "fuel" 8 0 0 -1
+    Play#0 output Play#0 1 "stealth" 8 0 0 -1
+    Play#0 output Play#0 1 "flags" 8 8 0 44
+    Play#0 output Play#0 1 /15
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta land-chr
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta land-chr 0
+    Play#0 output Play#0 1 "type" 4 0 0 22
+    Play#0 output Play#0 1 "name" 3 0 0 -1
+    Play#0 output Play#0 1 "civil" 6 0 0 -1
+    Play#0 output Play#0 1 "milit" 6 0 0 -1
+    Play#0 output Play#0 1 "shell" 6 0 0 -1
+    Play#0 output Play#0 1 "gun" 6 0 0 -1
+    Play#0 output Play#0 1 "petrol" 6 0 0 -1
+    Play#0 output Play#0 1 "iron" 6 0 0 -1
+    Play#0 output Play#0 1 "dust" 6 0 0 -1
+    Play#0 output Play#0 1 "bar" 6 0 0 -1
+    Play#0 output Play#0 1 "food" 6 0 0 -1
+    Play#0 output Play#0 1 "oil" 6 0 0 -1
+    Play#0 output Play#0 1 "lcm" 6 0 0 -1
+    Play#0 output Play#0 1 "hcm" 6 0 0 -1
+    Play#0 output Play#0 1 "uw" 6 0 0 -1
+    Play#0 output Play#0 1 "rad" 6 0 0 -1
+    Play#0 output Play#0 1 "l_build" 8 0 0 -1
+    Play#0 output Play#0 1 "h_build" 8 0 0 -1
+    Play#0 output Play#0 1 "tech" 8 0 0 -1
+    Play#0 output Play#0 1 "cost" 8 0 0 -1
+    Play#0 output Play#0 1 "att" 13 0 0 -1
+    Play#0 output Play#0 1 "def" 13 0 0 -1
+    Play#0 output Play#0 1 "vul" 8 0 0 -1
+    Play#0 output Play#0 1 "spd" 8 0 0 -1
+    Play#0 output Play#0 1 "vis" 8 0 0 -1
+    Play#0 output Play#0 1 "spy" 8 0 0 -1
+    Play#0 output Play#0 1 "rmax" 8 0 0 -1
+    Play#0 output Play#0 1 "frg" 8 0 0 -1
+    Play#0 output Play#0 1 "acc" 8 0 0 -1
+    Play#0 output Play#0 1 "dam" 8 0 0 -1
+    Play#0 output Play#0 1 "ammo" 8 0 0 -1
+    Play#0 output Play#0 1 "aaf" 8 0 0 -1
+    Play#0 output Play#0 1 "flags" 8 8 0 31
+    Play#0 output Play#0 1 "nxlight" 5 0 0 -1
+    Play#0 output Play#0 1 "nland" 5 0 0 -1
+    Play#0 output Play#0 1 /35
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta nuke-chr
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta nuke-chr 0
+    Play#0 output Play#0 1 "type" 4 0 0 23
+    Play#0 output Play#0 1 "name" 3 0 0 -1
+    Play#0 output Play#0 1 "l_build" 8 0 0 -1
+    Play#0 output Play#0 1 "h_build" 8 0 0 -1
+    Play#0 output Play#0 1 "o_build" 8 0 0 -1
+    Play#0 output Play#0 1 "r_build" 8 0 0 -1
+    Play#0 output Play#0 1 "blast" 8 0 0 -1
+    Play#0 output Play#0 1 "dam" 8 0 0 -1
+    Play#0 output Play#0 1 "cost" 8 0 0 -1
+    Play#0 output Play#0 1 "tech" 8 0 0 -1
+    Play#0 output Play#0 1 "weight" 8 0 0 -1
+    Play#0 output Play#0 1 "flags" 8 8 0 40
+    Play#0 output Play#0 1 /12
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta news-chr
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta news-chr 0
+    Play#0 output Play#0 1 "uid" 4 0 0 24
+    Play#0 output Play#0 1 "newstory" 3 0 2 -1
+    Play#0 output Play#0 1 "good_will" 8 0 0 -1
+    Play#0 output Play#0 1 "newspage" 8 0 0 42
+    Play#0 output Play#0 1 /4
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta infrastructure
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta infrastructure 0
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 "lcms" 5 0 0 -1
+    Play#0 output Play#0 1 "hcms" 5 0 0 -1
+    Play#0 output Play#0 1 "dcost" 5 0 0 -1
+    Play#0 output Play#0 1 "mcost" 5 0 0 -1
+    Play#0 output Play#0 1 "enable" 5 0 0 -1
+    Play#0 output Play#0 1 /6
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta updates
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta updates 0
+    Play#0 output Play#0 1 "time" 12 0 0 -1
+    Play#0 output Play#0 1 /1
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta table
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta table 0
+    Play#0 output Play#0 1 "uid" 8 0 0 27
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta version
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta version 0
+    Play#0 output Play#0 1 "version" 14 0 23 -1
+    Play#0 output Play#0 1 "maxnoc" 1 0 0 -1
+    Play#0 output Play#0 1 "privname" 3 0 0 -1
+    Play#0 output Play#0 1 "privlog" 3 0 0 -1
+    Play#0 output Play#0 1 "WORLD_X" 8 0 0 -1
+    Play#0 output Play#0 1 "WORLD_Y" 8 0 0 -1
+    Play#0 output Play#0 1 "etu_per_update" 8 0 0 -1
+    Play#0 output Play#0 1 "update_window" 8 0 0 -1
+    Play#0 output Play#0 1 "update_demand" 8 0 0 -1
+    Play#0 output Play#0 1 "update_wantmin" 8 0 0 -1
+    Play#0 output Play#0 1 "update_demandtimes" 3 0 0 -1
+    Play#0 output Play#0 1 "game_days" 3 0 0 -1
+    Play#0 output Play#0 1 "game_hours" 3 0 0 -1
+    Play#0 output Play#0 1 "ALL_BLEED" 8 0 0 -1
+    Play#0 output Play#0 1 "AUTO_POWER" 8 0 0 -1
+    Play#0 output Play#0 1 "BLITZ" 8 0 0 -1
+    Play#0 output Play#0 1 "BRIDGETOWERS" 8 0 0 -1
+    Play#0 output Play#0 1 "EASY_BRIDGES" 8 0 0 -1
+    Play#0 output Play#0 1 "FALLOUT" 8 0 0 -1
+    Play#0 output Play#0 1 "GODNEWS" 8 0 0 -1
+    Play#0 output Play#0 1 "GO_RENEW" 8 0 0 -1
+    Play#0 output Play#0 1 "GUINEA_PIGS" 8 0 0 -1
+    Play#0 output Play#0 1 "HIDDEN" 8 0 0 -1
+    Play#0 output Play#0 1 "INTERDICT_ATT" 8 0 0 -1
+    Play#0 output Play#0 1 "LOANS" 8 0 0 -1
+    Play#0 output Play#0 1 "LOSE_CONTACT" 8 0 0 -1
+    Play#0 output Play#0 1 "MARKET" 8 0 0 -1
+    Play#0 output Play#0 1 "MOB_ACCESS" 8 0 0 -1
+    Play#0 output Play#0 1 "NOFOOD" 8 0 0 -1
+    Play#0 output Play#0 1 "NOMOBCOST" 8 0 0 -1
+    Play#0 output Play#0 1 "NO_FORT_FIRE" 8 0 0 -1
+    Play#0 output Play#0 1 "NO_PLAGUE" 8 0 0 -1
+    Play#0 output Play#0 1 "RAILWAYS" 8 0 0 -1
+    Play#0 output Play#0 1 "RES_POP" 8 0 0 -1
+    Play#0 output Play#0 1 "SAIL" 8 0 0 -1
+    Play#0 output Play#0 1 "SUPER_BARS" 8 0 0 -1
+    Play#0 output Play#0 1 "TECH_POP" 8 0 0 -1
+    Play#0 output Play#0 1 "TREATIES" 8 0 0 -1
+    Play#0 output Play#0 1 "btu_build_rate" 13 0 0 -1
+    Play#0 output Play#0 1 "m_m_p_d" 8 0 0 -1
+    Play#0 output Play#0 1 "max_btus" 8 0 0 -1
+    Play#0 output Play#0 1 "max_idle" 8 0 0 -1
+    Play#0 output Play#0 1 "max_idle_visitor" 8 0 0 -1
+    Play#0 output Play#0 1 "login_grace_time" 8 0 0 -1
+    Play#0 output Play#0 1 "players_at_00" 8 0 0 -1
+    Play#0 output Play#0 1 "easy_tech" 13 0 0 -1
+    Play#0 output Play#0 1 "level_age_rate" 13 0 0 -1
+    Play#0 output Play#0 1 "tech_log_base" 13 0 0 -1
+    Play#0 output Play#0 1 "ally_factor" 13 0 0 -1
+    Play#0 output Play#0 1 "edu_avg" 13 0 0 -1
+    Play#0 output Play#0 1 "hap_avg" 13 0 0 -1
+    Play#0 output Play#0 1 "edu_cons" 2 0 0 -1
+    Play#0 output Play#0 1 "hap_cons" 2 0 0 -1
+    Play#0 output Play#0 1 "sect_mob_scale" 13 0 0 -1
+    Play#0 output Play#0 1 "sect_mob_max" 8 0 0 -1
+    Play#0 output Play#0 1 "buil_bh" 8 0 0 -1
+    Play#0 output Play#0 1 "buil_bc" 2 0 0 -1
+    Play#0 output Play#0 1 "buil_bt" 2 0 0 -1
+    Play#0 output Play#0 1 "buil_tower_bh" 8 0 0 -1
+    Play#0 output Play#0 1 "buil_tower_bc" 2 0 0 -1
+    Play#0 output Play#0 1 "buil_tower_bt" 2 0 0 -1
+    Play#0 output Play#0 1 "land_mob_scale" 13 0 0 -1
+    Play#0 output Play#0 1 "land_grow_scale" 13 0 0 -1
+    Play#0 output Play#0 1 "land_mob_max" 8 0 0 -1
+    Play#0 output Play#0 1 "money_land" 2 0 0 -1
+    Play#0 output Play#0 1 "plane_mob_scale" 13 0 0 -1
+    Play#0 output Play#0 1 "plane_grow_scale" 13 0 0 -1
+    Play#0 output Play#0 1 "plane_mob_max" 8 0 0 -1
+    Play#0 output Play#0 1 "money_plane" 2 0 0 -1
+    Play#0 output Play#0 1 "ship_mob_scale" 13 0 0 -1
+    Play#0 output Play#0 1 "ship_grow_scale" 13 0 0 -1
+    Play#0 output Play#0 1 "ship_mob_max" 8 0 0 -1
+    Play#0 output Play#0 1 "money_ship" 2 0 0 -1
+    Play#0 output Play#0 1 "torpedo_damage" 8 0 0 -1
+    Play#0 output Play#0 1 "fort_max_interdiction_range" 8 0 0 -1
+    Play#0 output Play#0 1 "land_max_interdiction_range" 8 0 0 -1
+    Play#0 output Play#0 1 "ship_max_interdiction_range" 8 0 0 -1
+    Play#0 output Play#0 1 "flakscale" 13 0 0 -1
+    Play#0 output Play#0 1 "combat_mob" 2 0 0 -1
+    Play#0 output Play#0 1 "people_damage" 2 0 0 -1
+    Play#0 output Play#0 1 "unit_damage" 2 0 0 -1
+    Play#0 output Play#0 1 "collateral_dam" 2 0 0 -1
+    Play#0 output Play#0 1 "assault_penalty" 2 0 0 -1
+    Play#0 output Play#0 1 "fire_range_factor" 13 0 0 -1
+    Play#0 output Play#0 1 "sect_mob_neg_factor" 8 0 0 -1
+    Play#0 output Play#0 1 "uwbrate" 2 0 0 -1
+    Play#0 output Play#0 1 "money_civ" 2 0 0 -1
+    Play#0 output Play#0 1 "money_mil" 2 0 0 -1
+    Play#0 output Play#0 1 "money_res" 2 0 0 -1
+    Play#0 output Play#0 1 "money_uw" 2 0 0 -1
+    Play#0 output Play#0 1 "babyeat" 2 0 0 -1
+    Play#0 output Play#0 1 "bankint" 2 0 0 -1
+    Play#0 output Play#0 1 "eatrate" 2 0 0 -1
+    Play#0 output Play#0 1 "fcrate" 2 0 0 -1
+    Play#0 output Play#0 1 "fgrate" 2 0 0 -1
+    Play#0 output Play#0 1 "obrate" 2 0 0 -1
+    Play#0 output Play#0 1 "rollover_avail_max" 8 0 0 -1
+    Play#0 output Play#0 1 "decay_per_etu" 2 0 0 -1
+    Play#0 output Play#0 1 "fallout_spread" 2 0 0 -1
+    Play#0 output Play#0 1 "drnuke_const" 13 0 0 -1
+    Play#0 output Play#0 1 "MARK_DELAY" 8 0 0 -1
+    Play#0 output Play#0 1 "TRADE_DELAY" 8 0 0 -1
+    Play#0 output Play#0 1 "buytax" 2 0 0 -1
+    Play#0 output Play#0 1 "tradetax" 2 0 0 -1
+    Play#0 output Play#0 1 "trade_1_dist" 8 0 0 -1
+    Play#0 output Play#0 1 "trade_2_dist" 8 0 0 -1
+    Play#0 output Play#0 1 "trade_3_dist" 8 0 0 -1
+    Play#0 output Play#0 1 "trade_1" 13 0 0 -1
+    Play#0 output Play#0 1 "trade_2" 13 0 0 -1
+    Play#0 output Play#0 1 "trade_3" 13 0 0 -1
+    Play#0 output Play#0 1 "trade_ally_bonus" 13 0 0 -1
+    Play#0 output Play#0 1 "trade_ally_cut" 13 0 0 -1
+    Play#0 output Play#0 1 /112
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta meta
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta meta 0
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 "type" 8 4 0 34
+    Play#0 output Play#0 1 "flags" 8 12 0 33
+    Play#0 output Play#0 1 "len" 7 4 0 -1
+    Play#0 output Play#0 1 "table" 8 4 0 27
+    Play#0 output Play#0 1 /5
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta sector
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta sector-navigation 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta agreement-status
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta agreement-status 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta land-chr-flags
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta land-chr-flags 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta level
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta level 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta meta-flags
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta meta-flags 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta meta-type
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta meta-type 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta missions
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta missions 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta nation-flags
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta nation-flags 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta nation-rejects
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta nation-rejects 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta nation-relationships
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta nation-relationships 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta nation-status
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta nation-status 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta nuke-chr-flags
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta nuke-chr-flags 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta packing
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta packing 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta page-headings
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta page-headings 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta plague-stages
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta plague-stages 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta plane-chr-flags
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta plane-chr-flags 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta plane-flags
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta plane-flags 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta resources
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta resources 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta retreat-flags
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta retreat-flags 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta ship-chr-flags
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta ship-chr-flags 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta treaty-flags
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta treaty-flags 0
+    Play#0 output Play#0 1 "value" 8 4 0 -1
+    Play#0 output Play#0 1 "name" 3 4 0 -1
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 0 640
     Play#0 input xdump meta country
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta country 0
+    Play#0 output Play#0 1 "cnum" 5 0 0 9
+    Play#0 output Play#0 1 "flags" 8 8 0 36
+    Play#0 output Play#0 1 "ip" 14 0 46 -1
+    Play#0 output Play#0 1 "hostname" 14 0 512 -1
+    Play#0 output Play#0 1 "userid" 14 0 32 -1
+    Play#0 output Play#0 1 "xcap" 9 0 0 -1
+    Play#0 output Play#0 1 "ycap" 10 0 0 -1
+    Play#0 output Play#0 1 "update" 4 0 0 -1
+    Play#0 output Play#0 1 "tgms" 7 0 0 -1
+    Play#0 output Play#0 1 "ann" 7 0 0 -1
+    Play#0 output Play#0 1 "timeused" 8 0 0 -1
+    Play#0 output Play#0 1 "btu" 6 0 0 -1
+    Play#0 output Play#0 1 "access" 6 0 0 -1
+    Play#0 output Play#0 1 "milreserve" 8 0 0 -1
+    Play#0 output Play#0 1 "money" 8 0 0 -1
+    Play#0 output Play#0 1 "login" 12 0 0 -1
+    Play#0 output Play#0 1 "logout" 12 0 0 -1
+    Play#0 output Play#0 1 "newstim" 12 0 0 -1
+    Play#0 output Play#0 1 "annotim" 12 0 0 -1
+    Play#0 output Play#0 1 "tech" 13 0 0 -1
+    Play#0 output Play#0 1 "research" 13 0 0 -1
+    Play#0 output Play#0 1 "education" 13 0 0 -1
+    Play#0 output Play#0 1 "happiness" 13 0 0 -1
+    Play#0 output Play#0 1 /23
+    Play#0 output Play#0 6 0 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+     Conn3 output Conn3 2 Empire server ready
      Conn3 input user tester
+     Conn3 output Conn3 0 hello tester
      Conn3 input coun 1
+     Conn3 output Conn3 0 country name 1
      Conn3 input pass 1
+     Conn3 output Conn3 0 password ok
      Conn3 input play
      Conn3 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 6 0 640
     Play#1 input xdump sect 0,0
     Play#1 command xdump
+    Play#1 output Play#1 1 Access to table sect denied
+    Play#1 output Play#1 1 command failed
+    Play#1 output Play#1 6 0 640
     Play#1 input break
     Play#1 command break
+    Play#1 output Play#1 1 0,0 is no longer a sanctuary.
+    Play#1 output Play#1 1 2,0 is no longer a sanctuary.
+    Play#1 output Play#1 6 0 640
     Play#1 input expl c 0,0 1 uh
     Play#1 command explore
+    Play#1 output Play#1 1 No mobility used, 127 mob left in 0,0
+    Play#1 output Play#1 1 Sector 1,-1 is now yours.
+    Play#1 output Play#1 6 0 639
     Play#1 input expl c 2,0 1 jh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 126 mob left in 2,0
+    Play#1 output Play#1 1 Sector 4,0 is now yours.
+    Play#1 output Play#1 6 0 638
     Play#1 input expl c 2,0 1 uh
     Play#1 command explore
+    Play#1 output Play#1 1 No mobility used, 126 mob left in 2,0
+    Play#1 output Play#1 1 Sector 3,-1 is now yours.
+    Play#1 output Play#1 6 0 637
     Play#1 input expl c 2,0 1 nh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 125 mob left in 2,0
+    Play#1 output Play#1 1 Sector 3,1 is now yours.
+    Play#1 output Play#1 6 0 636
     Play#1 input expl c 2,0 1 bh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 124 mob left in 2,0
+    Play#1 output Play#1 1 Sector 1,1 is now yours.
+    Play#1 output Play#1 6 0 635
     Play#1 input expl c 0,0 1 yh
     Play#1 command explore
+    Play#1 output Play#1 1 No mobility used, 127 mob left in 0,0
+    Play#1 output Play#1 1 Sector -1,-1 is now yours.
+    Play#1 output Play#1 6 0 634
     Play#1 input expl c 0,0 1 gh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 126 mob left in 0,0
+    Play#1 output Play#1 1 Sector -2,0 is now yours.
+    Play#1 output Play#1 6 0 633
     Play#1 input expl c 0,0 1 bh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 125 mob left in 0,0
+    Play#1 output Play#1 1 Sector -1,1 is now yours.
+    Play#1 output Play#1 6 0 632
     Play#1 input desi * ?ne=- +
     Play#1 command designate
+    Play#1 output Play#1 6 0 631
     Play#1 input expl c 2,0 1 njh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 123 mob left in 2,0
+    Play#1 output Play#1 1 Sector 5,1 is now yours.
+    Play#1 output Play#1 6 0 630
     Play#1 input expl c 2,0 1 nnh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 122 mob left in 2,0
+    Play#1 output Play#1 1 Sector 4,2 is now yours.
+    Play#1 output Play#1 6 0 629
     Play#1 input expl c 2,0 1 bnh
     Play#1 command explore
+    Play#1 output Play#1 1 No mobility used, 122 mob left in 2,0
+    Play#1 output Play#1 1 Sector 2,2 is now yours.
+    Play#1 output Play#1 6 0 628
     Play#1 input expl c 0,0 1 bbh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 124 mob left in 0,0
+    Play#1 output Play#1 1 Sector -2,2 is now yours.
+    Play#1 output Play#1 6 0 627
     Play#1 input expl c 0,0 1 yyh
     Play#1 command explore
+    Play#1 output Play#1 1 No mobility used, 124 mob left in 0,0
+    Play#1 output Play#1 1 Sector -2,-2 is now yours.
+    Play#1 output Play#1 6 0 626
     Play#1 input expl c 0,0 1 yuh
     Play#1 command explore
+    Play#1 output Play#1 1 No mobility used, 124 mob left in 0,0
+    Play#1 output Play#1 1 Sector 0,-2 is now yours.
+    Play#1 output Play#1 6 0 625
     Play#1 input expl c 0,0 1 bnh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 123 mob left in 0,0
+    Play#1 output Play#1 1 Sector 0,2 is now yours.
+    Play#1 output Play#1 6 0 624
     Play#1 input expl c 2,0 1 yuh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 121 mob left in 2,0
+    Play#1 output Play#1 1 Sector 2,-2 is now yours.
+    Play#1 output Play#1 6 0 623
     Play#1 input expl c 2,0 1 uuh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 120 mob left in 2,0
+    Play#1 output Play#1 1 Sector 4,-2 is now yours.
+    Play#1 output Play#1 6 0 622
     Play#1 input expl c 2,0 1 juh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 119 mob left in 2,0
+    Play#1 output Play#1 1 Sector 5,-1 is now yours.
+    Play#1 output Play#1 6 0 621
     Play#1 input desi * ?ne=- +
     Play#1 command designate
+    Play#1 output Play#1 6 0 620
     Play#1 input expl c 2,0 1 nnnh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 118 mob left in 2,0
+    Play#1 output Play#1 1 Sector 5,3 is now yours.
+    Play#1 output Play#1 6 0 619
     Play#1 input expl c 2,0 1 nnjh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 117 mob left in 2,0
+    Play#1 output Play#1 1 Sector 6,2 is now yours.
+    Play#1 output Play#1 6 0 618
     Play#1 input expl c 2,0 1 njjh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 116 mob left in 2,0
+    Play#1 output Play#1 1 Sector 7,1 is now yours.
+    Play#1 output Play#1 6 0 617
     Play#1 input expl c 2,0 1 uujh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 115 mob left in 2,0
+    Play#1 output Play#1 1 Sector 6,-2 is now yours.
+    Play#1 output Play#1 6 0 616
     Play#1 input expl c 0,0 1 bbnh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 2, 121 mob left in 0,0
+    Play#1 output Play#1 1 Sector -1,3 is now yours.
+    Play#1 output Play#1 6 0 615
     Play#1 input expl c 0,0 1 bnnh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 120 mob left in 0,0
+    Play#1 output Play#1 1 Sector 1,3 is now yours.
+    Play#1 output Play#1 6 0 614
     Play#1 input expl c 0,0 1 yygh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 119 mob left in 0,0
+    Play#1 output Play#1 1 Sector -4,-2 is now yours.
+    Play#1 output Play#1 6 0 613
     Play#1 input expl c 0,0 1 yuuh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 1, 118 mob left in 0,0
+    Play#1 output Play#1 1 Sector 1,-3 is now yours.
+    Play#1 output Play#1 6 0 612
     Play#1 input desi * ?ne=- +
     Play#1 command designate
+    Play#1 output Play#1 6 0 611
     Play#1 input expl c 2,0 1 nnjjh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 2, 113 mob left in 2,0
+    Play#1 output Play#1 1 Sector 8,2 is now yours.
+    Play#1 output Play#1 6 0 610
     Play#1 input desi * ?ne=- +
     Play#1 command designate
+    Play#1 output Play#1 6 0 609
     Play#1 input expl c 2,0 1 nnjjjh
     Play#1 command explore
+    Play#1 output Play#1 1 Total movement cost = 2, 111 mob left in 2,0
+    Play#1 output Play#1 1 Sector 10,2 is now yours.
+    Play#1 output Play#1 6 0 608
     Play#1 input desi * ?ne=- +
     Play#1 command designate
+    Play#1 output Play#1 6 0 607
     Play#1 input mov u 0,0 75 jh
     Play#1 command move
+    Play#1 output Play#1 1 Total movement cost = 30
+    Play#1 output Play#1 1 88 mob left in 0,0
+    Play#1 output Play#1 6 0 606
     Play#1 input demob 0:2,0 55 y
     Play#1 command demobilize
+    Play#1 output Play#1 1 55 demobilized in 0,0 (0 mil left)
+    Play#1 output Play#1 1 55 demobilized in 2,0 (0 mil left)
+    Play#1 output Play#1 1 Total new civilians : 110
+    Play#1 output Play#1 1 Military reserve stands at 110 (up 110)
+    Play#1 output Play#1 1 That just cost you $550.00
+    Play#1 output Play#1 6 0 605
     Play#1 input desi 2,0 m
     Play#1 command designate
+    Play#1 output Play#1 6 0 604
     Play#1 input mov c 0,0 600 -1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -1,-1
+    Play#1 output Play#1 1 Using best path 'yh', movement cost 0.400
+    Play#1 output Play#1 1 Total movement cost = 24
+    Play#1 output Play#1 1 64 mob left in 0,0
+    Play#1 output Play#1 6 0 603
     Play#1 input desi -1,-1 g
     Play#1 command designate
+    Play#1 output Play#1 6 0 602
     Play#1 input mov c 0,0 275 1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 1,-1
+    Play#1 output Play#1 1 Using best path 'uh', movement cost 0.400
+    Play#1 output Play#1 1 Total movement cost = 11
+    Play#1 output Play#1 1 53 mob left in 0,0
+    Play#1 output Play#1 6 0 601
     Play#1 input mov c 2,0 274 1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 1,-1
+    Play#1 output Play#1 1 Using best path 'yh', movement cost 0.400
+    Play#1 output Play#1 1 Total movement cost = 11
+    Play#1 output Play#1 1 100 mob left in 2,0
+    Play#1 output Play#1 6 0 600
     Play#1 input desi 1,-1 m
     Play#1 command designate
+    Play#1 output Play#1 6 0 599
     Play#1 input deliver i 2,0 230 u
     Play#1 command deliver
+    Play#1 output Play#1 1 Deliver iron ore from capital @ 2,0 to 3,-1 (cutoff 224)
+    Play#1 output Play#1 6 0 598
     Play#1 input deliver i 1,-1 0 j
     Play#1 command deliver
+    Play#1 output Play#1 1 Deliver iron ore from mine @ 1,-1 to 3,-1
+    Play#1 output Play#1 6 0 597
     Play#1 input dist 4,0 2,0
     Play#1 command distribute
+    Play#1 output Play#1 1 highway at 4,0 has no dist sector. 
+    Play#1 output Play#1 1 highway 4,0 now distributes to 2,0 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 0 596
     Play#1 input thres i 2,0 1
     Play#1 command threshold
+    Play#1 output Play#1 6 0 595
     Play#1 input des 0,-2 c
     Play#1 command designate
+    Play#1 output Play#1 6 0 594
     Play#1 input capital 0,-2
     Play#1 command capital
+    Play#1 output Play#1 1 Capital now at 0,-2.
+    Play#1 output Play#1 6 0 594
     Play#1 input des 0,0 g
     Play#1 command designate
+    Play#1 output Play#1 6 0 593
     Play#1 input thres d 0,0 1
     Play#1 command threshold
+    Play#1 output Play#1 6 0 592
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+     Conn4 output Conn4 2 Empire server ready
      Conn4 input user tester
+     Conn4 output Conn4 0 hello tester
      Conn4 input coun 2
+     Conn4 output Conn4 0 country name 2
      Conn4 input pass 2
+     Conn4 output Conn4 0 password ok
      Conn4 input play
      Conn4 login 2 127.0.0.1 tester
+    Play#2 output Play#2 2 2
+    Play#2 output Play#2 6 0 640
     Play#2 input break
     Play#2 command break
+    Play#2 output Play#2 1 0,0 is no longer a sanctuary.
+    Play#2 output Play#2 1 2,0 is no longer a sanctuary.
+    Play#2 output Play#2 6 0 640
     Play#2 input expl c 0,0 1 uh
     Play#2 command explore
+    Play#2 output Play#2 1 No mobility used, 127 mob left in 0,0
+    Play#2 output Play#2 1 Sector 1,-1 is now yours.
+    Play#2 output Play#2 6 0 639
     Play#2 input desi 1,-1 +
     Play#2 command designate
+    Play#2 output Play#2 6 0 638
     Play#2 input mov c 0,0 205 uh
     Play#2 command move
+    Play#2 output Play#2 1 Total movement cost = 8
+    Play#2 output Play#2 1 119 mob left in 0,0
+    Play#2 output Play#2 6 0 637
     Play#2 input desi 1,-1 g
     Play#2 command designate
+    Play#2 output Play#2 6 0 636
     Play#2 input cen *
     Play#2 command census
+    Play#2 output Play#2 1 Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 CENSUS                   del dst
+    Play#2 output Play#2 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#2 output Play#2 1    1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    0,0    c  100%     119 .. ..      794   55   75    0 100%    0        0
+    Play#2 output Play#2 1    2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
+    Play#2 output Play#2 1 3 sectors
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta sect
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta sect 0
+    Play#2 output Play#2 1 "owner" 5 0 0 9
+    Play#2 output Play#2 1 "xloc" 9 4 0 -1
+    Play#2 output Play#2 1 "yloc" 10 4 0 -1
+    Play#2 output Play#2 1 "des" 4 0 0 19
+    Play#2 output Play#2 1 "effic" 4 0 0 -1
+    Play#2 output Play#2 1 "mobil" 4 0 0 -1
+    Play#2 output Play#2 1 "off" 5 0 0 -1
+    Play#2 output Play#2 1 "terr0" 5 0 0 -1
+    Play#2 output Play#2 1 "terr1" 5 0 0 -1
+    Play#2 output Play#2 1 "terr2" 5 0 0 -1
+    Play#2 output Play#2 1 "terr3" 5 0 0 -1
+    Play#2 output Play#2 1 "xdist" 9 0 0 -1
+    Play#2 output Play#2 1 "ydist" 10 0 0 -1
+    Play#2 output Play#2 1 "avail" 6 0 0 -1
+    Play#2 output Play#2 1 "work" 5 0 0 -1
+    Play#2 output Play#2 1 "coastal" 5 0 0 -1
+    Play#2 output Play#2 1 "newdes" 4 0 0 19
+    Play#2 output Play#2 1 "min" 5 0 0 -1
+    Play#2 output Play#2 1 "gold" 5 0 0 -1
+    Play#2 output Play#2 1 "fert" 5 0 0 -1
+    Play#2 output Play#2 1 "ocontent" 5 0 0 -1
+    Play#2 output Play#2 1 "uran" 5 0 0 -1
+    Play#2 output Play#2 1 "oldown" 5 0 0 9
+    Play#2 output Play#2 1 "civil" 6 0 0 -1
+    Play#2 output Play#2 1 "milit" 6 0 0 -1
+    Play#2 output Play#2 1 "shell" 6 0 0 -1
+    Play#2 output Play#2 1 "gun" 6 0 0 -1
+    Play#2 output Play#2 1 "petrol" 6 0 0 -1
+    Play#2 output Play#2 1 "iron" 6 0 0 -1
+    Play#2 output Play#2 1 "dust" 6 0 0 -1
+    Play#2 output Play#2 1 "bar" 6 0 0 -1
+    Play#2 output Play#2 1 "food" 6 0 0 -1
+    Play#2 output Play#2 1 "oil" 6 0 0 -1
+    Play#2 output Play#2 1 "lcm" 6 0 0 -1
+    Play#2 output Play#2 1 "hcm" 6 0 0 -1
+    Play#2 output Play#2 1 "uw" 6 0 0 -1
+    Play#2 output Play#2 1 "rad" 6 0 0 -1
+    Play#2 output Play#2 1 "c_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "m_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "s_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "g_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "p_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "i_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "d_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "b_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "f_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "o_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "l_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "h_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "u_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "r_dist" 6 0 0 -1
+    Play#2 output Play#2 1 "c_del" 6 0 0 -1
+    Play#2 output Play#2 1 "m_del" 6 0 0 -1
+    Play#2 output Play#2 1 "s_del" 6 0 0 -1
+    Play#2 output Play#2 1 "g_del" 6 0 0 -1
+    Play#2 output Play#2 1 "p_del" 6 0 0 -1
+    Play#2 output Play#2 1 "i_del" 6 0 0 -1
+    Play#2 output Play#2 1 "d_del" 6 0 0 -1
+    Play#2 output Play#2 1 "b_del" 6 0 0 -1
+    Play#2 output Play#2 1 "f_del" 6 0 0 -1
+    Play#2 output Play#2 1 "o_del" 6 0 0 -1
+    Play#2 output Play#2 1 "l_del" 6 0 0 -1
+    Play#2 output Play#2 1 "h_del" 6 0 0 -1
+    Play#2 output Play#2 1 "u_del" 6 0 0 -1
+    Play#2 output Play#2 1 "r_del" 6 0 0 -1
+    Play#2 output Play#2 1 "fallout" 7 0 0 -1
+    Play#2 output Play#2 1 "access" 6 0 0 -1
+    Play#2 output Play#2 1 "road" 5 0 0 -1
+    Play#2 output Play#2 1 "rail" 5 0 0 -1
+    Play#2 output Play#2 1 "dfense" 5 0 0 -1
+    Play#2 output Play#2 1 /70
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta ship
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta ship 0
+    Play#2 output Play#2 1 "uid" 8 0 0 1
+    Play#2 output Play#2 1 "owner" 5 0 0 9
+    Play#2 output Play#2 1 "xloc" 9 0 0 -1
+    Play#2 output Play#2 1 "yloc" 10 0 0 -1
+    Play#2 output Play#2 1 "type" 4 0 0 20
+    Play#2 output Play#2 1 "effic" 4 0 0 -1
+    Play#2 output Play#2 1 "mobil" 4 0 0 -1
+    Play#2 output Play#2 1 "off" 5 0 0 -1
+    Play#2 output Play#2 1 "tech" 6 0 0 -1
+    Play#2 output Play#2 1 "opx" 9 0 0 -1
+    Play#2 output Play#2 1 "opy" 10 0 0 -1
+    Play#2 output Play#2 1 "mission" 6 0 0 35
+    Play#2 output Play#2 1 "radius" 6 0 0 -1
+    Play#2 output Play#2 1 "fleet" 14 0 1 -1
+    Play#2 output Play#2 1 "xstart" 9 0 0 -1
+    Play#2 output Play#2 1 "xend" 9 0 0 -1
+    Play#2 output Play#2 1 "ystart" 10 0 0 -1
+    Play#2 output Play#2 1 "yend" 10 0 0 -1
+    Play#2 output Play#2 1 "cargostart" 4 0 6 17
+    Play#2 output Play#2 1 "cargoend" 4 0 6 17
+    Play#2 output Play#2 1 "amtstart" 6 0 6 -1
+    Play#2 output Play#2 1 "amtend" 6 0 6 -1
+    Play#2 output Play#2 1 "autonav" 5 0 0 -1
+    Play#2 output Play#2 1 "civil" 6 0 0 -1
+    Play#2 output Play#2 1 "milit" 6 0 0 -1
+    Play#2 output Play#2 1 "shell" 6 0 0 -1
+    Play#2 output Play#2 1 "gun" 6 0 0 -1
+    Play#2 output Play#2 1 "petrol" 6 0 0 -1
+    Play#2 output Play#2 1 "iron" 6 0 0 -1
+    Play#2 output Play#2 1 "dust" 6 0 0 -1
+    Play#2 output Play#2 1 "bar" 6 0 0 -1
+    Play#2 output Play#2 1 "food" 6 0 0 -1
+    Play#2 output Play#2 1 "oil" 6 0 0 -1
+    Play#2 output Play#2 1 "lcm" 6 0 0 -1
+    Play#2 output Play#2 1 "hcm" 6 0 0 -1
+    Play#2 output Play#2 1 "uw" 6 0 0 -1
+    Play#2 output Play#2 1 "rad" 6 0 0 -1
+    Play#2 output Play#2 1 "access" 6 0 0 -1
+    Play#2 output Play#2 1 "mquota" 5 0 0 -1
+    Play#2 output Play#2 1 "path" 14 0 28 -1
+    Play#2 output Play#2 1 "follow" 8 0 0 -1
+    Play#2 output Play#2 1 "name" 14 0 24 -1
+    Play#2 output Play#2 1 "rflags" 8 8 0 47
+    Play#2 output Play#2 1 "rpath" 14 0 10 -1
+    Play#2 output Play#2 1 /44
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta plane
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta plane 0
+    Play#2 output Play#2 1 "uid" 8 0 0 2
+    Play#2 output Play#2 1 "owner" 5 0 0 9
+    Play#2 output Play#2 1 "xloc" 9 0 0 -1
+    Play#2 output Play#2 1 "yloc" 10 0 0 -1
+    Play#2 output Play#2 1 "type" 4 0 0 21
+    Play#2 output Play#2 1 "effic" 4 0 0 -1
+    Play#2 output Play#2 1 "mobil" 4 0 0 -1
+    Play#2 output Play#2 1 "off" 5 0 0 -1
+    Play#2 output Play#2 1 "tech" 6 0 0 -1
+    Play#2 output Play#2 1 "opx" 9 0 0 -1
+    Play#2 output Play#2 1 "opy" 10 0 0 -1
+    Play#2 output Play#2 1 "mission" 6 0 0 35
+    Play#2 output Play#2 1 "radius" 6 0 0 -1
+    Play#2 output Play#2 1 "wing" 14 0 1 -1
+    Play#2 output Play#2 1 "range" 5 0 0 -1
+    Play#2 output Play#2 1 "harden" 4 0 0 -1
+    Play#2 output Play#2 1 "ship" 8 0 0 1
+    Play#2 output Play#2 1 "land" 8 0 0 3
+    Play#2 output Play#2 1 "flags" 8 8 0 45
+    Play#2 output Play#2 1 "access" 6 0 0 -1
+    Play#2 output Play#2 1 "theta" 13 0 0 -1
+    Play#2 output Play#2 1 /21
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta land
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta land 0
+    Play#2 output Play#2 1 "uid" 8 0 0 3
+    Play#2 output Play#2 1 "owner" 5 0 0 9
+    Play#2 output Play#2 1 "xloc" 9 0 0 -1
+    Play#2 output Play#2 1 "yloc" 10 0 0 -1
+    Play#2 output Play#2 1 "type" 4 0 0 22
+    Play#2 output Play#2 1 "effic" 4 0 0 -1
+    Play#2 output Play#2 1 "mobil" 4 0 0 -1
+    Play#2 output Play#2 1 "off" 5 0 0 -1
+    Play#2 output Play#2 1 "tech" 6 0 0 -1
+    Play#2 output Play#2 1 "opx" 9 0 0 -1
+    Play#2 output Play#2 1 "opy" 10 0 0 -1
+    Play#2 output Play#2 1 "mission" 6 0 0 35
+    Play#2 output Play#2 1 "radius" 6 0 0 -1
+    Play#2 output Play#2 1 "army" 14 0 1 -1
+    Play#2 output Play#2 1 "ship" 8 0 0 1
+    Play#2 output Play#2 1 "harden" 4 0 0 -1
+    Play#2 output Play#2 1 "retreat" 6 0 0 -1
+    Play#2 output Play#2 1 "rflags" 8 8 0 47
+    Play#2 output Play#2 1 "rpath" 14 0 10 -1
+    Play#2 output Play#2 1 "civil" 6 0 0 -1
+    Play#2 output Play#2 1 "milit" 6 0 0 -1
+    Play#2 output Play#2 1 "shell" 6 0 0 -1
+    Play#2 output Play#2 1 "gun" 6 0 0 -1
+    Play#2 output Play#2 1 "petrol" 6 0 0 -1
+    Play#2 output Play#2 1 "iron" 6 0 0 -1
+    Play#2 output Play#2 1 "dust" 6 0 0 -1
+    Play#2 output Play#2 1 "bar" 6 0 0 -1
+    Play#2 output Play#2 1 "food" 6 0 0 -1
+    Play#2 output Play#2 1 "oil" 6 0 0 -1
+    Play#2 output Play#2 1 "lcm" 6 0 0 -1
+    Play#2 output Play#2 1 "hcm" 6 0 0 -1
+    Play#2 output Play#2 1 "uw" 6 0 0 -1
+    Play#2 output Play#2 1 "rad" 6 0 0 -1
+    Play#2 output Play#2 1 "land" 8 0 0 3
+    Play#2 output Play#2 1 "access" 6 0 0 -1
+    Play#2 output Play#2 1 /35
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta nuke
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta nuke 0
+    Play#2 output Play#2 1 "uid" 8 0 0 4
+    Play#2 output Play#2 1 "owner" 5 0 0 9
+    Play#2 output Play#2 1 "xloc" 9 0 0 -1
+    Play#2 output Play#2 1 "yloc" 10 0 0 -1
+    Play#2 output Play#2 1 "type" 4 0 0 23
+    Play#2 output Play#2 1 "effic" 4 0 0 -1
+    Play#2 output Play#2 1 "mobil" 4 0 0 -1
+    Play#2 output Play#2 1 "off" 5 0 0 -1
+    Play#2 output Play#2 1 "tech" 6 0 0 -1
+    Play#2 output Play#2 1 "opx" 9 0 0 -1
+    Play#2 output Play#2 1 "opy" 10 0 0 -1
+    Play#2 output Play#2 1 "mission" 6 0 0 35
+    Play#2 output Play#2 1 "radius" 6 0 0 -1
+    Play#2 output Play#2 1 "plane" 8 0 0 2
+    Play#2 output Play#2 1 /14
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta news
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta news 0
+    Play#2 output Play#2 1 "actor" 5 0 0 9
+    Play#2 output Play#2 1 "action" 5 0 0 24
+    Play#2 output Play#2 1 "victim" 5 0 0 9
+    Play#2 output Play#2 1 "times" 4 0 0 -1
+    Play#2 output Play#2 1 "duration" 6 0 0 -1
+    Play#2 output Play#2 1 "time" 12 0 0 -1
+    Play#2 output Play#2 1 /6
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta treaty
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta treaty 0
+    Play#2 output Play#2 1 "uid" 8 0 0 6
+    Play#2 output Play#2 1 "cna" 5 0 0 9
+    Play#2 output Play#2 1 "cnb" 5 0 0 9
+    Play#2 output Play#2 1 "status" 4 0 0 30
+    Play#2 output Play#2 1 "acond" 6 8 0 50
+    Play#2 output Play#2 1 "bcond" 6 8 0 50
+    Play#2 output Play#2 1 "exp" 12 0 0 -1
+    Play#2 output Play#2 1 /7
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta trade
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta trade 0
+    Play#2 output Play#2 1 "uid" 8 0 0 7
+    Play#2 output Play#2 1 "owner" 5 0 0 9
+    Play#2 output Play#2 1 "type" 6 0 0 27
+    Play#2 output Play#2 1 "unitid" 8 0 0 -1
+    Play#2 output Play#2 1 "price" 8 0 0 -1
+    Play#2 output Play#2 1 "maxbidder" 8 0 0 9
+    Play#2 output Play#2 1 "markettime" 12 0 0 -1
+    Play#2 output Play#2 1 /7
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta nat
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta nat 0
+    Play#2 output Play#2 1 "cnum" 5 0 0 9
+    Play#2 output Play#2 1 "stat" 8 0 0 39
+    Play#2 output Play#2 1 "cname" 14 0 20 -1
+    Play#2 output Play#2 1 "relations" 11 0 99 38
+    Play#2 output Play#2 1 "rejects" 5 8 99 37
+    Play#2 output Play#2 1 /5
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta loan
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta loan 0
+    Play#2 output Play#2 1 "uid" 8 0 0 10
+    Play#2 output Play#2 1 "loaner" 5 0 0 9
+    Play#2 output Play#2 1 "loanee" 5 0 0 9
+    Play#2 output Play#2 1 "status" 4 0 0 30
+    Play#2 output Play#2 1 "irate" 8 0 0 -1
+    Play#2 output Play#2 1 "ldur" 8 0 0 -1
+    Play#2 output Play#2 1 "amtpaid" 8 0 0 -1
+    Play#2 output Play#2 1 "amtdue" 8 0 0 -1
+    Play#2 output Play#2 1 "lastpay" 12 0 0 -1
+    Play#2 output Play#2 1 "duedate" 12 0 0 -1
+    Play#2 output Play#2 1 /10
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta commodity
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta commodity 0
+    Play#2 output Play#2 1 "uid" 8 0 0 13
+    Play#2 output Play#2 1 "owner" 5 0 0 9
+    Play#2 output Play#2 1 "type" 4 0 0 17
+    Play#2 output Play#2 1 "amount" 8 0 0 -1
+    Play#2 output Play#2 1 "price" 13 0 0 -1
+    Play#2 output Play#2 1 "maxbidder" 8 0 0 9
+    Play#2 output Play#2 1 "markettime" 12 0 0 -1
+    Play#2 output Play#2 1 /7
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta lost
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta lost 0
+    Play#2 output Play#2 1 "timestamp" 12 0 0 -1
+    Play#2 output Play#2 1 "owner" 5 0 0 9
+    Play#2 output Play#2 1 "type" 6 0 0 27
+    Play#2 output Play#2 1 "id" 8 0 0 -1
+    Play#2 output Play#2 1 "x" 9 0 0 -1
+    Play#2 output Play#2 1 "y" 10 0 0 -1
+    Play#2 output Play#2 1 /6
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta realm
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta realm 0
+    Play#2 output Play#2 1 "cnum" 5 4 0 9
+    Play#2 output Play#2 1 "realm" 7 4 0 -1
+    Play#2 output Play#2 1 "xl" 9 0 0 -1
+    Play#2 output Play#2 1 "xh" 9 0 0 -1
+    Play#2 output Play#2 1 "yl" 10 0 0 -1
+    Play#2 output Play#2 1 "yh" 10 0 0 -1
+    Play#2 output Play#2 1 /6
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta game
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta game 0
+    Play#2 output Play#2 1 "upd_disable" 4 0 0 -1
+    Play#2 output Play#2 1 "down" 4 0 0 -1
+    Play#2 output Play#2 1 "turn" 6 0 0 -1
+    Play#2 output Play#2 1 /3
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta item
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta item 0
+    Play#2 output Play#2 1 "uid" 4 0 0 17
+    Play#2 output Play#2 1 "name" 3 0 0 -1
+    Play#2 output Play#2 1 "mnem" 14 4 1 -1
+    Play#2 output Play#2 1 "value" 8 0 0 -1
+    Play#2 output Play#2 1 "sell" 8 0 0 -1
+    Play#2 output Play#2 1 "lbs" 8 0 0 -1
+    Play#2 output Play#2 1 "pkg" 8 0 5 -1
+    Play#2 output Play#2 1 "melt_denom" 8 0 0 -1
+    Play#2 output Play#2 1 /8
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta product
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta product 0
+    Play#2 output Play#2 1 "uid" 8 0 0 18
+    Play#2 output Play#2 1 "name" 3 0 0 -1
+    Play#2 output Play#2 1 "sname" 3 0 0 -1
+    Play#2 output Play#2 1 "ctype" 4 0 3 17
+    Play#2 output Play#2 1 "camt" 7 0 3 -1
+    Play#2 output Play#2 1 "type" 4 0 0 17
+    Play#2 output Play#2 1 "level" 8 0 0 32
+    Play#2 output Play#2 1 "cost" 8 0 0 -1
+    Play#2 output Play#2 1 "nrndx" 8 0 0 46
+    Play#2 output Play#2 1 "nrdep" 8 0 0 -1
+    Play#2 output Play#2 1 "nlndx" 8 0 0 32
+    Play#2 output Play#2 1 "nlmin" 8 0 0 -1
+    Play#2 output Play#2 1 "nllag" 8 0 0 -1
+    Play#2 output Play#2 1 /13
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta sect-chr
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta sect-chr 0
+    Play#2 output Play#2 1 "uid" 5 0 0 19
+    Play#2 output Play#2 1 "name" 3 0 0 -1
+    Play#2 output Play#2 1 "mnem" 14 4 1 -1
+    Play#2 output Play#2 1 "terrain" 5 0 0 19
+    Play#2 output Play#2 1 "prd" 8 0 0 18
+    Play#2 output Play#2 1 "peffic" 8 0 0 -1
+    Play#2 output Play#2 1 "mob0" 13 0 0 -1
+    Play#2 output Play#2 1 "mob1" 13 0 0 -1
+    Play#2 output Play#2 1 "nav" 8 0 0 48
+    Play#2 output Play#2 1 "pkg" 8 0 0 41
+    Play#2 output Play#2 1 "ostr" 13 0 0 -1
+    Play#2 output Play#2 1 "dstr" 13 0 0 -1
+    Play#2 output Play#2 1 "value" 8 0 0 -1
+    Play#2 output Play#2 1 "cost" 8 0 0 -1
+    Play#2 output Play#2 1 "build" 8 0 0 -1
+    Play#2 output Play#2 1 "lcms" 8 0 0 -1
+    Play#2 output Play#2 1 "hcms" 8 0 0 -1
+    Play#2 output Play#2 1 "maint" 8 0 0 -1
+    Play#2 output Play#2 1 "maxpop" 8 0 0 -1
+    Play#2 output Play#2 1 /19
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta ship-chr
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta ship-chr 0
+    Play#2 output Play#2 1 "type" 4 0 0 20
+    Play#2 output Play#2 1 "name" 3 0 0 -1
+    Play#2 output Play#2 1 "civil" 6 0 0 -1
+    Play#2 output Play#2 1 "milit" 6 0 0 -1
+    Play#2 output Play#2 1 "shell" 6 0 0 -1
+    Play#2 output Play#2 1 "gun" 6 0 0 -1
+    Play#2 output Play#2 1 "petrol" 6 0 0 -1
+    Play#2 output Play#2 1 "iron" 6 0 0 -1
+    Play#2 output Play#2 1 "dust" 6 0 0 -1
+    Play#2 output Play#2 1 "bar" 6 0 0 -1
+    Play#2 output Play#2 1 "food" 6 0 0 -1
+    Play#2 output Play#2 1 "oil" 6 0 0 -1
+    Play#2 output Play#2 1 "lcm" 6 0 0 -1
+    Play#2 output Play#2 1 "hcm" 6 0 0 -1
+    Play#2 output Play#2 1 "uw" 6 0 0 -1
+    Play#2 output Play#2 1 "rad" 6 0 0 -1
+    Play#2 output Play#2 1 "l_build" 8 0 0 -1
+    Play#2 output Play#2 1 "h_build" 8 0 0 -1
+    Play#2 output Play#2 1 "armor" 8 0 0 -1
+    Play#2 output Play#2 1 "speed" 8 0 0 -1
+    Play#2 output Play#2 1 "visib" 8 0 0 -1
+    Play#2 output Play#2 1 "vrnge" 8 0 0 -1
+    Play#2 output Play#2 1 "frnge" 8 0 0 -1
+    Play#2 output Play#2 1 "glim" 8 0 0 -1
+    Play#2 output Play#2 1 "nxlight" 5 0 0 -1
+    Play#2 output Play#2 1 "nchoppers" 5 0 0 -1
+    Play#2 output Play#2 1 "tech" 8 0 0 -1
+    Play#2 output Play#2 1 "cost" 8 0 0 -1
+    Play#2 output Play#2 1 "flags" 8 8 0 49
+    Play#2 output Play#2 1 "nplanes" 5 0 0 -1
+    Play#2 output Play#2 1 "nland" 5 0 0 -1
+    Play#2 output Play#2 1 /31
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta plane-chr
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta plane-chr 0
+    Play#2 output Play#2 1 "type" 4 0 0 21
+    Play#2 output Play#2 1 "name" 3 0 0 -1
+    Play#2 output Play#2 1 "l_build" 8 0 0 -1
+    Play#2 output Play#2 1 "h_build" 8 0 0 -1
+    Play#2 output Play#2 1 "cost" 8 0 0 -1
+    Play#2 output Play#2 1 "tech" 8 0 0 -1
+    Play#2 output Play#2 1 "acc" 8 0 0 -1
+    Play#2 output Play#2 1 "load" 8 0 0 -1
+    Play#2 output Play#2 1 "att" 8 0 0 -1
+    Play#2 output Play#2 1 "def" 8 0 0 -1
+    Play#2 output Play#2 1 "range" 8 0 0 -1
+    Play#2 output Play#2 1 "crew" 8 0 0 -1
+    Play#2 output Play#2 1 "fuel" 8 0 0 -1
+    Play#2 output Play#2 1 "stealth" 8 0 0 -1
+    Play#2 output Play#2 1 "flags" 8 8 0 44
+    Play#2 output Play#2 1 /15
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta land-chr
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta land-chr 0
+    Play#2 output Play#2 1 "type" 4 0 0 22
+    Play#2 output Play#2 1 "name" 3 0 0 -1
+    Play#2 output Play#2 1 "civil" 6 0 0 -1
+    Play#2 output Play#2 1 "milit" 6 0 0 -1
+    Play#2 output Play#2 1 "shell" 6 0 0 -1
+    Play#2 output Play#2 1 "gun" 6 0 0 -1
+    Play#2 output Play#2 1 "petrol" 6 0 0 -1
+    Play#2 output Play#2 1 "iron" 6 0 0 -1
+    Play#2 output Play#2 1 "dust" 6 0 0 -1
+    Play#2 output Play#2 1 "bar" 6 0 0 -1
+    Play#2 output Play#2 1 "food" 6 0 0 -1
+    Play#2 output Play#2 1 "oil" 6 0 0 -1
+    Play#2 output Play#2 1 "lcm" 6 0 0 -1
+    Play#2 output Play#2 1 "hcm" 6 0 0 -1
+    Play#2 output Play#2 1 "uw" 6 0 0 -1
+    Play#2 output Play#2 1 "rad" 6 0 0 -1
+    Play#2 output Play#2 1 "l_build" 8 0 0 -1
+    Play#2 output Play#2 1 "h_build" 8 0 0 -1
+    Play#2 output Play#2 1 "tech" 8 0 0 -1
+    Play#2 output Play#2 1 "cost" 8 0 0 -1
+    Play#2 output Play#2 1 "att" 13 0 0 -1
+    Play#2 output Play#2 1 "def" 13 0 0 -1
+    Play#2 output Play#2 1 "vul" 8 0 0 -1
+    Play#2 output Play#2 1 "spd" 8 0 0 -1
+    Play#2 output Play#2 1 "vis" 8 0 0 -1
+    Play#2 output Play#2 1 "spy" 8 0 0 -1
+    Play#2 output Play#2 1 "rmax" 8 0 0 -1
+    Play#2 output Play#2 1 "frg" 8 0 0 -1
+    Play#2 output Play#2 1 "acc" 8 0 0 -1
+    Play#2 output Play#2 1 "dam" 8 0 0 -1
+    Play#2 output Play#2 1 "ammo" 8 0 0 -1
+    Play#2 output Play#2 1 "aaf" 8 0 0 -1
+    Play#2 output Play#2 1 "flags" 8 8 0 31
+    Play#2 output Play#2 1 "nxlight" 5 0 0 -1
+    Play#2 output Play#2 1 "nland" 5 0 0 -1
+    Play#2 output Play#2 1 /35
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta nuke-chr
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta nuke-chr 0
+    Play#2 output Play#2 1 "type" 4 0 0 23
+    Play#2 output Play#2 1 "name" 3 0 0 -1
+    Play#2 output Play#2 1 "l_build" 8 0 0 -1
+    Play#2 output Play#2 1 "h_build" 8 0 0 -1
+    Play#2 output Play#2 1 "o_build" 8 0 0 -1
+    Play#2 output Play#2 1 "r_build" 8 0 0 -1
+    Play#2 output Play#2 1 "blast" 8 0 0 -1
+    Play#2 output Play#2 1 "dam" 8 0 0 -1
+    Play#2 output Play#2 1 "cost" 8 0 0 -1
+    Play#2 output Play#2 1 "tech" 8 0 0 -1
+    Play#2 output Play#2 1 "weight" 8 0 0 -1
+    Play#2 output Play#2 1 "flags" 8 8 0 40
+    Play#2 output Play#2 1 /12
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta news-chr
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta news-chr 0
+    Play#2 output Play#2 1 "uid" 4 0 0 24
+    Play#2 output Play#2 1 "newstory" 3 0 2 -1
+    Play#2 output Play#2 1 "good_will" 8 0 0 -1
+    Play#2 output Play#2 1 "newspage" 8 0 0 42
+    Play#2 output Play#2 1 /4
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta infrastructure
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta infrastructure 0
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 "lcms" 5 0 0 -1
+    Play#2 output Play#2 1 "hcms" 5 0 0 -1
+    Play#2 output Play#2 1 "dcost" 5 0 0 -1
+    Play#2 output Play#2 1 "mcost" 5 0 0 -1
+    Play#2 output Play#2 1 "enable" 5 0 0 -1
+    Play#2 output Play#2 1 /6
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta updates
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta updates 0
+    Play#2 output Play#2 1 "time" 12 0 0 -1
+    Play#2 output Play#2 1 /1
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta table
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta table 0
+    Play#2 output Play#2 1 "uid" 8 0 0 27
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta version
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta version 0
+    Play#2 output Play#2 1 "version" 14 0 23 -1
+    Play#2 output Play#2 1 "maxnoc" 1 0 0 -1
+    Play#2 output Play#2 1 "privname" 3 0 0 -1
+    Play#2 output Play#2 1 "privlog" 3 0 0 -1
+    Play#2 output Play#2 1 "WORLD_X" 8 0 0 -1
+    Play#2 output Play#2 1 "WORLD_Y" 8 0 0 -1
+    Play#2 output Play#2 1 "etu_per_update" 8 0 0 -1
+    Play#2 output Play#2 1 "update_window" 8 0 0 -1
+    Play#2 output Play#2 1 "update_demand" 8 0 0 -1
+    Play#2 output Play#2 1 "update_wantmin" 8 0 0 -1
+    Play#2 output Play#2 1 "update_demandtimes" 3 0 0 -1
+    Play#2 output Play#2 1 "game_days" 3 0 0 -1
+    Play#2 output Play#2 1 "game_hours" 3 0 0 -1
+    Play#2 output Play#2 1 "ALL_BLEED" 8 0 0 -1
+    Play#2 output Play#2 1 "AUTO_POWER" 8 0 0 -1
+    Play#2 output Play#2 1 "BLITZ" 8 0 0 -1
+    Play#2 output Play#2 1 "BRIDGETOWERS" 8 0 0 -1
+    Play#2 output Play#2 1 "EASY_BRIDGES" 8 0 0 -1
+    Play#2 output Play#2 1 "FALLOUT" 8 0 0 -1
+    Play#2 output Play#2 1 "GODNEWS" 8 0 0 -1
+    Play#2 output Play#2 1 "GO_RENEW" 8 0 0 -1
+    Play#2 output Play#2 1 "GUINEA_PIGS" 8 0 0 -1
+    Play#2 output Play#2 1 "HIDDEN" 8 0 0 -1
+    Play#2 output Play#2 1 "INTERDICT_ATT" 8 0 0 -1
+    Play#2 output Play#2 1 "LOANS" 8 0 0 -1
+    Play#2 output Play#2 1 "LOSE_CONTACT" 8 0 0 -1
+    Play#2 output Play#2 1 "MARKET" 8 0 0 -1
+    Play#2 output Play#2 1 "MOB_ACCESS" 8 0 0 -1
+    Play#2 output Play#2 1 "NOFOOD" 8 0 0 -1
+    Play#2 output Play#2 1 "NOMOBCOST" 8 0 0 -1
+    Play#2 output Play#2 1 "NO_FORT_FIRE" 8 0 0 -1
+    Play#2 output Play#2 1 "NO_PLAGUE" 8 0 0 -1
+    Play#2 output Play#2 1 "RAILWAYS" 8 0 0 -1
+    Play#2 output Play#2 1 "RES_POP" 8 0 0 -1
+    Play#2 output Play#2 1 "SAIL" 8 0 0 -1
+    Play#2 output Play#2 1 "SUPER_BARS" 8 0 0 -1
+    Play#2 output Play#2 1 "TECH_POP" 8 0 0 -1
+    Play#2 output Play#2 1 "TREATIES" 8 0 0 -1
+    Play#2 output Play#2 1 "btu_build_rate" 13 0 0 -1
+    Play#2 output Play#2 1 "m_m_p_d" 8 0 0 -1
+    Play#2 output Play#2 1 "max_btus" 8 0 0 -1
+    Play#2 output Play#2 1 "max_idle" 8 0 0 -1
+    Play#2 output Play#2 1 "max_idle_visitor" 8 0 0 -1
+    Play#2 output Play#2 1 "login_grace_time" 8 0 0 -1
+    Play#2 output Play#2 1 "players_at_00" 8 0 0 -1
+    Play#2 output Play#2 1 "easy_tech" 13 0 0 -1
+    Play#2 output Play#2 1 "level_age_rate" 13 0 0 -1
+    Play#2 output Play#2 1 "tech_log_base" 13 0 0 -1
+    Play#2 output Play#2 1 "ally_factor" 13 0 0 -1
+    Play#2 output Play#2 1 "edu_avg" 13 0 0 -1
+    Play#2 output Play#2 1 "hap_avg" 13 0 0 -1
+    Play#2 output Play#2 1 "edu_cons" 2 0 0 -1
+    Play#2 output Play#2 1 "hap_cons" 2 0 0 -1
+    Play#2 output Play#2 1 "sect_mob_scale" 13 0 0 -1
+    Play#2 output Play#2 1 "sect_mob_max" 8 0 0 -1
+    Play#2 output Play#2 1 "buil_bh" 8 0 0 -1
+    Play#2 output Play#2 1 "buil_bc" 2 0 0 -1
+    Play#2 output Play#2 1 "buil_bt" 2 0 0 -1
+    Play#2 output Play#2 1 "buil_tower_bh" 8 0 0 -1
+    Play#2 output Play#2 1 "buil_tower_bc" 2 0 0 -1
+    Play#2 output Play#2 1 "buil_tower_bt" 2 0 0 -1
+    Play#2 output Play#2 1 "land_mob_scale" 13 0 0 -1
+    Play#2 output Play#2 1 "land_grow_scale" 13 0 0 -1
+    Play#2 output Play#2 1 "land_mob_max" 8 0 0 -1
+    Play#2 output Play#2 1 "money_land" 2 0 0 -1
+    Play#2 output Play#2 1 "plane_mob_scale" 13 0 0 -1
+    Play#2 output Play#2 1 "plane_grow_scale" 13 0 0 -1
+    Play#2 output Play#2 1 "plane_mob_max" 8 0 0 -1
+    Play#2 output Play#2 1 "money_plane" 2 0 0 -1
+    Play#2 output Play#2 1 "ship_mob_scale" 13 0 0 -1
+    Play#2 output Play#2 1 "ship_grow_scale" 13 0 0 -1
+    Play#2 output Play#2 1 "ship_mob_max" 8 0 0 -1
+    Play#2 output Play#2 1 "money_ship" 2 0 0 -1
+    Play#2 output Play#2 1 "torpedo_damage" 8 0 0 -1
+    Play#2 output Play#2 1 "fort_max_interdiction_range" 8 0 0 -1
+    Play#2 output Play#2 1 "land_max_interdiction_range" 8 0 0 -1
+    Play#2 output Play#2 1 "ship_max_interdiction_range" 8 0 0 -1
+    Play#2 output Play#2 1 "flakscale" 13 0 0 -1
+    Play#2 output Play#2 1 "combat_mob" 2 0 0 -1
+    Play#2 output Play#2 1 "people_damage" 2 0 0 -1
+    Play#2 output Play#2 1 "unit_damage" 2 0 0 -1
+    Play#2 output Play#2 1 "collateral_dam" 2 0 0 -1
+    Play#2 output Play#2 1 "assault_penalty" 2 0 0 -1
+    Play#2 output Play#2 1 "fire_range_factor" 13 0 0 -1
+    Play#2 output Play#2 1 "sect_mob_neg_factor" 8 0 0 -1
+    Play#2 output Play#2 1 "uwbrate" 2 0 0 -1
+    Play#2 output Play#2 1 "money_civ" 2 0 0 -1
+    Play#2 output Play#2 1 "money_mil" 2 0 0 -1
+    Play#2 output Play#2 1 "money_res" 2 0 0 -1
+    Play#2 output Play#2 1 "money_uw" 2 0 0 -1
+    Play#2 output Play#2 1 "babyeat" 2 0 0 -1
+    Play#2 output Play#2 1 "bankint" 2 0 0 -1
+    Play#2 output Play#2 1 "eatrate" 2 0 0 -1
+    Play#2 output Play#2 1 "fcrate" 2 0 0 -1
+    Play#2 output Play#2 1 "fgrate" 2 0 0 -1
+    Play#2 output Play#2 1 "obrate" 2 0 0 -1
+    Play#2 output Play#2 1 "rollover_avail_max" 8 0 0 -1
+    Play#2 output Play#2 1 "decay_per_etu" 2 0 0 -1
+    Play#2 output Play#2 1 "fallout_spread" 2 0 0 -1
+    Play#2 output Play#2 1 "drnuke_const" 13 0 0 -1
+    Play#2 output Play#2 1 "MARK_DELAY" 8 0 0 -1
+    Play#2 output Play#2 1 "TRADE_DELAY" 8 0 0 -1
+    Play#2 output Play#2 1 "buytax" 2 0 0 -1
+    Play#2 output Play#2 1 "tradetax" 2 0 0 -1
+    Play#2 output Play#2 1 "trade_1_dist" 8 0 0 -1
+    Play#2 output Play#2 1 "trade_2_dist" 8 0 0 -1
+    Play#2 output Play#2 1 "trade_3_dist" 8 0 0 -1
+    Play#2 output Play#2 1 "trade_1" 13 0 0 -1
+    Play#2 output Play#2 1 "trade_2" 13 0 0 -1
+    Play#2 output Play#2 1 "trade_3" 13 0 0 -1
+    Play#2 output Play#2 1 "trade_ally_bonus" 13 0 0 -1
+    Play#2 output Play#2 1 "trade_ally_cut" 13 0 0 -1
+    Play#2 output Play#2 1 /112
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta meta
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta meta 0
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 "type" 8 4 0 34
+    Play#2 output Play#2 1 "flags" 8 12 0 33
+    Play#2 output Play#2 1 "len" 7 4 0 -1
+    Play#2 output Play#2 1 "table" 8 4 0 27
+    Play#2 output Play#2 1 /5
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta sector
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta sector-navigation 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta agreement-status
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta agreement-status 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta land-chr-flags
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta land-chr-flags 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta level
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta level 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta meta-flags
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta meta-flags 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta meta-type
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta meta-type 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta missions
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta missions 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta nation-flags
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta nation-flags 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta nation-rejects
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta nation-rejects 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta nation-relationships
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta nation-relationships 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta nation-status
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta nation-status 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta nuke-chr-flags
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta nuke-chr-flags 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta packing
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta packing 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta page-headings
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta page-headings 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta plague-stages
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta plague-stages 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta plane-chr-flags
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta plane-chr-flags 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta plane-flags
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta plane-flags 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta resources
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta resources 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta retreat-flags
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta retreat-flags 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta ship-chr-flags
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta ship-chr-flags 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta treaty-flags
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta treaty-flags 0
+    Play#2 output Play#2 1 "value" 8 4 0 -1
+    Play#2 output Play#2 1 "name" 3 4 0 -1
+    Play#2 output Play#2 1 /2
+    Play#2 output Play#2 6 0 636
     Play#2 input xdump meta country
     Play#2 command xdump
+    Play#2 output Play#2 1 XDUMP meta country 0
+    Play#2 output Play#2 1 "cnum" 5 0 0 9
+    Play#2 output Play#2 1 "flags" 8 8 0 36
+    Play#2 output Play#2 1 "ip" 14 0 46 -1
+    Play#2 output Play#2 1 "hostname" 14 0 512 -1
+    Play#2 output Play#2 1 "userid" 14 0 32 -1
+    Play#2 output Play#2 1 "xcap" 9 0 0 -1
+    Play#2 output Play#2 1 "ycap" 10 0 0 -1
+    Play#2 output Play#2 1 "update" 4 0 0 -1
+    Play#2 output Play#2 1 "tgms" 7 0 0 -1
+    Play#2 output Play#2 1 "ann" 7 0 0 -1
+    Play#2 output Play#2 1 "timeused" 8 0 0 -1
+    Play#2 output Play#2 1 "btu" 6 0 0 -1
+    Play#2 output Play#2 1 "access" 6 0 0 -1
+    Play#2 output Play#2 1 "milreserve" 8 0 0 -1
+    Play#2 output Play#2 1 "money" 8 0 0 -1
+    Play#2 output Play#2 1 "login" 12 0 0 -1
+    Play#2 output Play#2 1 "logout" 12 0 0 -1
+    Play#2 output Play#2 1 "newstim" 12 0 0 -1
+    Play#2 output Play#2 1 "annotim" 12 0 0 -1
+    Play#2 output Play#2 1 "tech" 13 0 0 -1
+    Play#2 output Play#2 1 "research" 13 0 0 -1
+    Play#2 output Play#2 1 "education" 13 0 0 -1
+    Play#2 output Play#2 1 "happiness" 13 0 0 -1
+    Play#2 output Play#2 1 /23
+    Play#2 output Play#2 6 0 636
     Play#2 input ctld
+    Play#2 output Play#2 1 Bye-bye
     Play#2 logout 2
+    Play#2 output Play#2 3 so long...
+     Conn5 output Conn5 2 Empire server ready
      Conn5 input user tester
+     Conn5 output Conn5 0 hello tester
      Conn5 input coun 3
+     Conn5 output Conn5 0 country name 3
      Conn5 input pass 3
+     Conn5 output Conn5 0 password ok
      Conn5 input play
      Conn5 login 3 127.0.0.1 tester
+    Play#3 output Play#3 2 2
+    Play#3 output Play#3 6 0 640
     Play#3 input break
     Play#3 command break
+    Play#3 output Play#3 1 0,0 is no longer a sanctuary.
+    Play#3 output Play#3 1 2,0 is no longer a sanctuary.
+    Play#3 output Play#3 6 0 640
     Play#3 input expl c 0,0 1 uh
     Play#3 command explore
+    Play#3 output Play#3 1 Total movement cost = 1, 126 mob left in 0,0
+    Play#3 output Play#3 1 Sector 1,-1 is now yours.
+    Play#3 output Play#3 6 0 639
     Play#3 input desi 1,-1 +
     Play#3 command designate
+    Play#3 output Play#3 6 0 638
     Play#3 input mov c 0,0 205 uh
     Play#3 command move
+    Play#3 output Play#3 1 Total movement cost = 8
+    Play#3 output Play#3 1 118 mob left in 0,0
+    Play#3 output Play#3 6 0 637
     Play#3 input desi 1,-1 g
     Play#3 command designate
+    Play#3 output Play#3 6 0 636
     Play#3 input cen *
     Play#3 command census
+    Play#3 output Play#3 1 Thu Jan  1 00:00:00 1970
+    Play#3 output Play#3 1 CENSUS                   del dst
+    Play#3 output Play#3 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#3 output Play#3 1    1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
+    Play#3 output Play#3 1    0,0    c  100%     118 .. ..      794   55   75    0 100%    0        0
+    Play#3 output Play#3 1    2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
+    Play#3 output Play#3 1 3 sectors
+    Play#3 output Play#3 6 0 636
     Play#3 input ctld
+    Play#3 output Play#3 1 Bye-bye
     Play#3 logout 3
+    Play#3 output Play#3 3 so long...
+     Conn6 output Conn6 2 Empire server ready
      Conn6 input user tester
+     Conn6 output Conn6 0 hello tester
      Conn6 input coun 4
+     Conn6 output Conn6 0 country name 4
      Conn6 input pass 4
+     Conn6 output Conn6 0 password ok
      Conn6 input play
      Conn6 login 4 127.0.0.1 tester
+    Play#4 output Play#4 2 2
+    Play#4 output Play#4 6 0 640
     Play#4 input break
     Play#4 command break
+    Play#4 output Play#4 1 0,0 is no longer a sanctuary.
+    Play#4 output Play#4 1 2,0 is no longer a sanctuary.
+    Play#4 output Play#4 6 0 640
     Play#4 input expl c 0,0 1 uh
     Play#4 command explore
+    Play#4 output Play#4 1 Total movement cost = 1, 126 mob left in 0,0
+    Play#4 output Play#4 1 Sector 1,-1 is now yours.
+    Play#4 output Play#4 6 0 639
     Play#4 input desi 1,-1 +
     Play#4 command designate
+    Play#4 output Play#4 6 0 638
     Play#4 input mov c 0,0 205 uh
     Play#4 command move
+    Play#4 output Play#4 1 Total movement cost = 8
+    Play#4 output Play#4 1 118 mob left in 0,0
+    Play#4 output Play#4 6 0 637
     Play#4 input desi 1,-1 g
     Play#4 command designate
+    Play#4 output Play#4 6 0 636
     Play#4 input cen *
     Play#4 command census
+    Play#4 output Play#4 1 Thu Jan  1 00:00:00 1970
+    Play#4 output Play#4 1 CENSUS                   del dst
+    Play#4 output Play#4 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#4 output Play#4 1    1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
+    Play#4 output Play#4 1    0,0    c  100%     118 .. ..      794   55   75    0 100%    0        0
+    Play#4 output Play#4 1    2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
+    Play#4 output Play#4 1 3 sectors
+    Play#4 output Play#4 6 0 636
     Play#4 input ctld
+    Play#4 output Play#4 1 Bye-bye
     Play#4 logout 4
+    Play#4 output Play#4 3 so long...
+     Conn7 output Conn7 2 Empire server ready
      Conn7 input user tester
+     Conn7 output Conn7 0 hello tester
      Conn7 input coun 5
+     Conn7 output Conn7 0 country name 5
      Conn7 input pass 5
+     Conn7 output Conn7 0 password ok
      Conn7 input play
      Conn7 login 5 127.0.0.1 tester
+    Play#5 output Play#5 2 2
+    Play#5 output Play#5 6 0 640
     Play#5 input break
     Play#5 command break
+    Play#5 output Play#5 1 0,0 is no longer a sanctuary.
+    Play#5 output Play#5 1 2,0 is no longer a sanctuary.
+    Play#5 output Play#5 6 0 640
     Play#5 input expl c 0,0 1 uh
     Play#5 command explore
+    Play#5 output Play#5 1 No mobility used, 127 mob left in 0,0
+    Play#5 output Play#5 1 Sector 1,-1 is now yours.
+    Play#5 output Play#5 6 0 639
     Play#5 input desi 1,-1 +
     Play#5 command designate
+    Play#5 output Play#5 6 0 638
     Play#5 input mov c 0,0 205 uh
     Play#5 command move
+    Play#5 output Play#5 1 Total movement cost = 8
+    Play#5 output Play#5 1 119 mob left in 0,0
+    Play#5 output Play#5 6 0 637
     Play#5 input desi 1,-1 g
     Play#5 command designate
+    Play#5 output Play#5 6 0 636
     Play#5 input cen *
     Play#5 command census
+    Play#5 output Play#5 1 Thu Jan  1 00:00:00 1970
+    Play#5 output Play#5 1 CENSUS                   del dst
+    Play#5 output Play#5 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#5 output Play#5 1    1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
+    Play#5 output Play#5 1    0,0    c  100%     119 .. ..      794   55   75    0 100%    0        0   1
+    Play#5 output Play#5 1    2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
+    Play#5 output Play#5 1 3 sectors
+    Play#5 output Play#5 6 0 636
     Play#5 input ctld
+    Play#5 output Play#5 1 Bye-bye
     Play#5 logout 5
+    Play#5 output Play#5 3 so long...
+     Conn8 output Conn8 2 Empire server ready
      Conn8 input user tester
+     Conn8 output Conn8 0 hello tester
      Conn8 input coun 6
+     Conn8 output Conn8 0 country name 6
      Conn8 input pass 6
+     Conn8 output Conn8 0 password ok
      Conn8 input play
      Conn8 login 6 127.0.0.1 tester
+    Play#6 output Play#6 2 2
+    Play#6 output Play#6 6 0 640
     Play#6 input break
     Play#6 command break
+    Play#6 output Play#6 1 0,0 is no longer a sanctuary.
+    Play#6 output Play#6 1 2,0 is no longer a sanctuary.
+    Play#6 output Play#6 6 0 640
     Play#6 input expl c 0,0 1 uh
     Play#6 command explore
+    Play#6 output Play#6 1 Total movement cost = 1, 126 mob left in 0,0
+    Play#6 output Play#6 1 Sector 1,-1 is now yours.
+    Play#6 output Play#6 6 0 639
     Play#6 input desi 1,-1 +
     Play#6 command designate
+    Play#6 output Play#6 6 0 638
     Play#6 input mov c 0,0 205 uh
     Play#6 command move
+    Play#6 output Play#6 1 Total movement cost = 8
+    Play#6 output Play#6 1 118 mob left in 0,0
+    Play#6 output Play#6 6 0 637
     Play#6 input desi 1,-1 g
     Play#6 command designate
+    Play#6 output Play#6 6 0 636
     Play#6 input cen *
     Play#6 command census
+    Play#6 output Play#6 1 Thu Jan  1 00:00:00 1970
+    Play#6 output Play#6 1 CENSUS                   del dst
+    Play#6 output Play#6 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#6 output Play#6 1    1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
+    Play#6 output Play#6 1    0,0    c  100%     118 .. ..      794   55   75    0 100%    0        0
+    Play#6 output Play#6 1    2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
+    Play#6 output Play#6 1 3 sectors
+    Play#6 output Play#6 6 0 636
     Play#6 input ctld
+    Play#6 output Play#6 1 Bye-bye
     Play#6 logout 6
+    Play#6 output Play#6 3 so long...
+     Conn9 output Conn9 2 Empire server ready
      Conn9 input user tester
+     Conn9 output Conn9 0 hello tester
      Conn9 input coun 7
+     Conn9 output Conn9 0 country name 7
      Conn9 input pass 7
+     Conn9 output Conn9 0 password ok
      Conn9 input play
      Conn9 login 7 127.0.0.1 tester
+    Play#7 output Play#7 2 2
+    Play#7 output Play#7 6 0 640
     Play#7 input break
     Play#7 command break
+    Play#7 output Play#7 1 0,0 is no longer a sanctuary.
+    Play#7 output Play#7 1 2,0 is no longer a sanctuary.
+    Play#7 output Play#7 6 0 640
     Play#7 input expl c 0,0 1 uh
     Play#7 command explore
+    Play#7 output Play#7 1 No mobility used, 127 mob left in 0,0
+    Play#7 output Play#7 1 Sector 1,-1 is now yours.
+    Play#7 output Play#7 6 0 639
     Play#7 input desi 1,-1 +
     Play#7 command designate
+    Play#7 output Play#7 6 0 638
     Play#7 input mov c 0,0 205 uh
     Play#7 command move
+    Play#7 output Play#7 1 Total movement cost = 8
+    Play#7 output Play#7 1 119 mob left in 0,0
+    Play#7 output Play#7 6 0 637
     Play#7 input desi 1,-1 g
     Play#7 command designate
+    Play#7 output Play#7 6 0 636
     Play#7 input cen *
     Play#7 command census
+    Play#7 output Play#7 1 Thu Jan  1 00:00:00 1970
+    Play#7 output Play#7 1 CENSUS                   del dst
+    Play#7 output Play#7 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#7 output Play#7 1    1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
+    Play#7 output Play#7 1    0,0    c  100%     119 .. ..      794   55   75    0 100%    0        0
+    Play#7 output Play#7 1    2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
+    Play#7 output Play#7 1 3 sectors
+    Play#7 output Play#7 6 0 636
     Play#7 input ctld
+    Play#7 output Play#7 1 Bye-bye
     Play#7 logout 7
+    Play#7 output Play#7 3 so long...
+    Conn10 output Conn10 2 Empire server ready
     Conn10 input user tester
+    Conn10 output Conn10 0 hello tester
     Conn10 input coun 8
+    Conn10 output Conn10 0 country name 8
     Conn10 input pass 8
+    Conn10 output Conn10 0 password ok
     Conn10 input play
     Conn10 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 6 0 640
     Play#8 input break
     Play#8 command break
+    Play#8 output Play#8 1 0,0 is no longer a sanctuary.
+    Play#8 output Play#8 1 2,0 is no longer a sanctuary.
+    Play#8 output Play#8 6 0 640
     Play#8 input expl c 0,0 1 uh
     Play#8 command explore
+    Play#8 output Play#8 1 No mobility used, 127 mob left in 0,0
+    Play#8 output Play#8 1 Sector 1,-1 is now yours.
+    Play#8 output Play#8 6 0 639
     Play#8 input desi 1,-1 +
     Play#8 command designate
+    Play#8 output Play#8 6 0 638
     Play#8 input mov c 0,0 205 uh
     Play#8 command move
+    Play#8 output Play#8 1 Total movement cost = 8
+    Play#8 output Play#8 1 119 mob left in 0,0
+    Play#8 output Play#8 6 0 637
     Play#8 input desi 1,-1 g
     Play#8 command designate
+    Play#8 output Play#8 6 0 636
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1    1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
+    Play#8 output Play#8 1    0,0    c  100%     119 .. ..      794   55   75    0 100%    0        0
+    Play#8 output Play#8 1    2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
+    Play#8 output Play#8 1 3 sectors
+    Play#8 output Play#8 6 0 636
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn11 output Conn11 2 Empire server ready
     Conn11 input user tester
+    Conn11 output Conn11 0 hello tester
     Conn11 input coun 9
+    Conn11 output Conn11 0 country name 9
     Conn11 input pass 9
+    Conn11 output Conn11 0 password ok
     Conn11 input play
     Conn11 login 9 127.0.0.1 tester
+    Play#9 output Play#9 2 2
+    Play#9 output Play#9 6 0 640
     Play#9 input break
     Play#9 command break
+    Play#9 output Play#9 1 0,0 is no longer a sanctuary.
+    Play#9 output Play#9 1 2,0 is no longer a sanctuary.
+    Play#9 output Play#9 6 0 640
     Play#9 input expl c 0,0 1 uh
     Play#9 command explore
+    Play#9 output Play#9 1 Total movement cost = 1, 126 mob left in 0,0
+    Play#9 output Play#9 1 Sector 1,-1 is now yours.
+    Play#9 output Play#9 6 0 639
     Play#9 input desi 1,-1 +
     Play#9 command designate
+    Play#9 output Play#9 6 0 638
     Play#9 input mov c 0,0 205 uh
     Play#9 command move
+    Play#9 output Play#9 1 Total movement cost = 8
+    Play#9 output Play#9 1 118 mob left in 0,0
+    Play#9 output Play#9 6 0 637
     Play#9 input desi 1,-1 g
     Play#9 command designate
+    Play#9 output Play#9 6 0 636
     Play#9 input cen *
     Play#9 command census
+    Play#9 output Play#9 1 Thu Jan  1 00:00:00 1970
+    Play#9 output Play#9 1 CENSUS                   del dst
+    Play#9 output Play#9 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#9 output Play#9 1    1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0   1
+    Play#9 output Play#9 1    0,0    c  100%     118 .. ..      794   55   75    0 100%    0        0
+    Play#9 output Play#9 1    2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
+    Play#9 output Play#9 1 3 sectors
+    Play#9 output Play#9 6 0 636
     Play#9 input ctld
+    Play#9 output Play#9 1 Bye-bye
     Play#9 logout 9
+    Play#9 output Play#9 3 so long...
+    Conn12 output Conn12 2 Empire server ready
     Conn12 input user tester
+    Conn12 output Conn12 0 hello tester
     Conn12 input coun 10
+    Conn12 output Conn12 0 country name 10
     Conn12 input pass 10
+    Conn12 output Conn12 0 password ok
     Conn12 input play
     Conn12 login 10 127.0.0.1 tester
+   Play#10 output Play#10 2 2
+   Play#10 output Play#10 6 0 640
    Play#10 input break
    Play#10 command break
+   Play#10 output Play#10 1 0,0 is no longer a sanctuary.
+   Play#10 output Play#10 1 2,0 is no longer a sanctuary.
+   Play#10 output Play#10 6 0 640
    Play#10 input expl c 0,0 1 uh
    Play#10 command explore
+   Play#10 output Play#10 1 No mobility used, 127 mob left in 0,0
+   Play#10 output Play#10 1 Sector 1,-1 is now yours.
+   Play#10 output Play#10 6 0 639
    Play#10 input desi 1,-1 +
    Play#10 command designate
+   Play#10 output Play#10 6 0 638
    Play#10 input mov c 0,0 205 uh
    Play#10 command move
+   Play#10 output Play#10 1 Total movement cost = 8
+   Play#10 output Play#10 1 119 mob left in 0,0
+   Play#10 output Play#10 6 0 637
    Play#10 input desi 1,-1 g
    Play#10 command designate
+   Play#10 output Play#10 6 0 636
    Play#10 input cen *
    Play#10 command census
+   Play#10 output Play#10 1 Thu Jan  1 00:00:00 1970
+   Play#10 output Play#10 1 CENSUS                   del dst
+   Play#10 output Play#10 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+   Play#10 output Play#10 1    1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0   1
+   Play#10 output Play#10 1    0,0    c  100%     119 .. ..      794   55   75    0 100%    0        0
+   Play#10 output Play#10 1    2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0   1
+   Play#10 output Play#10 1 3 sectors
+   Play#10 output Play#10 6 0 636
    Play#10 input ctld
+   Play#10 output Play#10 1 Bye-bye
    Play#10 logout 10
+   Play#10 output Play#10 3 so long...
+    Conn13 output Conn13 2 Empire server ready
     Conn13 input user tester
+    Conn13 output Conn13 0 hello tester
     Conn13 input coun POGO
+    Conn13 output Conn13 0 country name POGO
     Conn13 input pass peter
+    Conn13 output Conn13 0 password ok
     Conn13 input play
     Conn13 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 0 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         2   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
+    Play#0 output Play#0 1      0.96
+    Play#0 output Play#0 1         3   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
+    Play#0 output Play#0 1      0.96
+    Play#0 output Play#0 1         4   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
+    Play#0 output Play#0 1      0.96
+    Play#0 output Play#0 1         5   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
+    Play#0 output Play#0 1      0.96
+    Play#0 output Play#0 1         6   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
+    Play#0 output Play#0 1      0.96
+    Play#0 output Play#0 1         7   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
+    Play#0 output Play#0 1      0.96
+    Play#0 output Play#0 1         8   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
+    Play#0 output Play#0 1      0.96
+    Play#0 output Play#0 1         9   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
+    Play#0 output Play#0 1      0.96
+    Play#0 output Play#0 1        10   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
+    Play#0 output Play#0 1      0.96
+    Play#0 output Play#0 1         1  30    7% 2.1K   0    0    0    0    0    0    0    0    0    0   24K
+    Play#0 output Play#0 1      0.95
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  57   35%  20K 990    0    0    0    0    0    0    0    0    0  249K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 0 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                  0.00        0.00        0.00        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                  0.00        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                  0.00        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                  0.00        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                  0.00        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                  0.00        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                  0.00        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                  0.00        0.00        0.00        0.00    23,-11 
+    Play#0 output Play#0 1  9     9                  0.00        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                 0.00        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 0 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-15  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-15  c    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    7,-15  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-15  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-15  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-14  g    0%       0 .. ..      601    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    6,-14  m    0%       0 .. ..      550    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  +    0%       0 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-13  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-13  cg 100%      53 .. ..      168    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  cm 100%     100 .. ..      765    0  150    0 100%    0    0
+    Play#0 output Play#0 1   1    9,-13  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-12  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    6,-12  +    0%       0 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-12  +    0%       0 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-12  g    0%       0 .. ..      206    0    0    0 100%    0    0
+    Play#0 output Play#0 1  10  -11,-11  g    0%       0 .. ..      206    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   13,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   15,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-11  c  100%     119 .. ..      794   55   75    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-11  c  100%     127 .. ..     1000   55   75    0 100%    0    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%     119 .. ..      794   55   75    0 100%    0    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55   75    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-10  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    6,-10  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   10,-10  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   9  -25,-7   g    0%       0 .. ..      206    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     118 .. ..      794   55   75    0 100%    0    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55   75    0 100%    0    0
+    Play#0 output Play#0 1   6    3,-3   g    0%       0 .. ..      206    0    0    0 100%    0    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     118 .. ..      794   55   75    0 100%    0    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55   75    0 100%    0    0
+    Play#0 output Play#0 1   7   25,-1   g    0%       0 .. ..      206    0    0    0 100%    0    0
+    Play#0 output Play#0 1   4  -14,0    g    0%       0 .. ..      206    0    0    0 100%    0    0
+    Play#0 output Play#0 1   7   24,0    c  100%     119 .. ..      794   55   75    0 100%    0    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55   75    0 100%    0    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     118 .. ..      794   55   75    0 100%    0    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55   75    0 100%    0    0
+    Play#0 output Play#0 1   5  -29,7    g    0%       0 .. ..      206    0    0    0 100%    0    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     119 .. ..      794   55   75    0 100%    0    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55   75    0 100%    0    0
+    Play#0 output Play#0 1   3   -3,9    g    0%       0 .. ..      206    0    0    0 100%    0    0
+    Play#0 output Play#0 1   2   17,9    g    0%       0 .. ..      206    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     118 .. ..      794   55   75    0 100%    0    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55   75    0 100%    0    0
+    Play#0 output Play#0 1   2   16,10   c  100%     119 .. ..      794   55   75    0 100%    0    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55   75    0 100%    0    0
+    Play#0 output Play#0 1 57 sectors
+    Play#0 output Play#0 6 0 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-14  g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-14  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-13  c .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  c ...u...... ...0......   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 57 sectors
+    Play#0 output Play#0 6 0 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  +    0%    0    0   82  58    0
+    Play#0 output Play#0 1   1    1,-15  +    0%    6    0   67  32    0
+    Play#0 output Play#0 1   1    3,-15  +    0%   11    0   61  21    0
+    Play#0 output Play#0 1   1    5,-15  c    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  +    0%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  +    0%    0    0   91  72    0
+    Play#0 output Play#0 1   1    4,-14  g    0%   34   10   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m    0%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  +    0%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  +    0%   45   19   13   0    0
+    Play#0 output Play#0 1   1    3,-13  +    0%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  cg 100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    7,-13  cm 100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  +    0%   17    0   52   7    0
+    Play#0 output Play#0 1   1    4,-12  +    0%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  +    0%  100   80    0   0  100
+    Play#0 output Play#0 1   1    8,-12  +    0%  100   65    0   0   88
+    Play#0 output Play#0 1   1   10,-12  +    0%   50   23    6   0    0
+    Play#0 output Play#0 1   1   12,-12  +    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   24,-12  g    0%  100   80    0   0  100
+    Play#0 output Play#0 1  10  -11,-11  g    0%   78   46    0   0   45
+    Play#0 output Play#0 1   1    3,-11  +    0%    0    0  100  87    0
+    Play#0 output Play#0 1   1    5,-11  +    0%  100   74    0   0  100
+    Play#0 output Play#0 1   1    7,-11  +    0%   91   56    0   0   68
+    Play#0 output Play#0 1   1    9,-11  +    0%   85   51    0   0   57
+    Play#0 output Play#0 1   1   11,-11  +    0%   78   46    0   0   45
+    Play#0 output Play#0 1   1   13,-11  +    0%   67   37    0   0   25
+    Play#0 output Play#0 1   1   15,-11  +    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   23,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   8   25,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  +    0%    0    0  100  98    0
+    Play#0 output Play#0 1   9  -25,-7   g    0%   28    5   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g    0%  100   80    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g    0%  100   69    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g    0%   96   60    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g    0%  100   74    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g    0%  100   74    0   0  100
+    Play#0 output Play#0 1   2   17,9    g    0%   34   10   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 57 sectors
+    Play#0 output Play#0 6 0 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 0 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn14 output Conn14 2 Empire server ready
     Conn14 input user tester
+    Conn14 output Conn14 0 hello tester
     Conn14 input coun 1
+    Conn14 output Conn14 0 country name 1
     Conn14 input pass 1
+    Conn14 output Conn14 0 password ok
     Conn14 input play
     Conn14 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 0 592
     Play#1 input real 0 -8:12,-4:4
     Play#1 command realm
+    Play#1 output Play#1 1 Realm #0 is -8:12,-4:4
+    Play#1 output Play#1 6 0 592
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -2,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,-2   c    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    2,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    4,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    6,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,-1   g  100%      60 .. ..      782    0    0    0 100%    8        0   1
+    Play#1 output Play#1 1    1,-1   m  100%      60 .. ..      715    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   +    0%      60 .. ..        1    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -2,0    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,0    g   40%     113 .. ..      219    0    0    0 100%   65        0
+    Play#1 output Play#1 1    2,0    m  100%     125 .. ..      994    0  172    0 100%    0        0
+    Play#1 output Play#1 1    4,0    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,1    +    0%      60 .. ..        2    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    1,1    +    0%      60 .. ..        2    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,1    +    0%      60 .. ..        1    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,1    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    +    0%      60 .. ..        2    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -2,2    +    0%      60 .. ..        2    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,2    +    0%      60 .. ..        1    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    4,2    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    6,2    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    8,2    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   10,2    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,3    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    1,3    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    5,3    +    0%      60 .. ..        2    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1 30 sectors
+    Play#1 output Play#1 6 0 592
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------0000000000111
+    Play#1 output Play#1 1      876543210123456789012
+    Play#1 output Play#1 1   -4     . . . . .         -4  
+    Play#1 output Play#1 1   -3    . . . + . . .      -3  
+    Play#1 output Play#1 1   -2   . + + c + + + .     -2  
+    Play#1 output Play#1 1   -1  - . . g m + + .      -1  
+    Play#1 output Play#1 1    0   - . + g m + . .     0   
+    Play#1 output Play#1 1    1    - . + + + + + . .  1   
+    Play#1 output Play#1 1    2     . + + + + + + + . 2   
+    Play#1 output Play#1 1    3      . + + . + . . .  3   
+    Play#1 output Play#1 1    4       . . . . .       4   
+    Play#1 output Play#1 1      --------0000000000111
+    Play#1 output Play#1 1      876543210123456789012
+    Play#1 output Play#1 6 0 592
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1   0 happiness,   0 education produced
+    Play#1 output Play#1 1 total pop was 2110, yielding 0.00 hap, 0.00 edu
+    Play#1 output Play#1 1 0.0000 tech, 0.0000 research produced
+    Play#1 output Play#1 1 money delta was $-142 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 0 592
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn15 output Conn15 2 Empire server ready
     Conn15 input user tester
+    Conn15 output Conn15 0 hello tester
     Conn15 input coun POGO
+    Conn15 output Conn15 0 country name POGO
     Conn15 input pass peter
+    Conn15 output Conn15 0 password ok
     Conn15 input play
     Conn15 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 0 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  30   11% 2.7K   0    0    0    0  903   36    0    0    0    0   24K
+    Play#0 output Play#0 1      1.13
+    Play#0 output Play#0 1         6   3   93% 2.3K 110    0    0    0    0   51    0    0    0    0   25K
+    Play#0 output Play#0 1      1.06
+    Play#0 output Play#0 1         8   3   93% 2.3K 110    0    0    0    0   51    0    0    0    0   25K
+    Play#0 output Play#0 1      1.06
+    Play#0 output Play#0 1         3   3   93% 2.3K 110    0    0    0    0   47    0    0    0    0   25K
+    Play#0 output Play#0 1      1.05
+    Play#0 output Play#0 1         5   3   93% 2.3K 110    0    0    0    0   47    0    0    0    0   25K
+    Play#0 output Play#0 1      1.05
+    Play#0 output Play#0 1         7   3   93% 2.3K 110    0    0    0    0   44    0    0    0    0   25K
+    Play#0 output Play#0 1      1.05
+    Play#0 output Play#0 1         4   3   93% 2.3K 110    0    0    0    0   38    0    0    0    0   25K
+    Play#0 output Play#0 1      1.05
+    Play#0 output Play#0 1        10   3   93% 2.3K 110    0    0    0    0   29    0    0    0    0   25K
+    Play#0 output Play#0 1      1.05
+    Play#0 output Play#0 1         2   3   93% 2.3K 110    0    0    0    0    6    0    0    0    0   25K
+    Play#0 output Play#0 1      1.04
+    Play#0 output Play#0 1         9   3   93% 2.3K 110    0    0    0    0    3    0    0    0    0   25K
+    Play#0 output Play#0 1      1.04
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  57   50%  23K 990    0    0    0  903  352    0    0    0    0  251K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 0 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                  0.00        0.00        0.00        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                  0.00        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                  0.00        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                  0.00        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                  0.00        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                  0.00        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                  0.00        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                  0.00        0.00        0.00        0.00    23,-11 
+    Play#0 output Play#0 1  9     9                  0.00        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                 0.00        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 0 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-15  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-15  c    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    7,-15  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-15  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-15  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-14  g  100%      60 .. ..      782    0    0    0 100%    8    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%      60 .. ..      715    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  +    0%      60 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-13  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-13  g   40%     113 .. ..      219    0    0    0 100%   65    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     125 .. ..      994    0  172    0 100%    0    0
+    Play#0 output Play#0 1   1    9,-13  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-12  +    0%      60 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    6,-12  +    0%      60 .. ..        2    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-12  +    0%      60 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  +    0%      60 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-12  g   80%      60 .. ..      268    0    0    0 100%    0    0
+    Play#0 output Play#0 1  10  -11,-11  g   79%      60 .. ..      267    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-11  +    0%      60 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   13,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   15,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-11  c  100%     127 .. ..     1000   55   87    0 100%  664    0
+    Play#0 output Play#0 1   8   25,-11  c  100%     127 .. ..     1000   55   86    0 100%  664    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55   86    0 100%  664    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55   86    0 100%  664    0   1
+    Play#0 output Play#0 1   1    4,-10  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    6,-10  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   10,-10  +    0%      60 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   9  -25,-7   g   80%      60 .. ..      268    0    0    0 100%    5    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55   86    0 100%  664    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55   86    0 100%  664    0
+    Play#0 output Play#0 1   6    3,-3   g   80%      60 .. ..      268    0    0    0 100%    0    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55   86    0 100%  664    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55   86    0 100%  664    0
+    Play#0 output Play#0 1   7   25,-1   g   80%      60 .. ..      268    0    0    0 100%    0    0
+    Play#0 output Play#0 1   4  -14,0    g   80%      60 .. ..      268    0    0    0 100%    1    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55   87    0 100%  664    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55   86    0 100%  664    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55   86    0 100%  664    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55   87    0 100%  665    0
+    Play#0 output Play#0 1   5  -29,7    g   80%      60 .. ..      268    0    0    0 100%    1    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55   86    0 100%  664    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55   86    0 100%  664    0
+    Play#0 output Play#0 1   3   -3,9    g   80%      60 .. ..      268    0    0    0 100%    0    0
+    Play#0 output Play#0 1   2   17,9    g   79%      60 .. ..      267    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55   87    0 100%  664    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55   87    0 100%  665    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55   86    0 100%  664    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55   87    0 100%  665    0
+    Play#0 output Play#0 1 57 sectors
+    Play#0 output Play#0 6 0 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-14  g .......... ..........   0   0    0    0   36   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0  329    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  + .......... ..........   0   0    0  350    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-14  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...u...... ...0......   0   0    0  224    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  g .......... ..........   0   0    0    0   51   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0   29   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0    3   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0   51   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0   44   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0   38   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0   47   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0   47   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0    6   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 57 sectors
+    Play#0 output Play#0 6 0 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  +    0%    0    0   82  58    0
+    Play#0 output Play#0 1   1    1,-15  +    0%    6    0   67  32    0
+    Play#0 output Play#0 1   1    3,-15  +    0%   11    0   61  21    0
+    Play#0 output Play#0 1   1    5,-15  c    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  +    0%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  +    0%    0    0   91  72    0
+    Play#0 output Play#0 1   1    4,-14  g  100%   34    3   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  +    0%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  +    0%   45   19   13   0    0
+    Play#0 output Play#0 1   1    3,-13  +    0%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  g   40%  100  100  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  +    0%   17    0   52   7    0
+    Play#0 output Play#0 1   1    4,-12  +    0%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  +    0%  100   80    0   0  100
+    Play#0 output Play#0 1   1    8,-12  +    0%  100   65    0   0   88
+    Play#0 output Play#0 1   1   10,-12  +    0%   50   23    6   0    0
+    Play#0 output Play#0 1   1   12,-12  +    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   24,-12  g   80%  100   70    0   0  100
+    Play#0 output Play#0 1  10  -11,-11  g   79%   78   40    0   0   45
+    Play#0 output Play#0 1   1    3,-11  +    0%    0    0  100  87    0
+    Play#0 output Play#0 1   1    5,-11  +    0%  100   74    0   0  100
+    Play#0 output Play#0 1   1    7,-11  +    0%   91   56    0   0   68
+    Play#0 output Play#0 1   1    9,-11  +    0%   85   51    0   0   57
+    Play#0 output Play#0 1   1   11,-11  +    0%   78   46    0   0   45
+    Play#0 output Play#0 1   1   13,-11  +    0%   67   37    0   0   25
+    Play#0 output Play#0 1   1   15,-11  +    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   23,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   8   25,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  +    0%    0    0  100  98    0
+    Play#0 output Play#0 1   9  -25,-7   g   80%   28    5   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g   80%  100   70    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g   80%  100   60    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g   80%   96   52    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g   80%  100   65    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g   80%  100   65    0   0  100
+    Play#0 output Play#0 1   2   17,9    g   79%   34    9   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 57 sectors
+    Play#0 output Play#0 6 0 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 0 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn16 output Conn16 2 Empire server ready
     Conn16 input user tester
+    Conn16 output Conn16 0 hello tester
     Conn16 input coun 1
+    Conn16 output Conn16 0 country name 1
     Conn16 input pass 1
+    Conn16 output Conn16 0 password ok
     Conn16 input play
     Conn16 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 0 592
     Play#1 input desi -1,-1 b
     Play#1 command designate
+    Play#1 output Play#1 6 0 591
     Play#1 input mov i 2,0 200 4,0
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 4,0
+    Play#1 output Play#1 1 Using best path 'jh', movement cost 0.400
+    Play#1 output Play#1 1 Total movement cost = 80
+    Play#1 output Play#1 1 44 mob left in 2,0
+    Play#1 output Play#1 6 0 590
     Play#1 input mov i 1,-1 4 jh
     Play#1 command move
+    Play#1 output Play#1 1 Total movement cost = 2
+    Play#1 output Play#1 1 89 mob left in 1,-1
+    Play#1 output Play#1 6 0 589
     Play#1 input mov c -1,-1 300 4,0
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 4,0
+    Play#1 output Play#1 1 Using best path 'njjh', movement cost 0.800
+    Play#1 output Play#1 1 Total movement cost = 24
+    Play#1 output Play#1 1 96 mob left in -1,-1
+    Play#1 output Play#1 6 0 588
     Play#1 input mov c -1,-1 300 3,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 3,-1
+    Play#1 output Play#1 1 Using best path 'jjh', movement cost 0.600
+    Play#1 output Play#1 1 Total movement cost = 18
+    Play#1 output Play#1 1 78 mob left in -1,-1
+    Play#1 output Play#1 6 0 587
     Play#1 input mov c 1,-1 175 3,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 3,-1
+    Play#1 output Play#1 1 Using best path 'jh', movement cost 0.400
+    Play#1 output Play#1 1 Total movement cost = 7
+    Play#1 output Play#1 1 82 mob left in 1,-1
+    Play#1 output Play#1 6 0 586
     Play#1 input deli i 2,0 0 j
     Play#1 command deliver
+    Play#1 output Play#1 1 Deliver iron ore from mine @ 2,0 to 4,0
+    Play#1 output Play#1 6 0 585
     Play#1 input deli i 1,-1 0 j
     Play#1 command deliver
+    Play#1 output Play#1 1 Deliver iron ore from mine @ 1,-1 to 3,-1
+    Play#1 output Play#1 6 0 584
     Play#1 input mov c 2,0 230 5,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 5,-1
+    Play#1 output Play#1 1 Using best path 'ujh', movement cost 0.800
+    Play#1 output Play#1 1 Total movement cost = 18
+    Play#1 output Play#1 1 26 mob left in 2,0
+    Play#1 output Play#1 6 0 583
     Play#1 input desi 4,0 k
     Play#1 command designate
+    Play#1 output Play#1 6 0 582
     Play#1 input desi 3,-1 j
     Play#1 command designate
+    Play#1 output Play#1 6 0 581
     Play#1 input dist # 5,-1
     Play#1 command distribute
+    Play#1 output Play#1 1 highway at 1,-3 has no dist sector. 
+    Play#1 output Play#1 1 highway 1,-3 now distributes to 5,-1 (cost 1.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -4,-2 has no dist sector. 
+    Play#1 output Play#1 1 highway -4,-2 now distributes to 5,-1 (cost 1.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -2,-2 has no dist sector. 
+    Play#1 output Play#1 1 highway -2,-2 now distributes to 5,-1 (cost 1.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 capital at 0,-2 has no dist sector. 
+    Play#1 output Play#1 1 capital 0,-2 now distributes to 5,-1 (cost 1.000)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 2,-2 has no dist sector. 
+    Play#1 output Play#1 1 highway 2,-2 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 4,-2 has no dist sector. 
+    Play#1 output Play#1 1 highway 4,-2 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 6,-2 has no dist sector. 
+    Play#1 output Play#1 1 highway 6,-2 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at -1,-1 has no dist sector. 
+    Play#1 output Play#1 1 gold mine -1,-1 now distributes to 5,-1 (cost 1.000)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 1,-1 has no dist sector. 
+    Play#1 output Play#1 1 mine 1,-1 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 light manufacturing at 3,-1 has no dist sector. 
+    Play#1 output Play#1 1 light manufacturing 3,-1 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 5,-1 has no dist sector. 
+    Play#1 output Play#1 1 Distribution from and to highway 5,-1 terminated
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -2,0 has no dist sector. 
+    Play#1 output Play#1 1 highway -2,0 now distributes to 5,-1 (cost 1.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at 0,0 has no dist sector. 
+    Play#1 output Play#1 1 gold mine 0,0 now distributes to 5,-1 (cost 1.000)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 2,0 has no dist sector. 
+    Play#1 output Play#1 1 mine 2,0 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 heavy manufacturing at 4,0 distributes to 2,0. 
+    Play#1 output Play#1 1 heavy manufacturing 4,0 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -1,1 has no dist sector. 
+    Play#1 output Play#1 1 highway -1,1 now distributes to 5,-1 (cost 1.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 1,1 has no dist sector. 
+    Play#1 output Play#1 1 highway 1,1 now distributes to 5,-1 (cost 1.000)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 3,1 has no dist sector. 
+    Play#1 output Play#1 1 highway 3,1 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 5,1 has no dist sector. 
+    Play#1 output Play#1 1 highway 5,1 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 7,1 has no dist sector. 
+    Play#1 output Play#1 1 highway 7,1 now distributes to 5,-1 (cost 1.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -2,2 has no dist sector. 
+    Play#1 output Play#1 1 highway -2,2 now distributes to 5,-1 (cost 1.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 0,2 has no dist sector. 
+    Play#1 output Play#1 1 highway 0,2 now distributes to 5,-1 (cost 1.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 2,2 has no dist sector. 
+    Play#1 output Play#1 1 highway 2,2 now distributes to 5,-1 (cost 1.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 4,2 has no dist sector. 
+    Play#1 output Play#1 1 highway 4,2 now distributes to 5,-1 (cost 1.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 6,2 has no dist sector. 
+    Play#1 output Play#1 1 highway 6,2 now distributes to 5,-1 (cost 1.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 8,2 has no dist sector. 
+    Play#1 output Play#1 1 highway 8,2 now distributes to 5,-1 (cost 1.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 10,2 has no dist sector. 
+    Play#1 output Play#1 1 highway 10,2 now distributes to 5,-1 (cost 2.000)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -1,3 has no dist sector. 
+    Play#1 output Play#1 1 highway -1,3 now distributes to 5,-1 (cost 1.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 1,3 has no dist sector. 
+    Play#1 output Play#1 1 highway 1,3 now distributes to 5,-1 (cost 1.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 5,3 has no dist sector. 
+    Play#1 output Play#1 1 highway 5,3 now distributes to 5,-1 (cost 1.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 0 580
     Play#1 input thre h 4,0 1
     Play#1 command threshold
+    Play#1 output Play#1 6 0 579
     Play#1 input thre l 3,-1 1
     Play#1 command threshold
+    Play#1 output Play#1 6 0 578
     Play#1 input desi 5,-1 h
     Play#1 command designate
+    Play#1 output Play#1 6 0 577
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn17 output Conn17 2 Empire server ready
     Conn17 input user tester
+    Conn17 output Conn17 0 hello tester
     Conn17 input coun POGO
+    Conn17 output Conn17 0 country name POGO
     Conn17 input pass peter
+    Conn17 output Conn17 0 password ok
     Conn17 input play
     Conn17 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 1 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  30   13% 3.3K   0    0    0    0  2.2K 211    0    0    0    0   25K
+    Play#0 output Play#0 1      1.37
+    Play#0 output Play#0 1         6   3  100% 2.3K 110    0    0    0    0  182    0    0    0    0   26K
+    Play#0 output Play#0 1      1.14
+    Play#0 output Play#0 1         8   3  100% 2.3K 110    0    0    0    0  182    0    0    0    0   26K
+    Play#0 output Play#0 1      1.14
+    Play#0 output Play#0 1         3   3  100% 2.3K 110    0    0    0    0  169    0    0    0    0   26K
+    Play#0 output Play#0 1      1.13
+    Play#0 output Play#0 1         5   3  100% 2.3K 110    0    0    0    0  169    0    0    0    0   26K
+    Play#0 output Play#0 1      1.13
+    Play#0 output Play#0 1         7   3  100% 2.3K 110    0    0    0    0  156    0    0    0    0   26K
+    Play#0 output Play#0 1      1.13
+    Play#0 output Play#0 1         4   3  100% 2.3K 110    0    0    0    0  136    0    0    0    0   26K
+    Play#0 output Play#0 1      1.12
+    Play#0 output Play#0 1        10   3  100% 2.3K 110    0    0    0    0  103    0    0    0    0   26K
+    Play#0 output Play#0 1      1.10
+    Play#0 output Play#0 1         2   3  100% 2.3K 110    0    0    0    0   23    0    0    0    0   26K
+    Play#0 output Play#0 1      1.07
+    Play#0 output Play#0 1         9   3  100% 2.3K 110    0    0    0    0   12    0    0    0    0   26K
+    Play#0 output Play#0 1      1.07
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  57   54%  24K 990    0    0    0  2.2K 1.3K   0    0    0    0  256K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 1 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                  0.00        0.00        0.00        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                  0.00        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                  0.00        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                  0.00        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                  0.00        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                  0.00        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                  0.00        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                  0.00        0.00        0.00        0.00    23,-11 
+    Play#0 output Play#0 1  9     9                  0.00        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                 0.00        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 1 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  +    0%     120 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-15  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-15  c    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    7,-15  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-15  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-15  +    0%     120 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-14  gb 100%      78 .. ..      400    0    0    0 100%  107    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%      82 .. ..      755    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  j    0%     120 .. ..      476    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h    0%     120 .. ..      231    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-13  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-13  g  100%     127 .. ..      285    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%      26 .. ..      770    0  197    0 100%    0    0
+    Play#0 output Play#0 1   1    9,-13  k    0%     120 .. ..      301    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-12  +    0%     120 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    6,-12  +    0%     120 .. ..        3    0    0    0 100%    1    0
+    Play#0 output Play#0 1   1    8,-12  +    0%     120 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  +    0%     120 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   24,-12  g  100%     120 .. ..      348    0    0    0 100%    1    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%     120 .. ..      348    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    3,-11  +    0%     120 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    5,-11  +    0%     120 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  +    0%     120 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-11  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-11  +    0%     120 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   13,-11  +    0%     120 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   15,-11  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-11  c  100%     127 .. ..     1000   55  100    0 100%  722    0
+    Play#0 output Play#0 1   8   25,-11  c  100%     127 .. ..     1000   55   99    0 100%  721    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55   98    0 100%  721    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55   99    0 100%  721    0   1
+    Play#0 output Play#0 1   1    4,-10  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    6,-10  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   10,-10  +    0%     120 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     120 .. ..      348    0    0    0 100%   13    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55   99    0 100%  721    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55   99    0 100%  721    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     120 .. ..      348    0    0    0 100%    0    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55   99    0 100%  721    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55   99    0 100%  721    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     120 .. ..      348    0    0    0 100%    1    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     120 .. ..      349    0    0    0 100%    0    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  100    0 100%  722    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55   98    0 100%  721    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55   99    0 100%  721    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  100    0 100%  722    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     120 .. ..      348    0    0    0 100%    1    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55   99    0 100%  721    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55   98    0 100%  721    0
+    Play#0 output Play#0 1   3   -3,9    g  100%     120 .. ..      348    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   17,9    g  100%     120 .. ..      347    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  100    0 100%  722    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  100    0 100%  722    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55   99    0 100%  721    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55  100    0 100%  722    0
+    Play#0 output Play#0 1 57 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-14  g .......... ..........   0   0    0    0   51   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0  584    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... .......0..   0   0    0 1272    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-13  g .......... ....0.....   0   0    0    0  160   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ...0......   0   0    0  122    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ........0.   0   0    0  200    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  g .......... ..........   0   0    0    0  182   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  103   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   12   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  182   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  156   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  136   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  169   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  169   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0   23   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 57 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  +    0%    0    0   82  58    0
+    Play#0 output Play#0 1   1    1,-15  +    0%    6    0   67  32    0
+    Play#0 output Play#0 1   1    3,-15  +    0%   11    0   61  21    0
+    Play#0 output Play#0 1   1    5,-15  c    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  +    0%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  +    0%    0    0   91  72    0
+    Play#0 output Play#0 1   1    4,-14  gb 100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  j    0%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h    0%   45   19   13   0    0
+    Play#0 output Play#0 1   1    3,-13  +    0%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  g  100%  100   68  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k    0%   17    0   52   7    0
+    Play#0 output Play#0 1   1    4,-12  +    0%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  +    0%  100   80    0   0  100
+    Play#0 output Play#0 1   1    8,-12  +    0%  100   65    0   0   88
+    Play#0 output Play#0 1   1   10,-12  +    0%   50   23    6   0    0
+    Play#0 output Play#0 1   1   12,-12  +    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   24,-12  g  100%  100   44    0   0  100
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78   25    0   0   45
+    Play#0 output Play#0 1   1    3,-11  +    0%    0    0  100  87    0
+    Play#0 output Play#0 1   1    5,-11  +    0%  100   74    0   0  100
+    Play#0 output Play#0 1   1    7,-11  +    0%   91   56    0   0   68
+    Play#0 output Play#0 1   1    9,-11  +    0%   85   51    0   0   57
+    Play#0 output Play#0 1   1   11,-11  +    0%   78   46    0   0   45
+    Play#0 output Play#0 1   1   13,-11  +    0%   67   37    0   0   25
+    Play#0 output Play#0 1   1   15,-11  +    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   23,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   8   25,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  +    0%    0    0  100  98    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    3   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100   44    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100   37    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96   32    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100   41    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g  100%  100   41    0   0  100
+    Play#0 output Play#0 1   2   17,9    g  100%   34    6   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 57 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 1 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn18 output Conn18 2 Empire server ready
     Conn18 input user tester
+    Conn18 output Conn18 0 hello tester
     Conn18 input coun 1
+    Conn18 output Conn18 0 country name 1
     Conn18 input pass 1
+    Conn18 output Conn18 0 password ok
     Conn18 input play
     Conn18 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 0 577
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   +    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -2,-2   +    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,-2   c    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    4,-2   +    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    6,-2   +    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      520    0    0    0 100%  137        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     102 .. ..      982    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   j  100%     127 .. ..      619    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h   89%     127 .. ..      300    0    0    0 100%   90        0   1
+    Play#1 output Play#1 1   -2,0    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,0    g  100%     127 .. ..      370    0    0    0 100%    2        0
+    Play#1 output Play#1 1    2,0    m  100%      72 .. ..     1000    0  227    0 100%    0        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. ..      391    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,1    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    1,1    +    1%     127 .. ..        4    0    0    0 100%    1        0
+    Play#1 output Play#1 1    3,1    +    0%     127 .. ..        1    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,1    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -2,2    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    0,2    +    0%     127 .. ..        1    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    4,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    6,2    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    8,2    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   10,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,3    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    1,3    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    5,3    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1 30 sectors
+    Play#1 output Play#1 6 0 577
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------0000000000111
+    Play#1 output Play#1 1      876543210123456789012
+    Play#1 output Play#1 1   -4     . . . . . . .     -4  
+    Play#1 output Play#1 1   -3    . . . + . . . .    -3  
+    Play#1 output Play#1 1   -2   . + + c + + + . .   -2  
+    Play#1 output Play#1 1   -1  - . . b m j h . . -  -1  
+    Play#1 output Play#1 1    0   - . + g m k . . .   0   
+    Play#1 output Play#1 1    1    - . + + + + + . .  1   
+    Play#1 output Play#1 1    2     . + + + + + + + . 2   
+    Play#1 output Play#1 1    3      . + + . + . . .  3   
+    Play#1 output Play#1 1    4       . . . . .       4   
+    Play#1 output Play#1 1      --------0000000000111
+    Play#1 output Play#1 1      876543210123456789012
+    Play#1 output Play#1 6 0 577
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1   0 happiness,   0 education produced
+    Play#1 output Play#1 1 total pop was 2741, yielding 0.00 hap, 0.00 edu
+    Play#1 output Play#1 1 0.0000 tech, 0.0000 research produced
+    Play#1 output Play#1 1 money delta was $1134 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1   0 happiness,   0 education produced
+    Play#1 output Play#1 1 total pop was 3256, yielding 0.00 hap, 0.00 edu
+    Play#1 output Play#1 1 0.0000 tech, 0.0000 research produced
+    Play#1 output Play#1 1 money delta was $495 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 0 577
     Play#1 input build sh 5,-1 frg
     Play#1 command build
+    Play#1 output Play#1 1 frg  frigate (#0) built in sector 5,-1
+    Play#1 output Play#1 1 That just cost you $120.00
+    Play#1 output Play#1 6 0 576
     Play#1 input mov l 5,-1 102 6,-2
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 6,-2
+    Play#1 output Play#1 1 Using best path 'uh', movement cost 0.400
+    Play#1 output Play#1 1 Total movement cost = 4
+    Play#1 output Play#1 1 123 mob left in 5,-1
+    Play#1 output Play#1 6 0 575
     Play#1 input mov c 4,0 255 6,-2
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 6,-2
+    Play#1 output Play#1 1 Using best path 'uuh', movement cost 0.622
+    Play#1 output Play#1 1 Total movement cost = 16
+    Play#1 output Play#1 1 111 mob left in 4,0
+    Play#1 output Play#1 6 0 574
     Play#1 input desi 6,-2 l
     Play#1 command designate
+    Play#1 output Play#1 6 0 573
     Play#1 input thre l 6,-2 150
     Play#1 command threshold
+    Play#1 output Play#1 6 0 572
     Play#1 input mov c 2,0 300 -2,2
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -2,2
+    Play#1 output Play#1 1 Using best path 'gbbh', movement cost 0.992
+    Play#1 output Play#1 1 Total movement cost = 29
+    Play#1 output Play#1 1 43 mob left in 2,0
+    Play#1 output Play#1 6 0 571
     Play#1 input deliver i 2,0 0 j
     Play#1 command deliver
+    Play#1 output Play#1 1 Deliver iron ore from mine @ 2,0 to 4,0
+    Play#1 output Play#1 6 0 570
     Play#1 input deliver i 1,-1 0 j
     Play#1 command deliver
+    Play#1 output Play#1 1 Deliver iron ore from mine @ 1,-1 to 3,-1
+    Play#1 output Play#1 6 0 569
     Play#1 input thres d 1,1 1
     Play#1 command threshold
+    Play#1 output Play#1 6 0 568
     Play#1 input thres o -2,2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 0 567
     Play#1 input thres i 2,0 0
     Play#1 command threshold
+    Play#1 output Play#1 1 2,0 old threshold 1
+    Play#1 output Play#1 6 0 566
     Play#1 input thres i 1,-1 0
     Play#1 command threshold
+    Play#1 output Play#1 6 0 565
     Play#1 input desi -2,2 o
     Play#1 command designate
+    Play#1 output Play#1 6 0 564
     Play#1 input desi 1,1 g
     Play#1 command designate
+    Play#1 output Play#1 6 0 563
     Play#1 input thres c -1:5,-1 768
     Play#1 command threshold
+    Play#1 output Play#1 6 0 562
     Play#1 input thres c -2:4,0 768
     Play#1 command threshold
+    Play#1 output Play#1 6 0 561
     Play#1 input thres c 6,-2 250
     Play#1 command threshold
+    Play#1 output Play#1 6 0 560
     Play#1 input thres c 4,-2 370
     Play#1 command threshold
+    Play#1 output Play#1 6 0 559
     Play#1 input thres l 4,-2 100
     Play#1 command threshold
+    Play#1 output Play#1 6 0 558
     Play#1 input thres o 4,-2 50
     Play#1 command threshold
+    Play#1 output Play#1 6 0 557
     Play#1 input thres d 4,-2 10
     Play#1 command threshold
+    Play#1 output Play#1 6 0 556
     Play#1 input thres d -1,-1 50
     Play#1 command threshold
+    Play#1 output Play#1 6 0 555
     Play#1 input thres c 1,1 768
     Play#1 command threshold
+    Play#1 output Play#1 6 0 554
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    6,-2   l 100%   102  102  1.00 $918   102l            102l             102
+    Play#1 output Play#1 1   -1,-1   b 100%   455    0b 1.00 $0       0d            455d              91
+    Play#1 output Play#1 1    1,-1   m 100%   600  600i 1.00 $0                                      600
+    Play#1 output Play#1 1    3,-1   j 100%   482  241l 0.50 $0     482i            482i             241
+    Play#1 output Play#1 1    0,0    g  38%   290  110d 1.00 $0                                      110
+    Play#1 output Play#1 1    2,0    m 100%   702  702i 1.00 $0                                      702
+    Play#1 output Play#1 1    4,0    k 100%   105   26h 0.50 $0     104i            104i              26
+    Play#1 output Play#1 1   -2,2    o  87%   138   60o 0.50 $0                                       60
+    Play#1 output Play#1 1 8 sectors
+    Play#1 output Play#1 6 0 554
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn19 output Conn19 2 Empire server ready
     Conn19 input user tester
+    Conn19 output Conn19 0 hello tester
     Conn19 input coun 8
+    Conn19 output Conn19 0 country name 8
     Conn19 input pass 8
+    Conn19 output Conn19 0 password ok
     Conn19 input play
     Conn19 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have three new telegrams waiting ...
+    Play#8 output Play#8 6 0 640
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1    1,-1   g  100%     127 .. ..      452    0    0    0 100%    1        0
+    Play#8 output Play#8 1    0,0    c  100%     127 .. ..     1000   55  115    0 100%  732        0
+    Play#8 output Play#8 1    2,0    c  100%     127 .. ..     1000   55  114    0 100%  731        0
+    Play#8 output Play#8 1 3 sectors
+    Play#8 output Play#8 6 0 640
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5                     -5  
+    Play#8 output Play#8 1   -4       . - . .       -4  
+    Play#8 output Play#8 1   -3      - - - . .      -3  
+    Play#8 output Play#8 1   -2     - - - - - -     -2  
+    Play#8 output Play#8 1   -1    . - - g - - -    -1  
+    Play#8 output Play#8 1    0   . . - c c - - -   0   
+    Play#8 output Play#8 1    1    . - - - - . .    1   
+    Play#8 output Play#8 1    2     . . . . . .     2   
+    Play#8 output Play#8 1    3      . . . . .      3   
+    Play#8 output Play#8 1    4                     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 0 640
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1   0 happiness,   0 education produced
+    Play#8 output Play#8 1 total pop was 2000, yielding 0.00 hap, 0.00 edu
+    Play#8 output Play#8 1 0.0000 tech, 0.0000 research produced
+    Play#8 output Play#8 1 money delta was $165 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1   0 happiness,   0 education produced
+    Play#8 output Play#8 1 total pop was 2268, yielding 0.00 hap, 0.00 edu
+    Play#8 output Play#8 1 0.0000 tech, 0.0000 research produced
+    Play#8 output Play#8 1 money delta was $437 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1   0 happiness,   0 education produced
+    Play#8 output Play#8 1 total pop was 2348, yielding 0.00 hap, 0.00 edu
+    Play#8 output Play#8 1 0.0000 tech, 0.0000 research produced
+    Play#8 output Play#8 1 money delta was $528 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 0 640
     Play#8 input exp c 0,0 50 gyyygh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 100, 27 mob left in 0,0
+    Play#8 output Play#8 1 Sector -7,-3 is now yours.
+    Play#8 output Play#8 6 0 639
     Play#8 input des -7,-3 )
     Play#8 command designate
+    Play#8 output Play#8 6 0 638
     Play#8 input lost *
     Play#8 command lost
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 DUMP LOST ITEMS 0
+    Play#8 output Play#8 1 type id x y timestamp
+    Play#8 output Play#8 1 *: Nothing lost.
+    Play#8 output Play#8 6 0 638
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn20 output Conn20 2 Empire server ready
     Conn20 input user tester
+    Conn20 output Conn20 0 hello tester
     Conn20 input coun POGO
+    Conn20 output Conn20 0 country name POGO
     Conn20 input pass peter
+    Conn20 output Conn20 0 password ok
     Conn20 input play
     Conn20 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 1 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  30   23% 4.2K   0    0    0    0  3.1K 311    0    0    1    0   26K
+    Play#0 output Play#0 1      1.75
+    Play#0 output Play#0 1         8   4   75% 2.5K 110    0    0    0    0  301    0    0    0    0   26K
+    Play#0 output Play#0 1      1.22
+    Play#0 output Play#0 1         6   3  100% 2.5K 110    0    0    0    0  300    0    0    0    0   26K
+    Play#0 output Play#0 1      1.22
+    Play#0 output Play#0 1         3   3  100% 2.5K 110    0    0    0    0  280    0    0    0    0   26K
+    Play#0 output Play#0 1      1.21
+    Play#0 output Play#0 1         5   3  100% 2.5K 110    0    0    0    0  280    0    0    0    0   26K
+    Play#0 output Play#0 1      1.21
+    Play#0 output Play#0 1         7   3  100% 2.5K 110    0    0    0    0  256    0    0    0    0   26K
+    Play#0 output Play#0 1      1.20
+    Play#0 output Play#0 1         4   3  100% 2.5K 110    0    0    0    0  223    0    0    0    0   26K
+    Play#0 output Play#0 1      1.18
+    Play#0 output Play#0 1        10   3  100% 2.5K 110    0    0    0    0  171    0    0    0    0   26K
+    Play#0 output Play#0 1      1.16
+    Play#0 output Play#0 1         2   3  100% 2.5K 110    0    0    0    0   39    0    0    0    0   26K
+    Play#0 output Play#0 1      1.11
+    Play#0 output Play#0 1         9   3  100% 2.5K 110    0    0    0    0   20    0    0    0    0   26K
+    Play#0 output Play#0 1      1.10
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  58   58%  26K 990    0    0    0  3.1K 2.2K   0    0    1    0  261K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 1 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                  0.00        0.00        0.00        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                  0.00        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                  0.00        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                  0.00        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                  0.00        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                  0.00        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                  0.00        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                  0.00        0.00        0.00        0.00    23,-11 
+    Play#0 output Play#0 1  9     9                  0.00        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                 0.00        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 1 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    3,-15  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-15  c    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-15  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-15  l    0%     127 .. ..      258    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      520    0    0    0 100%  137    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     102 .. ..      982    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  j  100%     127 .. ..      619    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h   89%     123 .. ..      300    0    0    0 100%   68    0   1
+    Play#0 output Play#0 1   8   16,-14  )    0%       0 .. ..       50    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-13  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-13  g  100%     127 .. ..      370    0    0    0 100%    2    0
+    Play#0 output Play#0 1   1    7,-13  m  100%      43 .. ..      700    0  227    0 100%    0    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     111 .. ..      136    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-12  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    6,-12  g    0%     127 .. ..        4    0    0    0 100%    1    0
+    Play#0 output Play#0 1   1    8,-12  +    0%     127 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   24,-12  g  100%     127 .. ..      452    0    0    0 100%    1    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..      452    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-11  o    0%     127 .. ..      304    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    5,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    9,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-11  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   13,-11  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   15,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-11  c  100%      27 .. ..      950   55  115    0 100%  732    0
+    Play#0 output Play#0 1   8   25,-11  c  100%     127 .. ..     1000   55  114    0 100%  731    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  113    0 100%  731    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  114    0 100%  731    0   1
+    Play#0 output Play#0 1   1    4,-10  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    6,-10  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   10,-10  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..      453    0    0    0 100%   17    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  114    0 100%  731    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  114    0 100%  731    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..      452    0    0    0 100%    1    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  114    0 100%  731    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  114    0 100%  731    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..      452    0    0    0 100%    1    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..      454    0    0    0 100%    0    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  115    0 100%  732    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  113    0 100%  731    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  114    0 100%  731    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  115    0 100%  732    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..      452    0    0    0 100%    0    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  113    0 100%  730    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  113    0 100%  731    0
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..      452    0    0    0 100%    0    0
+    Play#0 output Play#0 1   2   17,9    g  100%     127 .. ..      451    0    0    0 100%    6    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  115    0 100%  732    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  115    0 100%  732    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55  113    0 100%  730    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55  115    0 100%  732    0
+    Play#0 output Play#0 1 58 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  + .......... ....0.01..   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  102    0   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....0.....   0   0    0    0    1  10    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0  354    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... .......0..   0   0    0 1821    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... ..........   0   0    0  598  309   0    0   26   26   0
+    Play#0 output Play#0 1   8  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ........0.   0   0    0  325    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  g .......... ..........   0   0    0    0  301   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  171   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   20   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  300   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  256   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  223   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  280   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  280   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0   39   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 58 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  +    0%    0    0   82  58    0
+    Play#0 output Play#0 1   1    1,-15  +    0%    6    0   67  32    0
+    Play#0 output Play#0 1   1    3,-15  +    0%   11    0   61  21    0
+    Play#0 output Play#0 1   1    5,-15  c    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  +    0%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l    0%    0    0   91  72    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  j  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h   89%   45   19   13   0    0
+    Play#0 output Play#0 1   8   16,-14  )    0%    0    0  100  98    0
+    Play#0 output Play#0 1   1    3,-13  +    0%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  g  100%  100   38  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   1    4,-12  +    1%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  g    0%  100   80    0   0  100
+    Play#0 output Play#0 1   1    8,-12  +    0%  100   65    0   0   88
+    Play#0 output Play#0 1   1   10,-12  +    0%   50   23    6   0    0
+    Play#0 output Play#0 1   1   12,-12  +    1%   63   33    0   0   17
+    Play#0 output Play#0 1   8   24,-12  g  100%  100   20    0   0  100
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78   11    0   0   45
+    Play#0 output Play#0 1   1    3,-11  o    0%    0    0  100  87    0
+    Play#0 output Play#0 1   1    5,-11  +    0%  100   74    0   0  100
+    Play#0 output Play#0 1   1    7,-11  +    0%   91   56    0   0   68
+    Play#0 output Play#0 1   1    9,-11  +    0%   85   51    0   0   57
+    Play#0 output Play#0 1   1   11,-11  +    0%   78   46    0   0   45
+    Play#0 output Play#0 1   1   13,-11  +    0%   67   37    0   0   25
+    Play#0 output Play#0 1   1   15,-11  +    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   23,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   8   25,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  +    1%    0    0  100  98    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    2   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100   20    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100   17    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96   15    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100   19    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g  100%  100   19    0   0  100
+    Play#0 output Play#0 1   2   17,9    g  100%   34    3   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 58 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 1 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn21 output Conn21 2 Empire server ready
     Conn21 input user tester
+    Conn21 output Conn21 0 hello tester
     Conn21 input coun 1
+    Conn21 output Conn21 0 country name 1
     Conn21 input pass 1
+    Conn21 output Conn21 0 password ok
     Conn21 input play
     Conn21 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 1 554
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -2,-2   +    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    0,-2   c    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    4,-2   +    0%     127 .. ..      370    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      250    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      768    0    0    0 100%  455        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     115 .. ..      768    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   j  100%     127 .. ..      768    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%     127 .. ..        1    0    0    0 100%  185        0   1
+    Play#1 output Play#1 1   -2,0    +    0%     127 .. ..      426    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,0    g  100%     127 .. ..      481    0    0    0 100%    1        0
+    Play#1 output Play#1 1    2,0    m  100%      83 .. ..      768    0  261    0 100%    0        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. ..      176    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -1,1    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1    1,1    g    1%     127 .. ..        5    0    0    0 100%    2        0
+    Play#1 output Play#1 1    3,1    +    0%     127 .. ..        2    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,1    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1   -2,2    o  100%     127 .. ..      395    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    0,2    +    0%     127 .. ..        1    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    4,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    6,2    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    8,2    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   10,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,3    +    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    1,3    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    5,3    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1 30 sectors
+    Play#1 output Play#1 6 1 554
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate        5,-1      100%   0   0   0   0  0  0  0  0  90    0
+    Play#1 output Play#1 1 1 ship
+    Play#1 output Play#1 6 1 554
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------0000000000111
+    Play#1 output Play#1 1      876543210123456789012
+    Play#1 output Play#1 1   -4     . . . . . . . .   -4  
+    Play#1 output Play#1 1   -3    . . . + . . . . .  -3  
+    Play#1 output Play#1 1   -2   . + + c + + l . . - -2  
+    Play#1 output Play#1 1   -1  - . . b m j h . . ?  -1  
+    Play#1 output Play#1 1    0   - . + g m k . . .   0   
+    Play#1 output Play#1 1    1  - - . + g + + + . .  1   
+    Play#1 output Play#1 1    2 - - . o + + + + + + . 2   
+    Play#1 output Play#1 1    3  - - . + + . + . . .  3   
+    Play#1 output Play#1 1    4   - - . . . . .       4   
+    Play#1 output Play#1 1      --------0000000000111
+    Play#1 output Play#1 1      876543210123456789012
+    Play#1 output Play#1 6 1 554
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 a class of graduates (101.00) produced in 6,-2
+    Play#1 output Play#1 1   0 happiness, 101 education produced
+    Play#1 output Play#1 1 total pop was 4232, yielding 0.00 hap, 64.20 edu
+    Play#1 output Play#1 1 0.0000 tech, 0.0000 research produced
+    Play#1 output Play#1 1 Army delta $0, Navy delta $-516, Air force delta $0
+    Play#1 output Play#1 1 money delta was $216 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 1 554
     Play#1 input des 4,-2 t
     Play#1 command designate
+    Play#1 output Play#1 6 1 553
     Play#1 input enlist -2,0 60
     Play#1 command enlist
+    Play#1 output Play#1 1  60 enlisted in -2,0 (60)
+    Play#1 output Play#1 1 Total new enlistment : 60
+    Play#1 output Play#1 1 Military reserves stand at 38
+    Play#1 output Play#1 1 Paperwork at recruiting stations ... 1
+    Play#1 output Play#1 6 1 550
     Play#1 input mov m -2,0 60 5,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 5,-1
+    Play#1 output Play#1 1 Using best path 'jjjuh', movement cost 0.800
+    Play#1 output Play#1 1 Total movement cost = 48
+    Play#1 output Play#1 1 61 mob left in -2,0
+    Play#1 output Play#1 6 1 549
     Play#1 input load m 0 60
     Play#1 command load
+    Play#1 output Play#1 1 60 military loaded onto frg  frigate (#0) at 5,-1
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 1 548
     Play#1 input nav 0
     Play#1 command navigate
+    Play#1 output Play#1 1 Flagship is frg  frigate (#0)
+    Play#1 output Play#1 1  t l 
+    Play#1 output Play#1 1 j h .
+    Play#1 output Play#1 1  k . 
+    Play#1 output Play#1 4 <90.0:90.0: 5,-1> 
     Play#1 input j
+    Play#1 output Play#1 1  l . 
+    Play#1 output Play#1 1 h . .
+    Play#1 output Play#1 1  . . 
+    Play#1 output Play#1 4 <74.6:74.6: 7,-1> 
     Play#1 input j
+    Play#1 output Play#1 1  . . 
+    Play#1 output Play#1 1 . . )
+    Play#1 output Play#1 1  . . 
+    Play#1 output Play#1 4 <59.3:59.3: 9,-1> 
     Play#1 input h
+    Play#1 output Play#1 1 frg  frigate (#0) stopped at 9,-1
+    Play#1 output Play#1 1 Path taken: jj
+    Play#1 output Play#1 6 1 547
     Play#1 input assault 11,-1 0
     Play#1 command assault
+    Play#1 output Play#1 1 11,-1 is a 20% 8 radar installation with approximately 0 military.
+    Play#1 output Play#1 4 Number of mil from frg  frigate (#0) (max 59) : 
     Play#1 input 35
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1              Initial attack strength:       35
+    Play#1 output Play#1 1               Final assault strength:       35
+    Play#1 output Play#1 1               Final defense strength:        0
+    Play#1 output Play#1 1                           Final odds:      100%
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 - Casualties -
+    Play#1 output Play#1 1      Yours: 0
+    Play#1 output Play#1 1     Theirs: 0
+    Play#1 output Play#1 1 Papershuffling ... 0.0 B.T.U
+    Play#1 output Play#1 1 We have secured a beachhead at 11,-1, sir!
+    Play#1 output Play#1 1 1 mil from frg  frigate (#0) moves into 11,-1
+    Play#1 output Play#1 1 35 of your troops now occupy 11,-1
+    Play#1 output Play#1 6 1 544
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    4,-2   t 100%   189  5.07 0.51 $3000   10d  50o 100l   11d  55o 110l  5.58
+    Play#1 output Play#1 1    6,-2   l 100%   195  144  1.00 $1296  144l            195l             195
+    Play#1 output Play#1 1   -1,-1   b 100%   648   10b 1.00 $100    50d            645d             129
+    Play#1 output Play#1 1    1,-1   m 100%   598  598i 1.00 $0                                      598
+    Play#1 output Play#1 1    3,-1   j 100%   598  299l 0.50 $0     598i            598i             299
+    Play#1 output Play#1 1    0,0    g  16%   376   60d 1.00 $0                                       60
+    Play#1 output Play#1 1    2,0    m 100%   778  778i 1.00 $0                                      778
+    Play#1 output Play#1 1    4,0    k 100%   137   34h 0.50 $0     136i            136i              34
+    Play#1 output Play#1 1   -2,2    o  75%   308  116o 0.50 $0                                      116
+    Play#1 output Play#1 1 9 sectors
+    Play#1 output Play#1 6 1 544
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn22 output Conn22 2 Empire server ready
     Conn22 input user tester
+    Conn22 output Conn22 0 hello tester
     Conn22 input coun 8
+    Conn22 output Conn22 0 country name 8
     Conn22 input pass 8
+    Conn22 output Conn22 0 password ok
     Conn22 input play
     Conn22 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have two new telegrams waiting ...
+    Play#8 output Play#8 6 0 640
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1    1,-1   g  100%     127 .. ..      588    0    0    0 100%    3        0
+    Play#8 output Play#8 1    0,0    c  100%      87 .. ..     1000   55  132    0 100%  742        0
+    Play#8 output Play#8 1    2,0    c  100%     127 .. ..     1000   55  131    0 100%  741        0
+    Play#8 output Play#8 1 3 sectors
+    Play#8 output Play#8 6 0 640
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5                     -5  
+    Play#8 output Play#8 1   -4       . - . .       -4  
+    Play#8 output Play#8 1   -3      - - - . .      -3  
+    Play#8 output Play#8 1   -2     - - - - - -     -2  
+    Play#8 output Play#8 1   -1    . - - g - - -    -1  
+    Play#8 output Play#8 1    0   . . - c c - - -   0   
+    Play#8 output Play#8 1    1    . - - - - . .    1   
+    Play#8 output Play#8 1    2     . . . . . .     2   
+    Play#8 output Play#8 1    3      . . . . .      3   
+    Play#8 output Play#8 1    4                     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 0 640
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1   0 happiness,   0 education produced
+    Play#8 output Play#8 1 total pop was 2452, yielding 0.00 hap, 0.00 edu
+    Play#8 output Play#8 1 0.0000 tech, 0.0000 research produced
+    Play#8 output Play#8 1 money delta was $538 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 1 frg  frigate (#0) sighted at -9,-3
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 Odds are bad for us...support cancelled.
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 1 (#1) lost 0 troops assaulting and taking -7,-3
+    Play#8 output Play#8 1 We lost 0 troops defending
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 0 640
     Play#8 input lost *
     Play#8 command lost
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 DUMP LOST ITEMS 0
+    Play#8 output Play#8 1 type id x y timestamp
+    Play#8 output Play#8 1 0 0 -7 -3 0
+    Play#8 output Play#8 1 1 lost item.
+    Play#8 output Play#8 6 0 640
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn23 output Conn23 2 Empire server ready
     Conn23 input user tester
+    Conn23 output Conn23 0 hello tester
     Conn23 input coun POGO
+    Conn23 output Conn23 0 country name POGO
     Conn23 input pass peter
+    Conn23 output Conn23 0 password ok
     Conn23 input play
     Conn23 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 1 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  31   30% 5.2K  60    0    0    0  3.8K 421   59    0    1    0   26K
+    Play#0 output Play#0 1      2.12
+    Play#0 output Play#0 1         6   3  100% 2.6K 110    0    0    0    0  370    0    0    0    0   27K
+    Play#0 output Play#0 1      1.28
+    Play#0 output Play#0 1         8   3  100% 2.6K 110    0    0    0    0  371    0    0    0    0   27K
+    Play#0 output Play#0 1      1.28
+    Play#0 output Play#0 1         3   3  100% 2.6K 110    0    0    0    0  346    0    0    0    0   27K
+    Play#0 output Play#0 1      1.27
+    Play#0 output Play#0 1         5   3  100% 2.6K 110    0    0    0    0  346    0    0    0    0   27K
+    Play#0 output Play#0 1      1.27
+    Play#0 output Play#0 1         7   3  100% 2.6K 110    0    0    0    0  316    0    0    0    0   27K
+    Play#0 output Play#0 1      1.26
+    Play#0 output Play#0 1         4   3  100% 2.6K 110    0    0    0    0  276    0    0    0    0   27K
+    Play#0 output Play#0 1      1.24
+    Play#0 output Play#0 1        10   3  100% 2.6K 110    0    0    0    0  209    0    0    0    0   27K
+    Play#0 output Play#0 1      1.22
+    Play#0 output Play#0 1         2   3  100% 2.6K 110    0    0    0    0   49    0    0    0    0   27K
+    Play#0 output Play#0 1      1.15
+    Play#0 output Play#0 1         9   3  100% 2.6K 110    0    0    0    0   27    0    0    0    0   27K
+    Play#0 output Play#0 1      1.14
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  58   63%  29K 1.1K   0    0    0  3.8K 2.7K  59    0    1    0  266K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 1 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                  0.00        0.00       15.28        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                  0.00        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                  0.00        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                  0.00        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                  0.00        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                  0.00        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                  0.00        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                  0.00        0.00        0.00        0.00    23,-11 
+    Play#0 output Play#0 1  9     9                  0.00        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                 0.00        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 1 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    3,-15  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    5,-15  c    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-15  t    0%     127 .. ..      370    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      250    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      768    0    0    0 100%  455    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     115 .. ..      768    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  j  100%     127 .. ..      768    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     127 .. ..        1    0    0    0 100%  185    0   1
+    Play#0 output Play#0 1   1   16,-14  )   19% no    0 .. ..   8   58   35    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-13  +    0%      61 .. ..      366    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-13  g  100%     127 .. ..      481    0    0    0 100%    1    0
+    Play#0 output Play#0 1   1    7,-13  m  100%      83 .. ..      768    0  261    0 100%    0    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. ..      176    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    4,-12  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    6,-12  g    1%     127 .. ..        5    0    0    0 100%    2    0
+    Play#0 output Play#0 1   1    8,-12  +    0%     127 .. ..        2    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   24,-12  g  100%     127 .. ..      588    0    0    0 100%    3    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..      587    0    0    0 100%    7    0   1
+    Play#0 output Play#0 1   1    3,-11  o  100%     127 .. ..      395    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    5,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    9,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-11  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   13,-11  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   15,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-11  c  100%      87 .. ..     1000   55  132    0 100%  742    0
+    Play#0 output Play#0 1   8   25,-11  c  100%     127 .. ..     1000   55  131    0 100%  741    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  130    0 100%  741    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  131    0 100%  741    0   1
+    Play#0 output Play#0 1   1    4,-10  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    6,-10  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   10,-10  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..      589    0    0    0 100%   19    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  131    0 100%  741    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  131    0 100%  741    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..      587    0    0    0 100%    3    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  131    0 100%  741    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  132    0 100%  741    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..      588    0    0    0 100%    1    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..      591    0    0    0 100%    0    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  133    0 100%  742    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  130    0 100%  741    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  131    0 100%  741    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  132    0 100%  742    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..      588    0    0    0 100%    4    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  130    0 100%  741    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  130    0 100%  741    0
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..      588    0    0    0 100%    5    0
+    Play#0 output Play#0 1   2   17,9    g  100%     127 .. ..      586    0    0    0 100%   24    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  132    0 100%  742    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  132    0 100%  742    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55  130    0 100%  741    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55  132    0 100%  742    0
+    Play#0 output Play#0 1 58 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  144    0   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....0.....   0   0    0    0   50  10    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... .......0..   0   0    0 2292    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... ..........   0   0    0  598  359   0    8    0   28   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0  284    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ........0.   0   0    0  640    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  g .......... ..........   0   0    0    0  371   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  209   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   27   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  370   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  316   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  276   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  346   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  346   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0   49   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 58 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  +    0%    0    0   82  58    0
+    Play#0 output Play#0 1   1    1,-15  +    1%    6    0   67  32    0
+    Play#0 output Play#0 1   1    3,-15  +    0%   11    0   61  21    0
+    Play#0 output Play#0 1   1    5,-15  c    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  t    0%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  j  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   16,-14  )   19%    0    0  100  98    0
+    Play#0 output Play#0 1   1    3,-13  +    0%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  g  100%  100   16  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   1    4,-12  +    2%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  g    1%  100   80    0   0  100
+    Play#0 output Play#0 1   1    8,-12  +    0%  100   65    0   0   88
+    Play#0 output Play#0 1   1   10,-12  +    0%   50   23    6   0    0
+    Play#0 output Play#0 1   1   12,-12  +    2%   63   33    0   0   17
+    Play#0 output Play#0 1   8   24,-12  g  100%  100    6    0   0  100
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    3    0   0   45
+    Play#0 output Play#0 1   1    3,-11  o  100%    0    0  100  75    0
+    Play#0 output Play#0 1   1    5,-11  +    0%  100   74    0   0  100
+    Play#0 output Play#0 1   1    7,-11  +    1%   91   56    0   0   68
+    Play#0 output Play#0 1   1    9,-11  +    0%   85   51    0   0   57
+    Play#0 output Play#0 1   1   11,-11  +    1%   78   46    0   0   45
+    Play#0 output Play#0 1   1   13,-11  +    1%   67   37    0   0   25
+    Play#0 output Play#0 1   1   15,-11  +    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   23,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   8   25,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  +    2%    0    0  100  98    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    1   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    6    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    5    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    4    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    5    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    6    0   0  100
+    Play#0 output Play#0 1   2   17,9    g  100%   34    1   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 58 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 1 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn24 output Conn24 2 Empire server ready
     Conn24 input user tester
+    Conn24 output Conn24 0 hello tester
     Conn24 input coun 1
+    Conn24 output Conn24 0 country name 1
     Conn24 input pass 1
+    Conn24 output Conn24 0 password ok
     Conn24 input play
     Conn24 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 1 544
     Play#1 input real 0 -8:16,-4:4
     Play#1 command realm
+    Play#1 output Play#1 1 Realm #0 is -8:16,-4:4
+    Play#1 output Play#1 6 1 544
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   +    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1   -2,-2   +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    0,-2   c    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     127 .. ..      370    0    0    0 100%   29        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      250    0    0    0 100%   51        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      768    0    0    0 100%  598        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     127 .. ..      768    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   j  100%     127 .. ..      768    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%     127 .. ..        1    0    0    0 100%   50        0   1
+    Play#1 output Play#1 1   11,-1   )   19%      60 .. ..   8   76   28    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -2,0    +  100%     121 .. ..      768    0    0    0 100%  185        0   1
+    Play#1 output Play#1 1    0,0    g  100%     127 .. ..      768    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,0    m  100%     103 .. ..      768    0  301    0 100%    0        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. ..      768    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -1,1    +    5%     127 .. ..        7    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1    1,1    g    3%     127 .. ..      139    0    0    0 100%    3        0
+    Play#1 output Play#1 1    3,1    +    0%     127 .. ..        3    0    0    0 100%    1        0
+    Play#1 output Play#1 1    5,1    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    +    5%     127 .. ..        7    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1   -2,2    o  100%     127 .. ..      513    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,2    +    0%     127 .. ..        1    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    +    3%     127 .. ..        6    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1    4,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    6,2    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1    8,2    +    3%     127 .. ..        6    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1   10,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,3    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    1,3    +    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    5,3    +    5%     127 .. ..        7    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1 31 sectors
+    Play#1 output Play#1 6 1 544
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate        9,-1      100%   0  25   0   0  0  0  0  0 127    0
+    Play#1 output Play#1 1 1 ship
+    Play#1 output Play#1 6 1 544
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4     . . . . . . . .       -4  
+    Play#1 output Play#1 1   -3    . . . + . . . . .      -3  
+    Play#1 output Play#1 1   -2   . + + c + t l . . -     -2  
+    Play#1 output Play#1 1   -1  - . . b m j h . . ) -    -1  
+    Play#1 output Play#1 1    0 - - . + g m k . . . .     0   
+    Play#1 output Play#1 1    1  - - . + g + + + . .      1   
+    Play#1 output Play#1 1    2 - - . o + + + + + + .     2   
+    Play#1 output Play#1 1    3  - - . + + . + . . .      3   
+    Play#1 output Play#1 1    4   - - . . . . .           4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 1 544
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 Guerrilla warfare in 11,-1
+    Play#1 output Play#1 1   body count: troops: 7, rebels: 7
+    Play#1 output Play#1 1 technological breakthroughs (5.07) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (144.00) produced in 6,-2
+    Play#1 output Play#1 1   0 happiness, 144 education produced
+    Play#1 output Play#1 1 total pop was 5162, yielding 0.00 hap, 72.48 edu
+    Play#1 output Play#1 1 3.3420 tech, 0.0000 research produced
+    Play#1 output Play#1 1 Army delta $0, Navy delta $-36, Air force delta $0
+    Play#1 output Play#1 1 money delta was $-2626 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 1 544
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    4,-2   t 100%   317  7.05 0.71 $3000   10d  50o 100l   19d  95o 190l 13.40
+    Play#1 output Play#1 1    6,-2   l 100%   245  150  1.00 $1350  150l            245l             245
+    Play#1 output Play#1 1   -1,-1   b 100%   648   10b 1.00 $100    50d            645d             129
+    Play#1 output Play#1 1    1,-1   m 100%   598  598i 1.00 $0                                      598
+    Play#1 output Play#1 1    3,-1   j 100%   598  342l 0.57 $0     598i            598i             342
+    Play#1 output Play#1 1    0,0    g   4%   598   20d 1.00 $0                                       20
+    Play#1 output Play#1 1    2,0    m 100%   806  806i 1.00 $0                                      806
+    Play#1 output Play#1 1    4,0    k 100%   599  171h 0.57 $0     598i            598i             171
+    Play#1 output Play#1 1   -2,2    o  52%   399  118o 0.57 $0                                      118
+    Play#1 output Play#1 1 9 sectors
+    Play#1 output Play#1 6 1 544
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn25 output Conn25 2 Empire server ready
     Conn25 input user tester
+    Conn25 output Conn25 0 hello tester
     Conn25 input coun POGO
+    Conn25 output Conn25 0 country name POGO
     Conn25 input pass peter
+    Conn25 output Conn25 0 password ok
     Conn25 input play
     Conn25 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 1 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  31   37% 6.8K  53    0    0    0  4.5K 421  125    0    1    0   23K
+    Play#0 output Play#0 1      8.29
+    Play#0 output Play#0 1         6   3  100% 2.8K 110    0    0    0    0  397    0    0    0    0   27K
+    Play#0 output Play#0 1      2.23
+    Play#0 output Play#0 1         8   3  100% 2.8K 110    0    0    0    0  398    0    0    0    0   27K
+    Play#0 output Play#0 1      2.23
+    Play#0 output Play#0 1         3   3  100% 2.8K 110    0    0    0    0  373    0    0    0    0   27K
+    Play#0 output Play#0 1      2.21
+    Play#0 output Play#0 1         5   3  100% 2.8K 110    0    0    0    0  369    0    0    0    0   27K
+    Play#0 output Play#0 1      2.21
+    Play#0 output Play#0 1         7   3  100% 2.8K 110    0    0    0    0  338    0    0    0    0   27K
+    Play#0 output Play#0 1      2.19
+    Play#0 output Play#0 1         4   3  100% 2.8K 110    0    0    0    0  294    0    0    0    0   27K
+    Play#0 output Play#0 1      2.16
+    Play#0 output Play#0 1        10   3  100% 2.8K 110    0    0    0    0  222    0    0    0    0   27K
+    Play#0 output Play#0 1      2.11
+    Play#0 output Play#0 1         2   3  100% 2.8K 110    0    0    0    0   53    0    0    0    0   27K
+    Play#0 output Play#0 1      2.00
+    Play#0 output Play#0 1         9   3  100% 2.8K 110    0    0    0    0   31    0    0    0    0   27K
+    Play#0 output Play#0 1      1.98
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  58   66%  32K 1.0K   0    0    0  4.5K 2.9K 125    0    1    0  270K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 1 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                  3.32        0.00       28.90        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                  1.66        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                  1.66        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                  1.66        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                  1.66        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                  1.66        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                  1.66        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                  1.66        0.00        0.00        0.00    23,-11 
+    Play#0 output Play#0 1  9     9                  1.66        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                 1.66        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 1 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    3,-15  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    5,-15  c    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     127 .. ..      370    0    0    0 100%   29    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      250    0    0    0 100%   51    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      768    0    0    0 100%  598    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     127 .. ..      768    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  j  100%     127 .. ..      768    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     127 .. ..        1    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   1   16,-14  )   19%      60 .. ..   8   76   28    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-13  +  100%     121 .. ..      768    0    0    0 100%  185    0   1
+    Play#0 output Play#0 1   1    5,-13  g  100%     127 .. ..      768    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     103 .. ..      768    0  301    0 100%    0    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. ..      768    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    4,-12  +    5%     127 .. ..        7    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1    6,-12  g    3%     127 .. ..      139    0    0    0 100%    3    0
+    Play#0 output Play#0 1   1    8,-12  +    0%     127 .. ..        3    0    0    0 100%    1    0
+    Play#0 output Play#0 1   1   10,-12  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  +    5%     127 .. ..        7    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   8   24,-12  g  100%     127 .. ..      764    0    0    0 100%   10    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..      763    0    0    0 100%   31    0   1
+    Play#0 output Play#0 1   1    3,-11  o  100%     127 .. ..      513    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  +    3%     127 .. ..        6    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    9,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-11  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1   13,-11  +    3%     127 .. ..        6    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1   15,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-11  c  100%     127 .. ..     1000   55  152    0 100%  754    0
+    Play#0 output Play#0 1   8   25,-11  c  100%     127 .. ..     1000   55  151    0 100%  753    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  149    0 100%  752    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  151    0 100%  753    0   1
+    Play#0 output Play#0 1   1    4,-10  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    6,-10  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   10,-10  +    5%     127 .. ..        7    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..      765    0    0    0 100%   77    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  150    0 100%  752    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  150    0 100%  752    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..      763    0    0    0 100%   10    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  151    0 100%  753    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  152    0 100%  754    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..      764    0    0    0 100%   18    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..      768    0    0    0 100%   10    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  153    0 100%  755    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  149    0 100%  752    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  151    0 100%  753    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  151    0 100%  753    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..      764    0    0    0 100%    1    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  150    0 100%  753    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  150    0 100%  753    0
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..      764    0    0    0 100%   12    0
+    Play#0 output Play#0 1   2   17,9    g  100%     127 .. ..      762    0    0    0 100%   80    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  152    0 100%  754    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  152    0 100%  754    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55  150    0 100%  753    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55  152    0 100%  754    0
+    Play#0 output Play#0 1 58 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  150    0   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....0.....   0   0    0    0   50  20    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... .......0..   0   0    0 2292    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... ..........   0   0    0  598  359   0   74   49   62   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0  244    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ........0.   0   0    0 1323    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  g .......... ..........   0   0    0    0  398   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  222   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  338   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  373   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 58 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  +    0%    0    0   82  58    0
+    Play#0 output Play#0 1   1    1,-15  +    2%    6    0   67  32    0
+    Play#0 output Play#0 1   1    3,-15  +    1%   11    0   61  21    0
+    Play#0 output Play#0 1   1    5,-15  c    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  j  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   16,-14  )   19%    0    0  100  98    0
+    Play#0 output Play#0 1   1    3,-13  +  100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  g  100%  100    4  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   1    4,-12  +    5%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  g    3%  100   80    0   0  100
+    Play#0 output Play#0 1   1    8,-12  +    0%  100   65    0   0   88
+    Play#0 output Play#0 1   1   10,-12  +    0%   50   23    6   0    0
+    Play#0 output Play#0 1   1   12,-12  +    5%   63   33    0   0   17
+    Play#0 output Play#0 1   8   24,-12  g  100%  100    1    0   0  100
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    1    0   0   45
+    Play#0 output Play#0 1   1    3,-11  o  100%    0    0  100  52    0
+    Play#0 output Play#0 1   1    5,-11  +    0%  100   74    0   0  100
+    Play#0 output Play#0 1   1    7,-11  +    3%   91   56    0   0   68
+    Play#0 output Play#0 1   1    9,-11  +    0%   85   51    0   0   57
+    Play#0 output Play#0 1   1   11,-11  +    2%   78   46    0   0   45
+    Play#0 output Play#0 1   1   13,-11  +    3%   67   37    0   0   25
+    Play#0 output Play#0 1   1   15,-11  +    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   23,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   8   25,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  +    5%    0    0  100  98    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    1    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    1    0   0  100
+    Play#0 output Play#0 1   2   17,9    g  100%   34    0   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 58 sectors
+    Play#0 output Play#0 6 1 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 1 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn26 output Conn26 2 Empire server ready
     Conn26 input user tester
+    Conn26 output Conn26 0 hello tester
     Conn26 input coun 1
+    Conn26 output Conn26 0 country name 1
     Conn26 input pass 1
+    Conn26 output Conn26 0 password ok
     Conn26 input play
     Conn26 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 1 544
     Play#1 input real 1 -16:24,-8:8
     Play#1 command realm
+    Play#1 output Play#1 1 Realm #1 is -16:24,-8:8
+    Play#1 output Play#1 6 1 544
     Play#1 input anti 11,-1
     Play#1 command anti
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1   sect    subversion activity report
+    Play#1 output Play#1 1   ----    --------------------------
+    Play#1 output Play#1 1   11,-1   Sector mobility/troop strength will allow 28 troops to engage.
+    Play#1 output Play#1 1           Body count:  Military 0 - Guerillas 0.
+    Play#1 output Play#1 1           Partisans cleared out of this sector for now.
+    Play#1 output Play#1 1 1 sector
+    Play#1 output Play#1 6 1 541
     Play#1 input convert 11,-1 76
     Play#1 command convert
+    Play#1 output Play#1 1  76 conquered civilians converted in 11,-1 (76)
+    Play#1 output Play#1 1 Total civilians converted: 76
+    Play#1 output Play#1 1 Paperwork at conversion places ... 1
+    Play#1 output Play#1 1 That just cost you $114.00
+    Play#1 output Play#1 6 1 538
     Play#1 input thres c -2,2 769
     Play#1 command threshold
+    Play#1 output Play#1 6 1 537
     Play#1 input mov c -2,2 47 0,2
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 0,2
+    Play#1 output Play#1 1 Using best path 'jh', movement cost 0.400
+    Play#1 output Play#1 1 Total movement cost = 2
+    Play#1 output Play#1 1 125 mob left in -2,2
+    Play#1 output Play#1 6 1 536
     Play#1 input des 0:2,2 g
     Play#1 command designate
+    Play#1 output Play#1 6 1 535
     Play#1 input thres d 0:2,2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 1 534
     Play#1 input thres c 0:2,2 769
     Play#1 command threshold
+    Play#1 output Play#1 6 1 533
     Play#1 input des 3,1 g
     Play#1 command designate
+    Play#1 output Play#1 6 1 532
     Play#1 input thres d 3,1 1
     Play#1 command threshold
+    Play#1 output Play#1 6 1 531
     Play#1 input thres c 3,1 769
     Play#1 command threshold
+    Play#1 output Play#1 6 1 530
     Play#1 input des 0,0 m
     Play#1 command designate
+    Play#1 output Play#1 6 1 529
     Play#1 input deliver i 0,0 0 g
     Play#1 command deliver
+    Play#1 output Play#1 1 Deliver iron ore from gold mine @ 0,0 to -2,0
+    Play#1 output Play#1 6 1 528
     Play#1 input thres d -1,-1 300
     Play#1 command threshold
+    Play#1 output Play#1 1 -1,-1 old threshold 50
+    Play#1 output Play#1 6 1 527
     Play#1 input thres d 0,0 0
     Play#1 command threshold
+    Play#1 output Play#1 1 0,0 old threshold 1
+    Play#1 output Play#1 6 1 526
     Play#1 input mov d 0,0 1 -1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -1,-1
+    Play#1 output Play#1 1 Using best path 'yh', movement cost 0.200
+    Play#1 output Play#1 1 Total movement cost = 1
+    Play#1 output Play#1 1 126 mob left in 0,0
+    Play#1 output Play#1 6 1 525
     Play#1 input thres c 0,-2 100
     Play#1 command threshold
+    Play#1 output Play#1 6 1 524
     Play#1 input thres c 6,-2 210
     Play#1 command threshold
+    Play#1 output Play#1 1 6,-2 old threshold 250
+    Play#1 output Play#1 6 1 523
     Play#1 input thres c -1,-1 100
     Play#1 command threshold
+    Play#1 output Play#1 1 -1,-1 old threshold 768
+    Play#1 output Play#1 6 1 522
     Play#1 input thres i 4,0 999
     Play#1 command threshold
+    Play#1 output Play#1 6 1 521
     Play#1 input thres i 3,-1 999
     Play#1 command threshold
+    Play#1 output Play#1 6 1 520
     Play#1 input des -2,0 j
     Play#1 command designate
+    Play#1 output Play#1 6 1 519
     Play#1 input thres c -2,0 769
     Play#1 command threshold
+    Play#1 output Play#1 1 -2,0 old threshold 768
+    Play#1 output Play#1 6 1 518
     Play#1 input thres l -2,0 1
     Play#1 command threshold
+    Play#1 output Play#1 6 1 517
     Play#1 input bmap #1
     Play#1 command bmap
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 1   -8                                           -8  
+    Play#1 output Play#1 1   -7                                           -7  
+    Play#1 output Play#1 1   -6                                           -6  
+    Play#1 output Play#1 1   -5                                           -5  
+    Play#1 output Play#1 1   -4             . . . . . . . .               -4  
+    Play#1 output Play#1 1   -3            . . . + . . . . .              -3  
+    Play#1 output Play#1 1   -2           . + + c + t l . . -             -2  
+    Play#1 output Play#1 1   -1          - . . b m j h . . ) -            -1  
+    Play#1 output Play#1 1    0         - - . + g m k . . . .             0   
+    Play#1 output Play#1 1    1          - - . + g g + + . .              1   
+    Play#1 output Play#1 1    2         - - . o g + + + + + .             2   
+    Play#1 output Play#1 1    3          - - . + + . + . . .              3   
+    Play#1 output Play#1 1    4           - - . . . . .                   4   
+    Play#1 output Play#1 1    5                                           5   
+    Play#1 output Play#1 1    6                                           6   
+    Play#1 output Play#1 1    7                                           7   
+    Play#1 output Play#1 1    8                                           8   
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 6 1 517
     Play#1 input nav 0 njnh
     Play#1 command navigate
+    Play#1 output Play#1 1 Flagship is frg  frigate (#0)
+    Play#1 output Play#1 1 frg  frigate (#0) stopped at 13,1
+    Play#1 output Play#1 1 Path taken: njn
+    Play#1 output Play#1 6 1 516
     Play#1 input look 0
     Play#1 command lookout
+    Play#1 output Play#1 1 POGO (#0) wilderness 0% efficient @ 14,0
+    Play#1 output Play#1 1 POGO (#0) wilderness 0% efficient @ 15,1
+    Play#1 output Play#1 6 1 515
     Play#1 input radar 0
     Play#1 command radar
+    Play#1 output Play#1 1 frg  frigate (#0) at 13,1 efficiency 100%, max range 1
+    Play#1 output Play#1 1  . ? 
+    Play#1 output Play#1 1 . 0 ?
+    Play#1 output Play#1 1  . . 
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 1 514
     Play#1 input radar 11,-1
     Play#1 command radar
+    Play#1 output Play#1 1 11,-1 efficiency 51%, max range 2
+    Play#1 output Play#1 1   . . .  
+    Play#1 output Play#1 1  . . ? ? 
+    Play#1 output Play#1 1 . . 0 ? ?
+    Play#1 output Play#1 1  . . . ? 
+    Play#1 output Play#1 1   . . F  
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 1 513
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   +    4%     127 .. ..        6    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1   -2,-2   +    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1    0,-2   c    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     127 .. ..      370    0    0    0 100%  157        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      250    0    0    0 100%   95        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      768    0    0    0 100%  598        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     127 .. ..      768    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   j  100%     127 .. ..      768    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%     127 .. ..     1212    0    0    0 100%   50        0   1
+    Play#1 output Play#1 1   11,-1   )   51%     105 .. ..   8   22   28   76    0 100%   33        0   1
+    Play#1 output Play#1 1   -2,0    +j 100%     127 .. ..      768    0    0    0 100%  648        0   1
+    Play#1 output Play#1 1    0,0    gm 100%     126 .. ..      768    0    0    0 100%   98        0
+    Play#1 output Play#1 1    2,0    m  100%     113 .. ..      768    0  346    0 100%    0        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. ..      768    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -1,1    +    9%     127 .. ..        9    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1    1,1    g   58%     127 .. ..      768    0    0    0 100%   55        0
+    Play#1 output Play#1 1    3,1    g    0%     127 .. ..        4    0    0    0 100%    1        0
+    Play#1 output Play#1 1    5,1    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    +    9%     127 .. ..        9    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1   -2,2    o  100%     125 .. ..      620    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    0,2    g    0%     127 .. ..       49    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    +g   6%     127 .. ..        8    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1    4,2    +    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    6,2    +    4%     127 .. ..        6    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1    8,2    +    6%     127 .. ..        8    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1   10,2    +    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,3    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    1,3    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    5,3    +    9%     127 .. ..        9    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1 31 sectors
+    Play#1 output Play#1 6 1 513
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0  80    0
+    Play#1 output Play#1 1 1 ship
+    Play#1 output Play#1 6 1 513
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4     . . . . . . . .       -4  
+    Play#1 output Play#1 1   -3    . . . + . . . . . .    -3  
+    Play#1 output Play#1 1   -2   . + + c + t l . . - -   -2  
+    Play#1 output Play#1 1   -1  - . . b m j h . . ) - -  -1  
+    Play#1 output Play#1 1    0 - - . + g m k . . . . -   0   
+    Play#1 output Play#1 1    1  - - . + g g + + . . .    1   
+    Play#1 output Play#1 1    2 - - . o g + + + + + .     2   
+    Play#1 output Play#1 1    3  - - . + + . + . . .      3   
+    Play#1 output Play#1 1    4   - - . . . . .           4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 1 513
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 technological breakthroughs (7.05) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (150.00) produced in 6,-2
+    Play#1 output Play#1 1   0 happiness, 150 education produced
+    Play#1 output Play#1 1 total pop was 6711, yielding 0.00 hap, 61.04 edu
+    Play#1 output Play#1 1 3.8177 tech, 0.0000 research produced
+    Play#1 output Play#1 1 Army delta $0, Navy delta $-36, Air force delta $0
+    Play#1 output Play#1 1 money delta was $-1350 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 1 513
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    4,-2   t 100%   338  7.59 0.76 $3000   10d  50o 100l   21d 105o 210l 15.95
+    Play#1 output Play#1 1    6,-2   l 100%   245  150  1.00 $1350  150l            245l             245
+    Play#1 output Play#1 1   -1,-1   b 100%   648   10b 1.00 $100    50d            645d             129
+    Play#1 output Play#1 1    1,-1   m 100%   598  598i 1.00 $0                                      598
+    Play#1 output Play#1 1    3,-1   j 100%   598  377l 0.63 $0     598i            598i             377
+    Play#1 output Play#1 1   -2,0    j 100%   473    0l 0.63 $0       0i            473i             298
+    Play#1 output Play#1 1    0,0    m 100%   473  473i 1.00 $0                                      473
+    Play#1 output Play#1 1    2,0    m 100%   837  837i 1.00 $0                                      837
+    Play#1 output Play#1 1    4,0    k 100%   599  189h 0.63 $0     598i            598i             189
+    Play#1 output Play#1 1    1,1    g  80%   606  400d 1.00 $0                                      400
+    Play#1 output Play#1 1   -2,2    o  31%   484   95o 0.63 $0                                       95
+    Play#1 output Play#1 1 11 sectors
+    Play#1 output Play#1 6 1 513
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn27 output Conn27 2 Empire server ready
     Conn27 input user tester
+    Conn27 output Conn27 0 hello tester
     Conn27 input coun 8
+    Conn27 output Conn27 0 country name 8
     Conn27 input pass 8
+    Conn27 output Conn27 0 password ok
     Conn27 input play
     Conn27 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have two new telegrams waiting ...
+    Play#8 output Play#8 6 0 640
     Play#8 input exp c 0,0 1 gh
     Play#8 command explore
+    Play#8 output Play#8 1 No mobility used, 127 mob left in 0,0
+    Play#8 output Play#8 1 Sector -2,0 is now yours.
+    Play#8 output Play#8 6 0 639
     Play#8 input exp c 0,0 1 yh
     Play#8 command explore
+    Play#8 output Play#8 1 No mobility used, 127 mob left in 0,0
+    Play#8 output Play#8 1 Sector -1,-1 is now yours.
+    Play#8 output Play#8 6 0 638
     Play#8 input exp c 0,0 1 ygh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 126 mob left in 0,0
+    Play#8 output Play#8 1 Sector -3,-1 is now yours.
+    Play#8 output Play#8 6 0 637
     Play#8 input exp c 0,0 1 yyh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 125 mob left in 0,0
+    Play#8 output Play#8 1 Sector -2,-2 is now yours.
+    Play#8 output Play#8 6 0 636
     Play#8 input exp c 0,0 1 yyyh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 124 mob left in 0,0
+    Play#8 output Play#8 1 Sector -3,-3 is now yours.
+    Play#8 output Play#8 6 0 635
     Play#8 input exp c 0,0 1 yyyyh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 2, 122 mob left in 0,0
+    Play#8 output Play#8 1 Sector -4,-4 is now yours.
+    Play#8 output Play#8 6 0 634
     Play#8 input exp c 0,0 1 yygh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 121 mob left in 0,0
+    Play#8 output Play#8 1 Sector -4,-2 is now yours.
+    Play#8 output Play#8 6 0 633
     Play#8 input exp c 0,0 1 yygyh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 2, 119 mob left in 0,0
+    Play#8 output Play#8 1 Sector -5,-3 is now yours.
+    Play#8 output Play#8 6 0 632
     Play#8 input exp c 0,0 1 yygyyh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 2, 117 mob left in 0,0
+    Play#8 output Play#8 1 Sector -6,-4 is now yours.
+    Play#8 output Play#8 6 0 631
     Play#8 input exp c 0,0 1 bh
     Play#8 command explore
+    Play#8 output Play#8 1 No mobility used, 117 mob left in 0,0
+    Play#8 output Play#8 1 Sector -1,1 is now yours.
+    Play#8 output Play#8 6 0 630
     Play#8 input exp c 0,0 1 bgh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 116 mob left in 0,0
+    Play#8 output Play#8 1 Sector -3,1 is now yours.
+    Play#8 output Play#8 6 0 629
     Play#8 input exp c 0,0 1 nh
     Play#8 command explore
+    Play#8 output Play#8 1 No mobility used, 116 mob left in 0,0
+    Play#8 output Play#8 1 Sector 1,1 is now yours.
+    Play#8 output Play#8 6 0 628
     Play#8 input exp c 0,0 1 njh
     Play#8 command explore
+    Play#8 output Play#8 1 No mobility used, 116 mob left in 0,0
+    Play#8 output Play#8 1 Sector 3,1 is now yours.
+    Play#8 output Play#8 6 0 627
     Play#8 input exp c 0,0 1 yuh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 115 mob left in 0,0
+    Play#8 output Play#8 1 Sector 0,-2 is now yours.
+    Play#8 output Play#8 6 0 626
     Play#8 input exp c 0,0 1 yuyh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 2, 113 mob left in 0,0
+    Play#8 output Play#8 1 Sector -1,-3 is now yours.
+    Play#8 output Play#8 6 0 625
     Play#8 input exp c 0,0 1 yuuh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 112 mob left in 0,0
+    Play#8 output Play#8 1 Sector 1,-3 is now yours.
+    Play#8 output Play#8 6 0 624
     Play#8 input exp c 0,0 1 yuuyh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 111 mob left in 0,0
+    Play#8 output Play#8 1 Sector 0,-4 is now yours.
+    Play#8 output Play#8 6 0 623
     Play#8 input exp c 2,0 1 jh
     Play#8 command explore
+    Play#8 output Play#8 1 No mobility used, 127 mob left in 2,0
+    Play#8 output Play#8 1 Sector 4,0 is now yours.
+    Play#8 output Play#8 6 0 622
     Play#8 input exp c 2,0 1 jjh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 126 mob left in 2,0
+    Play#8 output Play#8 1 Sector 6,0 is now yours.
+    Play#8 output Play#8 6 0 621
     Play#8 input exp c 2,0 1 jjjh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 2, 124 mob left in 2,0
+    Play#8 output Play#8 1 Sector 8,0 is now yours.
+    Play#8 output Play#8 6 0 620
     Play#8 input exp c 2,0 1 uh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 123 mob left in 2,0
+    Play#8 output Play#8 1 Sector 3,-1 is now yours.
+    Play#8 output Play#8 6 0 619
     Play#8 input exp c 2,0 1 ujh
     Play#8 command explore
+    Play#8 output Play#8 1 No mobility used, 123 mob left in 2,0
+    Play#8 output Play#8 1 Sector 5,-1 is now yours.
+    Play#8 output Play#8 6 0 618
     Play#8 input exp c 2,0 1 ujjh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 122 mob left in 2,0
+    Play#8 output Play#8 1 Sector 7,-1 is now yours.
+    Play#8 output Play#8 6 0 617
     Play#8 input exp c 2,0 1 uyh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 121 mob left in 2,0
+    Play#8 output Play#8 1 Sector 2,-2 is now yours.
+    Play#8 output Play#8 6 0 616
     Play#8 input exp c 2,0 1 uuh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 120 mob left in 2,0
+    Play#8 output Play#8 1 Sector 4,-2 is now yours.
+    Play#8 output Play#8 6 0 615
     Play#8 input exp c 2,0 1 uujh
     Play#8 command explore
+    Play#8 output Play#8 1 Total movement cost = 1, 119 mob left in 2,0
+    Play#8 output Play#8 1 Sector 6,-2 is now yours.
+    Play#8 output Play#8 6 0 614
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1   -6,-4   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -4,-4   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    0,-4   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -5,-3   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,-3   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-3   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    1,-3   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -4,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -2,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    0,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    2,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    4,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    6,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,-1   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-1   -    0%       0 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    1,-1   g  100%     127 .. ..      994    0    0    0 100%  106        0
+    Play#8 output Play#8 1    3,-1   -    0%       0 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    5,-1   -    0%       0 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    7,-1   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -2,0    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    0,0    c  100%     111 .. ..      983   55  175    0 100%  767        0
+    Play#8 output Play#8 1    2,0    c  100%     119 .. ..      991   55  174    0 100%  766        0
+    Play#8 output Play#8 1    4,0    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    6,0    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    8,0    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,1    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,1    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    1,1    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    3,1    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1 29 sectors
+    Play#8 output Play#8 6 0 614
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . .          -5  
+    Play#8 output Play#8 1   -4 . - - . - . .       -4  
+    Play#8 output Play#8 1   -3  ? - - - - . . .    -3  
+    Play#8 output Play#8 1   -2   . - - - - - - .   -2  
+    Play#8 output Play#8 1   -1    . - - g - - - .  -1  
+    Play#8 output Play#8 1    0   . . - c c - - - . 0   
+    Play#8 output Play#8 1    1    . - - - - . . .  1   
+    Play#8 output Play#8 1    2     . . . . . .     2   
+    Play#8 output Play#8 1    3      . . . . .      3   
+    Play#8 output Play#8 1    4                     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 0 614
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1   0 happiness,   0 education produced
+    Play#8 output Play#8 1 total pop was 2588, yielding 0.00 hap, 0.00 edu
+    Play#8 output Play#8 1 1.6710 technology (0.0000 + 1.6710), 0.0000 research (0.0000 + 0.0000) produced
+    Play#8 output Play#8 1 money delta was $654 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1   0 happiness,   0 education produced
+    Play#8 output Play#8 1 total pop was 2764, yielding 0.00 hap, 0.00 edu
+    Play#8 output Play#8 1 1.9088 technology (0.0000 + 1.9088), 0.0000 research (0.0000 + 0.0000) produced
+    Play#8 output Play#8 1 money delta was $746 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 0 614
     Play#8 input prod *
     Play#8 command production
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 PRODUCTION SIMULATION
+    Play#8 output Play#8 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#8 output Play#8 1    1,-1   g   0%   650    0d 1.00 $0                                        0
+    Play#8 output Play#8 1 1 sector
+    Play#8 output Play#8 6 0 614
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn28 output Conn28 2 Empire server ready
     Conn28 input user tester
+    Conn28 output Conn28 0 hello tester
     Conn28 input coun POGO
+    Conn28 output Conn28 0 country name POGO
     Conn28 input pass peter
+    Conn28 output Conn28 0 password ok
     Conn28 input play
     Conn28 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 2 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  31   41% 8.7K  53    0    0    0  4.7K 381  193    0    1    0   22K
+    Play#0 output Play#0 1     21.21
+    Play#0 output Play#0 1         8  29   10% 3.0K 110    0    0    0    0  403    0    0    0    0   28K
+    Play#0 output Play#0 1      4.98
+    Play#0 output Play#0 1         6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   28K
+    Play#0 output Play#0 1      4.97
+    Play#0 output Play#0 1         3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   28K
+    Play#0 output Play#0 1      4.94
+    Play#0 output Play#0 1         5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   28K
+    Play#0 output Play#0 1      4.93
+    Play#0 output Play#0 1         7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   28K
+    Play#0 output Play#0 1      4.90
+    Play#0 output Play#0 1         4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   28K
+    Play#0 output Play#0 1      4.83
+    Play#0 output Play#0 1        10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   28K
+    Play#0 output Play#0 1      4.73
+    Play#0 output Play#0 1         2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   28K
+    Play#0 output Play#0 1      4.48
+    Play#0 output Play#0 1         9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   28K
+    Play#0 output Play#0 1      4.45
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  84   47%  36K 1.0K   0    0    0  4.7K 2.9K 193    0    1    0  275K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 2 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                  7.09        0.00       36.55        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                  3.55        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                  3.55        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                  3.55        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                  3.55        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                  3.55        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                  3.55        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                  3.55        0.00        0.00        0.00    23,-11 
+    Play#0 output Play#0 1  9     9                  3.55        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                 3.55        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 2 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  +    4%     127 .. ..        6    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1    3,-15  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    5,-15  c    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     127 .. ..      370    0    0    0 100%  157    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      250    0    0    0 100%   95    0   1
+    Play#0 output Play#0 1   8   17,-15  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   19,-15  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-15  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      768    0    0    0 100%  598    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     127 .. ..      768    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  j  100%     127 .. ..      768    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     127 .. ..     1212    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   1   16,-14  )   51%     105 .. ..   8   22   28   76    0 100%   33    0   1
+    Play#0 output Play#0 1   8   18,-14  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   20,-14  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-14  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-14  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-13  +j 100%     127 .. ..      768    0    0    0 100%  648    0   1
+    Play#0 output Play#0 1   1    5,-13  gm 100%     126 .. ..      768    0    0    0 100%   98    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     113 .. ..      768    0  346    0 100%    0    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. ..      768    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   19,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   21,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   23,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   27,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   29,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-12  +    9%     127 .. ..        9    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   1    6,-12  g   58%     127 .. ..      768    0    0    0 100%   55    0
+    Play#0 output Play#0 1   1    8,-12  g    0%     127 .. ..        4    0    0    0 100%    1    0
+    Play#0 output Play#0 1   1   10,-12  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  +    9%     127 .. ..        9    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   8   20,-12  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-12  -    0%       0 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   24,-12  g  100%     127 .. ..      994    0    0    0 100%  106    0
+    Play#0 output Play#0 1   8   26,-12  -    0%       0 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   28,-12  -    0%       0 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   30,-12  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..      992    0    0    0 100%  125    0   1
+    Play#0 output Play#0 1   1    3,-11  o  100%     125 .. ..      620    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    5,-11  g    0%     127 .. ..       49    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  +g   6%     127 .. ..        8    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1    9,-11  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-11  +    4%     127 .. ..        6    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1   13,-11  +    6%     127 .. ..        8    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1   15,-11  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   21,-11  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-11  c  100%     111 .. ..      983   55  175    0 100%  767    0
+    Play#0 output Play#0 1   8   25,-11  c  100%     119 .. ..      991   55  174    0 100%  766    0
+    Play#0 output Play#0 1   8   27,-11  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   29,-11  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   31,-11  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  172    0 100%  765    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  173    0 100%  766    0   1
+    Play#0 output Play#0 1   1    4,-10  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    6,-10  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   10,-10  +    9%     127 .. ..        9    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   8   20,-10  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-10  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-10  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   26,-10  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..      994    0    0    0 100%  646    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  172    0 100%  766    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  173    0 100%  766    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..      992    0    0    0 100%  604    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  174    0 100%  766    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  175    0 100%  767    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..      993    0    0    0 100%  113    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..      999    0    0    0 100%  608    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  176    0 100%  768    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  171    0 100%  765    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  174    0 100%  766    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  173    0 100%  766    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..      993    0    0    0 100%  596    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  173    0 100%  766    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  172    0 100%  766    0
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..      993    0    0    0 100%  107    0
+    Play#0 output Play#0 1   2   17,9    g  100%     127 .. ..      991    0    0    0 100%  644    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  175    0 100%  767    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  174    0 100%  767    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55  172    0 100%  766    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55  175    0 100%  767    0
+    Play#0 output Play#0 1 84 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  150    0   0
+    Play#0 output Play#0 1   8  17,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....3.....   0   0    0    0   51  30    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... ...9...0..   0   0    0 2292    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... ..........   0   0    0  598  319   0  142  141  232   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  18,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-13  + .......... .......0..   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-13  g ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0   31    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ...9....0.   0   0    0 1744    0   0    0    0    1   0
+    Play#0 output Play#0 1   8  19,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-12  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-12  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  g .......... ..........   0   0    0    0  403   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-12  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  28,-12  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  30,-12  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   5,-11  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  + .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  31,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 84 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  +    0%    0    0   82  58    0
+    Play#0 output Play#0 1   1    1,-15  +    4%    6    0   67  32    0
+    Play#0 output Play#0 1   1    3,-15  +    2%   11    0   61  21    0
+    Play#0 output Play#0 1   1    5,-15  c    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   8   17,-15  -    0%    0    0  100  87    0
+    Play#0 output Play#0 1   8   19,-15  -    0%    0    0  100 100    0
+    Play#0 output Play#0 1   8   23,-15  -    0%   11    0   61  21    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  j  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   16,-14  )   51%    0    0  100  98    0
+    Play#0 output Play#0 1   8   18,-14  -    0%    0    0   91  72    0
+    Play#0 output Play#0 1   8   20,-14  -    0%    0    0   82  58    0
+    Play#0 output Play#0 1   8   22,-14  -    0%   50   23    6   0    0
+    Play#0 output Play#0 1   8   24,-14  -    0%   45   19   13   0    0
+    Play#0 output Play#0 1   1    3,-13  +j 100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  gm 100%  100    0  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   8   19,-13  -    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-13  -    0%   96   60    0   0   77
+    Play#0 output Play#0 1   8   23,-13  -    0%  100   65    0   0   88
+    Play#0 output Play#0 1   8   25,-13  -    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   27,-13  -    0%    0    0   76  47    0
+    Play#0 output Play#0 1   8   29,-13  -    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    4,-12  +    9%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  g   58%  100   80    0   0  100
+    Play#0 output Play#0 1   1    8,-12  g    0%  100   65    0   0   88
+    Play#0 output Play#0 1   1   10,-12  +    0%   50   23    6   0    0
+    Play#0 output Play#0 1   1   12,-12  +    9%   63   33    0   0   17
+    Play#0 output Play#0 1   8   20,-12  -    0%   74   42    0   0   37
+    Play#0 output Play#0 1   8   22,-12  -    0%  100   69    0   0   97
+    Play#0 output Play#0 1   8   24,-12  g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   26,-12  -    0%  100   74    0   0  100
+    Play#0 output Play#0 1   8   28,-12  -    0%   91   56    0   0   68
+    Play#0 output Play#0 1   8   30,-12  -    0%   23    1   43   0    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1    3,-11  o  100%    0    0  100  31    0
+    Play#0 output Play#0 1   1    5,-11  g    0%  100   74    0   0  100
+    Play#0 output Play#0 1   1    7,-11  +g   6%   91   56    0   0   68
+    Play#0 output Play#0 1   1    9,-11  +    0%   85   51    0   0   57
+    Play#0 output Play#0 1   1   11,-11  +    4%   78   46    0   0   45
+    Play#0 output Play#0 1   1   13,-11  +    6%   67   37    0   0   25
+    Play#0 output Play#0 1   1   15,-11  +    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-11  -    0%   85   51    0   0   57
+    Play#0 output Play#0 1   8   23,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   8   25,-11  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   8   27,-11  -    0%   39   14   21   0    0
+    Play#0 output Play#0 1   8   29,-11  -    0%   34   10   28   0    0
+    Play#0 output Play#0 1   8   31,-11  -    0%    0    0  100 100    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +    1%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  +    9%    0    0  100  98    0
+    Play#0 output Play#0 1   8   20,-10  -    0%   78   46    0   0   45
+    Play#0 output Play#0 1   8   22,-10  -    0%    6    0   67  32    0
+    Play#0 output Play#0 1   8   24,-10  -    0%   67   37    0   0   25
+    Play#0 output Play#0 1   8   26,-10  -    0%   17    0   52   7    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   2   17,9    g  100%   34    0   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 84 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 2 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn29 output Conn29 2 Empire server ready
     Conn29 input user tester
+    Conn29 output Conn29 0 hello tester
     Conn29 input coun 1
+    Conn29 output Conn29 0 country name 1
     Conn29 input pass 1
+    Conn29 output Conn29 0 password ok
     Conn29 input play
     Conn29 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 1 516
     Play#1 input build bridge 5,-1 j
     Play#1 command build
+    Play#1 output Play#1 1 Bridge span built over 7,-1
+    Play#1 output Play#1 1 That just cost you $1000.00
+    Play#1 output Play#1 6 1 515
     Play#1 input explore c 5,-1 1 jh
     Play#1 command explore
+    Play#1 output Play#1 1 No mobility used, 127 mob left in 5,-1
+    Play#1 output Play#1 1 Sector 7,-1 is now yours.
+    Play#1 output Play#1 6 1 514
     Play#1 input mov c 5,-1 76 7,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 7,-1
+    Play#1 output Play#1 1 Using best path 'jh', movement cost 0.320
+    Play#1 output Play#1 1 Total movement cost = 3
+    Play#1 output Play#1 1 124 mob left in 5,-1
+    Play#1 output Play#1 6 1 513
     Play#1 input thres c 7,-1 77
     Play#1 command threshold
+    Play#1 output Play#1 6 1 512
     Play#1 input dist * 5,-1
     Play#1 command distribute
+    Play#1 output Play#1 1 highway at 1,-3 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 1,-3 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -4,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway -4,-2 now distributes to 5,-1 (cost 1.184)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -2,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway -2,-2 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 capital at 0,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 capital 0,-2 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 2,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 2,-2 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 technical center at 4,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 technical center 4,-2 now distributes to 5,-1 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 library/school at 6,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 library/school 6,-2 now distributes to 5,-1 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 bank at -1,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 bank -1,-1 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 1,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 1,-1 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 light manufacturing at 3,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 light manufacturing 3,-1 now distributes to 5,-1 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 harbor at 5,-1 has no dist sector. 
+    Play#1 output Play#1 1 Distribution from and to harbor 5,-1 terminated
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 bridge span at 7,-1 has no dist sector. 
+    Play#1 output Play#1 1 bridge span 7,-1 now distributes to 5,-1 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 radar installation at 11,-1 has no dist sector. 
+    Play#1 output Play#1 1 No owned path from 5,-1 to 11,-1.
+    Play#1 output Play#1 1 light manufacturing at -2,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 light manufacturing -2,0 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 0,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 0,0 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 2,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 2,0 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 heavy manufacturing at 4,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 heavy manufacturing 4,0 now distributes to 5,-1 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -1,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway -1,1 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at 1,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 gold mine 1,1 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at 3,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 gold mine 3,1 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 5,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 5,1 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 7,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 7,1 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 oil field at -2,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 oil field -2,2 now distributes to 5,-1 (cost 1.144)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at 0,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 gold mine 0,2 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at 2,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 gold mine 2,2 now distributes to 5,-1 (cost 0.796)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 4,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 4,2 now distributes to 5,-1 (cost 0.796)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 6,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 6,2 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 8,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 8,2 now distributes to 5,-1 (cost 1.144)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 10,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 10,2 now distributes to 5,-1 (cost 1.504)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -1,3 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway -1,3 now distributes to 5,-1 (cost 1.162)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 1,3 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 1,3 now distributes to 5,-1 (cost 1.162)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 5,3 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 5,3 now distributes to 5,-1 (cost 1.172)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 1 511
     Play#1 input des 1,1 m
     Play#1 command designate
+    Play#1 output Play#1 6 1 510
     Play#1 input deliver i 1,1 0 g
     Play#1 command deliver
+    Play#1 output Play#1 1 Deliver iron ore from gold mine @ 1,1 to -1,1
+    Play#1 output Play#1 6 1 509
     Play#1 input thres d 1,1 0
     Play#1 command threshold
+    Play#1 output Play#1 1 1,1 old threshold 1
+    Play#1 output Play#1 6 1 508
     Play#1 input mov d 1,1 1 -1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -1,-1
+    Play#1 output Play#1 1 Using best path 'yyh', movement cost 0.400
+    Play#1 output Play#1 1 Total movement cost = 2
+    Play#1 output Play#1 1 125 mob left in 1,1
+    Play#1 output Play#1 6 1 507
     Play#1 input des -1,1 k
     Play#1 command designate
+    Play#1 output Play#1 6 1 506
     Play#1 input thres h -1,1 1
     Play#1 command threshold
+    Play#1 output Play#1 6 1 505
     Play#1 input thres c -1,1 769
     Play#1 command threshold
+    Play#1 output Play#1 6 1 504
     Play#1 input des -4:-2,-2 o
     Play#1 command designate
+    Play#1 output Play#1 6 1 503
     Play#1 input thres o -4:-2,-2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 1 502
     Play#1 input thres c -4:-2,-2 769
     Play#1 command threshold
+    Play#1 output Play#1 6 1 501
     Play#1 input des 1,-3 o
     Play#1 command designate
+    Play#1 output Play#1 6 1 500
     Play#1 input thres o 1,-3 1
     Play#1 command threshold
+    Play#1 output Play#1 6 1 499
     Play#1 input thres c 1,-3 769
     Play#1 command threshold
+    Play#1 output Play#1 6 1 498
     Play#1 input des 4:8,2 g
     Play#1 command designate
+    Play#1 output Play#1 6 1 497
     Play#1 input thres d 4:8,2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 1 496
     Play#1 input thres c 4:8,2 769
     Play#1 command threshold
+    Play#1 output Play#1 6 1 495
     Play#1 input thres c * ?c_dist=768 769
     Play#1 command threshold
+    Play#1 output Play#1 1 1,-1 old threshold 768
+    Play#1 output Play#1 1 3,-1 old threshold 768
+    Play#1 output Play#1 1 5,-1 old threshold 768
+    Play#1 output Play#1 1 0,0 old threshold 768
+    Play#1 output Play#1 1 2,0 old threshold 768
+    Play#1 output Play#1 1 4,0 old threshold 768
+    Play#1 output Play#1 1 1,1 old threshold 768
+    Play#1 output Play#1 6 1 494
     Play#1 input bmap #1
     Play#1 command bmap
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 1   -8                                           -8  
+    Play#1 output Play#1 1   -7                                           -7  
+    Play#1 output Play#1 1   -6                                           -6  
+    Play#1 output Play#1 1   -5                                           -5  
+    Play#1 output Play#1 1   -4             . . . . . . . .               -4  
+    Play#1 output Play#1 1   -3            . . . o . . . . . .            -3  
+    Play#1 output Play#1 1   -2           . + o c + t l . . - -           -2  
+    Play#1 output Play#1 1   -1          - . . b m j h = . ) - -          -1  
+    Play#1 output Play#1 1    0         - - . + g m k . . . . -           0   
+    Play#1 output Play#1 1    1          - - . + g g + + . . . ?          1   
+    Play#1 output Play#1 1    2         - - . o g + g + + + . .           2   
+    Play#1 output Play#1 1    3          - - . + + . + . . .              3   
+    Play#1 output Play#1 1    4           - - . . . . .                   4   
+    Play#1 output Play#1 1    5                                           5   
+    Play#1 output Play#1 1    6                                           6   
+    Play#1 output Play#1 1    7                                           7   
+    Play#1 output Play#1 1    8                                           8   
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 6 1 494
     Play#1 input radar 11,-1
     Play#1 command radar
+    Play#1 output Play#1 1 11,-1 efficiency 100%, max range 4
+    Play#1 output Play#1 1     . . . . .    
+    Play#1 output Play#1 1    . . . . . .   
+    Play#1 output Play#1 1   . . . . . . .  
+    Play#1 output Play#1 1  t l . . - ? . ? 
+    Play#1 output Play#1 1 j h = . 0 - ? ? ?
+    Play#1 output Play#1 1  k . . . . ? ? ? 
+    Play#1 output Play#1 1   + + . . F ? ?  
+    Play#1 output Play#1 1    + + + . . ?   
+    Play#1 output Play#1 1     . . . . ?    
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 1 493
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   o    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   +o   7%     127 .. ..        8    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1   -2,-2   o    0%     127 .. ..        6    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1    0,-2   c    0%     127 .. ..      100    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     127 .. ..      370    0    0    0 100%  178        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      210    0    0    0 100%   95        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      100    0    0    0 100%  598        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     127 .. ..      768    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   j  100%     127 .. ..      768    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%     124 .. ..     1369    0    0    0 100%  610        0   1
+    Play#1 output Play#1 1    7,-1   =   20%       0 .. ..       77    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   11,-1   )  100%     127 .. ..   8   29   28   88    0 100%   60        0   1
+    Play#1 output Play#1 1   -2,0    j  100%     127 .. ..      769    0    0    0 100%  473        0   1
+    Play#1 output Play#1 1    0,0    m  100%     127 .. ..      768    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,0    m  100%     127 .. ..      768    0  398    0 100%    0        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. ..      768    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -1,1    +k  14%     127 .. ..       11    0    0    0 100%    5        0   1
+    Play#1 output Play#1 1    1,1    gm 100%     125 .. ..      768    0    0    0 100%  106        0
+    Play#1 output Play#1 1    3,1    g    2%     127 .. ..      769    0    0    0 100%    2        0
+    Play#1 output Play#1 1    5,1    +    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    +   14%     127 .. ..       12    0    0    0 100%    5        0   1
+    Play#1 output Play#1 1   -2,2    o  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,2    g   19%     127 .. ..      769    0    0    0 100%   19        0
+    Play#1 output Play#1 1    2,2    g    0%     127 .. ..      769    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1    4,2    g    0%     127 .. ..        2    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    6,2    +g   7%     127 .. ..        8    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1    8,2    +g  10%     127 .. ..       10    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1   10,2    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -1,3    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1    1,3    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    5,3    +   14%     127 .. ..       11    0    0    0 100%    5        0   1
+    Play#1 output Play#1 1 32 sectors
+    Play#1 output Play#1 6 1 493
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
+    Play#1 output Play#1 1 1 ship
+    Play#1 output Play#1 6 1 493
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4     . . . . . . . . . .   -4  
+    Play#1 output Play#1 1   -3    . . . o . . . . . . .  -3  
+    Play#1 output Play#1 1   -2   . + o c + t l . . ? ? . -2  
+    Play#1 output Play#1 1   -1  - . . b m j h = . ) ? ?  -1  
+    Play#1 output Play#1 1    0 - - . j m m k . . . . ? ? 0   
+    Play#1 output Play#1 1    1  - - . + g g + + . . . ?  1   
+    Play#1 output Play#1 1    2 - - . o g g g + + + . .   2   
+    Play#1 output Play#1 1    3  - - . + + . + . . .      3   
+    Play#1 output Play#1 1    4   - - . . . . .           4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 1 493
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 technological breakthroughs (7.59) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (150.00) produced in 6,-2
+    Play#1 output Play#1 1   0 happiness, 150 education produced
+    Play#1 output Play#1 1 total pop was 8724, yielding 0.00 hap, 50.01 edu
+    Play#1 output Play#1 1 3.9248 tech, 0.0000 research produced
+    Play#1 output Play#1 1 Army delta $0, Navy delta $-36, Air force delta $0
+    Play#1 output Play#1 1 money delta was $-590 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 1 493
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    4,-2   t 100%   338  7.77 0.78 $3000   10d  50o 100l   21d 105o 210l 16.31
+    Play#1 output Play#1 1    6,-2   l 100%   213  150  1.00 $1350  150l            213l             213
+    Play#1 output Play#1 1   -1,-1   b 100%   128   25b 1.00 $250   125d            125d              25
+    Play#1 output Play#1 1    1,-1   m 100%   598  598i 1.00 $0                                      598
+    Play#1 output Play#1 1    3,-1   j 100%   598  405l 0.68 $0     598i            598i             405
+    Play#1 output Play#1 1   -2,0    j 100%   649  320l 0.68 $0     473i            649i             439
+    Play#1 output Play#1 1    0,0    m 100%   598  598i 1.00 $0                                      598
+    Play#1 output Play#1 1    2,0    m 100%   873  873i 1.00 $0                                      873
+    Play#1 output Play#1 1    4,0    k 100%   599  202h 0.68 $0     598i            598i             202
+    Play#1 output Play#1 1    1,1    m 100%   473  473i 1.00 $0                                      473
+    Play#1 output Play#1 1    3,1    g  65%   503  325d 1.00 $0                                      325
+    Play#1 output Play#1 1   -2,2    o  16%   599   64o 0.68 $0                                       64
+    Play#1 output Play#1 1    0,2    g  74%   537  370d 1.00 $0                                      370
+    Play#1 output Play#1 1    2,2    g  56%   502  280d 1.00 $0                                      280
+    Play#1 output Play#1 1 14 sectors
+    Play#1 output Play#1 6 1 493
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn30 output Conn30 2 Empire server ready
     Conn30 input user tester
+    Conn30 output Conn30 0 hello tester
     Conn30 input coun 8
+    Conn30 output Conn30 0 country name 8
     Conn30 input pass 8
+    Conn30 output Conn30 0 password ok
     Conn30 input play
     Conn30 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have a new telegram waiting ...
+    Play#8 output Play#8 6 1 640
     Play#8 input des 7,-1 c
     Play#8 command designate
+    Play#8 output Play#8 6 1 639
     Play#8 input capital 7,-1
     Play#8 command capital
+    Play#8 output Play#8 1 Capital now at 7,-1.
+    Play#8 output Play#8 6 1 639
     Play#8 input des * ?gold>1 g
     Play#8 command designate
+    Play#8 output Play#8 6 1 638
     Play#8 input thres d * ?newdes=g 1
     Play#8 command threshold
+    Play#8 output Play#8 6 1 637
     Play#8 input thres d * ?des=g 1
     Play#8 command threshold
+    Play#8 output Play#8 1 -1,-3 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 1,-3 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 -4,-2 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 -2,-2 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 0,-2 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 2,-2 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 6,-2 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 -3,-1 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 -1,-1 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 1,-1 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 3,-1 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 5,-1 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 -2,0 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 4,0 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 6,0 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 -3,1 threshold unchanged (left at 1)
+    Play#8 output Play#8 1 1,1 threshold unchanged (left at 1)
+    Play#8 output Play#8 6 1 636
     Play#8 input thres d 4,0 0
     Play#8 command threshold
+    Play#8 output Play#8 1 4,0 old threshold 1
+    Play#8 output Play#8 6 1 635
     Play#8 input thres d 1,-1 1
     Play#8 command threshold
+    Play#8 output Play#8 1 1,-1 threshold unchanged (left at 1)
+    Play#8 output Play#8 6 1 634
     Play#8 input des -5,-3 o
     Play#8 command designate
+    Play#8 output Play#8 6 1 633
     Play#8 input thres o -5,-3 1
     Play#8 command threshold
+    Play#8 output Play#8 6 1 632
     Play#8 input des -6,-4 o
     Play#8 command designate
+    Play#8 output Play#8 6 1 631
     Play#8 input thres o -6,-4 1
     Play#8 command threshold
+    Play#8 output Play#8 6 1 630
     Play#8 input des 1,-1 m
     Play#8 command designate
+    Play#8 output Play#8 6 1 629
     Play#8 input thres i 1,-1 1
     Play#8 command threshold
+    Play#8 output Play#8 6 1 628
     Play#8 input des 3,1 w
     Play#8 command designate
+    Play#8 output Play#8 6 1 627
     Play#8 input dist * 3,1
     Play#8 command distribute
+    Play#8 output Play#8 1 oil field at -6,-4 has no dist sector. 
+    Play#8 output Play#8 1 oil field -6,-4 now distributes to 3,1 (cost 2.400)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 wilderness at -4,-4 has no dist sector. 
+    Play#8 output Play#8 1 wilderness -4,-4 now distributes to 3,1 (cost 2.000)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 wilderness at 0,-4 has no dist sector. 
+    Play#8 output Play#8 1 wilderness 0,-4 now distributes to 3,1 (cost 1.600)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 oil field at -5,-3 has no dist sector. 
+    Play#8 output Play#8 1 oil field -5,-3 now distributes to 3,1 (cost 2.000)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 wilderness at -3,-3 has no dist sector. 
+    Play#8 output Play#8 1 wilderness -3,-3 now distributes to 3,1 (cost 1.600)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at -1,-3 has no dist sector. 
+    Play#8 output Play#8 1 gold mine -1,-3 now distributes to 3,1 (cost 1.200)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at 1,-3 has no dist sector. 
+    Play#8 output Play#8 1 gold mine 1,-3 now distributes to 3,1 (cost 1.200)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at -4,-2 has no dist sector. 
+    Play#8 output Play#8 1 gold mine -4,-2 now distributes to 3,1 (cost 1.600)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at -2,-2 has no dist sector. 
+    Play#8 output Play#8 1 gold mine -2,-2 now distributes to 3,1 (cost 1.200)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at 0,-2 has no dist sector. 
+    Play#8 output Play#8 1 gold mine 0,-2 now distributes to 3,1 (cost 0.800)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at 2,-2 has no dist sector. 
+    Play#8 output Play#8 1 gold mine 2,-2 now distributes to 3,1 (cost 0.800)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 wilderness at 4,-2 has no dist sector. 
+    Play#8 output Play#8 1 wilderness 4,-2 now distributes to 3,1 (cost 1.000)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at 6,-2 has no dist sector. 
+    Play#8 output Play#8 1 gold mine 6,-2 now distributes to 3,1 (cost 1.200)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at -3,-1 has no dist sector. 
+    Play#8 output Play#8 1 gold mine -3,-1 now distributes to 3,1 (cost 1.200)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at -1,-1 has no dist sector. 
+    Play#8 output Play#8 1 gold mine -1,-1 now distributes to 3,1 (cost 0.800)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at 1,-1 has no dist sector. 
+    Play#8 output Play#8 1 gold mine 1,-1 now distributes to 3,1 (cost 0.600)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at 3,-1 has no dist sector. 
+    Play#8 output Play#8 1 gold mine 3,-1 now distributes to 3,1 (cost 0.600)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at 5,-1 has no dist sector. 
+    Play#8 output Play#8 1 gold mine 5,-1 now distributes to 3,1 (cost 0.800)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 capital at 7,-1 has no dist sector. 
+    Play#8 output Play#8 1 capital 7,-1 now distributes to 3,1 (cost 1.200)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at -2,0 has no dist sector. 
+    Play#8 output Play#8 1 gold mine -2,0 now distributes to 3,1 (cost 0.800)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 capital at 0,0 has no dist sector. 
+    Play#8 output Play#8 1 capital 0,0 now distributes to 3,1 (cost 0.600)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 capital at 2,0 has no dist sector. 
+    Play#8 output Play#8 1 capital 2,0 now distributes to 3,1 (cost 0.400)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at 4,0 has no dist sector. 
+    Play#8 output Play#8 1 gold mine 4,0 now distributes to 3,1 (cost 0.400)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at 6,0 has no dist sector. 
+    Play#8 output Play#8 1 gold mine 6,0 now distributes to 3,1 (cost 0.800)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 wilderness at 8,0 has no dist sector. 
+    Play#8 output Play#8 1 wilderness 8,0 now distributes to 3,1 (cost 1.200)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at -3,1 has no dist sector. 
+    Play#8 output Play#8 1 gold mine -3,1 now distributes to 3,1 (cost 1.200)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 wilderness at -1,1 has no dist sector. 
+    Play#8 output Play#8 1 wilderness -1,1 now distributes to 3,1 (cost 0.800)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 gold mine at 1,1 has no dist sector. 
+    Play#8 output Play#8 1 gold mine 1,1 now distributes to 3,1 (cost 0.400)
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 warehouse at 3,1 has no dist sector. 
+    Play#8 output Play#8 1 Distribution from and to warehouse 3,1 terminated
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 1 626
     Play#8 input thres c 0:2,0 769
     Play#8 command threshold
+    Play#8 output Play#8 6 1 625
     Play#8 input thres c 1,-1 769
     Play#8 command threshold
+    Play#8 output Play#8 6 1 624
     Play#8 input thres c 4,0 350
     Play#8 command threshold
+    Play#8 output Play#8 6 1 623
     Play#8 input thres c 3,-1 769
     Play#8 command threshold
+    Play#8 output Play#8 6 1 622
     Play#8 input mov c 2,0 231 jh
     Play#8 command move
+    Play#8 output Play#8 1 Total movement cost = 10
+    Play#8 output Play#8 1 117 mob left in 2,0
+    Play#8 output Play#8 6 1 621
     Play#8 input mov c 0,0 231 jjh
     Play#8 command move
+    Play#8 output Play#8 1 Total movement cost = 14
+    Play#8 output Play#8 1 113 mob left in 0,0
+    Play#8 output Play#8 6 1 620
     Play#8 input mov c 1,-1 231 jh
     Play#8 command move
+    Play#8 output Play#8 1 Total movement cost = 10
+    Play#8 output Play#8 1 117 mob left in 1,-1
+    Play#8 output Play#8 6 1 619
     Play#8 input bmap #
     Play#8 command bmap
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . .          -5  
+    Play#8 output Play#8 1   -4 . o - . - . .       -4  
+    Play#8 output Play#8 1   -3  ) o - g g . . .    -3  
+    Play#8 output Play#8 1   -2   . g g g g - g .   -2  
+    Play#8 output Play#8 1   -1    . g g g g g c .  -1  
+    Play#8 output Play#8 1    0   . . g c c g g - . 0   
+    Play#8 output Play#8 1    1    . g - g w . . .  1   
+    Play#8 output Play#8 1    2     . . . . . .     2   
+    Play#8 output Play#8 1    3      . . . . .      3   
+    Play#8 output Play#8 1    4                     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 1 619
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1   -6,-4   o    0%      60 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -4,-4   -    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    0,-4   -    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -5,-3   o    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,-3   -    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-3   g    0%      60 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    1,-3   g    0%      60 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -4,-2   g    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -2,-2   g    0%      60 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    0,-2   g    0%      60 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    2,-2   g    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    4,-2   -    0%      60 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    6,-2   g    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,-1   g    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-1   g    0%      60 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    1,-1   gm 100%     117 .. ..      769    0    0    0 100%  649        0
+    Play#8 output Play#8 1    3,-1   g    0%      60 .. ..      232    0    0    0 100%    0        0
+    Play#8 output Play#8 1    5,-1   g    0%      60 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    7,-1   c    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -2,0    g    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    0,0    cg 100%     113 .. ..      769   55  201    0 100%  783        0
+    Play#8 output Play#8 1    2,0    cg 100%     117 .. ..      769   55  200    0 100%  783        0
+    Play#8 output Play#8 1    4,0    g    0%      60 .. ..      463    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    6,0    g    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    8,0    -    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,1    g    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,1    -    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    1,1    g    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    3,1    w    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1 29 sectors
+    Play#8 output Play#8 6 1 619
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . .          -5  
+    Play#8 output Play#8 1   -4 . o - . - . .       -4  
+    Play#8 output Play#8 1   -3  ? o - g g . . .    -3  
+    Play#8 output Play#8 1   -2   . g g g g - g .   -2  
+    Play#8 output Play#8 1   -1    . g g g g g c .  -1  
+    Play#8 output Play#8 1    0   . . g c c g g - . 0   
+    Play#8 output Play#8 1    1    . g - g w . . .  1   
+    Play#8 output Play#8 1    2     . . . . . .     2   
+    Play#8 output Play#8 1    3      . . . . .      3   
+    Play#8 output Play#8 1    4                     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 1 619
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1   0 happiness,   0 education produced
+    Play#8 output Play#8 1 total pop was 2994, yielding 0.00 hap, 0.00 edu
+    Play#8 output Play#8 1 1.9624 technology (0.0000 + 1.9624), 0.0000 research (0.0000 + 0.0000) produced
+    Play#8 output Play#8 1 money delta was $853 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 1 619
     Play#8 input prod *
     Play#8 command production
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 PRODUCTION SIMULATION
+    Play#8 output Play#8 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#8 output Play#8 1    1,-1   m 100%   474  474i 1.00 $0                                      474
+    Play#8 output Play#8 1    3,-1   g  67%    90   59d 1.00 $0                                       59
+    Play#8 output Play#8 1    0,0    g 100%   626  500d 1.00 $0                                      500
+    Play#8 output Play#8 1    2,0    g 100%   625  500d 1.00 $0                                      500
+    Play#8 output Play#8 1    4,0    g  14%   260   36d 1.00 $0                                       36
+    Play#8 output Play#8 1 5 sectors
+    Play#8 output Play#8 6 1 619
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn31 output Conn31 2 Empire server ready
     Conn31 input user tester
+    Conn31 output Conn31 0 hello tester
     Conn31 input coun POGO
+    Conn31 output Conn31 0 country name POGO
     Conn31 input pass peter
+    Conn31 output Conn31 0 password ok
     Conn31 input play
     Conn31 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 2 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  32   44%  11K  53    0    0    0  5.4K 721  238    0    1    0   20K
+    Play#0 output Play#0 1     39.83
+    Play#0 output Play#0 1         8  29   10% 3.0K 110    0    0    0    0  403    0    0    0    0   29K
+    Play#0 output Play#0 1      7.82
+    Play#0 output Play#0 1         6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   29K
+    Play#0 output Play#0 1      7.78
+    Play#0 output Play#0 1         3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   29K
+    Play#0 output Play#0 1      7.73
+    Play#0 output Play#0 1         5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   29K
+    Play#0 output Play#0 1      7.71
+    Play#0 output Play#0 1         7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   29K
+    Play#0 output Play#0 1      7.66
+    Play#0 output Play#0 1         4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   29K
+    Play#0 output Play#0 1      7.55
+    Play#0 output Play#0 1        10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   29K
+    Play#0 output Play#0 1      7.40
+    Play#0 output Play#0 1         2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   29K
+    Play#0 output Play#0 1      7.02
+    Play#0 output Play#0 1         9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   29K
+    Play#0 output Play#0 1      6.97
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  85   48%  38K 1.0K   0    0    0  5.4K 3.2K 238    0    1    0  281K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 2 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                 10.95        0.00       39.76        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                  5.48        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                  5.48        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                  5.48        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                  5.48        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                  5.48        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                  5.48        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                  5.48        0.00        0.00        0.00    30,-12 
+    Play#0 output Play#0 1  9     9                  5.48        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                 5.48        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 2 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  o    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  +o   7%     127 .. ..        8    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   1    3,-15  o    0%     127 .. ..        6    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1    5,-15  c    0%     127 .. ..      100    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     127 .. ..      370    0    0    0 100%  178    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      210    0    0    0 100%   95    0   1
+    Play#0 output Play#0 1   8   17,-15  o    0%      60 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   19,-15  -    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-15  -    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      100    0    0    0 100%  598    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     127 .. ..      768    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  j  100%     127 .. ..      768    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     124 .. ..     1369    0    0    0 100%  610    0   1
+    Play#0 output Play#0 1   1   12,-14  =   20%       0 .. ..       77    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   16,-14  )  100%     127 .. ..   8   29   28   88    0 100%   60    0   1
+    Play#0 output Play#0 1   8   18,-14  o    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   20,-14  -    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-14  g    0%      60 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-14  g    0%      60 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-13  j  100%     127 .. ..      769    0    0    0 100%  473    0   1
+    Play#0 output Play#0 1   1    5,-13  m  100%     127 .. ..      768    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     127 .. ..      768    0  398    0 100%    0    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. ..      768    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   19,-13  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   21,-13  g    0%      60 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   23,-13  g    0%      60 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-13  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   27,-13  -    0%      60 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   29,-13  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-12  +k  14%     127 .. ..       11    0    0    0 100%    5    0   1
+    Play#0 output Play#0 1   1    6,-12  gm 100%     125 .. ..      768    0    0    0 100%  106    0
+    Play#0 output Play#0 1   1    8,-12  g    2%     127 .. ..      769    0    0    0 100%    2    0
+    Play#0 output Play#0 1   1   10,-12  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  +   14%     127 .. ..       12    0    0    0 100%    5    0   1
+    Play#0 output Play#0 1   8   20,-12  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-12  g    0%      60 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   24,-12  gm 100%     117 .. ..      769    0    0    0 100%  649    0
+    Play#0 output Play#0 1   8   26,-12  g    0%      60 .. ..      232    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   28,-12  g    0%      60 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   30,-12  c    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1    3,-11  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-11  g   19%     127 .. ..      769    0    0    0 100%   19    0
+    Play#0 output Play#0 1   1    7,-11  g    0%     127 .. ..      769    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1    9,-11  g    0%     127 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   11,-11  +g   7%     127 .. ..        8    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   1   13,-11  +g  10%     127 .. ..       10    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   1   15,-11  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   21,-11  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-11  cg 100%     113 .. ..      769   55  201    0 100%  783    0
+    Play#0 output Play#0 1   8   25,-11  cg 100%     117 .. ..      769   55  200    0 100%  783    0
+    Play#0 output Play#0 1   8   27,-11  g    0%      60 .. ..      463    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   29,-11  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   31,-11  -    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  198    0 100%  781    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  199    0 100%  782    0   1
+    Play#0 output Play#0 1   1    4,-10  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    6,-10  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   10,-10  +   14%     127 .. ..       11    0    0    0 100%    5    0   1
+    Play#0 output Play#0 1   8   20,-10  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-10  -    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-10  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   26,-10  w    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  198    0 100%  781    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  199    0 100%  782    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  649    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  200    0 100%  782    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  202    0 100%  784    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  649    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  649    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  202    0 100%  783    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  197    0 100%  780    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  200    0 100%  782    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  199    0 100%  782    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  649    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  199    0 100%  782    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  198    0 100%  781    0
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  649    0
+    Play#0 output Play#0 1   2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  201    0 100%  783    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  200    0 100%  782    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55  197    0 100%  781    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55  202    0 100%  784    0
+    Play#0 output Play#0 1 85 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   1,-15  + .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-15  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  150    0   0
+    Play#0 output Play#0 1   8  17,-15  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....3.....   0   0    0    0  301  40    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... ..........   0   0    0 2906  407   0  187  267  320   0
+    Play#0 output Play#0 1   1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  18,-14  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-14  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-14  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-13  j .......... .......0..   0   0    0  473    0   0    0    1    0   0
+    Play#0 output Play#0 1   1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
+    Play#0 output Play#0 1   8  19,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-12  + .......... ........0.   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-12  g ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  g .......... ...00.....   0   0    0    0  403   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  28,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   5,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-11  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-11  + .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  + .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-11  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  c .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  c .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-11  g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-11  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  31,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-10  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-10  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-10  w .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 85 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  o    0%    0    0   82  58    0
+    Play#0 output Play#0 1   1    1,-15  +o   7%    6    0   67  32    0
+    Play#0 output Play#0 1   1    3,-15  o    0%   11    0   61  21    0
+    Play#0 output Play#0 1   1    5,-15  c    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   8   17,-15  o    0%    0    0  100  87    0
+    Play#0 output Play#0 1   8   19,-15  -    0%    0    0  100 100    0
+    Play#0 output Play#0 1   8   23,-15  -    0%   11    0   61  21    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  j  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   12,-14  =   20%    0    0   45  11    0
+    Play#0 output Play#0 1   1   16,-14  )  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   18,-14  o    0%    0    0   91  72    0
+    Play#0 output Play#0 1   8   20,-14  -    0%    0    0   82  58    0
+    Play#0 output Play#0 1   8   22,-14  g    0%   50   23    6   0    0
+    Play#0 output Play#0 1   8   24,-14  g    0%   45   19   13   0    0
+    Play#0 output Play#0 1   1    3,-13  j  100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   8   19,-13  g    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-13  g    0%   96   60    0   0   77
+    Play#0 output Play#0 1   8   23,-13  g    0%  100   65    0   0   88
+    Play#0 output Play#0 1   8   25,-13  g    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   27,-13  -    0%    0    0   76  47    0
+    Play#0 output Play#0 1   8   29,-13  g    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    4,-12  +k  14%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  gm 100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    8,-12  g    2%  100   65    0   0   88
+    Play#0 output Play#0 1   1   10,-12  +    0%   50   23    6   0    0
+    Play#0 output Play#0 1   1   12,-12  +   14%   63   33    0   0   17
+    Play#0 output Play#0 1   8   20,-12  g    0%   74   42    0   0   37
+    Play#0 output Play#0 1   8   22,-12  g    0%  100   69    0   0   97
+    Play#0 output Play#0 1   8   24,-12  gm 100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   26,-12  g    0%  100   74    0   0  100
+    Play#0 output Play#0 1   8   28,-12  g    0%   91   56    0   0   68
+    Play#0 output Play#0 1   8   30,-12  c    0%   23    1   43   0    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1    3,-11  o  100%    0    0  100  16    0
+    Play#0 output Play#0 1   1    5,-11  g   19%  100   74    0   0  100
+    Play#0 output Play#0 1   1    7,-11  g    0%   91   56    0   0   68
+    Play#0 output Play#0 1   1    9,-11  g    0%   85   51    0   0   57
+    Play#0 output Play#0 1   1   11,-11  +g   7%   78   46    0   0   45
+    Play#0 output Play#0 1   1   13,-11  +g  10%   67   37    0   0   25
+    Play#0 output Play#0 1   1   15,-11  +    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-11  g    0%   85   51    0   0   57
+    Play#0 output Play#0 1   8   23,-11  cg 100%  100  100  100 100  100
+    Play#0 output Play#0 1   8   25,-11  cg 100%  100  100  100 100  100
+    Play#0 output Play#0 1   8   27,-11  g    0%   39   14   21   0    0
+    Play#0 output Play#0 1   8   29,-11  g    0%   34   10   28   0    0
+    Play#0 output Play#0 1   8   31,-11  -    0%    0    0  100 100    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +    2%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +    1%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  +   14%    0    0  100  98    0
+    Play#0 output Play#0 1   8   20,-10  g    0%   78   46    0   0   45
+    Play#0 output Play#0 1   8   22,-10  -    0%    6    0   67  32    0
+    Play#0 output Play#0 1   8   24,-10  g    0%   67   37    0   0   25
+    Play#0 output Play#0 1   8   26,-10  w    0%   17    0   52   7    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   2   17,9    g  100%   34    0   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 85 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 2 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn32 output Conn32 2 Empire server ready
     Conn32 input user tester
+    Conn32 output Conn32 0 hello tester
     Conn32 input coun 1
+    Conn32 output Conn32 0 country name 1
     Conn32 input pass 1
+    Conn32 output Conn32 0 password ok
     Conn32 input play
     Conn32 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 2 640
     Play#1 input des 0,2 m
     Play#1 command designate
+    Play#1 output Play#1 6 2 639
     Play#1 input deliver i 0,2 0 j
     Play#1 command deliver
+    Play#1 output Play#1 1 Deliver iron ore from gold mine @ 0,2 to 2,2
+    Play#1 output Play#1 6 2 638
     Play#1 input thres d 0,2 0
     Play#1 command threshold
+    Play#1 output Play#1 1 0,2 old threshold 1
+    Play#1 output Play#1 6 2 637
     Play#1 input mov d 0,2 1 -1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -1,-1
+    Play#1 output Play#1 1 Using best path 'uyyh', movement cost 0.600
+    Play#1 output Play#1 1 Total movement cost = 3
+    Play#1 output Play#1 1 124 mob left in 0,2
+    Play#1 output Play#1 6 2 636
     Play#1 input des 3,1 m
     Play#1 command designate
+    Play#1 output Play#1 6 2 635
     Play#1 input deliver i 3,1 0 j
     Play#1 command deliver
+    Play#1 output Play#1 1 Deliver iron ore from gold mine @ 3,1 to 5,1
+    Play#1 output Play#1 6 2 634
     Play#1 input thres d 3,1 0
     Play#1 command threshold
+    Play#1 output Play#1 1 3,1 old threshold 1
+    Play#1 output Play#1 6 2 633
     Play#1 input mov d 3,1 1 -1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -1,-1
+    Play#1 output Play#1 1 Using best path 'yygh', movement cost 0.600
+    Play#1 output Play#1 1 Total movement cost = 3
+    Play#1 output Play#1 1 124 mob left in 3,1
+    Play#1 output Play#1 6 2 632
     Play#1 input des 2,2 k
     Play#1 command designate
+    Play#1 output Play#1 6 2 631
     Play#1 input thres h 2,2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 2 630
     Play#1 input thres d 2,2 0
     Play#1 command threshold
+    Play#1 output Play#1 1 2,2 old threshold 1
+    Play#1 output Play#1 6 2 629
     Play#1 input mov d 2,2 1 -1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -1,-1
+    Play#1 output Play#1 1 Using best path 'yyyh', movement cost 0.600
+    Play#1 output Play#1 1 Total movement cost = 3
+    Play#1 output Play#1 1 124 mob left in 2,2
+    Play#1 output Play#1 6 2 628
     Play#1 input thres d 4,-2 15
     Play#1 command threshold
+    Play#1 output Play#1 1 4,-2 old threshold 10
+    Play#1 output Play#1 6 2 627
     Play#1 input thres o 4,-2 75
     Play#1 command threshold
+    Play#1 output Play#1 1 4,-2 old threshold 50
+    Play#1 output Play#1 6 2 626
     Play#1 input thres l 4,-2 150
     Play#1 command threshold
+    Play#1 output Play#1 1 4,-2 old threshold 100
+    Play#1 output Play#1 6 2 625
     Play#1 input des 5:7,1 g
     Play#1 command designate
+    Play#1 output Play#1 6 2 624
     Play#1 input thres d 5:7,1 1
     Play#1 command threshold
+    Play#1 output Play#1 6 2 623
     Play#1 input thres c 5:7,1 769
     Play#1 command threshold
+    Play#1 output Play#1 6 2 622
     Play#1 input des 10,2 g
     Play#1 command designate
+    Play#1 output Play#1 6 2 621
     Play#1 input thres d 10,2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 2 620
     Play#1 input thres c 10,2 769
     Play#1 command threshold
+    Play#1 output Play#1 6 2 619
     Play#1 input radar 11,-1
     Play#1 command radar
+    Play#1 output Play#1 1 11,-1 efficiency 100%, max range 4
+    Play#1 output Play#1 1     . . . . .    
+    Play#1 output Play#1 1    . . . . . .   
+    Play#1 output Play#1 1   . . . . . . .  
+    Play#1 output Play#1 1  t l . . o ? . ? 
+    Play#1 output Play#1 1 j h = . 0 o ? ? ?
+    Play#1 output Play#1 1  k . . . . ? ? ? 
+    Play#1 output Play#1 1   g + . . F ? ?  
+    Play#1 output Play#1 1    g g g . . ?   
+    Play#1 output Play#1 1     . . . . ?    
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 2 618
     Play#1 input bmap #1
     Play#1 command bmap
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 1   -8                                           -8  
+    Play#1 output Play#1 1   -7                                           -7  
+    Play#1 output Play#1 1   -6                                           -6  
+    Play#1 output Play#1 1   -5                        . . . . .          -5  
+    Play#1 output Play#1 1   -4             . . . . . . . . . . .         -4  
+    Play#1 output Play#1 1   -3            . . . o . . . . . . . .        -3  
+    Play#1 output Play#1 1   -2           . + o c + t l . . o ? . ?       -2  
+    Play#1 output Play#1 1   -1          - . . b m j h = . ) o ? ? ?      -1  
+    Play#1 output Play#1 1    0         - - . j m m k . . . . ? ? ?       0   
+    Play#1 output Play#1 1    1          - - . + g g g + . . . ? ?        1   
+    Play#1 output Play#1 1    2         - - . o g g g g g g . . ?         2   
+    Play#1 output Play#1 1    3          - - . + + . + . . . . ?          3   
+    Play#1 output Play#1 1    4           - - . . . . .                   4   
+    Play#1 output Play#1 1    5                                           5   
+    Play#1 output Play#1 1    6                                           6   
+    Play#1 output Play#1 1    7                                           7   
+    Play#1 output Play#1 1    8                                           8   
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 6 2 618
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   o    0%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   o    0%     127 .. ..      769    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1   -2,-2   o    3%     127 .. ..      769    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1    0,-2   c   39%     127 .. ..      100    0    0    0 100%   39        0   1
+    Play#1 output Play#1 1    2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     127 .. ..      370    0    0    0 100%  178        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      210    0    0    0 100%   63        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      100    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%     127 .. ..        1    0    0    0 100%  650        0   1
+    Play#1 output Play#1 1    7,-1   =   49%      60 .. ..      100    0    0    0 100%   30        0   1
+    Play#1 output Play#1 1   11,-1   )  100%     127 .. ..   8   37   28  102    0 100%  139        0   1
+    Play#1 output Play#1 1   -2,0    j  100%     127 .. ..      769    0    0    0 100%  176        0   1
+    Play#1 output Play#1 1    0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,0    m  100%     127 .. ..      769    0  458    0 100%    0        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -1,1    +k   2%     127 .. ..      769    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1    1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,1    gm 100%     124 .. ..      769    0    0    0 100%    3        0
+    Play#1 output Play#1 1    5,1    g    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    7,1    +g  20%     127 .. ..       15    0    0    0 100%    7        0   1
+    Play#1 output Play#1 1   -2,2    o  100%     127 .. ..      769    0    0    0 100%    5        0   1
+    Play#1 output Play#1 1    0,2    gm 100%     124 .. ..      769    0    0    0 100%   37        0
+    Play#1 output Play#1 1    2,2    gk 100%     124 .. ..      769    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1    4,2    g    1%     127 .. ..      721    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    6,2    g    0%     127 .. ..       10    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1    8,2    g    0%     127 .. ..       13    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1   10,2    g    0%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -1,3    +    4%     127 .. ..        6    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1    1,3    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1    5,3    +   20%     127 .. ..       14    0    0    0 100%    6        0   1
+    Play#1 output Play#1 1 32 sectors
+    Play#1 output Play#1 6 2 618
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
+    Play#1 output Play#1 1 1 ship
+    Play#1 output Play#1 6 2 618
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4     . . . . . . . . . .   -4  
+    Play#1 output Play#1 1   -3    . . . o . . . . . . .  -3  
+    Play#1 output Play#1 1   -2   . o o c + t l . . ? ? . -2  
+    Play#1 output Play#1 1   -1  - . . b m j h = . ) ? ?  -1  
+    Play#1 output Play#1 1    0 - - . j m m k . . . . ? ? 0   
+    Play#1 output Play#1 1    1  - - . + m g g + . . . ?  1   
+    Play#1 output Play#1 1    2 - - . o g g g g g g . .   2   
+    Play#1 output Play#1 1    3  - - . + + . + . . .      3   
+    Play#1 output Play#1 1    4   - - . . . . . .         4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 2 618
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 technological breakthroughs (7.77) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (150.00) produced in 6,-2
+    Play#1 output Play#1 1   0 happiness, 150 education produced
+    Play#1 output Play#1 1 total pop was 10763, yielding 0.00 hap, 42.78 edu
+    Play#1 output Play#1 1 3.9571 tech, 0.0000 research produced
+    Play#1 output Play#1 1 Army delta $0, Navy delta $-36, Air force delta $0
+    Play#1 output Play#1 1 money delta was $-636 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 2 618
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    1,-3   o  58%   499  206o 0.71 $0                                      206
+    Play#1 output Play#1 1   -4,-2   o  32%   502  114o 0.71 $0                                      114
+    Play#1 output Play#1 1   -2,-2   o  21%   506   76o 0.71 $0                                       76
+    Play#1 output Play#1 1    4,-2   t 100%   338  7.80 0.78 $3000   10d  50o 100l   21d 105o 210l 16.38
+    Play#1 output Play#1 1    6,-2   l 100%   213  150  1.00 $1350  150l            213l             213
+    Play#1 output Play#1 1   -1,-1   b 100%    81   16b 1.00 $160    80d             80d              16
+    Play#1 output Play#1 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,-1   j 100%   599  427l 0.71 $0     599i            599i             427
+    Play#1 output Play#1 1   -2,0    j 100%   649  426l 0.71 $0     598i            649i             463
+    Play#1 output Play#1 1    0,0    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,0    m 100%   915  915i 1.00 $0                                      915
+    Play#1 output Play#1 1    4,0    k 100%   600  214h 0.71 $0     600i            600i             214
+    Play#1 output Play#1 1   -1,1    k 100%   498  168h 0.71 $0     472i            498i             177
+    Play#1 output Play#1 1    1,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,1    m 100%   474  474i 1.00 $0                                      474
+    Play#1 output Play#1 1   -2,2    o   6%   604   26o 0.71 $0                                       26
+    Play#1 output Play#1 1    0,2    m 100%   474  474i 1.00 $0                                      474
+    Play#1 output Play#1 1    2,2    k 100%   474    0h 0.71 $0       0i            474i             169
+    Play#1 output Play#1 1    4,2    g  51%   464  236d 1.00 $0                                      236
+    Play#1 output Play#1 1 19 sectors
+    Play#1 output Play#1 6 2 618
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn33 output Conn33 2 Empire server ready
     Conn33 input user tester
+    Conn33 output Conn33 0 hello tester
     Conn33 input coun 8
+    Conn33 output Conn33 0 country name 8
     Conn33 input pass 8
+    Conn33 output Conn33 0 password ok
     Conn33 input play
     Conn33 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have a new telegram waiting ...
+    Play#8 output Play#8 6 1 619
     Play#8 input thres c -3:-1,-1 769
     Play#8 command threshold
+    Play#8 output Play#8 6 1 618
     Play#8 input des 0:2,0 m
     Play#8 command designate
+    Play#8 output Play#8 6 1 617
     Play#8 input thres i 0:2,0 1
     Play#8 command threshold
+    Play#8 output Play#8 6 1 616
     Play#8 input bmap #
     Play#8 command bmap
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . .          -5  
+    Play#8 output Play#8 1   -4 . o - . - . .       -4  
+    Play#8 output Play#8 1   -3  ) o - g g . . .    -3  
+    Play#8 output Play#8 1   -2   . g g g g - g .   -2  
+    Play#8 output Play#8 1   -1    . g g g g g c .  -1  
+    Play#8 output Play#8 1    0   . . g c c g g - . 0   
+    Play#8 output Play#8 1    1    . g - g w . . .  1   
+    Play#8 output Play#8 1    2     . . . . . .     2   
+    Play#8 output Play#8 1    3      . . . . .      3   
+    Play#8 output Play#8 1    4                     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 1 616
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1   -6,-4   o    0%     120 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -4,-4   -    0%     120 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    0,-4   -    0%     120 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -5,-3   o    0%     120 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,-3   -    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-3   g    0%     120 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    1,-3   g    0%     120 .. ..        2    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -4,-2   g    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -2,-2   g    0%     120 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    0,-2   g    0%     120 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    2,-2   g    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    4,-2   -    0%     120 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    6,-2   g    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,-1   g    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-1   g    0%     120 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    1,-1   m  100%      61 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    3,-1   g   90%     103 .. ..      769    0    0    0 100%    1        0
+    Play#8 output Play#8 1    5,-1   g    0%     120 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    7,-1   c    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -2,0    g    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    0,0    gm 100%      61 .. ..      769   55  231    0 100%  126        0
+    Play#8 output Play#8 1    2,0    gm 100%      78 .. ..      769   55  230    0 100%  125        0
+    Play#8 output Play#8 1    4,0    g  100%     119 .. ..      350    0    0    0 100%    3        0   1
+    Play#8 output Play#8 1    6,0    g    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    8,0    -    0%     120 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,1    g    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,1    -    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    1,1    g    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    3,1    w    0%     101 .. ..      476    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1 29 sectors
+    Play#8 output Play#8 6 1 616
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . .          -5  
+    Play#8 output Play#8 1   -4 . o - . - . . .     -4  
+    Play#8 output Play#8 1   -3  ? o - g g . . .    -3  
+    Play#8 output Play#8 1   -2   . g g g g - g .   -2  
+    Play#8 output Play#8 1   -1    . g g m g g c .  -1  
+    Play#8 output Play#8 1    0   . . g g g g g - . 0   
+    Play#8 output Play#8 1    1    . g - g w . . .  1   
+    Play#8 output Play#8 1    2     . . . . . . .   2   
+    Play#8 output Play#8 1    3      . . . . . .    3   
+    Play#8 output Play#8 1    4                     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 1 616
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1   0 happiness,   0 education produced
+    Play#8 output Play#8 1 total pop was 3030, yielding 0.00 hap, 0.00 edu
+    Play#8 output Play#8 1 1.9786 technology (0.0000 + 1.9786), 0.0000 research (0.0000 + 0.0000) produced
+    Play#8 output Play#8 1 money delta was $-99 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 1 616
     Play#8 input prod *
     Play#8 command production
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 PRODUCTION SIMULATION
+    Play#8 output Play#8 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#8 output Play#8 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    3,-1   g  62%   590  310d 1.00 $0                                      310
+    Play#8 output Play#8 1    0,0    m 100%   646  646i 1.00 $0                                      646
+    Play#8 output Play#8 1    2,0    m 100%   646  646i 1.00 $0                                      646
+    Play#8 output Play#8 1    4,0    g   7%   276   19d 1.00 $0                                       19
+    Play#8 output Play#8 1 5 sectors
+    Play#8 output Play#8 6 1 616
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn34 output Conn34 2 Empire server ready
     Conn34 input user tester
+    Conn34 output Conn34 0 hello tester
     Conn34 input coun POGO
+    Conn34 output Conn34 0 country name POGO
     Conn34 input pass peter
+    Conn34 output Conn34 0 password ok
     Conn34 input play
     Conn34 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 2 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  32   54%  13K  53    0    0    0  6.2K 1.6K 252    0    1    0   20K
+    Play#0 output Play#0 1     70.57
+    Play#0 output Play#0 1         8  29   17% 3.9K 110    0    0    0  474  1.5K   0    0    0    0   29K
+    Play#0 output Play#0 1     15.50
+    Play#0 output Play#0 1         6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   30K
+    Play#0 output Play#0 1     10.65
+    Play#0 output Play#0 1         3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   30K
+    Play#0 output Play#0 1     10.59
+    Play#0 output Play#0 1         5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   30K
+    Play#0 output Play#0 1     10.57
+    Play#0 output Play#0 1         7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   30K
+    Play#0 output Play#0 1     10.49
+    Play#0 output Play#0 1         4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   30K
+    Play#0 output Play#0 1     10.35
+    Play#0 output Play#0 1        10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   30K
+    Play#0 output Play#0 1     10.15
+    Play#0 output Play#0 1         2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   30K
+    Play#0 output Play#0 1      9.63
+    Play#0 output Play#0 1         9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   30K
+    Play#0 output Play#0 1      9.57
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  85   54%  41K 1.0K   0    0    0  6.7K 5.2K 252    0    1    0  287K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 2 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                 14.81        0.00       40.48        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                  7.41        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                  7.41        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                  7.41        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                  7.41        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                  7.41        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                  7.41        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                  7.41        0.00        0.00        0.00    30,-12 
+    Play#0 output Play#0 1  9     9                  7.41        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                 7.41        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 2 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  o    0%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  o    0%     127 .. ..      769    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1    3,-15  o    3%     127 .. ..      769    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   1    5,-15  c   39%     127 .. ..      100    0    0    0 100%   39    0   1
+    Play#0 output Play#0 1   1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     127 .. ..      370    0    0    0 100%  178    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      210    0    0    0 100%   63    0   1
+    Play#0 output Play#0 1   8   17,-15  o    0%     120 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   19,-15  -    0%     120 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-15  -    0%     120 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      100    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  j  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     127 .. ..        1    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   1   12,-14  =   49%      60 .. ..      100    0    0    0 100%   30    0   1
+    Play#0 output Play#0 1   1   16,-14  )  100%     127 .. ..   8   37   28  102    0 100%  139    0   1
+    Play#0 output Play#0 1   8   18,-14  o    0%     120 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   20,-14  -    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-14  g    0%     120 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   24,-14  g    0%     120 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    3,-13  j  100%     127 .. ..      769    0    0    0 100%  176    0   1
+    Play#0 output Play#0 1   1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     127 .. ..      769    0  458    0 100%    0    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   19,-13  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   21,-13  g    0%     120 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   23,-13  g    0%     120 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-13  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   27,-13  -    0%     120 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   29,-13  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-12  +k   2%     127 .. ..      769    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-12  gm 100%     124 .. ..      769    0    0    0 100%    3    0
+    Play#0 output Play#0 1   1   10,-12  g    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   12,-12  +g  20%     127 .. ..       15    0    0    0 100%    7    0   1
+    Play#0 output Play#0 1   8   20,-12  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-12  g    0%     120 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   24,-12  m  100%      61 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   26,-12  g   90%     103 .. ..      769    0    0    0 100%    1    0
+    Play#0 output Play#0 1   8   28,-12  g    0%     120 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   30,-12  c    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   1    3,-11  o  100%     127 .. ..      769    0    0    0 100%    5    0   1
+    Play#0 output Play#0 1   1    5,-11  gm 100%     124 .. ..      769    0    0    0 100%   37    0
+    Play#0 output Play#0 1   1    7,-11  gk 100%     124 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    9,-11  g    1%     127 .. ..      721    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   11,-11  g    0%     127 .. ..       10    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1   13,-11  g    0%     127 .. ..       13    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   1   15,-11  g    0%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   21,-11  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-11  gm 100%      61 .. ..      769   55  231    0 100%  126    0
+    Play#0 output Play#0 1   8   25,-11  gm 100%      78 .. ..      769   55  230    0 100%  125    0
+    Play#0 output Play#0 1   8   27,-11  g  100%     119 .. ..      350    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   8   29,-11  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   31,-11  -    0%     120 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  228    0 100%  800    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  228    0 100%  799    0   1
+    Play#0 output Play#0 1   1    4,-10  +    4%     127 .. ..        6    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1    6,-10  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1   10,-10  +   20%     127 .. ..       14    0    0    0 100%    6    0   1
+    Play#0 output Play#0 1   8   20,-10  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-10  -    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-10  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   26,-10  w    0%     101 .. ..      476    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  228    0 100%  800    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  229    0 100%  800    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  230    0 100%  801    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  233    0 100%  802    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  233    0 100%  802    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  227    0 100%  799    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  230    0 100%  801    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  229    0 100%  800    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  229    0 100%  800    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  228    0 100%  800    0
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  231    0 100%  801    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  230    0 100%  801    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55  227    0 100%  799    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55  232    0 100%  802    0
+    Play#0 output Play#0 1 85 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   1,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   3,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  150    0   0
+    Play#0 output Play#0 1   8  17,-15  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....3.....   0   0    0    0  303  65    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... ..........   0   0    0 3181 1245   0  198  741  522   0
+    Play#0 output Play#0 1   1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  18,-14  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-13  j .......... .......0..   0   0    0  598    0   0    0    1    0   0
+    Play#0 output Play#0 1   1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
+    Play#0 output Play#0 1   8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-12  + .......... ........0.   0   0    0  473    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  g ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  12,-12  + .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  m .......... ...00.....   0   0    0    1  110   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   5,-11  g ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  g .......... ........0.   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  g .......... ...00.....   0   0    0    0  127   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  g .......... ...00.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-11  g .......... ..........   0   0    0    0   36   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  31,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-10  w .......... ..........   0   0    0  473 1209   0    0    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 85 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  o    0%    0    0   82  58    0
+    Play#0 output Play#0 1   1    1,-15  o    0%    6    0   67  32    0
+    Play#0 output Play#0 1   1    3,-15  o    3%   11    0   61  21    0
+    Play#0 output Play#0 1   1    5,-15  c   39%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   8   17,-15  o    0%    0    0  100  87    0
+    Play#0 output Play#0 1   8   19,-15  -    0%    0    0  100 100    0
+    Play#0 output Play#0 1   8   23,-15  -    0%   11    0   61  21    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  j  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   12,-14  =   49%    0    0   45  11    0
+    Play#0 output Play#0 1   1   16,-14  )  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   18,-14  o    0%    0    0   91  72    0
+    Play#0 output Play#0 1   8   20,-14  -    0%    0    0   82  58    0
+    Play#0 output Play#0 1   8   22,-14  g    0%   50   23    6   0    0
+    Play#0 output Play#0 1   8   24,-14  g    0%   45   19   13   0    0
+    Play#0 output Play#0 1   1    3,-13  j  100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   8   19,-13  g    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-13  g    0%   96   60    0   0   77
+    Play#0 output Play#0 1   8   23,-13  g    0%  100   65    0   0   88
+    Play#0 output Play#0 1   8   25,-13  g    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   27,-13  -    0%    0    0   76  47    0
+    Play#0 output Play#0 1   8   29,-13  g    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    4,-12  +k   2%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    8,-12  gm 100%  100    0    0   0   88
+    Play#0 output Play#0 1   1   10,-12  g    0%   50   23    6   0    0
+    Play#0 output Play#0 1   1   12,-12  +g  20%   63   33    0   0   17
+    Play#0 output Play#0 1   8   20,-12  g    0%   74   42    0   0   37
+    Play#0 output Play#0 1   8   22,-12  g    0%  100   69    0   0   97
+    Play#0 output Play#0 1   8   24,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   26,-12  g   90%  100   62    0   0  100
+    Play#0 output Play#0 1   8   28,-12  g    0%   91   56    0   0   68
+    Play#0 output Play#0 1   8   30,-12  c    0%   23    1   43   0    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1    3,-11  o  100%    0    0  100   6    0
+    Play#0 output Play#0 1   1    5,-11  gm 100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    7,-11  gk 100%   91    0    0   0   68
+    Play#0 output Play#0 1   1    9,-11  g    1%   85   51    0   0   57
+    Play#0 output Play#0 1   1   11,-11  g    0%   78   46    0   0   45
+    Play#0 output Play#0 1   1   13,-11  g    0%   67   37    0   0   25
+    Play#0 output Play#0 1   1   15,-11  g    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-11  g    0%   85   51    0   0   57
+    Play#0 output Play#0 1   8   23,-11  gm 100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   25,-11  gm 100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   27,-11  g  100%   39    7   21   0    0
+    Play#0 output Play#0 1   8   29,-11  g    0%   34   10   28   0    0
+    Play#0 output Play#0 1   8   31,-11  -    0%    0    0  100 100    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +    4%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +    2%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  +   20%    0    0  100  98    0
+    Play#0 output Play#0 1   8   20,-10  g    0%   78   46    0   0   45
+    Play#0 output Play#0 1   8   22,-10  -    0%    6    0   67  32    0
+    Play#0 output Play#0 1   8   24,-10  g    0%   67   37    0   0   25
+    Play#0 output Play#0 1   8   26,-10  w    0%   17    0   52   7    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   2   17,9    g  100%   34    0   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 85 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 2 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn35 output Conn35 2 Empire server ready
     Conn35 input user tester
+    Conn35 output Conn35 0 hello tester
     Conn35 input coun 1
+    Conn35 output Conn35 0 country name 1
     Conn35 input pass 1
+    Conn35 output Conn35 0 password ok
     Conn35 input play
     Conn35 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 2 640
     Play#1 input mov u 2,0 10 7,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 7,-1
+    Play#1 output Play#1 1 Using best path 'ujjh', movement cost 0.424
+    Play#1 output Play#1 1 Total movement cost = 9
+    Play#1 output Play#1 1 118 mob left in 2,0
+    Play#1 output Play#1 6 2 639
     Play#1 input des -2,2 i
     Play#1 command designate
+    Play#1 output Play#1 6 2 638
     Play#1 input thres l -2,2 600
     Play#1 command threshold
+    Play#1 output Play#1 6 2 637
     Play#1 input thres h -2,2 300
     Play#1 command threshold
+    Play#1 output Play#1 6 2 636
     Play#1 input thres s -2,2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 2 635
     Play#1 input thres o -2,2 0
     Play#1 command threshold
+    Play#1 output Play#1 1 -2,2 old threshold 1
+    Play#1 output Play#1 6 2 634
     Play#1 input mov o -2,2 1 4,-2
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 4,-2
+    Play#1 output Play#1 1 Using best path 'uuujuh', movement cost 1.000
+    Play#1 output Play#1 1 Total movement cost = 1
+    Play#1 output Play#1 1 126 mob left in -2,2
+    Play#1 output Play#1 6 2 633
     Play#1 input thres c * ?des#= 769
     Play#1 command threshold
+    Play#1 output Play#1 1 1,-3 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 -4,-2 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 -2,-2 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 0,-2 old threshold 100
+    Play#1 output Play#1 1 4,-2 old threshold 370
+    Play#1 output Play#1 1 6,-2 old threshold 210
+    Play#1 output Play#1 1 -1,-1 old threshold 100
+    Play#1 output Play#1 1 1,-1 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 3,-1 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 5,-1 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 -2,0 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 0,0 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 2,0 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 4,0 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 -1,1 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 1,1 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 3,1 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 5,1 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 7,1 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 -2,2 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 0,2 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 2,2 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 4,2 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 6,2 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 8,2 threshold unchanged (left at 769)
+    Play#1 output Play#1 1 10,2 threshold unchanged (left at 769)
+    Play#1 output Play#1 6 2 632
     Play#1 input thres c -1:1,3 100
     Play#1 command threshold
+    Play#1 output Play#1 1 -1,3 old threshold 769
+    Play#1 output Play#1 1 1,3 old threshold 769
+    Play#1 output Play#1 6 2 631
     Play#1 input bmap #1
     Play#1 command bmap
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 1   -8                                           -8  
+    Play#1 output Play#1 1   -7                                           -7  
+    Play#1 output Play#1 1   -6                                           -6  
+    Play#1 output Play#1 1   -5                        . . . . .          -5  
+    Play#1 output Play#1 1   -4             . . . . . . . . . . .         -4  
+    Play#1 output Play#1 1   -3            . . . o . . . . . . . .        -3  
+    Play#1 output Play#1 1   -2           . o o c + t l . . o ? . ?       -2  
+    Play#1 output Play#1 1   -1          - . . b m j h = . ) o ? ? ?      -1  
+    Play#1 output Play#1 1    0         - - . j m m k . . . . ? ? ?       0   
+    Play#1 output Play#1 1    1          - - . + m g g + . . . ? ?        1   
+    Play#1 output Play#1 1    2         - - . o g g g g g g . . ?         2   
+    Play#1 output Play#1 1    3          - - . + + . + . . . . ?          3   
+    Play#1 output Play#1 1    4           - - . . . . . .                 4   
+    Play#1 output Play#1 1    5                                           5   
+    Play#1 output Play#1 1    6                                           6   
+    Play#1 output Play#1 1    7                                           7   
+    Play#1 output Play#1 1    8                                           8   
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 6 2 631
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   o  100%     127 .. ..      769    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1   -2,-2   o  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    0,-2   c   97%     127 .. ..      100    0    0    0 100%   59        0   1
+    Play#1 output Play#1 1    2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     127 .. ..      370    0    0    0 100%  178        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      210    0    0    0 100%   63        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      100    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%     127 .. ..      105    0    0    0 100%   50        0   1
+    Play#1 output Play#1 1    7,-1   =   94%     120 .. ..       77    0   10    0 100%   45        0   1
+    Play#1 output Play#1 1   11,-1   )  100%     127 .. ..   8   48   28  118    0 100%  156        0   1
+    Play#1 output Play#1 1   -2,0    j  100%     127 .. ..      769    0    0    0 100%   51        0   1
+    Play#1 output Play#1 1    0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,0    m  100%     118 .. ..      769    0  516    0 100%    0        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,1    k  100%     127 .. ..      769    0    0    0 100%   26        0   1
+    Play#1 output Play#1 1    1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,1    g    1%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    7,1    g    0%     127 .. ..      769    0    0    0 100%    6        0   1
+    Play#1 output Play#1 1   -2,2    oi 100%     126 .. ..      769    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1    0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    k  100%     127 .. ..      769    0    0    0 100%  474        0   1
+    Play#1 output Play#1 1    4,2    g  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    6,2    g    5%     127 .. ..      769    0    0    0 100%    5        0   1
+    Play#1 output Play#1 1    8,2    g    6%     127 .. ..      769    0    0    0 100%    7        0   1
+    Play#1 output Play#1 1   10,2    g    1%     127 .. ..      769    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1   -1,3    +    7%     127 .. ..        7    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1    1,3    +    4%     127 .. ..        6    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1    5,3    +   28%     127 .. ..       18    0    0    0 100%    8        0   1
+    Play#1 output Play#1 1 32 sectors
+    Play#1 output Play#1 6 2 631
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
+    Play#1 output Play#1 1 1 ship
+    Play#1 output Play#1 6 2 631
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4 - . . . . . . . . . . .   -4  
+    Play#1 output Play#1 1   -3  - . . . o . . . . . . .  -3  
+    Play#1 output Play#1 1   -2 . . o o c + t l . . ? ? . -2  
+    Play#1 output Play#1 1   -1  - . . b m j h = . ) ? ?  -1  
+    Play#1 output Play#1 1    0 - - . j m m k . . . . ? ? 0   
+    Play#1 output Play#1 1    1  - - . k m m g g . . . ?  1   
+    Play#1 output Play#1 1    2 - - . o m k g g g g . .   2   
+    Play#1 output Play#1 1    3  - - . + + . + . . .      3   
+    Play#1 output Play#1 1    4   - - . . . . . .         4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 2 631
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 technological breakthroughs (7.80) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (150.00) produced in 6,-2
+    Play#1 output Play#1 1   0 happiness, 150 education produced
+    Play#1 output Play#1 1 total pop was 13208, yielding 0.00 hap, 36.86 edu
+    Play#1 output Play#1 1 3.9637 tech, 0.0000 research produced
+    Play#1 output Play#1 1 Army delta $0, Navy delta $-36, Air force delta $0
+    Play#1 output Play#1 1 money delta was $-219 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 2 631
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    1,-3   o  29%   599  128o 0.74 $0                                      128
+    Play#1 output Play#1 1   -4,-2   o  16%   601   71o 0.74 $0                                       71
+    Play#1 output Play#1 1   -2,-2   o  10%   600   44o 0.74 $0                                       44
+    Play#1 output Play#1 1    4,-2   t 100%   338 11.64 0.78 $4500   15d  75o 150l   21d 105o 210l 16.29
+    Play#1 output Play#1 1    6,-2   l 100%   213  150  1.00 $1350  150l            213l             213
+    Play#1 output Play#1 1   -1,-1   b 100%    79   15b 1.00 $150    75d             75d              15
+    Play#1 output Play#1 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,-1   j 100%   599  444l 0.74 $0     599i            599i             444
+    Play#1 output Play#1 1   -2,0    j 100%   649  444l 0.74 $0     599i            649i             481
+    Play#1 output Play#1 1    0,0    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,0    m 100%   955  955i 1.00 $0                                      955
+    Play#1 output Play#1 1    4,0    k 100%   599  222h 0.74 $0     598i            598i             222
+    Play#1 output Play#1 1   -1,1    k 100%   625  222h 0.74 $0     600i            624i             231
+    Play#1 output Play#1 1    1,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    5,1    g  23%   501  115d 1.00 $0                                      115
+    Play#1 output Play#1 1    7,1    g  33%   505  165d 1.00 $0                                      165
+    Play#1 output Play#1 1   -2,2    i 100%   474    0s 0.00 $0       0l   0h         0l   0h          0
+    Play#1 output Play#1 1    0,2    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,2    k 100%   649  176h 0.74 $0     474i            648i             240
+    Play#1 output Play#1 1    4,2    g   4%   599   20d 1.00 $0                                       20
+    Play#1 output Play#1 1    6,2    g  46%   509  230d 1.00 $0                                      230
+    Play#1 output Play#1 1    8,2    g  37%   512  185d 1.00 $0                                      185
+    Play#1 output Play#1 1   10,2    g  28%   502  140d 1.00 $0                                      140
+    Play#1 output Play#1 1 24 sectors
+    Play#1 output Play#1 6 2 631
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn36 output Conn36 2 Empire server ready
     Conn36 input user tester
+    Conn36 output Conn36 0 hello tester
     Conn36 input coun 8
+    Conn36 output Conn36 0 country name 8
     Conn36 input pass 8
+    Conn36 output Conn36 0 password ok
     Conn36 input play
     Conn36 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have a new telegram waiting ...
+    Play#8 output Play#8 6 1 616
     Play#8 input thres d 1,-1 0
     Play#8 command threshold
+    Play#8 output Play#8 1 1,-1 old threshold 1
+    Play#8 output Play#8 6 1 615
     Play#8 input mov d 1,-1 1 4,0
     Play#8 command move
+    Play#8 output Play#8 1 Looking for best path to 4,0
+    Play#8 output Play#8 1 Using best path 'njh', movement cost 0.400
+    Play#8 output Play#8 1 Total movement cost = 2
+    Play#8 output Play#8 1 115 mob left in 1,-1
+    Play#8 output Play#8 6 1 614
     Play#8 input des 3,-1 m
     Play#8 command designate
+    Play#8 output Play#8 6 1 613
     Play#8 input thres i 3,-1 1
     Play#8 command threshold
+    Play#8 output Play#8 6 1 612
     Play#8 input thres d 3,-1 0
     Play#8 command threshold
+    Play#8 output Play#8 1 3,-1 old threshold 1
+    Play#8 output Play#8 6 1 611
     Play#8 input mov d 3,-1 1 4,0
     Play#8 command move
+    Play#8 output Play#8 1 Looking for best path to 4,0
+    Play#8 output Play#8 1 Using best path 'nh', movement cost 0.200
+    Play#8 output Play#8 1 Total movement cost = 1
+    Play#8 output Play#8 1 126 mob left in 3,-1
+    Play#8 output Play#8 6 1 610
     Play#8 input thres c -6,-4 769
     Play#8 command threshold
+    Play#8 output Play#8 6 1 609
     Play#8 input thres c 6,-2 769
     Play#8 command threshold
+    Play#8 output Play#8 6 1 608
     Play#8 input thres c 1,-3 769
     Play#8 command threshold
+    Play#8 output Play#8 6 1 607
     Play#8 input des 4,0 b
     Play#8 command designate
+    Play#8 output Play#8 6 1 606
     Play#8 input thres d 4,0 300
     Play#8 command threshold
+    Play#8 output Play#8 6 1 605
     Play#8 input thres d 0:2,0 0
     Play#8 command threshold
+    Play#8 output Play#8 1 0,0 old threshold 1
+    Play#8 output Play#8 1 2,0 old threshold 1
+    Play#8 output Play#8 6 1 604
     Play#8 input mov d 0,0 1 4,0
     Play#8 command move
+    Play#8 output Play#8 1 Looking for best path to 4,0
+    Play#8 output Play#8 1 Using best path 'jjh', movement cost 0.400
+    Play#8 output Play#8 1 Total movement cost = 2
+    Play#8 output Play#8 1 115 mob left in 0,0
+    Play#8 output Play#8 6 1 603
     Play#8 input mov d 2,0 1 4,0
     Play#8 command move
+    Play#8 output Play#8 1 Looking for best path to 4,0
+    Play#8 output Play#8 1 Using best path 'jh', movement cost 0.200
+    Play#8 output Play#8 1 Total movement cost = 1
+    Play#8 output Play#8 1 126 mob left in 2,0
+    Play#8 output Play#8 6 1 602
     Play#8 input thres i -3,-1 999
     Play#8 command threshold
+    Play#8 output Play#8 6 1 601
     Play#8 input bmap #
     Play#8 command bmap
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . .          -5  
+    Play#8 output Play#8 1   -4 . o - . - . . .     -4  
+    Play#8 output Play#8 1   -3  ) o - g g . . .    -3  
+    Play#8 output Play#8 1   -2   . g g g g - g .   -2  
+    Play#8 output Play#8 1   -1    . g g m g g c .  -1  
+    Play#8 output Play#8 1    0   . . g g g g g - . 0   
+    Play#8 output Play#8 1    1    . g - g w . . .  1   
+    Play#8 output Play#8 1    2     . . . . . . .   2   
+    Play#8 output Play#8 1    3      . . . . . .    3   
+    Play#8 output Play#8 1    4                     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 1 601
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1   -6,-4   o    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -4,-4   -    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    0,-4   -    0%     127 .. ..        2    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -5,-3   o    0%     127 .. ..        2    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -3,-3   -    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-3   g    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    1,-3   g    1%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -4,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -2,-2   g    0%     127 .. ..        2    0    0    0 100%    0        0
+    Play#8 output Play#8 1    0,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    2,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    4,-2   -    1%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    6,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,-1   g    0%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-1   g    0%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    1,-1   m  100%     115 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    3,-1   gm 100%     126 .. ..      769    0    0    0 100%   90        0
+    Play#8 output Play#8 1    5,-1   g    0%     127 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    7,-1   c    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -2,0    g    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    0,0    m  100%     115 .. ..      769   55  266    0 100%    0        0
+    Play#8 output Play#8 1    2,0    m  100%     126 .. ..      769   55  264    0 100%    0        0
+    Play#8 output Play#8 1    4,0    gb 100%     127 .. ..      350    0    0    0 100%    4        0   1
+    Play#8 output Play#8 1    6,0    g    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    8,0    -    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -3,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,1    -    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    1,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    3,1    w  100%     127 .. ..      108    0    0    0 100%  270        0   1
+    Play#8 output Play#8 1 29 sectors
+    Play#8 output Play#8 6 1 601
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . .          -5  
+    Play#8 output Play#8 1   -4 . o - . - . . .     -4  
+    Play#8 output Play#8 1   -3  ? o - g g . . .    -3  
+    Play#8 output Play#8 1   -2   . g g g g - g .   -2  
+    Play#8 output Play#8 1   -1    . g g m g g c .  -1  
+    Play#8 output Play#8 1    0   . . g m m g g - . 0   
+    Play#8 output Play#8 1    1    . g - g w . . .  1   
+    Play#8 output Play#8 1    2     . . . . . . .   2   
+    Play#8 output Play#8 1    3      . . . . . .    3   
+    Play#8 output Play#8 1    4         . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 1 601
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1   0 happiness,   0 education produced
+    Play#8 output Play#8 1 total pop was 3936, yielding 0.00 hap, 0.00 edu
+    Play#8 output Play#8 1 1.9818 technology (0.0000 + 1.9818), 0.0000 research (0.0000 + 0.0000) produced
+    Play#8 output Play#8 1 money delta was $752 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 1 601
     Play#8 input prod *
     Play#8 command production
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 PRODUCTION SIMULATION
+    Play#8 output Play#8 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#8 output Play#8 1   -3,-1   g  42%   499  209d 1.00 $0                                      209
+    Play#8 output Play#8 1   -1,-1   g  69%   499  344d 1.00 $0                                      344
+    Play#8 output Play#8 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    3,-1   m 100%   474  474i 1.00 $0                                      474
+    Play#8 output Play#8 1    0,0    m 100%   795  795i 1.00 $0                                      795
+    Play#8 output Play#8 1    2,0    m 100%   794  794i 1.00 $0                                      794
+    Play#8 output Play#8 1    4,0    b 100%   148   11b 1.00 $110    55d            145d              29
+    Play#8 output Play#8 1 7 sectors
+    Play#8 output Play#8 6 1 601
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn37 output Conn37 2 Empire server ready
     Conn37 input user tester
+    Conn37 output Conn37 0 hello tester
     Conn37 input coun POGO
+    Conn37 output Conn37 0 country name POGO
     Conn37 input pass peter
+    Conn37 output Conn37 0 password ok
     Conn37 input play
     Conn37 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 2 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  32   73%  17K  53    0    0    0  7.6K 1.7K 623    0    1    0   19K
+    Play#0 output Play#0 1    114.48
+    Play#0 output Play#0 1         8  29   21% 5.1K 110    0    0    0  2.4K 1.8K   0    0    0    0   30K
+    Play#0 output Play#0 1     23.65
+    Play#0 output Play#0 1         6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   31K
+    Play#0 output Play#0 1     13.58
+    Play#0 output Play#0 1         3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   31K
+    Play#0 output Play#0 1     13.51
+    Play#0 output Play#0 1         5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   31K
+    Play#0 output Play#0 1     13.47
+    Play#0 output Play#0 1         7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   31K
+    Play#0 output Play#0 1     13.38
+    Play#0 output Play#0 1         4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   31K
+    Play#0 output Play#0 1     13.20
+    Play#0 output Play#0 1        10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   31K
+    Play#0 output Play#0 1     12.94
+    Play#0 output Play#0 1         2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   31K
+    Play#0 output Play#0 1     12.29
+    Play#0 output Play#0 1         9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   31K
+    Play#0 output Play#0 1     12.21
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  85   63%  46K 1.0K   0    0    0   10K 5.6K 623    0    1    0  295K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 2 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                 18.66        0.00       39.62        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                  9.33        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                  9.33        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                  9.33        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                  9.33        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                  9.33        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                  9.33        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                  9.33        0.00        0.00        0.00    30,-12 
+    Play#0 output Play#0 1  9     9                  9.33        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                 9.33        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 2 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  o  100%     127 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    3,-15  o  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    5,-15  c   97%     127 .. ..      100    0    0    0 100%   59    0   1
+    Play#0 output Play#0 1   1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     127 .. ..      370    0    0    0 100%  178    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      210    0    0    0 100%   63    0   1
+    Play#0 output Play#0 1   8   17,-15  o    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   19,-15  -    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   23,-15  -    0%     127 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      100    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  j  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     127 .. ..      105    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   1   12,-14  =   94%     120 .. ..       77    0   10    0 100%   45    0   1
+    Play#0 output Play#0 1   1   16,-14  )  100%     127 .. ..   8   48   28  118    0 100%  156    0   1
+    Play#0 output Play#0 1   8   18,-14  o    0%     127 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   20,-14  -    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-14  g    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   24,-14  g    1%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   51    0   1
+    Play#0 output Play#0 1   1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     118 .. ..      769    0  516    0 100%    0    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   19,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   21,-13  g    0%     127 .. ..        2    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   23,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   27,-13  -    1%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   29,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   26    0   1
+    Play#0 output Play#0 1   1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  g    1%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   12,-12  g    0%     127 .. ..      769    0    0    0 100%    6    0   1
+    Play#0 output Play#0 1   8   20,-12  g    0%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-12  g    0%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   24,-12  m  100%     115 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   26,-12  gm 100%     126 .. ..      769    0    0    0 100%   90    0
+    Play#0 output Play#0 1   8   28,-12  g    0%     127 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   30,-12  c    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   1    3,-11  oi 100%     126 .. ..      769    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  k  100%     127 .. ..      769    0    0    0 100%  474    0   1
+    Play#0 output Play#0 1   1    9,-11  g  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   11,-11  g    5%     127 .. ..      769    0    0    0 100%    5    0   1
+    Play#0 output Play#0 1   1   13,-11  g    6%     127 .. ..      769    0    0    0 100%    7    0   1
+    Play#0 output Play#0 1   1   15,-11  g    1%     127 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   21,-11  g    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   23,-11  m  100%     115 .. ..      769   55  266    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-11  m  100%     126 .. ..      769   55  264    0 100%    0    0
+    Play#0 output Play#0 1   8   27,-11  gb 100%     127 .. ..      350    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   8   29,-11  g    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   31,-11  -    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  263    0 100%  821    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  262    0 100%  820    0   1
+    Play#0 output Play#0 1   1    4,-10  +    7%     127 .. ..        7    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1    6,-10  +    4%     127 .. ..        6    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1   10,-10  +   28%     127 .. ..       18    0    0    0 100%    8    0   1
+    Play#0 output Play#0 1   8   20,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-10  -    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   26,-10  w  100%     127 .. ..      108    0    0    0 100%  270    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  262    0 100%  820    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  263    0 100%  820    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  264    0 100%  821    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  268    0 100%  824    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  268    0 100%  824    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  261    0 100%  819    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  265    0 100%  822    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  264    0 100%  821    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  263    0 100%  820    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  262    0 100%  820    0
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  265    0 100%  821    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  265    0 100%  822    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55  261    0 100%  819    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55  266    0 100%  822    0
+    Play#0 output Play#0 1 85 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   1,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   3,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   76  150    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  150    0   0
+    Play#0 output Play#0 1   8  17,-15  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....3.....   0   0    0    0  300  81    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... ..........   0   0    0 3496 1386   0  544 1294  903   0
+    Play#0 output Play#0 1   1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  18,-14  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
+    Play#0 output Play#0 1   1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
+    Play#0 output Play#0 1   8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-12  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  g .......... ....0.....   0   0    0  474    1   0    0    0    0   0
+    Play#0 output Play#0 1   1  12,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-12  g .......... ...90.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-12  g .......... ...0......   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  o .......... 0......63.   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   5,-11  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  k .......... ........0.   0   0    0  474    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   9,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-11  g .......... ....3.....   0   0    0    0   59   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  31,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-10  w .......... ..........   0   0    0 2362 1754   0    0    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 85 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  o  100%    0    0   82  29    0
+    Play#0 output Play#0 1   1    1,-15  o  100%    6    0   67  16    0
+    Play#0 output Play#0 1   1    3,-15  o  100%   11    0   61  10    0
+    Play#0 output Play#0 1   1    5,-15  c   97%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   8   17,-15  o    1%    0    0  100  87    0
+    Play#0 output Play#0 1   8   19,-15  -    0%    0    0  100 100    0
+    Play#0 output Play#0 1   8   23,-15  -    0%   11    0   61  21    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  j  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   12,-14  =   94%    0    0   45  11    0
+    Play#0 output Play#0 1   1   16,-14  )  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   18,-14  o    0%    0    0   91  72    0
+    Play#0 output Play#0 1   8   20,-14  -    0%    0    0   82  58    0
+    Play#0 output Play#0 1   8   22,-14  g    1%   50   23    6   0    0
+    Play#0 output Play#0 1   8   24,-14  g    1%   45   19   13   0    0
+    Play#0 output Play#0 1   1    3,-13  j  100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   8   19,-13  g    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-13  g    0%   96   60    0   0   77
+    Play#0 output Play#0 1   8   23,-13  g    0%  100   65    0   0   88
+    Play#0 output Play#0 1   8   25,-13  g    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   27,-13  -    1%    0    0   76  47    0
+    Play#0 output Play#0 1   8   29,-13  g    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    4,-12  k  100%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    8,-12  m  100%  100    0    0   0   88
+    Play#0 output Play#0 1   1   10,-12  g    1%   50   23    6   0    0
+    Play#0 output Play#0 1   1   12,-12  g    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   20,-12  g    0%   74   42    0   0   37
+    Play#0 output Play#0 1   8   22,-12  g    0%  100   69    0   0   97
+    Play#0 output Play#0 1   8   24,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   26,-12  gm 100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   28,-12  g    0%   91   56    0   0   68
+    Play#0 output Play#0 1   8   30,-12  c    0%   23    1   43   0    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1    3,-11  oi 100%    0    0  100   3    0
+    Play#0 output Play#0 1   1    5,-11  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    7,-11  k  100%   91    0    0   0   68
+    Play#0 output Play#0 1   1    9,-11  g  100%   85    4    0   0   57
+    Play#0 output Play#0 1   1   11,-11  g    5%   78   46    0   0   45
+    Play#0 output Play#0 1   1   13,-11  g    6%   67   37    0   0   25
+    Play#0 output Play#0 1   1   15,-11  g    1%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-11  g    0%   85   51    0   0   57
+    Play#0 output Play#0 1   8   23,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   25,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   27,-11  gb 100%   39    3   21   0    0
+    Play#0 output Play#0 1   8   29,-11  g    0%   34   10   28   0    0
+    Play#0 output Play#0 1   8   31,-11  -    0%    0    0  100 100    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +    7%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +    4%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  +   28%    0    0  100  98    0
+    Play#0 output Play#0 1   8   20,-10  g    0%   78   46    0   0   45
+    Play#0 output Play#0 1   8   22,-10  -    0%    6    0   67  32    0
+    Play#0 output Play#0 1   8   24,-10  g    0%   67   37    0   0   25
+    Play#0 output Play#0 1   8   26,-10  w  100%   17    0   52   7    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   2   17,9    g  100%   34    0   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 85 sectors
+    Play#0 output Play#0 6 2 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 2 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn38 output Conn38 2 Empire server ready
     Conn38 input user tester
+    Conn38 output Conn38 0 hello tester
     Conn38 input coun 1
+    Conn38 output Conn38 0 country name 1
     Conn38 input pass 1
+    Conn38 output Conn38 0 password ok
     Conn38 input play
     Conn38 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 2 640
     Play#1 input mov h 5,-1 100 7,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to 7,-1
+    Play#1 output Play#1 1 Using best path 'jh', movement cost 0.001
+    Play#1 output Play#1 1 No mobility used
+    Play#1 output Play#1 1 127 mob left in 5,-1
+    Play#1 output Play#1 6 2 639
     Play#1 input build bridge 7,-1 j
     Play#1 command build
+    Play#1 output Play#1 1 Bridge span built over 9,-1
+    Play#1 output Play#1 1 That just cost you $1000.00
+    Play#1 output Play#1 6 2 638
     Play#1 input explore c 7,-1 1 jh
     Play#1 command explore
+    Play#1 output Play#1 1 No mobility used, 127 mob left in 7,-1
+    Play#1 output Play#1 1 Sector 9,-1 is now yours.
+    Play#1 output Play#1 6 2 637
     Play#1 input thres c 9,-1 77
     Play#1 command threshold
+    Play#1 output Play#1 6 2 636
     Play#1 input mov u 7,-1 12 4,0
     Play#1 command move
+    Play#1 output Play#1 1 Only moving 11.
+    Play#1 output Play#1 1 Looking for best path to 4,0
+    Play#1 output Play#1 1 Using best path 'gbh', movement cost 0.400
+    Play#1 output Play#1 1 Total movement cost = 8
+    Play#1 output Play#1 1 119 mob left in 7,-1
+    Play#1 output Play#1 6 2 635
     Play#1 input thres u 2,0 579
     Play#1 command threshold
+    Play#1 output Play#1 6 2 634
     Play#1 input thres u 4,0 869
     Play#1 command threshold
+    Play#1 output Play#1 6 2 633
     Play#1 input thres i 4,0 1200
     Play#1 command threshold
+    Play#1 output Play#1 1 4,0 old threshold 999
+    Play#1 output Play#1 6 2 632
     Play#1 input thres u 11,-1 1
     Play#1 command threshold
+    Play#1 output Play#1 6 2 631
     Play#1 input thres l 6,-2 250
     Play#1 command threshold
+    Play#1 output Play#1 1 6,-2 old threshold 150
+    Play#1 output Play#1 6 2 630
     Play#1 input des 7,1 d
     Play#1 command designate
+    Play#1 output Play#1 6 2 629
     Play#1 input thres l 7,1 200
     Play#1 command threshold
+    Play#1 output Play#1 6 2 628
     Play#1 input thres h 7,1 100
     Play#1 command threshold
+    Play#1 output Play#1 6 2 627
     Play#1 input thres o 7,1 20
     Play#1 command threshold
+    Play#1 output Play#1 6 2 626
     Play#1 input thres g 7,1 1
     Play#1 command threshold
+    Play#1 output Play#1 6 2 625
     Play#1 input thres d 7,1 0
     Play#1 command threshold
+    Play#1 output Play#1 1 7,1 old threshold 1
+    Play#1 output Play#1 6 2 624
     Play#1 input mov d 7,1 1 -1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -1,-1
+    Play#1 output Play#1 1 Using best path 'gyggyh', movement cost 1.000
+    Play#1 output Play#1 1 Total movement cost = 5
+    Play#1 output Play#1 1 122 mob left in 7,1
+    Play#1 output Play#1 6 2 623
     Play#1 input des 5,1 j
     Play#1 command designate
+    Play#1 output Play#1 6 2 622
     Play#1 input thres l 5,1 1
     Play#1 command threshold
+    Play#1 output Play#1 6 2 621
     Play#1 input thres d 5,1 0
     Play#1 command threshold
+    Play#1 output Play#1 1 5,1 old threshold 1
+    Play#1 output Play#1 6 2 620
     Play#1 input mov d 5,1 1 -1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -1,-1
+    Play#1 output Play#1 1 Using best path 'ggyyh', movement cost 0.800
+    Play#1 output Play#1 1 Total movement cost = 4
+    Play#1 output Play#1 1 123 mob left in 5,1
+    Play#1 output Play#1 6 2 619
     Play#1 input des 4,2 r
     Play#1 command designate
+    Play#1 output Play#1 6 2 618
     Play#1 input thres l 4,2 100
     Play#1 command threshold
+    Play#1 output Play#1 6 2 617
     Play#1 input thres o 4,2 50
     Play#1 command threshold
+    Play#1 output Play#1 6 2 616
     Play#1 input thres d 4,2 10
     Play#1 command threshold
+    Play#1 output Play#1 1 4,2 old threshold 1
+    Play#1 output Play#1 6 2 615
     Play#1 input des 6,2 w
     Play#1 command designate
+    Play#1 output Play#1 6 2 614
     Play#1 input thres d 6,2 0
     Play#1 command threshold
+    Play#1 output Play#1 1 6,2 old threshold 1
+    Play#1 output Play#1 6 2 613
     Play#1 input mov d 6,2 1 -1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -1,-1
+    Play#1 output Play#1 1 Using best path 'yygygh', movement cost 1.000
+    Play#1 output Play#1 1 Total movement cost = 5
+    Play#1 output Play#1 1 122 mob left in 6,2
+    Play#1 output Play#1 6 2 612
     Play#1 input des 8,2 e
     Play#1 command designate
+    Play#1 output Play#1 6 2 611
     Play#1 input thres d 8,2 0
     Play#1 command threshold
+    Play#1 output Play#1 1 8,2 old threshold 1
+    Play#1 output Play#1 6 2 610
     Play#1 input mov d 8,2 1 -1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -1,-1
+    Play#1 output Play#1 1 Using best path 'ygyyggh', movement cost 1.200
+    Play#1 output Play#1 1 Total movement cost = 6
+    Play#1 output Play#1 1 121 mob left in 8,2
+    Play#1 output Play#1 6 2 609
     Play#1 input thres m 8,2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 2 608
     Play#1 input des 10,2 !
     Play#1 command designate
+    Play#1 output Play#1 6 2 607
     Play#1 input thres l 10,2 200
     Play#1 command threshold
+    Play#1 output Play#1 6 2 606
     Play#1 input thres h 10,2 200
     Play#1 command threshold
+    Play#1 output Play#1 6 2 605
     Play#1 input thres s 10,2 200
     Play#1 command threshold
+    Play#1 output Play#1 6 2 604
     Play#1 input thres g 10,2 25
     Play#1 command threshold
+    Play#1 output Play#1 6 2 603
     Play#1 input thres d 10,2 0
     Play#1 command threshold
+    Play#1 output Play#1 1 10,2 old threshold 1
+    Play#1 output Play#1 6 2 602
     Play#1 input mov d 10,2 1 -1,-1
     Play#1 command move
+    Play#1 output Play#1 1 Looking for best path to -1,-1
+    Play#1 output Play#1 1 Using best path 'gygyyggh', movement cost 1.400
+    Play#1 output Play#1 1 Total movement cost = 7
+    Play#1 output Play#1 1 120 mob left in 10,2
+    Play#1 output Play#1 6 2 601
     Play#1 input des 5,3 p
     Play#1 command designate
+    Play#1 output Play#1 6 2 600
     Play#1 input thres l 5,3 75
     Play#1 command threshold
+    Play#1 output Play#1 6 2 599
     Play#1 input dist #1 5,-1
     Play#1 command distribute
+    Play#1 output Play#1 1 oil field at 1,-3 distributes to 5,-1. 
+    Play#1 output Play#1 1 oil field 1,-3 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 oil field at -4,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 oil field -4,-2 now distributes to 5,-1 (cost 1.000)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 oil field at -2,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 oil field -2,-2 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 capital at 0,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 capital 0,-2 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 2,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 2,-2 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 technical center at 4,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 technical center 4,-2 now distributes to 5,-1 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 library/school at 6,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 library/school 6,-2 now distributes to 5,-1 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 bank at -1,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 bank -1,-1 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 1,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 1,-1 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 light manufacturing at 3,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 light manufacturing 3,-1 now distributes to 5,-1 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 harbor at 5,-1 has no dist sector. 
+    Play#1 output Play#1 1 Distribution from and to harbor 5,-1 terminated
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 bridge span at 7,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 bridge span 7,-1 now distributes to 5,-1 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 bridge span at 9,-1 has no dist sector. 
+    Play#1 output Play#1 1 bridge span 9,-1 now distributes to 5,-1 (cost 0.201)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 radar installation at 11,-1 has no dist sector. 
+    Play#1 output Play#1 1 radar installation 11,-1 now distributes to 5,-1 (cost 0.521)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 light manufacturing at -2,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 light manufacturing -2,0 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 0,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 0,0 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 2,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 2,0 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 heavy manufacturing at 4,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 heavy manufacturing 4,0 now distributes to 5,-1 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 heavy manufacturing at -1,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 heavy manufacturing -1,1 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 1,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 1,1 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 3,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 3,1 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at 5,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 gold mine 5,1 now distributes to 5,-1 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at 7,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 gold mine 7,1 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 shell industry at -2,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 shell industry -2,2 now distributes to 5,-1 (cost 1.000)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 0,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 0,2 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 heavy manufacturing at 2,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 heavy manufacturing 2,2 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at 4,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 gold mine 4,2 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at 6,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 gold mine 6,2 now distributes to 5,-1 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at 8,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 gold mine 8,2 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 gold mine at 10,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 gold mine 10,2 now distributes to 5,-1 (cost 1.000)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -1,3 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway -1,3 now distributes to 5,-1 (cost 1.000)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 1,3 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 1,3 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 5,3 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 5,3 now distributes to 5,-1 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 2 598
     Play#1 input thres c -1:1,3 769
     Play#1 command threshold
+    Play#1 output Play#1 1 -1,3 old threshold 100
+    Play#1 output Play#1 1 1,3 old threshold 100
+    Play#1 output Play#1 6 2 597
     Play#1 input spy 11,-1
     Play#1 command spy
+    Play#1 output Play#1 1 SPY report
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1                  old sct rd  rl  def
+    Play#1 output Play#1 1    sect   de own own eff eff eff eff  civ  mil  shl gun  pet food bars
+    Play#1 output Play#1 1   12,-2   o    8   8   0   0   0   0  770    0    0   0    0    0    0
+    Play#1 output Play#1 1   13,-1   o    8   8   0   0   0   0    0    0    0   0    0    0    0
+    Play#1 output Play#1 6 2 595
     Play#1 input bmap #1
     Play#1 command bmap
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 1   -8                                           -8  
+    Play#1 output Play#1 1   -7                                           -7  
+    Play#1 output Play#1 1   -6                                           -6  
+    Play#1 output Play#1 1   -5                        . . . . .          -5  
+    Play#1 output Play#1 1   -4         - . . . . . . . . . . . .         -4  
+    Play#1 output Play#1 1   -3          - . . . o . . . . . . . .        -3  
+    Play#1 output Play#1 1   -2         . . o o c + t l . . o ? . ?       -2  
+    Play#1 output Play#1 1   -1          - . . b m j h = = ) o ? ? ?      -1  
+    Play#1 output Play#1 1    0         - - . j m m k . . . . ? ? ?       0   
+    Play#1 output Play#1 1    1          - - . k m m g g . . . ? ?        1   
+    Play#1 output Play#1 1    2         - - . o m k g g g g . . ?         2   
+    Play#1 output Play#1 1    3          - - . + + . + . . . . ?          3   
+    Play#1 output Play#1 1    4           - - . . . . . .                 4   
+    Play#1 output Play#1 1    5                                           5   
+    Play#1 output Play#1 1    6                                           6   
+    Play#1 output Play#1 1    7                                           7   
+    Play#1 output Play#1 1    8                                           8   
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 6 2 595
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   o  100%     127 .. ..      769    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1   -4,-2   o  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -2,-2   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,-2   c  100%     127 .. ..      769    0    0    0 100%  125        0   1
+    Play#1 output Play#1 1    2,-2   +    0%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     127 .. ..      769    0    0    0 100%   98        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      769    0    0    0 100%   63        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      769    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%     127 .. ..     1245    0    0    0 100%  132        0   1
+    Play#1 output Play#1 1    7,-1   =  100%     119 .. ..       76    0    0    0 100%   65        0   1
+    Play#1 output Play#1 1    9,-1   =   20%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   11,-1   )  100%     127 .. 0.   8   62   28  135    0 100%  174        0   1
+    Play#1 output Play#1 1   -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
+    Play#1 output Play#1 1    0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,0    m  100%     127 .. 5.      769    0  593    0 100%    0        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. 8.      769    0   11    0 100%    1        0   1
+    Play#1 output Play#1 1   -1,1    k  100%     127 .. ..      769    0    0    0 100%   25        0   1
+    Play#1 output Play#1 1    1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,1    gj 100%     123 .. ..      769    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    7,1    gd 100%     122 .. ..      769    0    0    0 100%    5        0   1
+    Play#1 output Play#1 1   -2,2    i  100%     127 .. ..      769    0    0    0 100%  474        0   1
+    Play#1 output Play#1 1    0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    k  100%     127 .. ..      769    0    0    0 100%  175        0   1
+    Play#1 output Play#1 1    4,2    gr 100%     127 .. ..      769    0    0    0 100%   99        0   1
+    Play#1 output Play#1 1    6,2    gw 100%     122 .. ..      769    0    0    0 100%    9        0   1
+    Play#1 output Play#1 1    8,2    ge 100%     121 .. ..      769    0    0    0 100%   12        0   1
+    Play#1 output Play#1 1   10,2    g! 100%     120 .. ..      769    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1   -1,3    +   11%     127 .. ..      100    0    0    0 100%    4        0   1
+    Play#1 output Play#1 1    1,3    +    7%     127 .. ..      100    0    0    0 100%    3        0   1
+    Play#1 output Play#1 1    5,3    +p  38%     127 .. ..      769    0    0    0 100%   11        0   1
+    Play#1 output Play#1 1 33 sectors
+    Play#1 output Play#1 6 2 595
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
+    Play#1 output Play#1 1 1 ship
+    Play#1 output Play#1 6 2 595
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4 - . . . . . . . . . . .   -4  
+    Play#1 output Play#1 1   -3  - . . . o . . . . . . .  -3  
+    Play#1 output Play#1 1   -2 . . o o c + t l . . ? ? . -2  
+    Play#1 output Play#1 1   -1  - . . b m j h = = ) ? ?  -1  
+    Play#1 output Play#1 1    0 - - . j m m k . . . . ? ? 0   
+    Play#1 output Play#1 1    1  - - . k m m g g . . . ?  1   
+    Play#1 output Play#1 1    2 - - . i m k g g g g . . ? 2   
+    Play#1 output Play#1 1    3  - - . + + . + . . . . ?  3   
+    Play#1 output Play#1 1    4   - - . . . . . . . . .   4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 2 595
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 technological breakthroughs (11.64) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (150.00) produced in 6,-2
+    Play#1 output Play#1 1   0 happiness, 150 education produced
+    Play#1 output Play#1 1 total pop was 17143, yielding 0.00 hap, 30.64 edu
+    Play#1 output Play#1 1 4.5408 tech, 0.0000 research produced
+    Play#1 output Play#1 1 Army delta $0, Navy delta $-36, Air force delta $0
+    Play#1 output Play#1 1 money delta was $950 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 2 595
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    1,-3   o  11%   602   51o 0.77 $0                                       51
+    Play#1 output Play#1 1   -4,-2   o   7%   600   32o 0.77 $0                                       32
+    Play#1 output Play#1 1   -2,-2   o   4%   599   18o 0.77 $0                                       18
+    Play#1 output Play#1 1    4,-2   t 100%   649 11.47 0.76 $4500   15d  75o 150l   40d 200o 400l 30.58
+    Play#1 output Play#1 1    6,-2   l 100%   649  150  1.00 $1350  150l            649l             649
+    Play#1 output Play#1 1   -1,-1   b 100%   603   61b 1.00 $610   305d            600d             120
+    Play#1 output Play#1 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,-1   j 100%   599  460l 0.77 $0     599i            599i             460
+    Play#1 output Play#1 1   -2,0    j 100%   649  460l 0.77 $0     599i            649i             498
+    Play#1 output Play#1 1    0,0    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,0    m 100%  1008  999i 1.00 $0                                      999
+    Play#1 output Play#1 1    4,0    k 100%   607  233h 0.77 $0     606i            606i             233
+    Play#1 output Play#1 1   -1,1    k 100%   624  230h 0.77 $0     598i            624i             240
+    Play#1 output Play#1 1    1,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    5,1    j 100%   474  364l 0.77 $0     474i            474i             364
+    Play#1 output Play#1 1    7,1    d 100%   474    0g 0.23 $0       0o   0l   0h   29o 145l 290h     7
+    Play#1 output Play#1 1   -2,2    i 100%   649   51s 0.23 $648   432l 216h       432l 216h         51
+    Play#1 output Play#1 1    0,2    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,2    k 100%   649  230h 0.77 $0     598i            648i             249
+    Play#1 output Play#1 1    4,2    r 100%   474  0.00 0.76 $0       0d   0o   0l   29d 145o 290l 22.17
+    Play#1 output Play#1 1    8,2    e 100%   474   30m 1.00 $90     30c             30c             499
+    Play#1 output Play#1 1    5,3    p 100%   489    0  1.00 $0       0l            489l             489
+    Play#1 output Play#1 1 23 sectors
+    Play#1 output Play#1 6 2 595
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn39 output Conn39 2 Empire server ready
     Conn39 input user tester
+    Conn39 output Conn39 0 hello tester
     Conn39 input coun 8
+    Conn39 output Conn39 0 country name 8
     Conn39 input pass 8
+    Conn39 output Conn39 0 password ok
     Conn39 input play
     Conn39 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have a new telegram waiting ...
+    Play#8 output Play#8 6 1 602
     Play#8 input des -3,-1 j
     Play#8 command designate
+    Play#8 output Play#8 6 1 601
     Play#8 input thres i -3,-1 999
     Play#8 command threshold
+    Play#8 output Play#8 1 -3,-1 threshold unchanged (left at 999)
+    Play#8 output Play#8 6 1 600
     Play#8 input thres l -3,-1 1
     Play#8 command threshold
+    Play#8 output Play#8 6 1 599
     Play#8 input thres c 6,0 769
     Play#8 command threshold
+    Play#8 output Play#8 6 1 598
     Play#8 input thres d -3,-1 0
     Play#8 command threshold
+    Play#8 output Play#8 1 -3,-1 old threshold 1
+    Play#8 output Play#8 6 1 597
     Play#8 input mov d -3,-1 1 4,0
     Play#8 command move
+    Play#8 output Play#8 1 Looking for best path to 4,0
+    Play#8 output Play#8 1 Using best path 'jjjnh', movement cost 0.800
+    Play#8 output Play#8 1 Total movement cost = 4
+    Play#8 output Play#8 1 123 mob left in -3,-1
+    Play#8 output Play#8 6 1 596
     Play#8 input thres l 1,-3 300
     Play#8 command threshold
+    Play#8 output Play#8 6 1 595
     Play#8 input thres i -1,1 999
     Play#8 command threshold
+    Play#8 output Play#8 6 1 594
     Play#8 input thres i 0,-4 999
     Play#8 command threshold
+    Play#8 output Play#8 6 1 593
     Play#8 input bmap #
     Play#8 command bmap
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . .          -5  
+    Play#8 output Play#8 1   -4 . o - . - . . .     -4  
+    Play#8 output Play#8 1   -3  ) o - g g . . .    -3  
+    Play#8 output Play#8 1   -2   . g g g g - g .   -2  
+    Play#8 output Play#8 1   -1    . g g m g g c .  -1  
+    Play#8 output Play#8 1    0   . . g m m g g - . 0   
+    Play#8 output Play#8 1    1    . g - g w . . .  1   
+    Play#8 output Play#8 1    2     . . . . . . .   2   
+    Play#8 output Play#8 1    3      . . . . . .    3   
+    Play#8 output Play#8 1    4         . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 1 593
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1   -6,-4   o    3%     127 .. ..      769    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1   -4,-4   -    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    0,-4   -    1%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -5,-3   o    1%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -3,-3   -    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-3   g    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1    1,-3   g    2%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -4,-2   g    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -2,-2   g    0%     127 .. ..        2    0    0    0 100%    1        0
+    Play#8 output Play#8 1    0,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    2,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    4,-2   -    2%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    6,-2   g    0%     127 .. ..      100    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,-1   gj 100%     123 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -1,-1   g  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    3,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    5,-1   g    0%     127 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    7,-1   c    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -2,0    g    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    0,0    m  100%     127 .. ..      769   55  306    0 100%    0        0
+    Play#8 output Play#8 1    2,0    m  100%     127 .. ..      769   55  303    0 100%    0        0
+    Play#8 output Play#8 1    4,0    b  100%     127 .. ..      350    0    0    0 100%   93        0   1
+    Play#8 output Play#8 1    6,0    g    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    8,0    -    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -3,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,1    -    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    1,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    3,1    w  100%     127 .. ..        1    0    0    0 100%  133        0   1
+    Play#8 output Play#8 1 29 sectors
+    Play#8 output Play#8 6 1 593
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . .          -5  
+    Play#8 output Play#8 1   -4 . o - . - . . .     -4  
+    Play#8 output Play#8 1   -3  ? o - g g . . .    -3  
+    Play#8 output Play#8 1   -2 . . g g g g - g .   -2  
+    Play#8 output Play#8 1   -1  . . g g m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b g - . 0   
+    Play#8 output Play#8 1    1  . . g - g w . . .  1   
+    Play#8 output Play#8 1    2   . . . . . . . .   2   
+    Play#8 output Play#8 1    3      . . . . . .    3   
+    Play#8 output Play#8 1    4         . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 1 593
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1   0 happiness,   0 education produced
+    Play#8 output Play#8 1 total pop was 5112, yielding 0.00 hap, 0.00 edu
+    Play#8 output Play#8 1 2.2704 technology (0.0000 + 2.2704), 0.0000 research (0.0000 + 0.0000) produced
+    Play#8 output Play#8 1 money delta was $648 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 1 593
     Play#8 input prod *
     Play#8 command production
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 PRODUCTION SIMULATION
+    Play#8 output Play#8 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#8 output Play#8 1   -6,-4   o  87%   504  299o 0.68 $0                                      299
+    Play#8 output Play#8 1    1,-3   g  19%   502   95d 1.00 $0                                       95
+    Play#8 output Play#8 1   -3,-1   j 100%   474  324l 0.68 $0     474i            474i             324
+    Play#8 output Play#8 1   -1,-1   g   0%   599    0d 1.00 $0                                        0
+    Play#8 output Play#8 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    3,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    0,0    m 100%   823  823i 1.00 $0                                      823
+    Play#8 output Play#8 1    2,0    m 100%   821  821i 1.00 $0                                      821
+    Play#8 output Play#8 1    4,0    b 100%   323   60b 1.00 $600   300d            320d              64
+    Play#8 output Play#8 1 9 sectors
+    Play#8 output Play#8 6 1 593
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn40 output Conn40 2 Empire server ready
     Conn40 input user tester
+    Conn40 output Conn40 0 hello tester
     Conn40 input coun POGO
+    Conn40 output Conn40 0 country name POGO
     Conn40 input pass peter
+    Conn40 output Conn40 0 password ok
     Conn40 input play
     Conn40 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 3 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  33   87%  22K  53    0    0    0  8.7K 2.5K 792    0    1    0   19K
+    Play#0 output Play#0 1    184.19
+    Play#0 output Play#0 1         8  29   28% 6.6K 110    0    0    0  5.0K 2.3K   0    0    0    0   30K
+    Play#0 output Play#0 1     36.55
+    Play#0 output Play#0 1         6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   32K
+    Play#0 output Play#0 1     16.98
+    Play#0 output Play#0 1         3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   32K
+    Play#0 output Play#0 1     16.90
+    Play#0 output Play#0 1         5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   32K
+    Play#0 output Play#0 1     16.85
+    Play#0 output Play#0 1         7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   32K
+    Play#0 output Play#0 1     16.73
+    Play#0 output Play#0 1         4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   32K
+    Play#0 output Play#0 1     16.51
+    Play#0 output Play#0 1        10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   32K
+    Play#0 output Play#0 1     16.20
+    Play#0 output Play#0 1         2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   32K
+    Play#0 output Play#0 1     15.40
+    Play#0 output Play#0 1         9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   32K
+    Play#0 output Play#0 1     15.30
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  86   71%  53K 1.0K   0    0    0   14K 6.9K 792    0    1    0  303K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 3 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                 23.06        0.00       37.48        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                 11.53        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                 11.53        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                 11.53        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                 11.53        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                 11.53        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                 11.53        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                 11.53        0.00        0.00        0.00    30,-12 
+    Play#0 output Play#0 1  9     9                 11.53        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                11.53        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 3 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  o  100%     127 .. ..      769    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1    1,-15  o  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    3,-15  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  125    0   1
+    Play#0 output Play#0 1   1    7,-15  +    0%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     127 .. ..      769    0    0    0 100%   98    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      769    0    0    0 100%   63    0   1
+    Play#0 output Play#0 1   8   17,-15  o    3%     127 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   19,-15  -    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   23,-15  -    1%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      769    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  j  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     127 .. ..     1245    0    0    0 100%  132    0   1
+    Play#0 output Play#0 1   1   12,-14  =  100%     119 .. ..       76    0    0    0 100%   65    0   1
+    Play#0 output Play#0 1   1   14,-14  =   20%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   16,-14  )  100%     127 .. 0.   8   62   28  135    0 100%  174    0   1
+    Play#0 output Play#0 1   8   18,-14  o    1%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   20,-14  -    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-14  g    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   24,-14  g    2%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     127 .. 5.      769    0  593    0 100%    0    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. 8.      769    0   11    0 100%    1    0   1
+    Play#0 output Play#0 1   8   19,-13  g    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   21,-13  g    0%     127 .. ..        2    0    0    0 100%    1    0
+    Play#0 output Play#0 1   8   23,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   27,-13  -    2%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   29,-13  g    0%     127 .. ..      100    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   25    0   1
+    Play#0 output Play#0 1   1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  gj 100%     123 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1   12,-12  gd 100%     122 .. ..      769    0    0    0 100%    5    0   1
+    Play#0 output Play#0 1   8   20,-12  gj 100%     123 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   22,-12  g  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   24,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   26,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   28,-12  g    0%     127 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   30,-12  c    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   1    3,-11  i  100%     127 .. ..      769    0    0    0 100%  474    0   1
+    Play#0 output Play#0 1   1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  k  100%     127 .. ..      769    0    0    0 100%  175    0   1
+    Play#0 output Play#0 1   1    9,-11  gr 100%     127 .. ..      769    0    0    0 100%   99    0   1
+    Play#0 output Play#0 1   1   11,-11  gw 100%     122 .. ..      769    0    0    0 100%    9    0   1
+    Play#0 output Play#0 1   1   13,-11  ge 100%     121 .. ..      769    0    0    0 100%   12    0   1
+    Play#0 output Play#0 1   1   15,-11  g! 100%     120 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   21,-11  g    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   23,-11  m  100%     127 .. ..      769   55  306    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-11  m  100%     127 .. ..      769   55  303    0 100%    0    0
+    Play#0 output Play#0 1   8   27,-11  b  100%     127 .. ..      350    0    0    0 100%   93    0   1
+    Play#0 output Play#0 1   8   29,-11  g    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   31,-11  -    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  303    0 100%  845    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  301    0 100%  843    0   1
+    Play#0 output Play#0 1   1    4,-10  +   11%     127 .. ..      100    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   1    6,-10  +    7%     127 .. ..      100    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   1   10,-10  +p  38%     127 .. ..      769    0    0    0 100%   11    0   1
+    Play#0 output Play#0 1   8   20,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-10  -    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   26,-10  w  100%     127 .. ..        1    0    0    0 100%  133    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  301    0 100%  843    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  303    0 100%  845    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  304    0 100%  845    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  308    0 100%  848    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  308    0 100%  848    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  300    0 100%  842    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  304    0 100%  845    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  303    0 100%  844    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  303    0 100%  845    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  302    0 100%  844    0
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  305    0 100%  846    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  304    0 100%  845    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55  300    0 100%  842    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55  306    0 100%  846    0
+    Play#0 output Play#0 1 86 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   1,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   3,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......2..   0   0    0    0    0   0    0  150    0   0
+    Play#0 output Play#0 1   8  17,-15  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-15  - .......... ...9......   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....3.....   0   0    0    0  305  96    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... ..........   0   0    0 3853 2151   0  714 1282 1122   0
+    Play#0 output Play#0 1   1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  18,-14  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-14  g .......... ....0..3..   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
+    Play#0 output Play#0 1   1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ...a....0.   0   0    0  999    0   0    0    0    1   0
+    Play#0 output Play#0 1   8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-12  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  g .......... .......0..   0   0    0 1073    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  12,-12  g .......... .0....021.   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-12  g .......... ...9...0..   0   0    0  999    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  i .......... 0......63.   0   0    0    0    0   0    0  600  300   0
+    Play#0 output Play#0 1   1   5,-11  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   9,-11  g .......... ....0.01..   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1  11,-11  g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  g .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  g .......... 20.....22.   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-11  b .......... ....3.....   0   0    0    0  301  11    0    0    0   0
+    Play#0 output Play#0 1   8  29,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  31,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  + .......... .......0..   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  20,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-10  - .......... ...9......   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-10  w .......... ..........   0   0    0 4025 2011   0    0    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 86 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  o  100%    0    0   82  11    0
+    Play#0 output Play#0 1   1    1,-15  o  100%    6    0   67   7    0
+    Play#0 output Play#0 1   1    3,-15  o  100%   11    0   61   4    0
+    Play#0 output Play#0 1   1    5,-15  c  100%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   8   17,-15  o    3%    0    0  100  87    0
+    Play#0 output Play#0 1   8   19,-15  -    1%    0    0  100 100    0
+    Play#0 output Play#0 1   8   23,-15  -    1%   11    0   61  21    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  j  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   12,-14  =  100%    0    0   45  11    0
+    Play#0 output Play#0 1   1   14,-14  =   20%    0    0   63  46    0
+    Play#0 output Play#0 1   1   16,-14  )  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   18,-14  o    1%    0    0   91  72    0
+    Play#0 output Play#0 1   8   20,-14  -    0%    0    0   82  58    0
+    Play#0 output Play#0 1   8   22,-14  g    2%   50   23    6   0    0
+    Play#0 output Play#0 1   8   24,-14  g    2%   45   19   13   0    0
+    Play#0 output Play#0 1   1    3,-13  j  100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   8   19,-13  g    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-13  g    0%   96   60    0   0   77
+    Play#0 output Play#0 1   8   23,-13  g    0%  100   65    0   0   88
+    Play#0 output Play#0 1   8   25,-13  g    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   27,-13  -    2%    0    0   76  47    0
+    Play#0 output Play#0 1   8   29,-13  g    0%   28    5   37   0    0
+    Play#0 output Play#0 1   1    4,-12  k  100%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    8,-12  m  100%  100    0    0   0   88
+    Play#0 output Play#0 1   1   10,-12  gj 100%   50    0    6   0    0
+    Play#0 output Play#0 1   1   12,-12  gd 100%   63    0    0   0   17
+    Play#0 output Play#0 1   8   20,-12  gj 100%   74    1    0   0   37
+    Play#0 output Play#0 1   8   22,-12  g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   8   24,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   26,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   28,-12  g    0%   91   56    0   0   68
+    Play#0 output Play#0 1   8   30,-12  c    0%   23    1   43   0    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1    3,-11  i  100%    0    0  100   3    0
+    Play#0 output Play#0 1   1    5,-11  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    7,-11  k  100%   91    0    0   0   68
+    Play#0 output Play#0 1   1    9,-11  gr 100%   85    0    0   0   57
+    Play#0 output Play#0 1   1   11,-11  gw 100%   78    0    0   0   45
+    Play#0 output Play#0 1   1   13,-11  ge 100%   67    0    0   0   25
+    Play#0 output Play#0 1   1   15,-11  g! 100%   56    0    0   0    5
+    Play#0 output Play#0 1   8   21,-11  g    0%   85   51    0   0   57
+    Play#0 output Play#0 1   8   23,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   25,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   27,-11  b  100%   39    3   21   0    0
+    Play#0 output Play#0 1   8   29,-11  g    0%   34   10   28   0    0
+    Play#0 output Play#0 1   8   31,-11  -    1%    0    0  100 100    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +   11%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +    7%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  +p  38%    0    0  100  98    0
+    Play#0 output Play#0 1   8   20,-10  g    0%   78   46    0   0   45
+    Play#0 output Play#0 1   8   22,-10  -    0%    6    0   67  32    0
+    Play#0 output Play#0 1   8   24,-10  g    0%   67   37    0   0   25
+    Play#0 output Play#0 1   8   26,-10  w  100%   17    0   52   7    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   2   17,9    g  100%   34    0   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 86 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 3 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn41 output Conn41 2 Empire server ready
     Conn41 input user tester
+    Conn41 output Conn41 0 hello tester
     Conn41 input coun 1
+    Conn41 output Conn41 0 country name 1
     Conn41 input pass 1
+    Conn41 output Conn41 0 password ok
     Conn41 input play
     Conn41 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 2 640
     Play#1 input thres l 6,-2 300
     Play#1 command threshold
+    Play#1 output Play#1 1 6,-2 old threshold 250
+    Play#1 output Play#1 6 2 639
     Play#1 input thres l 5,-1 200
     Play#1 command threshold
+    Play#1 output Play#1 6 2 638
     Play#1 input thres h 5,-1 200
     Play#1 command threshold
+    Play#1 output Play#1 6 2 637
     Play#1 input thres i 5,-1 1
     Play#1 command threshold
+    Play#1 output Play#1 6 2 636
     Play#1 input thres o 5,-1 1
     Play#1 command threshold
+    Play#1 output Play#1 6 2 635
     Play#1 input thres d 5,-1 1
     Play#1 command threshold
+    Play#1 output Play#1 6 2 634
     Play#1 input dist #1 6,2
     Play#1 command distribute
+    Play#1 output Play#1 1 oil field at 1,-3 distributes to 5,-1. 
+    Play#1 output Play#1 1 oil field 1,-3 now distributes to 6,2 (cost 0.801)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 oil field at -4,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 oil field -4,-2 now distributes to 6,2 (cost 1.201)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 oil field at -2,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 oil field -2,-2 now distributes to 6,2 (cost 1.001)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 capital at 0,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 capital 0,-2 now distributes to 6,2 (cost 0.801)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 2,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 2,-2 now distributes to 6,2 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 technical center at 4,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 technical center 4,-2 now distributes to 6,2 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 library/school at 6,-2 distributes to 5,-1. 
+    Play#1 output Play#1 1 library/school 6,-2 now distributes to 6,2 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 bank at -1,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 bank -1,-1 now distributes to 6,2 (cost 1.000)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 1,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 1,-1 now distributes to 6,2 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 light manufacturing at 3,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 light manufacturing 3,-1 now distributes to 6,2 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 harbor at 5,-1 has no dist sector. 
+    Play#1 output Play#1 1 harbor 5,-1 now distributes to 6,2 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 bridge span at 7,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 bridge span 7,-1 now distributes to 6,2 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 bridge span at 9,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 bridge span 9,-1 now distributes to 6,2 (cost 0.801)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 radar installation at 11,-1 distributes to 5,-1. 
+    Play#1 output Play#1 1 radar installation 11,-1 now distributes to 6,2 (cost 1.121)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 light manufacturing at -2,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 light manufacturing -2,0 now distributes to 6,2 (cost 1.000)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 0,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 0,0 now distributes to 6,2 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 2,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 2,0 now distributes to 6,2 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 heavy manufacturing at 4,0 distributes to 5,-1. 
+    Play#1 output Play#1 1 heavy manufacturing 4,0 now distributes to 6,2 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 heavy manufacturing at -1,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 heavy manufacturing -1,1 now distributes to 6,2 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 1,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 1,1 now distributes to 6,2 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 3,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 3,1 now distributes to 6,2 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 light manufacturing at 5,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 light manufacturing 5,1 now distributes to 6,2 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 defense plant at 7,1 distributes to 5,-1. 
+    Play#1 output Play#1 1 defense plant 7,1 now distributes to 6,2 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 shell industry at -2,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 shell industry -2,2 now distributes to 6,2 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 mine at 0,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 mine 0,2 now distributes to 6,2 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 heavy manufacturing at 2,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 heavy manufacturing 2,2 now distributes to 6,2 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 research lab at 4,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 research lab 4,2 now distributes to 6,2 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 warehouse at 6,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 Distribution from and to warehouse 6,2 terminated
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 enlistment center at 8,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 enlistment center 8,2 now distributes to 6,2 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 headquarters at 10,2 distributes to 5,-1. 
+    Play#1 output Play#1 1 headquarters 10,2 now distributes to 6,2 (cost 0.400)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at -1,3 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway -1,3 now distributes to 6,2 (cost 0.800)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 highway at 1,3 distributes to 5,-1. 
+    Play#1 output Play#1 1 highway 1,3 now distributes to 6,2 (cost 0.600)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 park at 5,3 distributes to 5,-1. 
+    Play#1 output Play#1 1 park 5,3 now distributes to 6,2 (cost 0.200)
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 2 633
     Play#1 input build l 10,2 cav
     Play#1 command build
+    Play#1 output Play#1 1 You can't build that!
+    Play#1 output Play#1 1 Use `show land build 27' to show types you can build.
+    Play#1 output Play#1 1 command failed
+    Play#1 output Play#1 6 2 632
     Play#1 input bmap #1
     Play#1 command bmap
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 1   -8                                           -8  
+    Play#1 output Play#1 1   -7                                           -7  
+    Play#1 output Play#1 1   -6                                           -6  
+    Play#1 output Play#1 1   -5                        . . . . .          -5  
+    Play#1 output Play#1 1   -4         - . . . . . . . . . . . .         -4  
+    Play#1 output Play#1 1   -3          - . . . o . . . . . . . .        -3  
+    Play#1 output Play#1 1   -2         . . o o c + t l . . o ? . ?       -2  
+    Play#1 output Play#1 1   -1          - . . b m j h = = ) o ? ? ?      -1  
+    Play#1 output Play#1 1    0         - - . j m m k . . . . ? ? ?       0   
+    Play#1 output Play#1 1    1          - - . k m m g g . . . ? ?        1   
+    Play#1 output Play#1 1    2         - - . i m k g g g g . . ?         2   
+    Play#1 output Play#1 1    3          - - . + + . + . . . . ?          3   
+    Play#1 output Play#1 1    4           - - . . . . . . . . .           4   
+    Play#1 output Play#1 1    5                                           5   
+    Play#1 output Play#1 1    6                                           6   
+    Play#1 output Play#1 1    7                                           7   
+    Play#1 output Play#1 1    8                                           8   
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 6 2 632
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   o  100%     127 .. ..      769    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1   -4,-2   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -2,-2   o  100%     127 .. ..      769    0    0    0 100%   24        0   1
+    Play#1 output Play#1 1    0,-2   c  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    2,-2   +  100%     127 .. ..      769    0    0    0 100%  499        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     127 .. ..      769    0    0    0 100%  409        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      769    0    0    0 100%  499        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      769    0    0    0 100%  298        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%     127 .. ..     5870   29    0    0 100%  650        0   1
+    Play#1 output Play#1 1    7,-1   =  100%     127 .. ..       77    0    0    0 100%  108        0   1
+    Play#1 output Play#1 1    9,-1   =   20%      60 .. ..       77    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   11,-1   )  100%     127 .. 0.   8   80   28    1    0 100%  196        0   1
+    Play#1 output Play#1 1   -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
+    Play#1 output Play#1 1    0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,0    m  100%     127 .. 5.      769    0  579    0 100%   10        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. 8.      769    0  269    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,1    k  100%     127 .. ..      769    0    0    0 100%   26        0   1
+    Play#1 output Play#1 1    1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    d  100%     127 .. ..      769    0    0    0 100%  474        0   1
+    Play#1 output Play#1 1   -2,2    i  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    k  100%     127 .. ..      769    0    0    0 100%   51        0   1
+    Play#1 output Play#1 1    4,2    r  100%     127 .. ..      769    0    0    0 100%  474        0   1
+    Play#1 output Play#1 1    6,2    w  100%     127 .. ..      769    0    0    0 100%  474        0   1
+    Play#1 output Play#1 1    8,2    e  100%     127 .. ..      769    1    0    0 100%  474        0   1
+    Play#1 output Play#1 1   10,2    !  100%     127 .. ..      769    0    0    0 100%  474        0   1
+    Play#1 output Play#1 1   -1,3    +   52%     127 .. ..      769    0    0    0 100%   41        0   1
+    Play#1 output Play#1 1    1,3    +   47%     127 .. ..      769    0    0    0 100%   41        0   1
+    Play#1 output Play#1 1    5,3    p  100%     127 .. ..      769    0    0    0 100%  489        0   1
+    Play#1 output Play#1 1 33 sectors
+    Play#1 output Play#1 6 2 632
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
+    Play#1 output Play#1 1 1 ship
+    Play#1 output Play#1 6 2 632
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4 - . . . . . . . . . . .   -4  
+    Play#1 output Play#1 1   -3  - . . . o . . . . . . .  -3  
+    Play#1 output Play#1 1   -2 . . o o c + t l . . ? ? . -2  
+    Play#1 output Play#1 1   -1  - . . b m j h = = ) ? ?  -1  
+    Play#1 output Play#1 1    0 - - . j m m k . . . . ? ? 0   
+    Play#1 output Play#1 1    1  - - . k m m j d . . . ?  1   
+    Play#1 output Play#1 1    2 - - . i m k r w e ! . . ? 2   
+    Play#1 output Play#1 1    3  - - . + + . p . . . . ?  3   
+    Play#1 output Play#1 1    4   - - . . . . . . . . .   4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 2 632
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 technological breakthroughs (11.47) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (150.00) produced in 6,-2
+    Play#1 output Play#1 1   0 happiness, 150 education produced
+    Play#1 output Play#1 1 total pop was 22285, yielding 0.00 hap, 25.59 edu
+    Play#1 output Play#1 1 4.5197 tech, 0.0000 research produced
+    Play#1 output Play#1 1 Army delta $0, Navy delta $-36, Air force delta $0
+    Play#1 output Play#1 1 money delta was $3326 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 2 632
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    1,-3   o   5%   601   24o 0.79 $0                                       24
+    Play#1 output Play#1 1   -4,-2   o   3%   599   13o 0.79 $0                                       13
+    Play#1 output Play#1 1   -2,-2   o   2%   623    9o 0.79 $0                                        9
+    Play#1 output Play#1 1    4,-2   t 100%   649 11.22 0.75 $4500   15d  75o 150l   40d 200o 400l 29.91
+    Play#1 output Play#1 1    6,-2   l 100%   649  250  1.00 $2250  250l            649l             649
+    Play#1 output Play#1 1   -1,-1   b 100%   649   60b 1.00 $600   300d            645d             129
+    Play#1 output Play#1 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,-1   j 100%   599  473l 0.79 $0     599i            599i             473
+    Play#1 output Play#1 1   -2,0    j 100%   649  473l 0.79 $0     599i            649i             512
+    Play#1 output Play#1 1    0,0    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,0    m 100%  1008  999i 1.00 $0                                      999
+    Play#1 output Play#1 1    4,0    k 100%   784  309h 0.79 $0     784i            784i             309
+    Play#1 output Play#1 1   -1,1    k 100%   625  237h 0.79 $0     600i            624i             246
+    Play#1 output Play#1 1    1,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    5,1    j 100%   599  473l 0.79 $0     599i            599i             473
+    Play#1 output Play#1 1    7,1    d 100%   649    4g 0.43 $300    10o  50l 100h   40o 200l 400h    17
+    Play#1 output Play#1 1   -2,2    i 100%   600   85s 0.43 $600   400l 200h       400l 200h         85
+    Play#1 output Play#1 1    0,2    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,2    k 100%   649  237h 0.79 $0     600i            648i             256
+    Play#1 output Play#1 1    4,2    r 100%   649  7.48 0.75 $900    10d  50o 100l   40d 200o 400l 29.91
+    Play#1 output Play#1 1    8,2    e 100%   649   33m 1.00 $99     33c             33c             498
+    Play#1 output Play#1 1    5,3    p 100%   649   75  1.00 $675    75l            649l             649
+    Play#1 output Play#1 1 23 sectors
+    Play#1 output Play#1 6 2 632
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn42 output Conn42 2 Empire server ready
     Conn42 input user tester
+    Conn42 output Conn42 0 hello tester
     Conn42 input coun 8
+    Conn42 output Conn42 0 country name 8
     Conn42 input pass 8
+    Conn42 output Conn42 0 password ok
     Conn42 input play
     Conn42 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have a new telegram waiting ...
+    Play#8 output Play#8 6 2 593
     Play#8 input des -1,-1 m
     Play#8 command designate
+    Play#8 output Play#8 6 2 592
     Play#8 input thres i -1,-1 1
     Play#8 command threshold
+    Play#8 output Play#8 6 2 591
     Play#8 input thres d -1,-1 0
     Play#8 command threshold
+    Play#8 output Play#8 1 -1,-1 old threshold 1
+    Play#8 output Play#8 6 2 590
     Play#8 input mov d -1,-1 1 4,0
     Play#8 command move
+    Play#8 output Play#8 1 Looking for best path to 4,0
+    Play#8 output Play#8 1 Using best path 'jjnh', movement cost 0.600
+    Play#8 output Play#8 1 Total movement cost = 3
+    Play#8 output Play#8 1 124 mob left in -1,-1
+    Play#8 output Play#8 6 2 589
     Play#8 input des 1,-3 l
     Play#8 command designate
+    Play#8 output Play#8 6 2 588
     Play#8 input des -1,1 j
     Play#8 command designate
+    Play#8 output Play#8 6 2 587
     Play#8 input thres l -1,1 1
     Play#8 command threshold
+    Play#8 output Play#8 6 2 586
     Play#8 input des 0,-4 k
     Play#8 command designate
+    Play#8 output Play#8 6 2 585
     Play#8 input thres h 0,-4 1
     Play#8 command threshold
+    Play#8 output Play#8 6 2 584
     Play#8 input thres d 1,-3 0
     Play#8 command threshold
+    Play#8 output Play#8 1 1,-3 old threshold 1
+    Play#8 output Play#8 6 2 583
     Play#8 input thres l 6,-2 300
     Play#8 command threshold
+    Play#8 output Play#8 6 2 582
     Play#8 input thres o 6,-2 150
     Play#8 command threshold
+    Play#8 output Play#8 6 2 581
     Play#8 input thres d 6,-2 30
     Play#8 command threshold
+    Play#8 output Play#8 1 6,-2 old threshold 1
+    Play#8 output Play#8 6 2 580
     Play#8 input thres l 8,0 600
     Play#8 command threshold
+    Play#8 output Play#8 6 2 579
     Play#8 input thres h 8,0 300
     Play#8 command threshold
+    Play#8 output Play#8 6 2 578
     Play#8 input thres c -3:-1,1 769
     Play#8 command threshold
+    Play#8 output Play#8 6 2 577
     Play#8 input thres c 0,-4 769
     Play#8 command threshold
+    Play#8 output Play#8 6 2 576
     Play#8 input thres c 8,0 769
     Play#8 command threshold
+    Play#8 output Play#8 6 2 575
     Play#8 input bmap #
     Play#8 command bmap
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . .          -5  
+    Play#8 output Play#8 1   -4 . o - . k . . .     -4  
+    Play#8 output Play#8 1   -3  ) o - g g . . .    -3  
+    Play#8 output Play#8 1   -2 . . g g g g - g .   -2  
+    Play#8 output Play#8 1   -1  . . g g m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b g - . 0   
+    Play#8 output Play#8 1    1  . . g j g w . . .  1   
+    Play#8 output Play#8 1    2   . . . . . . . .   2   
+    Play#8 output Play#8 1    3      . . . . . .    3   
+    Play#8 output Play#8 1    4         . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 2 575
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1   -6,-4   o  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -4,-4   -    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1    0,-4   k    0%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -5,-3   o    2%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -3,-3   -    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-3   g    5%     127 .. ..        7    0    0    0 100%    3        0   1
+    Play#8 output Play#8 1    1,-3   gl 100%     127 .. ..      769    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1   -4,-2   g    0%     127 .. ..        2    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -2,-2   g    1%     127 .. ..        2    0    0    0 100%    1        0
+    Play#8 output Play#8 1    0,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    2,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    4,-2   -    3%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1    6,-2   g   39%     127 .. ..      769    0    0    0 100%   39        0   1
+    Play#8 output Play#8 1   -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-1   gm 100%     124 .. ..      769    0    0    0 100%  599        0
+    Play#8 output Play#8 1    1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    3,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    5,-1   g    0%     127 .. ..        2    0    0    0 100%    0        0
+    Play#8 output Play#8 1    7,-1   c    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -2,0    g    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    0,0    m  100%     127 .. ..      769   55  352    0 100%    0        0
+    Play#8 output Play#8 1    2,0    m  100%     127 .. ..      769   55  349    0 100%    0        0
+    Play#8 output Play#8 1    4,0    b  100%     127 .. ..      350    0    0    0 100%   23        0   1
+    Play#8 output Play#8 1    6,0    g    1%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    8,0    -    3%     127 .. ..        6    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1   -3,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,1    j    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    1,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    3,1    w  100%     127 .. ..      549    0    0    0 100%   50        0   1
+    Play#8 output Play#8 1 29 sectors
+    Play#8 output Play#8 6 2 575
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . . . .      -5  
+    Play#8 output Play#8 1   -4 . o - . k . . .     -4  
+    Play#8 output Play#8 1   -3  ? o - g g . . . .  -3  
+    Play#8 output Play#8 1   -2 . . g g g g - g .   -2  
+    Play#8 output Play#8 1   -1  . . j g m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b g - . 0   
+    Play#8 output Play#8 1    1  . . g j g w . . .  1   
+    Play#8 output Play#8 1    2   . . . . . . . .   2   
+    Play#8 output Play#8 1    3      . . . . . .    3   
+    Play#8 output Play#8 1    4         . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 2 575
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1   0 happiness,   0 education produced
+    Play#8 output Play#8 1 total pop was 6646, yielding 0.00 hap, 0.00 edu
+    Play#8 output Play#8 1 2.2598 technology (0.0000 + 2.2598), 0.0000 research (0.0000 + 0.0000) produced
+    Play#8 output Play#8 1 money delta was $1155 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 2 575
     Play#8 input prod *
     Play#8 command production
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 PRODUCTION SIMULATION
+    Play#8 output Play#8 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#8 output Play#8 1   -6,-4   o  43%   600  181o 0.70 $0                                      181
+    Play#8 output Play#8 1    1,-3   l 100%   474  300  1.00 $2700  300l            474l             474
+    Play#8 output Play#8 1    6,-2   g   5%   577   25d 1.00 $0                                       25
+    Play#8 output Play#8 1   -3,-1   j 100%   599  421l 0.70 $0     599i            599i             421
+    Play#8 output Play#8 1   -1,-1   m 100%   474  474i 1.00 $0                                      474
+    Play#8 output Play#8 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    3,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    0,0    m 100%   855  855i 1.00 $0                                      855
+    Play#8 output Play#8 1    2,0    m 100%   853  853i 1.00 $0                                      853
+    Play#8 output Play#8 1    4,0    b 100%   296   59b 1.00 $590   295d            295d              59
+    Play#8 output Play#8 1    6,0    g  10%   501   50d 1.00 $0                                       50
+    Play#8 output Play#8 1 11 sectors
+    Play#8 output Play#8 6 2 575
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn43 output Conn43 2 Empire server ready
     Conn43 input user tester
+    Conn43 output Conn43 0 hello tester
     Conn43 input coun POGO
+    Conn43 output Conn43 0 country name POGO
     Conn43 input pass peter
+    Conn43 output Conn43 0 password ok
     Conn43 input play
     Conn43 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 3 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  33   95%  28K  83   50    0    0  9.2K 2.2K 818    0    1    0   23K
+    Play#0 output Play#0 1    264.18
+    Play#0 output Play#0 1         8  29   36% 8.6K 110    0    0    0  7.4K 2.1K 299    0    0    0   31K
+    Play#0 output Play#0 1     52.78
+    Play#0 output Play#0 1         6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   33K
+    Play#0 output Play#0 1     20.43
+    Play#0 output Play#0 1         3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   33K
+    Play#0 output Play#0 1     20.33
+    Play#0 output Play#0 1         5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   33K
+    Play#0 output Play#0 1     20.28
+    Play#0 output Play#0 1         7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   33K
+    Play#0 output Play#0 1     20.14
+    Play#0 output Play#0 1         4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   33K
+    Play#0 output Play#0 1     19.87
+    Play#0 output Play#0 1        10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   33K
+    Play#0 output Play#0 1     19.50
+    Play#0 output Play#0 1         2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   33K
+    Play#0 output Play#0 1     18.54
+    Play#0 output Play#0 1         9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   33K
+    Play#0 output Play#0 1     18.42
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  86   76%  61K 1.1K  50    0    0   17K 6.4K 1.1K   0    1    0  314K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 3 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                 27.40        0.00       34.65        0.00     5,-15 
+    Play#0 output Play#0 1  2     2                 13.70        0.00        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                 13.70        0.00        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                 13.70        0.00        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                 13.70        0.00        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                 13.70        0.00        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                 13.70        0.00        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                 13.70        0.00        0.00        0.00    30,-12 
+    Play#0 output Play#0 1  9     9                 13.70        0.00        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                13.70        0.00        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 3 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  o  100%     127 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    1,-15  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-15  o  100%     127 .. ..      769    0    0    0 100%   24    0   1
+    Play#0 output Play#0 1   1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1    7,-15  +  100%     127 .. ..      769    0    0    0 100%  499    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     127 .. ..      769    0    0    0 100%  409    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      769    0    0    0 100%  499    0   1
+    Play#0 output Play#0 1   8   17,-15  o  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   19,-15  -    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   23,-15  k    0%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      769    0    0    0 100%  298    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  j  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     127 .. ..     5870   29    0    0 100%  650    0   1
+    Play#0 output Play#0 1   1   12,-14  =  100%     127 .. ..       77    0    0    0 100%  108    0   1
+    Play#0 output Play#0 1   1   14,-14  =   20%      60 .. ..       77    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   16,-14  )  100%     127 .. 0.   8   80   28    1    0 100%  196    0   1
+    Play#0 output Play#0 1   8   18,-14  o    2%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   20,-14  -    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-14  g    5%     127 .. ..        7    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   8   24,-14  gl 100%     127 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     127 .. 5.      769    0  579    0 100%   10    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. 8.      769    0  269    0 100%    0    0   1
+    Play#0 output Play#0 1   8   19,-13  g    0%     127 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   21,-13  g    1%     127 .. ..        2    0    0    0 100%    1    0
+    Play#0 output Play#0 1   8   23,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   27,-13  -    3%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   29,-13  g   39%     127 .. ..      769    0    0    0 100%   39    0   1
+    Play#0 output Play#0 1   1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   26    0   1
+    Play#0 output Play#0 1   1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  d  100%     127 .. ..      769    0    0    0 100%  474    0   1
+    Play#0 output Play#0 1   8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-12  gm 100%     124 .. ..      769    0    0    0 100%  599    0
+    Play#0 output Play#0 1   8   24,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   26,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   28,-12  g    0%     127 .. ..        2    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   30,-12  c    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   1    3,-11  i  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  k  100%     127 .. ..      769    0    0    0 100%   51    0   1
+    Play#0 output Play#0 1   1    9,-11  r  100%     127 .. ..      769    0    0    0 100%  474    0   1
+    Play#0 output Play#0 1   1   11,-11  w  100%     127 .. ..      769    0    0    0 100%  474    0   1
+    Play#0 output Play#0 1   1   13,-11  e  100%     127 .. ..      769    1    0    0 100%  474    0   1
+    Play#0 output Play#0 1   1   15,-11  !  100%     127 .. ..      769    0    0    0 100%  474    0   1
+    Play#0 output Play#0 1   8   21,-11  g    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   23,-11  m  100%     127 .. ..      769   55  352    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-11  m  100%     127 .. ..      769   55  349    0 100%    0    0
+    Play#0 output Play#0 1   8   27,-11  b  100%     127 .. ..      350    0    0    0 100%   23    0   1
+    Play#0 output Play#0 1   8   29,-11  g    1%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   31,-11  -    3%     127 .. ..        6    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  348    0 100%  872    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  346    0 100%  870    0   1
+    Play#0 output Play#0 1   1    4,-10  +   52%     127 .. ..      769    0    0    0 100%   41    0   1
+    Play#0 output Play#0 1   1    6,-10  +   47%     127 .. ..      769    0    0    0 100%   41    0   1
+    Play#0 output Play#0 1   1   10,-10  p  100%     127 .. ..      769    0    0    0 100%  489    0   1
+    Play#0 output Play#0 1   8   20,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-10  j    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   24,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   26,-10  w  100%     127 .. ..      549    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  346    0 100%  870    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  349    0 100%  872    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  350    0 100%  872    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  354    0 100%  875    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  354    0 100%  875    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  345    0 100%  870    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  350    0 100%  872    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  348    0 100%  872    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  349    0 100%  872    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  347    0 100%  871    0
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  351    0 100%  873    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  349    0 100%  872    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55  345    0 100%  870    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55  352    0 100%  873    0
+    Play#0 output Play#0 1 86 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   1,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   3,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......3..   0   0    0    0    0   0    0  250    0   0
+    Play#0 output Play#0 1   8  17,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....3.....   0   0    0    0  300 157    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... ...00.022.   0   0    0 4043 1827   0  670 1157 1300   0
+    Play#0 output Play#0 1   1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  18,-14  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-14  g .......... .......3..   0   0    0    0    1   0    0  300    0   0
+    Play#0 output Play#0 1   1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
+    Play#0 output Play#0 1   1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
+    Play#0 output Play#0 1   8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-13  g .......... ....0.13..   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-12  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  j .......... .......0..   0   0    0 1198    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  12,-12  d .......... .0....021.   0   0    0    0    0   0   20  200  100   0
+    Play#0 output Play#0 1   8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   8  22,-12  g .......... ...0......   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
+    Play#0 output Play#0 1   1   5,-11  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
+    Play#0 output Play#0 1   1  11,-11  w .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  ! .......... 20.....22.  49   0    0    0    0   0    0  200  200   0
+    Play#0 output Play#0 1   8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-11  b .......... ....3.....   0   0    0    0  301  71    0    0    0   0
+    Play#0 output Play#0 1   8  29,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  31,-11  - .......... .......63.   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
+    Play#0 output Play#0 1   8  20,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-10  w .......... ..........   0   0    0 4397 1807   0  297   23    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 86 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  o  100%    0    0   82   5    0
+    Play#0 output Play#0 1   1    1,-15  o  100%    6    0   67   3    0
+    Play#0 output Play#0 1   1    3,-15  o  100%   11    0   61   2    0
+    Play#0 output Play#0 1   1    5,-15  c  100%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +  100%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   8   17,-15  o  100%    0    0  100  43    0
+    Play#0 output Play#0 1   8   19,-15  -    2%    0    0  100 100    0
+    Play#0 output Play#0 1   8   23,-15  k    0%   11    0   61  21    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  j  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   12,-14  =  100%    0    0   45  11    0
+    Play#0 output Play#0 1   1   14,-14  =   20%    0    0   63  46    0
+    Play#0 output Play#0 1   1   16,-14  )  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   18,-14  o    2%    0    0   91  72    0
+    Play#0 output Play#0 1   8   20,-14  -    0%    0    0   82  58    0
+    Play#0 output Play#0 1   8   22,-14  g    5%   50   23    6   0    0
+    Play#0 output Play#0 1   8   24,-14  gl 100%   45    0   13   0    0
+    Play#0 output Play#0 1   1    3,-13  j  100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   8   19,-13  g    0%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-13  g    1%   96   60    0   0   77
+    Play#0 output Play#0 1   8   23,-13  g    0%  100   65    0   0   88
+    Play#0 output Play#0 1   8   25,-13  g    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   27,-13  -    3%    0    0   76  47    0
+    Play#0 output Play#0 1   8   29,-13  g   39%   28    5   37   0    0
+    Play#0 output Play#0 1   1    4,-12  k  100%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    8,-12  m  100%  100    0    0   0   88
+    Play#0 output Play#0 1   1   10,-12  j  100%   50    0    6   0    0
+    Play#0 output Play#0 1   1   12,-12  d  100%   63    0    0   0   17
+    Play#0 output Play#0 1   8   20,-12  j  100%   74    1    0   0   37
+    Play#0 output Play#0 1   8   22,-12  gm 100%  100    0    0   0   97
+    Play#0 output Play#0 1   8   24,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   26,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   28,-12  g    0%   91   56    0   0   68
+    Play#0 output Play#0 1   8   30,-12  c    0%   23    1   43   0    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1    3,-11  i  100%    0    0  100   3    0
+    Play#0 output Play#0 1   1    5,-11  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    7,-11  k  100%   91    0    0   0   68
+    Play#0 output Play#0 1   1    9,-11  r  100%   85    0    0   0   57
+    Play#0 output Play#0 1   1   11,-11  w  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1   13,-11  e  100%   67    0    0   0   25
+    Play#0 output Play#0 1   1   15,-11  !  100%   56    0    0   0    5
+    Play#0 output Play#0 1   8   21,-11  g    1%   85   51    0   0   57
+    Play#0 output Play#0 1   8   23,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   25,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   27,-11  b  100%   39    3   21   0    0
+    Play#0 output Play#0 1   8   29,-11  g    1%   34   10   28   0    0
+    Play#0 output Play#0 1   8   31,-11  -    3%    0    0  100 100    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +   52%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +   47%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  p  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   20,-10  g    0%   78   46    0   0   45
+    Play#0 output Play#0 1   8   22,-10  j    0%    6    0   67  32    0
+    Play#0 output Play#0 1   8   24,-10  g    0%   67   37    0   0   25
+    Play#0 output Play#0 1   8   26,-10  w  100%   17    0   52   7    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   2   17,9    g  100%   34    0   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 86 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 3 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn44 output Conn44 2 Empire server ready
     Conn44 input user tester
+    Conn44 output Conn44 0 hello tester
     Conn44 input coun 1
+    Conn44 output Conn44 0 country name 1
     Conn44 input pass 1
+    Conn44 output Conn44 0 password ok
     Conn44 input play
     Conn44 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 3 640
     Play#1 input build l 10,2 cav 5
     Play#1 command build
+    Play#1 output Play#1 1 cav  cavalry #0 built in sector 10,2
+    Play#1 output Play#1 1 cav  cavalry #1 built in sector 10,2
+    Play#1 output Play#1 1 cav  cavalry #2 built in sector 10,2
+    Play#1 output Play#1 1 cav  cavalry #3 built in sector 10,2
+    Play#1 output Play#1 1 cav  cavalry #4 built in sector 10,2
+    Play#1 output Play#1 1 That just cost you $250.00
+    Play#1 output Play#1 6 3 639
     Play#1 input build sh 5,-1 cs 3
     Play#1 command build
+    Play#1 output Play#1 1 cs   cargo ship (#1) built in sector 5,-1
+    Play#1 output Play#1 1 cs   cargo ship (#2) built in sector 5,-1
+    Play#1 output Play#1 1 cs   cargo ship (#3) built in sector 5,-1
+    Play#1 output Play#1 1 That just cost you $300.00
+    Play#1 output Play#1 6 3 638
     Play#1 input thres m 10,2 25
     Play#1 command threshold
+    Play#1 output Play#1 6 3 637
     Play#1 input thres i -4:-2,-2 999
     Play#1 command threshold
+    Play#1 output Play#1 6 3 636
     Play#1 input thres i 1,-3 999
     Play#1 command threshold
+    Play#1 output Play#1 6 3 635
     Play#1 input bmap #1
     Play#1 command bmap
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 1   -8                                           -8  
+    Play#1 output Play#1 1   -7                                           -7  
+    Play#1 output Play#1 1   -6                                           -6  
+    Play#1 output Play#1 1   -5                        . . . . .          -5  
+    Play#1 output Play#1 1   -4         - . . . . . . . . . . . .         -4  
+    Play#1 output Play#1 1   -3          - . . . o . . . . . . . .        -3  
+    Play#1 output Play#1 1   -2         . . o o c + t l . . o ? . ?       -2  
+    Play#1 output Play#1 1   -1          - . . b m j h = = ) o ? ? ?      -1  
+    Play#1 output Play#1 1    0         - - . j m m k . . . . ? ? ?       0   
+    Play#1 output Play#1 1    1          - - . k m m j d . . . ? ?        1   
+    Play#1 output Play#1 1    2         - - . i m k r w e ! . . ?         2   
+    Play#1 output Play#1 1    3          - - . + + . p . . . . ?          3   
+    Play#1 output Play#1 1    4           - - . . . . . . . . .           4   
+    Play#1 output Play#1 1    5                                           5   
+    Play#1 output Play#1 1    6                                           6   
+    Play#1 output Play#1 1    7                                           7   
+    Play#1 output Play#1 1    8                                           8   
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 6 3 635
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   o  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -4,-2   o  100%     127 .. ..      769    0    0    0 100%   33        0   1
+    Play#1 output Play#1 1   -2,-2   o  100%     127 .. ..      769    0    0    0 100%   23        0   1
+    Play#1 output Play#1 1    0,-2   c  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    2,-2   +  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     127 .. ..      769    0    0    0 100%  409        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      769    0    0    0 100%  399        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      769    0    0    0 100%  349        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%      93 .. ..      769   29    0    0 100%  560        0   1
+    Play#1 output Play#1 1    7,-1   =  100%     127 .. ..       77    0    0    0 100%  109        0   1
+    Play#1 output Play#1 1    9,-1   =   49%     120 .. ..       77    0    0    0 100%   30        0   1
+    Play#1 output Play#1 1   11,-1   )  100%     127 .. 0.   8  104   28    1    0 100%  120        0   1
+    Play#1 output Play#1 1   -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
+    Play#1 output Play#1 1    0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,0    m  100%     127 .. 5.      769    0  579    0 100%    9        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. 8.      769    0  397    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,1    k  100%     127 .. ..      769    0    0    0 100%   25        0   1
+    Play#1 output Play#1 1    1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    d  100%     127 .. ..      769    0    0    0 100%  489        0   1
+    Play#1 output Play#1 1   -2,2    i  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    k  100%     127 .. ..      769    0    0    0 100%   49        0   1
+    Play#1 output Play#1 1    4,2    r  100%     127 .. ..      769    0    0    0 100%  489        0   1
+    Play#1 output Play#1 1    6,2    w  100%     127 .. ..     7707   33    0    0 100%  649        0   1
+    Play#1 output Play#1 1    8,2    e  100%     127 .. ..      769    1    0    0 100%  649        0   1
+    Play#1 output Play#1 1   10,2    !  100%     127 .. ..      769    0    0    0 100%  629        0   1
+    Play#1 output Play#1 1   -1,3    +  100%     127 .. ..      769    0    0    0 100%  592        0   1
+    Play#1 output Play#1 1    1,3    +  100%     127 .. ..      769    0    0    0 100%  587        0   1
+    Play#1 output Play#1 1    5,3    p  100%     127 .. ..      769    0    0    0 100%  574        0   1
+    Play#1 output Play#1 1 33 sectors
+    Play#1 output Play#1 6 3 635
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
+    Play#1 output Play#1 1    1 cs   cargo ship     5,-1       20%   0   0   0   0  0  0  0  0   0   31
+    Play#1 output Play#1 1    2 cs   cargo ship     5,-1       20%   0   0   0   0  0  0  0  0   0   31
+    Play#1 output Play#1 1    3 cs   cargo ship     5,-1       20%   0   0   0   0  0  0  0  0   0   31
+    Play#1 output Play#1 1 4 ships
+    Play#1 output Play#1 6 3 635
     Play#1 input land *
     Play#1 command land
+    Play#1 output Play#1 1    # unit type          x,y    a   eff mil frt  mu  fd tch retr xl ln carry
+    Play#1 output Play#1 1    0 cav  cavalry      10,2        10%   0   0   0   0  31  42%  0  0
+    Play#1 output Play#1 1    1 cav  cavalry      10,2        10%   0   0   0   0  31  42%  0  0
+    Play#1 output Play#1 1    2 cav  cavalry      10,2        10%   0   0   0   0  31  42%  0  0
+    Play#1 output Play#1 1    3 cav  cavalry      10,2        10%   0   0   0   0  31  42%  0  0
+    Play#1 output Play#1 1    4 cav  cavalry      10,2        10%   0   0   0   0  31  42%  0  0
+    Play#1 output Play#1 1 5 units
+    Play#1 output Play#1 6 3 635
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4 - . . . . . . . . . . .   -4  
+    Play#1 output Play#1 1   -3  - . . . o . . . . . . .  -3  
+    Play#1 output Play#1 1   -2 . . o o c + t l . . ? ? . -2  
+    Play#1 output Play#1 1   -1  - . . b m j h = = ) ? ?  -1  
+    Play#1 output Play#1 1    0 - - . j m m k . . . . ? ? 0   
+    Play#1 output Play#1 1    1  - - . k m m j d . . . ?  1   
+    Play#1 output Play#1 1    2 - - . i m k r w e ! . . ? 2   
+    Play#1 output Play#1 1    3  - - . + + . p . . . . ?  3   
+    Play#1 output Play#1 1    4   - - . . . . . . . . .   4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 3 635
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 technological breakthroughs (11.22) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (250.00) produced in 6,-2
+    Play#1 output Play#1 1 medical discoveries (7.48) produced in 4,2
+    Play#1 output Play#1 1 happy strollers (75.00) produced in 5,3
+    Play#1 output Play#1 1  75 happiness, 250 education produced
+    Play#1 output Play#1 1 total pop was 28325, yielding 12.95 hap, 30.83 edu
+    Play#1 output Play#1 1 4.4876 tech, 3.7001 research produced
+    Play#1 output Play#1 1 Army delta $0, Navy delta $-36, Air force delta $0
+    Play#1 output Play#1 1 money delta was $5610 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 3 635
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    1,-3   o   2%   600   10o 0.81 $0                                       10
+    Play#1 output Play#1 1   -4,-2   o   2%   632   10o 0.81 $0                                       10
+    Play#1 output Play#1 1   -2,-2   o   0%   622    0o 0.81 $0                                        0
+    Play#1 output Play#1 1    4,-2   t 100%   649 11.13 0.74 $4500   15d  75o 150l   40d 200o 400l 29.67
+    Play#1 output Play#1 1    6,-2   l 100%   649  300  1.00 $2700  300l            649l             649
+    Play#1 output Play#1 1   -1,-1   b 100%   649   60b 1.00 $600   300d            645d             129
+    Play#1 output Play#1 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,-1   j 100%   599  483l 0.81 $0     599i            599i             483
+    Play#1 output Play#1 1   -2,0    j 100%   649  483l 0.81 $0     599i            649i             523
+    Play#1 output Play#1 1    0,0    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,0    m 100%  1007  999i 1.00 $0                                      999
+    Play#1 output Play#1 1    4,0    k 100%   873  352h 0.81 $0     872i            872i             352
+    Play#1 output Play#1 1   -1,1    k 100%   624  241h 0.81 $0     598i            624i             252
+    Play#1 output Play#1 1    1,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    5,1    j 100%   599  483l 0.81 $0     599i            599i             483
+    Play#1 output Play#1 1    7,1    d 100%   649    5g 0.54 $300    10o  50l 100h   40o 200l 400h    22
+    Play#1 output Play#1 1   -2,2    i 100%   599  107s 0.54 $597   398l 199h       398l 199h        107
+    Play#1 output Play#1 1    0,2    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,2    k 100%   648  241h 0.81 $0     598i            648i             261
+    Play#1 output Play#1 1    4,2    r 100%   649  7.42 0.74 $900    10d  50o 100l   40d 200o 400l 29.67
+    Play#1 output Play#1 1    8,2    e 100%   649   33m 1.00 $99     33c             33c             498
+    Play#1 output Play#1 1    5,3    p 100%   649   75  1.00 $675    75l            649l             649
+    Play#1 output Play#1 1 23 sectors
+    Play#1 output Play#1 6 3 635
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn45 output Conn45 2 Empire server ready
     Conn45 input user tester
+    Conn45 output Conn45 0 hello tester
     Conn45 input coun 8
+    Conn45 output Conn45 0 country name 8
     Conn45 input pass 8
+    Conn45 output Conn45 0 password ok
     Conn45 input play
     Conn45 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have a new telegram waiting ...
+    Play#8 output Play#8 6 2 575
     Play#8 input des 6,-2 t
     Play#8 command designate
+    Play#8 output Play#8 6 2 574
     Play#8 input des 6,0 h
     Play#8 command designate
+    Play#8 output Play#8 6 2 573
     Play#8 input thres d 6,0 0
     Play#8 command threshold
+    Play#8 output Play#8 1 6,0 old threshold 1
+    Play#8 output Play#8 6 2 572
     Play#8 input thres l 6,0 200
     Play#8 command threshold
+    Play#8 output Play#8 6 2 571
     Play#8 input thres h 6,0 200
     Play#8 command threshold
+    Play#8 output Play#8 6 2 570
     Play#8 input des 8,0 i
     Play#8 command designate
+    Play#8 output Play#8 6 2 569
     Play#8 input thres s 8,0 1
     Play#8 command threshold
+    Play#8 output Play#8 6 2 568
     Play#8 input thres c 4,0 400
     Play#8 command threshold
+    Play#8 output Play#8 1 4,0 old threshold 350
+    Play#8 output Play#8 6 2 567
     Play#8 input thres c -2:4,-2 769
     Play#8 command threshold
+    Play#8 output Play#8 6 2 566
     Play#8 input thres i 4,-2 999
     Play#8 command threshold
+    Play#8 output Play#8 6 2 565
     Play#8 input des 4,-2 j
     Play#8 command designate
+    Play#8 output Play#8 6 2 564
     Play#8 input thres i -3,1 999
     Play#8 command threshold
+    Play#8 output Play#8 6 2 563
     Play#8 input bmap #
     Play#8 command bmap
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . . . .      -5  
+    Play#8 output Play#8 1   -4 . o - . k . . .     -4  
+    Play#8 output Play#8 1   -3  ) o - g g . . . .  -3  
+    Play#8 output Play#8 1   -2 . . g g g g - g .   -2  
+    Play#8 output Play#8 1   -1  . . j g m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b g - . 0   
+    Play#8 output Play#8 1    1  . . g j g w . . .  1   
+    Play#8 output Play#8 1    2   . . . . . . . .   2   
+    Play#8 output Play#8 1    3      . . . . . .    3   
+    Play#8 output Play#8 1    4         . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 2 563
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1   -6,-4   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -4,-4   -    4%     127 .. ..        6    0    0    0 100%    3        0   1
+    Play#8 output Play#8 1    0,-4   k    1%     127 .. ..      769    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1   -5,-3   o    3%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1   -3,-3   -    0%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -1,-3   g    9%     127 .. ..        9    0    0    0 100%    4        0   1
+    Play#8 output Play#8 1    1,-3   l  100%     127 .. ..      769    0    0    0 100%  174        0   1
+    Play#8 output Play#8 1   -4,-2   g    1%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -2,-2   g    2%     127 .. ..        2    0    0    0 100%    1        0
+    Play#8 output Play#8 1    0,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0
+    Play#8 output Play#8 1    2,-2   g    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    4,-2   -j   6%     127 .. ..        7    0    0    0 100%    3        0   1
+    Play#8 output Play#8 1    6,-2   gt 100%     127 .. ..      769    0    0    0 100%   77        0   1
+    Play#8 output Play#8 1   -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    3,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    5,-1   g    0%     127 .. ..        2    0    0    0 100%    1        0
+    Play#8 output Play#8 1    7,-1   c    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -2,0    g    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1    0,0    m  100%     127 .. ..      769   55  404    0 100%    0        0
+    Play#8 output Play#8 1    2,0    m  100%     127 .. ..      769   55  401    0 100%    0        0
+    Play#8 output Play#8 1    4,0    b  100%     127 .. ..      350    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    6,0    gh 100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    8,0    -i   6%     127 .. ..      769    0    0    0 100%    3        0   1
+    Play#8 output Play#8 1   -3,1    g    0%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,1    j    1%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    1,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    3,1    w  100%     127 .. ..       70    0    0    0 100%  478        0   1
+    Play#8 output Play#8 1 29 sectors
+    Play#8 output Play#8 6 2 563
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . . . . . .  -5  
+    Play#8 output Play#8 1   -4 . o - . k . . . . - -4  
+    Play#8 output Play#8 1   -3  ? o - g l . . . .  -3  
+    Play#8 output Play#8 1   -2 . . g g g g - g . - -2  
+    Play#8 output Play#8 1   -1  . . j m m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b g - . 0   
+    Play#8 output Play#8 1    1  . . g j g w . . .  1   
+    Play#8 output Play#8 1    2   . . . . . . . . . 2   
+    Play#8 output Play#8 1    3      . . . . . . .  3   
+    Play#8 output Play#8 1    4         . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 2 563
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 a class of graduates (300.00) produced in 1,-3
+    Play#8 output Play#8 1   0 happiness, 300 education produced
+    Play#8 output Play#8 1 total pop was 8642, yielding 0.00 hap, 86.11 edu
+    Play#8 output Play#8 1 2.2438 technology (0.0000 + 2.2438), 1.8500 research (0.0000 + 1.8500) produced
+    Play#8 output Play#8 1 money delta was $496 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 2 563
     Play#8 input prod *
     Play#8 command production
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 PRODUCTION SIMULATION
+    Play#8 output Play#8 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#8 output Play#8 1   -6,-4   o  18%   599   77o 0.72 $0                                       77
+    Play#8 output Play#8 1    0,-4   k 100%   502  181h 0.72 $0     502i            502i             181
+    Play#8 output Play#8 1    1,-3   l 100%   649  300  1.00 $2700  300l            649l             649
+    Play#8 output Play#8 1    6,-2   t 100%   474  8.51 0.61 $4200   14d  70o 140l   29d 145o 290l 17.63
+    Play#8 output Play#8 1   -3,-1   j 100%   599  432l 0.72 $0     599i            599i             432
+    Play#8 output Play#8 1   -1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    3,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    0,0    m 100%   891  891i 1.00 $0                                      891
+    Play#8 output Play#8 1    2,0    m 100%   889  889i 1.00 $0                                      889
+    Play#8 output Play#8 1    4,0    b 100%   274   54b 1.00 $540   270d            270d              54
+    Play#8 output Play#8 1    8,0    i 100%   497    0s 0.00 $0       0l   0h         0l   0h          0
+    Play#8 output Play#8 1   -3,1    g  46%   499  229d 1.00 $0                                      229
+    Play#8 output Play#8 1   -1,1    j 100%   501  361l 0.72 $0     501i            501i             361
+    Play#8 output Play#8 1 14 sectors
+    Play#8 output Play#8 6 2 563
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn46 output Conn46 2 Empire server ready
     Conn46 input user tester
+    Conn46 output Conn46 0 hello tester
     Conn46 input coun POGO
+    Conn46 output Conn46 0 country name POGO
     Conn46 input pass peter
+    Conn46 output Conn46 0 password ok
     Conn46 input play
     Conn46 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 3 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  33   98%  30K 116  135    4    0  9.5K 1.8K 729    0    4    5   28K
+    Play#0 output Play#0 1    330.19
+    Play#0 output Play#0 1         8  29   43%  11K 110    0    0    0   10K 1.9K 480    0    0    0   32K
+    Play#0 output Play#0 1     72.30
+    Play#0 output Play#0 1         6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   33K
+    Play#0 output Play#0 1     23.92
+    Play#0 output Play#0 1         3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   33K
+    Play#0 output Play#0 1     23.80
+    Play#0 output Play#0 1         5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   33K
+    Play#0 output Play#0 1     23.74
+    Play#0 output Play#0 1         7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   33K
+    Play#0 output Play#0 1     23.57
+    Play#0 output Play#0 1         4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   33K
+    Play#0 output Play#0 1     23.26
+    Play#0 output Play#0 1        10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   33K
+    Play#0 output Play#0 1     22.84
+    Play#0 output Play#0 1         2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   33K
+    Play#0 output Play#0 1     21.73
+    Play#0 output Play#0 1         9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   33K
+    Play#0 output Play#0 1     21.60
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide  86   80%  66K 1.1K 135    4    0   20K 5.8K 1.2K   0    4    5  327K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 3 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                 31.69        3.68       33.74        7.19     5,-15 
+    Play#0 output Play#0 1  2     2                 15.85        1.84        0.00        0.00    16,10  
+    Play#0 output Play#0 1  3     3                 15.85        1.84        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                 15.85        1.84        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                 15.85        1.84        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                 15.85        1.84        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                 15.85        1.84        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                 15.85        1.84       20.50        0.00    30,-12 
+    Play#0 output Play#0 1  9     9                 15.85        1.84        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                15.85        1.84        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 3 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  o  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    1,-15  o  100%     127 .. ..      769    0    0    0 100%   33    0   1
+    Play#0 output Play#0 1   1    3,-15  o  100%     127 .. ..      769    0    0    0 100%   23    0   1
+    Play#0 output Play#0 1   1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1    7,-15  +  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     127 .. ..      769    0    0    0 100%  409    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      769    0    0    0 100%  399    0   1
+    Play#0 output Play#0 1   8   17,-15  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   19,-15  -    4%     127 .. ..        6    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   8   23,-15  k    1%     127 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      769    0    0    0 100%  349    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  j  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%      93 .. ..      769   29    0    0 100%  560    0   1
+    Play#0 output Play#0 1   1   12,-14  =  100%     127 .. ..       77    0    0    0 100%  109    0   1
+    Play#0 output Play#0 1   1   14,-14  =   49%     120 .. ..       77    0    0    0 100%   30    0   1
+    Play#0 output Play#0 1   1   16,-14  )  100%     127 .. 0.   8  104   28    1    0 100%  120    0   1
+    Play#0 output Play#0 1   8   18,-14  o    3%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   20,-14  -    0%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   22,-14  g    9%     127 .. ..        9    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   8   24,-14  l  100%     127 .. ..      769    0    0    0 100%  174    0   1
+    Play#0 output Play#0 1   1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     127 .. 5.      769    0  579    0 100%    9    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. 8.      769    0  397    0 100%    0    0   1
+    Play#0 output Play#0 1   8   19,-13  g    1%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   21,-13  g    2%     127 .. ..        2    0    0    0 100%    1    0
+    Play#0 output Play#0 1   8   23,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-13  g    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   27,-13  -j   6%     127 .. ..        7    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   8   29,-13  gt 100%     127 .. ..      769    0    0    0 100%   77    0   1
+    Play#0 output Play#0 1   1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   25    0   1
+    Play#0 output Play#0 1   1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  d  100%     127 .. ..      769    0    0    0 100%  489    0   1
+    Play#0 output Play#0 1   8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   24,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   26,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   28,-12  g    0%     127 .. ..        2    0    0    0 100%    1    0
+    Play#0 output Play#0 1   8   30,-12  c    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   1    3,-11  i  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  k  100%     127 .. ..      769    0    0    0 100%   49    0   1
+    Play#0 output Play#0 1   1    9,-11  r  100%     127 .. ..      769    0    0    0 100%  489    0   1
+    Play#0 output Play#0 1   1   11,-11  w  100%     127 .. ..     7707   33    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1   13,-11  e  100%     127 .. ..      769    1    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1   15,-11  !  100%     127 .. ..      769    0    0    0 100%  629    0   1
+    Play#0 output Play#0 1   8   21,-11  g    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   23,-11  m  100%     127 .. ..      769   55  404    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-11  m  100%     127 .. ..      769   55  401    0 100%    0    0
+    Play#0 output Play#0 1   8   27,-11  b  100%     127 .. ..      350    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   29,-11  gh 100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   31,-11  -i   6%     127 .. ..      769    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  400    0 100%  903    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  398    0 100%  901    0   1
+    Play#0 output Play#0 1   1    4,-10  +  100%     127 .. ..      769    0    0    0 100%  592    0   1
+    Play#0 output Play#0 1   1    6,-10  +  100%     127 .. ..      769    0    0    0 100%  587    0   1
+    Play#0 output Play#0 1   1   10,-10  p  100%     127 .. ..      769    0    0    0 100%  574    0   1
+    Play#0 output Play#0 1   8   20,-10  g    0%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-10  j    1%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   24,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   26,-10  w  100%     127 .. ..       70    0    0    0 100%  478    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  398    0 100%  901    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  401    0 100%  903    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  403    0 100%  904    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  407    0 100%  906    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  407    0 100%  906    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  397    0 100%  901    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  403    0 100%  904    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  401    0 100%  903    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  401    0 100%  903    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  399    0 100%  902    0
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  404    0 100%  904    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  401    0 100%  903    0
+    Play#0 output Play#0 1   2   16,10   c  100%     127 .. ..     1000   55  396    0 100%  900    0
+    Play#0 output Play#0 1   2   18,10   c  100%     127 .. ..     1000   55  405    0 100%  905    0
+    Play#0 output Play#0 1 86 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  o .......... ...9..0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   1,-15  o .......... ...9..0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   3,-15  o .......... ...9..0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......3..   0   0    0    0    0   0    0  300    0   0
+    Play#0 output Play#0 1   8  17,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....3.....   0   0    0    0  300 217    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... ...00.022.   0   0    0    1    1   0    1  164  176   0
+    Play#0 output Play#0 1   1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  18,-14  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-14  l .......... .......3..   0   0    0    0    1   0    0  300    0   0
+    Play#0 output Play#0 1   1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
+    Play#0 output Play#0 1   1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
+    Play#0 output Play#0 1   8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-13  - .......... ...9......   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-13  g .......... ....0.13..   0   0    0    0   30   0  150  144    0   0
+    Play#0 output Play#0 1   1   4,-12  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  j .......... .......0..   0   0    0 1198    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  12,-12  d .......... .0....021.   0   1    0    0    0   0   20  200  100   0
+    Play#0 output Play#0 1   8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   8  22,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
+    Play#0 output Play#0 1   1   5,-11  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
+    Play#0 output Play#0 1   1  11,-11  w .......... ..........   0   0    0 4257 1501   0  580 1300 1582   0
+    Play#0 output Play#0 1   1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  ! .......... 20.....22. 134   3    0    0    0   0    0  195  197   0
+    Play#0 output Play#0 1   8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-11  b .......... ....3.....   0   0    0    0  300 130    0    0    0   0
+    Play#0 output Play#0 1   8  29,-11  g .......... .......22.   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  31,-11  - .......... 0......63.   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
+    Play#0 output Play#0 1   8  20,-10  g .......... ...90.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-10  w .......... ..........   0   0    0 7176 1559   0  328    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 86 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  o  100%    0    0   82   2    0
+    Play#0 output Play#0 1   1    1,-15  o  100%    6    0   67   2    0
+    Play#0 output Play#0 1   1    3,-15  o  100%   11    0   61   0    0
+    Play#0 output Play#0 1   1    5,-15  c  100%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +  100%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   8   17,-15  o  100%    0    0  100  18    0
+    Play#0 output Play#0 1   8   19,-15  -    4%    0    0  100 100    0
+    Play#0 output Play#0 1   8   23,-15  k    1%   11    0   61  21    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  j  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   12,-14  =  100%    0    0   45  11    0
+    Play#0 output Play#0 1   1   14,-14  =   49%    0    0   63  46    0
+    Play#0 output Play#0 1   1   16,-14  )  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   18,-14  o    3%    0    0   91  72    0
+    Play#0 output Play#0 1   8   20,-14  -    0%    0    0   82  58    0
+    Play#0 output Play#0 1   8   22,-14  g    9%   50   23    6   0    0
+    Play#0 output Play#0 1   8   24,-14  l  100%   45    0   13   0    0
+    Play#0 output Play#0 1   1    3,-13  j  100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   8   19,-13  g    1%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-13  g    2%   96   60    0   0   77
+    Play#0 output Play#0 1   8   23,-13  g    0%  100   65    0   0   88
+    Play#0 output Play#0 1   8   25,-13  g    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   27,-13  -j   6%    0    0   76  47    0
+    Play#0 output Play#0 1   8   29,-13  gt 100%   28    0   37   0    0
+    Play#0 output Play#0 1   1    4,-12  k  100%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    8,-12  m  100%  100    0    0   0   88
+    Play#0 output Play#0 1   1   10,-12  j  100%   50    0    6   0    0
+    Play#0 output Play#0 1   1   12,-12  d  100%   63    0    0   0   17
+    Play#0 output Play#0 1   8   20,-12  j  100%   74    1    0   0   37
+    Play#0 output Play#0 1   8   22,-12  m  100%  100    0    0   0   97
+    Play#0 output Play#0 1   8   24,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   26,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   28,-12  g    0%   91   56    0   0   68
+    Play#0 output Play#0 1   8   30,-12  c    1%   23    1   43   0    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1    3,-11  i  100%    0    0  100   3    0
+    Play#0 output Play#0 1   1    5,-11  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    7,-11  k  100%   91    0    0   0   68
+    Play#0 output Play#0 1   1    9,-11  r  100%   85    0    0   0   57
+    Play#0 output Play#0 1   1   11,-11  w  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1   13,-11  e  100%   67    0    0   0   25
+    Play#0 output Play#0 1   1   15,-11  !  100%   56    0    0   0    5
+    Play#0 output Play#0 1   8   21,-11  g    2%   85   51    0   0   57
+    Play#0 output Play#0 1   8   23,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   25,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   27,-11  b  100%   39    3   21   0    0
+    Play#0 output Play#0 1   8   29,-11  gh 100%   34    0   28   0    0
+    Play#0 output Play#0 1   8   31,-11  -i   6%    0    0  100 100    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +  100%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +  100%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  p  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   20,-10  g    0%   78   46    0   0   45
+    Play#0 output Play#0 1   8   22,-10  j    1%    6    0   67  32    0
+    Play#0 output Play#0 1   8   24,-10  g    0%   67   37    0   0   25
+    Play#0 output Play#0 1   8   26,-10  w  100%   17    0   52   7    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   2   17,9    g  100%   34    0   28   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   16,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1 86 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 3 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn47 output Conn47 2 Empire server ready
     Conn47 input user tester
+    Conn47 output Conn47 0 hello tester
     Conn47 input coun 1
+    Conn47 output Conn47 0 country name 1
     Conn47 input pass 1
+    Conn47 output Conn47 0 password ok
     Conn47 input play
     Conn47 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 3 640
     Play#1 input des -2,-2 j
     Play#1 command designate
+    Play#1 output Play#1 6 3 639
     Play#1 input thres l -2,-2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 3 638
     Play#1 input des -4,-2 k
     Play#1 command designate
+    Play#1 output Play#1 6 3 637
     Play#1 input thres h -4,-2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 3 636
     Play#1 input thres o -4:-2,-2 0
     Play#1 command threshold
+    Play#1 output Play#1 1 -4,-2 old threshold 1
+    Play#1 output Play#1 1 -2,-2 old threshold 1
+    Play#1 output Play#1 6 3 635
     Play#1 input des 1,-3 j
     Play#1 command designate
+    Play#1 output Play#1 6 3 634
     Play#1 input thres l 1,-3 1
     Play#1 command threshold
+    Play#1 output Play#1 6 3 633
     Play#1 input thres o 1,-3 0
     Play#1 command threshold
+    Play#1 output Play#1 1 1,-3 old threshold 1
+    Play#1 output Play#1 6 3 632
     Play#1 input des -1,3 o
     Play#1 command designate
+    Play#1 output Play#1 6 3 631
     Play#1 input thres o -1,3 1
     Play#1 command threshold
+    Play#1 output Play#1 6 3 630
     Play#1 input deli i 0,2 0 h
     Play#1 command deliver
+    Play#1 output Play#1 6 3 629
     Play#1 input thres i 0,2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 3 628
     Play#1 input des 3,-1 m
     Play#1 command designate
+    Play#1 output Play#1 6 3 627
     Play#1 input thres l 3,-1 0
     Play#1 command threshold
+    Play#1 output Play#1 1 3,-1 old threshold 1
+    Play#1 output Play#1 6 3 626
     Play#1 input thres i 3,-1 1
     Play#1 command threshold
+    Play#1 output Play#1 1 3,-1 old threshold 999
+    Play#1 output Play#1 6 3 625
     Play#1 input thres l 6,-2 400
     Play#1 command threshold
+    Play#1 output Play#1 1 6,-2 old threshold 300
+    Play#1 output Play#1 6 3 624
     Play#1 input radar 11,-1
     Play#1 command radar
+    Play#1 output Play#1 1 11,-1 efficiency 100%, max range 5
+    Play#1 output Play#1 1      . ? ? ? ? .     
+    Play#1 output Play#1 1     . . . . . . .    
+    Play#1 output Play#1 1    . . . . . . . .   
+    Play#1 output Play#1 1   . . . . . . . . .  
+    Play#1 output Play#1 1  + t l . . o ? . ? . 
+    Play#1 output Play#1 1 m j C = = 0 o ? ? ? .
+    Play#1 output Play#1 1  m k . . . . ? ? ? ? 
+    Play#1 output Play#1 1   m j d . . F ? ? ?  
+    Play#1 output Play#1 1    r w e ! . . ? ?   
+    Play#1 output Play#1 1     p . . . . ? ?    
+    Play#1 output Play#1 1      . . . . . .     
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 3 623
     Play#1 input lload m 0 20
     Play#1 command lload
+    Play#1 output Play#1 1 20 military loaded onto cav  cavalry #0 at 10,2
+    Play#1 output Play#1 1 1 unit loaded
+    Play#1 output Play#1 6 3 622
     Play#1 input lload m 1/2/3 1
     Play#1 command lload
+    Play#1 output Play#1 1 1 military loaded onto cav  cavalry #1 at 10,2
+    Play#1 output Play#1 1 1 military loaded onto cav  cavalry #2 at 10,2
+    Play#1 output Play#1 1 1 military loaded onto cav  cavalry #3 at 10,2
+    Play#1 output Play#1 1 3 units loaded
+    Play#1 output Play#1 6 3 621
     Play#1 input march 0/1/2/3 5,-1
     Play#1 command march
+    Play#1 output Play#1 1 Leader is cav  cavalry #0
+    Play#1 output Play#1 1 Using path 'gygyuh'
+    Play#1 output Play#1 1 cav  cavalry #0 stopped at 5,-1
+    Play#1 output Play#1 1 cav  cavalry #1 stopped at 5,-1
+    Play#1 output Play#1 1 cav  cavalry #2 stopped at 5,-1
+    Play#1 output Play#1 1 cav  cavalry #3 stopped at 5,-1
+    Play#1 output Play#1 6 3 620
     Play#1 input load m 1 25
     Play#1 command load
+    Play#1 output Play#1 1 25 military loaded onto cs   cargo ship (#1) at 5,-1
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 619
     Play#1 input load c 1 300
     Play#1 command load
+    Play#1 output Play#1 1 300 civilians loaded onto cs   cargo ship (#1) at 5,-1
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 618
     Play#1 input load l 1 100
     Play#1 command load
+    Play#1 output Play#1 1 100 light products loaded onto cs   cargo ship (#1) at 5,-1
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 617
     Play#1 input load h 1 100
     Play#1 command load
+    Play#1 output Play#1 1 100 heavy products loaded onto cs   cargo ship (#1) at 5,-1
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 616
     Play#1 input load c 2 10
     Play#1 command load
+    Play#1 output Play#1 1 10 civilians loaded onto cs   cargo ship (#2) at 5,-1
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 615
     Play#1 input load c 3 10
     Play#1 command load
+    Play#1 output Play#1 1 10 civilians loaded onto cs   cargo ship (#3) at 5,-1
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 614
     Play#1 input load land 1 0
     Play#1 command load
+    Play#1 output Play#1 1 cav  cavalry #0 loaded onto cs   cargo ship (#1) at 5,-1.
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 613
     Play#1 input load land 2 1
     Play#1 command load
+    Play#1 output Play#1 1 cav  cavalry #1 loaded onto cs   cargo ship (#2) at 5,-1.
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 612
     Play#1 input load land 3 2
     Play#1 command load
+    Play#1 output Play#1 1 cav  cavalry #2 loaded onto cs   cargo ship (#3) at 5,-1.
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 611
     Play#1 input load land 3 3
     Play#1 command load
+    Play#1 output Play#1 1 cav  cavalry #3 loaded onto cs   cargo ship (#3) at 5,-1.
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 610
     Play#1 input build l 10,2 art
     Play#1 command build
+    Play#1 output Play#1 1 art  artillery #5 built in sector 10,2
+    Play#1 output Play#1 6 3 609
     Play#1 input nav 2 nh
     Play#1 command navigate
+    Play#1 output Play#1 1 Flagship is cs   cargo ship (#2)
+    Play#1 output Play#1 1 cs   cargo ship (#2) stopped at 6,0
+    Play#1 output Play#1 1 Path taken: n
+    Play#1 output Play#1 6 3 608
     Play#1 input scrap l 1
     Play#1 command scrap
+    Play#1 output Play#1 4 Really scrap 1 land [n]? 
     Play#1 input y
+    Play#1 output Play#1 1 cav  cavalry #1 is not in an allied sector!
+    Play#1 output Play#1 6 3 606
     Play#1 input scrap s 2
     Play#1 command scrap
+    Play#1 output Play#1 4 Really scrap 1 ship [n]? 
     Play#1 input y
+    Play#1 output Play#1 1 cs   cargo ship (#2) is not in a friendly harbor!
+    Play#1 output Play#1 6 3 604
     Play#1 input scuttle l 1
     Play#1 command scuttle
+    Play#1 output Play#1 4 Really scuttle 1 land [n]? 
     Play#1 input y
+    Play#1 output Play#1 1 cav  cavalry #1 is on a ship, and cannot be scuttled!
+    Play#1 output Play#1 6 3 599
     Play#1 input scuttle s 2
     Play#1 command scuttle
+    Play#1 output Play#1 4 Really scuttle 1 ship [n]? 
     Play#1 input y
+    Play#1 output Play#1 1 cs   cargo ship (#2) scuttled in 6,0
+    Play#1 output Play#1 1     cs   cargo ship (#2) sunk!
+    Play#1 output Play#1 1 cav  cavalry #1 lost!
+    Play#1 output Play#1 6 3 594
     Play#1 input comm 5,-1
     Play#1 command commodity
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 COMMODITIES deliver--  distribute
+    Play#1 output Play#1 1   sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#1 output Play#1 1    5,-1   h .......... ...00.022.   0   0    0    1    1   0    1  100  100   0
+    Play#1 output Play#1 1 1 sector
+    Play#1 output Play#1 6 3 594
     Play#1 input scrap l 2
     Play#1 command scrap
+    Play#1 output Play#1 4 Really scrap 1 land [n]? 
     Play#1 input y
+    Play#1 output Play#1 1 cav  cavalry #2 scrapped in 5,-1
+    Play#1 output Play#1 6 3 592
     Play#1 input comm 5,-1
     Play#1 command commodity
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 COMMODITIES deliver--  distribute
+    Play#1 output Play#1 1   sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#1 output Play#1 1    5,-1   h .......... ...00.022.   0   0    0    1    1   0    1  106  103   0
+    Play#1 output Play#1 1 1 sector
+    Play#1 output Play#1 6 3 592
     Play#1 input scrap s 3
     Play#1 command scrap
+    Play#1 output Play#1 4 Really scrap 1 ship [n]? 
     Play#1 input y
+    Play#1 output Play#1 1 cs   cargo ship (#3) scrapped in 5,-1
+    Play#1 output Play#1 1 cav  cavalry #3 transferred off ship 3 to 5,-1
+    Play#1 output Play#1 1     cs   cargo ship (#3) sunk!
+    Play#1 output Play#1 6 3 590
     Play#1 input comm 5,-1
     Play#1 command commodity
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 COMMODITIES deliver--  distribute
+    Play#1 output Play#1 1   sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#1 output Play#1 1    5,-1   h .......... ...00.022.   0   0    0    1    1   0    1  146  129   0
+    Play#1 output Play#1 1 1 sector
+    Play#1 output Play#1 6 3 590
     Play#1 input thres i 5,-1 0
     Play#1 command threshold
+    Play#1 output Play#1 1 5,-1 old threshold 1
+    Play#1 output Play#1 6 3 589
     Play#1 input thres d 5,-1 0
     Play#1 command threshold
+    Play#1 output Play#1 1 5,-1 old threshold 1
+    Play#1 output Play#1 6 3 588
     Play#1 input thres o 5,-1 0
     Play#1 command threshold
+    Play#1 output Play#1 1 5,-1 old threshold 1
+    Play#1 output Play#1 6 3 587
     Play#1 input bmap #1
     Play#1 command bmap
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 1   -8                                           -8  
+    Play#1 output Play#1 1   -7                                           -7  
+    Play#1 output Play#1 1   -6                       . ? ? ? ? .         -6  
+    Play#1 output Play#1 1   -5                      . . . . . . .        -5  
+    Play#1 output Play#1 1   -4         - . . . . . . . . . . . . .       -4  
+    Play#1 output Play#1 1   -3          - . . . o . . . . . . . . .      -3  
+    Play#1 output Play#1 1   -2         . . o o c + t l . . o ? . ? .     -2  
+    Play#1 output Play#1 1   -1          - . . b m j h = = ) o ? ? ? .    -1  
+    Play#1 output Play#1 1    0         - - . j m m k . . . . ? ? ? ?     0   
+    Play#1 output Play#1 1    1          - - . k m m j d . . . ? ? ?      1   
+    Play#1 output Play#1 1    2         - - . i m k r w e ! . . ? ?       2   
+    Play#1 output Play#1 1    3          - - . + + . p . . . . ? ?        3   
+    Play#1 output Play#1 1    4           - - . . . . . . . . . .         4   
+    Play#1 output Play#1 1    5                                           5   
+    Play#1 output Play#1 1    6                                           6   
+    Play#1 output Play#1 1    7                                           7   
+    Play#1 output Play#1 1    8                                           8   
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 6 3 587
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   oj 100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   ok 100%     127 .. ..      769    0    0    0 100%   32        0   1
+    Play#1 output Play#1 1   -2,-2   oj 100%     127 .. ..      769    0    0    0 100%  622        0   1
+    Play#1 output Play#1 1    0,-2   c  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    2,-2   +  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     127 .. ..      769    0    0    0 100%  409        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      769    0    0    0 100%  349        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   jm 100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%     127 .. ..      459    5    0    0 100%  272        0   1
+    Play#1 output Play#1 1    7,-1   =  100%     127 .. ..       77    0    0    0 100%  109        0   1
+    Play#1 output Play#1 1    9,-1   =   93%     127 .. ..       77    0    0    0 100%   45        0   1
+    Play#1 output Play#1 1   11,-1   )  100%     127 .. 0.   8  135   28    1    0 100%  137        0   1
+    Play#1 output Play#1 1   -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
+    Play#1 output Play#1 1    0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,0    m  100%     127 .. 5.      769    0  579    0 100%    8        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. 8.      769    0  544    0 100%    1        0   1
+    Play#1 output Play#1 1   -1,1    k  100%     127 .. ..      769    0    0    0 100%   26        0   1
+    Play#1 output Play#1 1    1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    d  100%     127 .. ..      769    0    0    0 100%  489        0   1
+    Play#1 output Play#1 1   -2,2    i  100%     127 .. ..      769    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1    0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    k  100%     127 .. ..      769    0    0    0 100%   50        0   1
+    Play#1 output Play#1 1    4,2    r  100%     127 .. ..      769    0    0    0 100%  489        0   1
+    Play#1 output Play#1 1    6,2    w  100%     127 .. ..     7707   41    0    0 100%  657        0   1
+    Play#1 output Play#1 1    8,2    e  100%     127 .. ..      769    1    0    0 100%  649        0   1
+    Play#1 output Play#1 1   10,2    !  100%     127 .. ..      769    2    0    0 100%  463        0   1
+    Play#1 output Play#1 1   -1,3    +o 100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    1,3    +  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    5,3    p  100%     127 .. ..      769    0    0    0 100%  574        0   1
+    Play#1 output Play#1 1 33 sectors
+    Play#1 output Play#1 6 3 587
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
+    Play#1 output Play#1 1    1 cs   cargo ship     5,-1      100% 300  25   0   0  0  0  0  1  90   31
+    Play#1 output Play#1 1 2 ships
+    Play#1 output Play#1 6 3 587
     Play#1 input land *
     Play#1 command land
+    Play#1 output Play#1 1    # unit type          x,y    a   eff mil frt  mu  fd tch retr xl ln carry
+    Play#1 output Play#1 1    0 cav  cavalry       5,-1      100%  20   0   4   0  31  42%  0  0    1S
+    Play#1 output Play#1 1    3 cav  cavalry       5,-1      100%   1   0   4   0  31  42%  0  0
+    Play#1 output Play#1 1    4 cav  cavalry      10,2       100%   0   0  60   0  31  42%  0  0
+    Play#1 output Play#1 1    5 art  artillery    10,2        10%   0   0   0   0  37  42%  0  0
+    Play#1 output Play#1 1 4 units
+    Play#1 output Play#1 6 3 587
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4 - . . . . . . . . . . .   -4  
+    Play#1 output Play#1 1   -3  - . . . o . . . . . . .  -3  
+    Play#1 output Play#1 1   -2 . . o o c + t l . . ? ? . -2  
+    Play#1 output Play#1 1   -1  - . . b m j h = = ) ? ?  -1  
+    Play#1 output Play#1 1    0 - - . j m m k . . . . ? ? 0   
+    Play#1 output Play#1 1    1  - - . k m m j d . . . ?  1   
+    Play#1 output Play#1 1    2 - - . i m k r w e ! . . ? 2   
+    Play#1 output Play#1 1    3  - - . + + . p . . . . ?  3   
+    Play#1 output Play#1 1    4   - - . . . . . . . . .   4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 3 587
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 technological breakthroughs (11.13) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (300.00) produced in 6,-2
+    Play#1 output Play#1 1 medical discoveries (7.42) produced in 4,2
+    Play#1 output Play#1 1 happy strollers (75.00) produced in 5,3
+    Play#1 output Play#1 1  75 happiness, 300 education produced
+    Play#1 output Play#1 1 total pop was 30162, yielding 12.47 hap, 33.53 edu
+    Play#1 output Play#1 1 6.5207 technology (4.4761 + 2.0446), 3.6890 research (3.6890 + 0.0000) produced
+    Play#1 output Play#1 1 Army delta $-2400, Navy delta $-1326, Air force delta $0
+    Play#1 output Play#1 1 money delta was $3628 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 3 587
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    1,-3   j 100%   474  392l 0.83 $0     474i            474i             392
+    Play#1 output Play#1 1   -4,-2   k 100%   474  196h 0.83 $0     474i            474i             196
+    Play#1 output Play#1 1   -2,-2   j 100%   474  392l 0.83 $0     474i            474i             392
+    Play#1 output Play#1 1    4,-2   t 100%   649 11.12 0.74 $4500   15d  75o 150l   40d 200o 400l 29.66
+    Play#1 output Play#1 1    6,-2   l 100%   649  300  1.00 $2700  300l            649l             649
+    Play#1 output Play#1 1   -1,-1   b 100%   649   60b 1.00 $600   300d            645d             129
+    Play#1 output Play#1 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,-1   m  96%   474  455i 1.00 $0                                      455
+    Play#1 output Play#1 1   -2,0    j 100%   649  496l 0.83 $0     599i            649i             537
+    Play#1 output Play#1 1    0,0    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,0    m 100%  1006  999i 1.00 $0                                      999
+    Play#1 output Play#1 1    4,0    k 100%   975  403h 0.83 $0     974i            974i             403
+    Play#1 output Play#1 1   -1,1    k 100%   625  248h 0.83 $0     600i            624i             258
+    Play#1 output Play#1 1    1,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    5,1    j 100%   599  496l 0.83 $0     599i            599i             496
+    Play#1 output Play#1 1    7,1    d 100%   649    6g 0.64 $300    10o  50l 100h   40o 200l 400h    26
+    Play#1 output Play#1 1   -2,2    i 100%   601  129s 0.64 $600   400l 200h       400l 200h        129
+    Play#1 output Play#1 1    0,2    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,2    k 100%   649  248h 0.83 $0     600i            648i             268
+    Play#1 output Play#1 1    4,2    r 100%   649  7.42 0.74 $900    10d  50o 100l   40d 200o 400l 29.66
+    Play#1 output Play#1 1    8,2    e 100%   649   33m 1.00 $99     33c             33c             498
+    Play#1 output Play#1 1   -1,3    o 100%   474  392o 0.83 $0                                      392
+    Play#1 output Play#1 1    5,3    p 100%   649   75  1.00 $675    75l            649l             649
+    Play#1 output Play#1 1 24 sectors
+    Play#1 output Play#1 6 3 587
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn48 output Conn48 2 Empire server ready
     Conn48 input user tester
+    Conn48 output Conn48 0 hello tester
     Conn48 input coun 2
+    Conn48 output Conn48 0 country name 2
     Conn48 input pass 2
+    Conn48 output Conn48 0 password ok
     Conn48 input play
     Conn48 login 2 127.0.0.1 tester
+    Play#2 output Play#2 2 2
+    Play#2 output Play#2 1 You have thirteen new telegrams waiting ...
+    Play#2 output Play#2 6 0 640
     Play#2 input explore c 2,0  1 uh
     Play#2 command explore
+    Play#2 output Play#2 1 No mobility used, 127 mob left in 2,0
+    Play#2 output Play#2 1 Sector 3,-1 is now yours.
+    Play#2 output Play#2 6 0 639
     Play#2 input explore c 2,0  1 jh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 126 mob left in 2,0
+    Play#2 output Play#2 1 Sector 4,0 is now yours.
+    Play#2 output Play#2 6 0 638
     Play#2 input explore c 2,0  1 bh
     Play#2 command explore
+    Play#2 output Play#2 1 No mobility used, 126 mob left in 2,0
+    Play#2 output Play#2 1 Sector 1,1 is now yours.
+    Play#2 output Play#2 6 0 637
     Play#2 input explore c 2,0  1 nh
     Play#2 command explore
+    Play#2 output Play#2 1 No mobility used, 126 mob left in 2,0
+    Play#2 output Play#2 1 Sector 3,1 is now yours.
+    Play#2 output Play#2 6 0 636
     Play#2 input des * ?des=- +
     Play#2 command designate
+    Play#2 output Play#2 6 0 635
     Play#2 input explore c 2,0  1 yuh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 125 mob left in 2,0
+    Play#2 output Play#2 1 Sector 2,-2 is now yours.
+    Play#2 output Play#2 6 0 634
     Play#2 input explore c 2,0  1 ygh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 124 mob left in 2,0
+    Play#2 output Play#2 1 Sector -1,-1 is now yours.
+    Play#2 output Play#2 6 0 633
     Play#2 input explore c 2,0  1 juh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 123 mob left in 2,0
+    Play#2 output Play#2 1 Sector 5,-1 is now yours.
+    Play#2 output Play#2 6 0 632
     Play#2 input explore c 2,0  1 ggh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 122 mob left in 2,0
+    Play#2 output Play#2 1 Sector -2,0 is now yours.
+    Play#2 output Play#2 6 0 631
     Play#2 input explore c 2,0  1 bgh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 121 mob left in 2,0
+    Play#2 output Play#2 1 Sector -1,1 is now yours.
+    Play#2 output Play#2 6 0 630
     Play#2 input explore c 2,0  1 bbh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 120 mob left in 2,0
+    Play#2 output Play#2 1 Sector 0,2 is now yours.
+    Play#2 output Play#2 6 0 629
     Play#2 input explore c 2,0  1 bnh
     Play#2 command explore
+    Play#2 output Play#2 1 No mobility used, 120 mob left in 2,0
+    Play#2 output Play#2 1 Sector 2,2 is now yours.
+    Play#2 output Play#2 6 0 628
     Play#2 input des * ?des=- +
     Play#2 command designate
+    Play#2 output Play#2 6 0 627
     Play#2 input explore c 2,0  1 jujh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 119 mob left in 2,0
+    Play#2 output Play#2 1 Sector 7,-1 is now yours.
+    Play#2 output Play#2 6 0 626
     Play#2 input explore c 2,0  1 gggh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 118 mob left in 2,0
+    Play#2 output Play#2 1 Sector -4,0 is now yours.
+    Play#2 output Play#2 6 0 625
     Play#2 input explore c 2,0  1 bggh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 117 mob left in 2,0
+    Play#2 output Play#2 1 Sector -3,1 is now yours.
+    Play#2 output Play#2 6 0 624
     Play#2 input explore c 2,0  1 bbgh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 116 mob left in 2,0
+    Play#2 output Play#2 1 Sector -2,2 is now yours.
+    Play#2 output Play#2 6 0 623
     Play#2 input explore c 2,0  1 bbbh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 115 mob left in 2,0
+    Play#2 output Play#2 1 Sector -1,3 is now yours.
+    Play#2 output Play#2 6 0 622
     Play#2 input explore c 2,0  1 bbnh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 114 mob left in 2,0
+    Play#2 output Play#2 1 Sector 1,3 is now yours.
+    Play#2 output Play#2 6 0 621
     Play#2 input explore c 2,0  1 bnnh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 113 mob left in 2,0
+    Play#2 output Play#2 1 Sector 3,3 is now yours.
+    Play#2 output Play#2 6 0 620
     Play#2 input des * ?des=- +
     Play#2 command designate
+    Play#2 output Play#2 6 0 619
     Play#2 input explore c 2,0  1 gggyh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 112 mob left in 2,0
+    Play#2 output Play#2 1 Sector -5,-1 is now yours.
+    Play#2 output Play#2 6 0 618
     Play#2 input explore c 2,0  1 ggggh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 2, 110 mob left in 2,0
+    Play#2 output Play#2 1 Sector -6,0 is now yours.
+    Play#2 output Play#2 6 0 617
     Play#2 input explore c 2,0  1 bgggh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 2, 108 mob left in 2,0
+    Play#2 output Play#2 1 Sector -5,1 is now yours.
+    Play#2 output Play#2 6 0 616
     Play#2 input explore c 2,0  1 bbggh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 2, 106 mob left in 2,0
+    Play#2 output Play#2 1 Sector -4,2 is now yours.
+    Play#2 output Play#2 6 0 615
     Play#2 input explore c 2,0  1 bbbgh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 105 mob left in 2,0
+    Play#2 output Play#2 1 Sector -3,3 is now yours.
+    Play#2 output Play#2 6 0 614
     Play#2 input des * ?des=- +
     Play#2 command designate
+    Play#2 output Play#2 6 0 613
     Play#2 input explore c 2,0  1 gggyuh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 104 mob left in 2,0
+    Play#2 output Play#2 1 Sector -4,-2 is now yours.
+    Play#2 output Play#2 6 0 612
     Play#2 input des * ?des=- +
     Play#2 command designate
+    Play#2 output Play#2 6 0 611
     Play#2 input explore c 0,0  1 yh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 126 mob left in 0,0
+    Play#2 output Play#2 6 0 610
     Play#2 input explore c 0,0  1 gh
     Play#2 command explore
+    Play#2 output Play#2 1 No mobility used, 126 mob left in 0,0
+    Play#2 output Play#2 6 0 609
     Play#2 input explore c 0,0  1 bh
     Play#2 command explore
+    Play#2 output Play#2 1 No mobility used, 126 mob left in 0,0
+    Play#2 output Play#2 6 0 608
     Play#2 input explore c 0,0  1 nh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 125 mob left in 0,0
+    Play#2 output Play#2 6 0 607
     Play#2 input des * ?des=- +
     Play#2 command designate
+    Play#2 output Play#2 6 0 606
     Play#2 input explore c 0,0  1 uuh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 124 mob left in 0,0
+    Play#2 output Play#2 6 0 605
     Play#2 input explore c 0,0  1 juh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 123 mob left in 0,0
+    Play#2 output Play#2 6 0 604
     Play#2 input explore c 0,0  1 ggh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 122 mob left in 0,0
+    Play#2 output Play#2 6 0 603
     Play#2 input explore c 0,0  1 jjh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 121 mob left in 0,0
+    Play#2 output Play#2 6 0 602
     Play#2 input explore c 0,0  1 bgh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 120 mob left in 0,0
+    Play#2 output Play#2 6 0 601
     Play#2 input explore c 0,0  1 jnh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 119 mob left in 0,0
+    Play#2 output Play#2 6 0 600
     Play#2 input explore c 0,0  1 bbh
     Play#2 command explore
+    Play#2 output Play#2 1 No mobility used, 119 mob left in 0,0
+    Play#2 output Play#2 6 0 599
     Play#2 input explore c 0,0  1 bnh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 118 mob left in 0,0
+    Play#2 output Play#2 6 0 598
     Play#2 input explore c 0,0  1 nnh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 117 mob left in 0,0
+    Play#2 output Play#2 6 0 597
     Play#2 input des * ?des=- +
     Play#2 command designate
+    Play#2 output Play#2 6 0 596
     Play#2 input explore c 0,0  1 ggyh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 116 mob left in 0,0
+    Play#2 output Play#2 6 0 595
     Play#2 input explore c 0,0  1 jjuh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 115 mob left in 0,0
+    Play#2 output Play#2 6 0 594
     Play#2 input explore c 0,0  1 gggh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 114 mob left in 0,0
+    Play#2 output Play#2 6 0 593
     Play#2 input explore c 0,0  1 bggh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 113 mob left in 0,0
+    Play#2 output Play#2 6 0 592
     Play#2 input explore c 0,0  1 bbgh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 112 mob left in 0,0
+    Play#2 output Play#2 6 0 591
     Play#2 input explore c 0,0  1 bbbh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 2, 110 mob left in 0,0
+    Play#2 output Play#2 6 0 590
     Play#2 input explore c 0,0  1 bbnh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 2, 108 mob left in 0,0
+    Play#2 output Play#2 6 0 589
     Play#2 input explore c 0,0  1 bnnh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 107 mob left in 0,0
+    Play#2 output Play#2 6 0 588
     Play#2 input explore c 0,0  1 nnnh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 2, 105 mob left in 0,0
+    Play#2 output Play#2 6 0 587
     Play#2 input des * ?des=- +
     Play#2 command designate
+    Play#2 output Play#2 6 0 586
     Play#2 input explore c 0,0  1 ggyyh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 104 mob left in 0,0
+    Play#2 output Play#2 1 Sector -6,-2 is now yours.
+    Play#2 output Play#2 6 0 585
     Play#2 input explore c 0,0  1 ggyuh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 1, 103 mob left in 0,0
+    Play#2 output Play#2 6 0 584
     Play#2 input explore c 0,0  1 ggygh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 2, 101 mob left in 0,0
+    Play#2 output Play#2 1 Sector -7,-1 is now yours.
+    Play#2 output Play#2 6 0 583
     Play#2 input explore c 0,0  1 jjujh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 2, 99 mob left in 0,0
+    Play#2 output Play#2 6 0 582
     Play#2 input explore c 0,0  1 bgggh
     Play#2 command explore
+    Play#2 output Play#2 1 Total movement cost = 2, 97 mob left in 0,0
+    Play#2 output Play#2 1 Sector -7,1 is now yours.
+    Play#2 output Play#2 6 0 581
     Play#2 input des * ?des=- +
     Play#2 command designate
+    Play#2 output Play#2 6 0 580
     Play#2 input designate 2,-2 c
     Play#2 command designate
+    Play#2 output Play#2 6 0 579
     Play#2 input capital 2,-2
     Play#2 command capital
+    Play#2 output Play#2 1 Capital now at 2,-2.
+    Play#2 output Play#2 6 0 579
     Play#2 input des * ?gold>10 g
     Play#2 command designate
+    Play#2 output Play#2 6 0 578
     Play#2 input thres d * ?gold>10 1
     Play#2 command threshold
+    Play#2 output Play#2 6 0 577
     Play#2 input des  -1,-1 o
     Play#2 command designate
+    Play#2 output Play#2 6 0 576
     Play#2 input thres o -1,-1 1
     Play#2 command threshold
+    Play#2 output Play#2 6 0 575
     Play#2 input des 1,-1 b
     Play#2 command designate
+    Play#2 output Play#2 6 0 574
     Play#2 input thres d 1,-1 300
     Play#2 command threshold
+    Play#2 output Play#2 6 0 573
     Play#2 input thres c * ?des#+ 769
     Play#2 command threshold
+    Play#2 output Play#2 6 0 572
     Play#2 input thres c -4,-2 230
     Play#2 command threshold
+    Play#2 output Play#2 6 0 571
     Play#2 input thres c 2,-2 50
     Play#2 command threshold
+    Play#2 output Play#2 1 2,-2 old threshold 769
+    Play#2 output Play#2 6 0 570
     Play#2 input thres c 1,-1 385
     Play#2 command threshold
+    Play#2 output Play#2 1 1,-1 old threshold 769
+    Play#2 output Play#2 6 0 569
     Play#2 input thres c 3,-1 300
     Play#2 command threshold
+    Play#2 output Play#2 1 3,-1 old threshold 769
+    Play#2 output Play#2 6 0 568
     Play#2 input thres c 5,-1 600
     Play#2 command threshold
+    Play#2 output Play#2 1 5,-1 old threshold 769
+    Play#2 output Play#2 6 0 567
     Play#2 input des -4,-2 w
     Play#2 command designate
+    Play#2 output Play#2 6 0 566
     Play#2 input distr * 1,-1
     Play#2 command distribute
+    Play#2 output Play#2 1 highway at -6,-2 has no dist sector. 
+    Play#2 output Play#2 1 highway -6,-2 now distributes to 1,-1 (cost 1.600)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 warehouse at -4,-2 has no dist sector. 
+    Play#2 output Play#2 1 warehouse -4,-2 now distributes to 1,-1 (cost 1.600)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 capital at 2,-2 has no dist sector. 
+    Play#2 output Play#2 1 capital 2,-2 now distributes to 1,-1 (cost 0.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at -7,-1 has no dist sector. 
+    Play#2 output Play#2 1 highway -7,-1 now distributes to 1,-1 (cost 1.600)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -5,-1 has no dist sector. 
+    Play#2 output Play#2 1 gold mine -5,-1 now distributes to 1,-1 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 oil field at -1,-1 has no dist sector. 
+    Play#2 output Play#2 1 oil field -1,-1 now distributes to 1,-1 (cost 0.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 1,-1 has no dist sector. 
+    Play#2 output Play#2 1 Distribution from and to gold mine 1,-1 terminated
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 3,-1 has no dist sector. 
+    Play#2 output Play#2 1 gold mine 3,-1 now distributes to 1,-1 (cost 0.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 5,-1 has no dist sector. 
+    Play#2 output Play#2 1 gold mine 5,-1 now distributes to 1,-1 (cost 0.600)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 7,-1 has no dist sector. 
+    Play#2 output Play#2 1 gold mine 7,-1 now distributes to 1,-1 (cost 1.000)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -6,0 has no dist sector. 
+    Play#2 output Play#2 1 gold mine -6,0 now distributes to 1,-1 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -4,0 has no dist sector. 
+    Play#2 output Play#2 1 gold mine -4,0 now distributes to 1,-1 (cost 0.800)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -2,0 has no dist sector. 
+    Play#2 output Play#2 1 gold mine -2,0 now distributes to 1,-1 (cost 0.400)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 capital at 0,0 has no dist sector. 
+    Play#2 output Play#2 1 capital 0,0 now distributes to 1,-1 (cost 0.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 capital at 2,0 has no dist sector. 
+    Play#2 output Play#2 1 capital 2,0 now distributes to 1,-1 (cost 0.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at 4,0 has no dist sector. 
+    Play#2 output Play#2 1 highway 4,0 now distributes to 1,-1 (cost 0.400)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at -7,1 has no dist sector. 
+    Play#2 output Play#2 1 highway -7,1 now distributes to 1,-1 (cost 1.600)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at -5,1 has no dist sector. 
+    Play#2 output Play#2 1 highway -5,1 now distributes to 1,-1 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -3,1 has no dist sector. 
+    Play#2 output Play#2 1 gold mine -3,1 now distributes to 1,-1 (cost 0.800)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -1,1 has no dist sector. 
+    Play#2 output Play#2 1 gold mine -1,1 now distributes to 1,-1 (cost 0.400)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 1,1 has no dist sector. 
+    Play#2 output Play#2 1 gold mine 1,1 now distributes to 1,-1 (cost 0.400)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at 3,1 has no dist sector. 
+    Play#2 output Play#2 1 highway 3,1 now distributes to 1,-1 (cost 0.400)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -4,2 has no dist sector. 
+    Play#2 output Play#2 1 gold mine -4,2 now distributes to 1,-1 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -2,2 has no dist sector. 
+    Play#2 output Play#2 1 gold mine -2,2 now distributes to 1,-1 (cost 0.800)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 0,2 has no dist sector. 
+    Play#2 output Play#2 1 gold mine 0,2 now distributes to 1,-1 (cost 0.800)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 2,2 has no dist sector. 
+    Play#2 output Play#2 1 gold mine 2,2 now distributes to 1,-1 (cost 0.800)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at -3,3 has no dist sector. 
+    Play#2 output Play#2 1 highway -3,3 now distributes to 1,-1 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at -1,3 has no dist sector. 
+    Play#2 output Play#2 1 highway -1,3 now distributes to 1,-1 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at 1,3 has no dist sector. 
+    Play#2 output Play#2 1 highway 1,3 now distributes to 1,-1 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 3,3 has no dist sector. 
+    Play#2 output Play#2 1 gold mine 3,3 now distributes to 1,-1 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 6 0 565
     Play#2 input mov c 1,1 231 -4,-2
     Play#2 command move
+    Play#2 output Play#2 1 No mobility in 1,1
+    Play#2 output Play#2 1 Usage: move <COMM> <SECT> <NUM> <PATH|DESTINATION>
+    Play#2 output Play#2 6 0 565
     Play#2 input demob 0:2,0 55
     Play#2 command demobilize
+    Play#2 output Play#2 4 New civilians on active reserve? (y/n) 
     Play#2 input y
+    Play#2 output Play#2 1 55 demobilized in 0,0 (0 mil left)
+    Play#2 output Play#2 1 55 demobilized in 2,0 (0 mil left)
+    Play#2 output Play#2 1 Total new civilians : 110
+    Play#2 output Play#2 1 Military reserve stands at 110 (up 110)
+    Play#2 output Play#2 1 That just cost you $550.00
+    Play#2 output Play#2 6 0 564
     Play#2 input mov c 0,0 260 3,-1
     Play#2 command move
+    Play#2 output Play#2 1 Looking for best path to 3,-1
+    Play#2 output Play#2 1 Using best path 'juh', movement cost 0.600
+    Play#2 output Play#2 1 Total movement cost = 15
+    Play#2 output Play#2 1 82 mob left in 0,0
+    Play#2 output Play#2 6 0 563
     Play#2 input mov c 2,0 165 3,-1
     Play#2 command move
+    Play#2 output Play#2 1 Looking for best path to 3,-1
+    Play#2 output Play#2 1 Using best path 'uh', movement cost 0.400
+    Play#2 output Play#2 1 Total movement cost = 6
+    Play#2 output Play#2 1 98 mob left in 2,0
+    Play#2 output Play#2 6 0 562
     Play#2 input mov c 2,0 100 5,-1
     Play#2 command move
+    Play#2 output Play#2 1 Looking for best path to 5,-1
+    Play#2 output Play#2 1 Using best path 'ujh', movement cost 0.800
+    Play#2 output Play#2 1 Total movement cost = 8
+    Play#2 output Play#2 1 90 mob left in 2,0
+    Play#2 output Play#2 6 0 561
     Play#2 input thres u 0:2,0 579
     Play#2 command threshold
+    Play#2 output Play#2 6 0 560
     Play#2 input thres u -5,-1 579
     Play#2 command threshold
+    Play#2 output Play#2 6 0 559
     Play#2 input bmap #1
     Play#2 command bmap
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 1   -5                     -5  
+    Play#2 output Play#2 1   -4                     -4  
+    Play#2 output Play#2 1   -3                     -3  
+    Play#2 output Play#2 1   -2   + w     c         -2  
+    Play#2 output Play#2 1   -1  + g   o g g g g    -1  
+    Play#2 output Play#2 1    0   g g g     +       0   
+    Play#2 output Play#2 1    1  + + g g g +        1   
+    Play#2 output Play#2 1    2     g g g g         2   
+    Play#2 output Play#2 1    3      + + + g        3   
+    Play#2 output Play#2 1    4                     4   
+    Play#2 output Play#2 1    5                     5   
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 6 0 559
     Play#2 input cen *
     Play#2 command census
+    Play#2 output Play#2 1 Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 CENSUS                   del dst
+    Play#2 output Play#2 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#2 output Play#2 1   -6,-2   +    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -4,-2   w    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    2,-2   c    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -7,-1   +    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -5,-1   g    0%       0 .. 5.        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -1,-1   o    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    1,-1   gb 100%     127 .. ..     1000    0    0    0 100%  650        0   1
+    Play#2 output Play#2 1    3,-1   g    0%       0 .. ..      427    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    5,-1   g    0%       0 .. ..      102    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    7,-1   g    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -6,0    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -4,0    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -2,0    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    0,0    cg 100%      82 .. 5.      768    0  456    0 100%  936        0
+    Play#2 output Play#2 1    2,0    cg 100%      90 .. 5.      766    0  465    0 100%  942        0
+    Play#2 output Play#2 1    4,0    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -7,1    +    0%       0 .. ..        1    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -5,1    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -3,1    g    0%       0 .. ..        2    0    0    0 100%    0        0
+    Play#2 output Play#2 1   -1,1    g    0%       0 .. ..        2    0    0    0 100%    0        0
+    Play#2 output Play#2 1    1,1    g    0%       0 .. ..        2    0    0    0 100%    0        0
+    Play#2 output Play#2 1    3,1    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -4,2    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -2,2    g    0%       0 .. ..        2    0    0    0 100%    0        0
+    Play#2 output Play#2 1    0,2    g    0%       0 .. ..        2    0    0    0 100%    0        0
+    Play#2 output Play#2 1    2,2    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -3,3    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -1,3    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    1,3    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    3,3    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1 30 sectors
+    Play#2 output Play#2 6 0 559
     Play#2 input map #
     Play#2 command map
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 1   -5                     -5  
+    Play#2 output Play#2 1   -4       - . . .       -4  
+    Play#2 output Play#2 1   -3  . . . - . . .      -3  
+    Play#2 output Play#2 1   -2 . + w . . c . . .   -2  
+    Play#2 output Play#2 1   -1  + g . o g g g g .  -1  
+    Play#2 output Play#2 1    0 . g g g c c + . .   0   
+    Play#2 output Play#2 1    1  + + g g g + . .    1   
+    Play#2 output Play#2 1    2 . . g g g g . .     2   
+    Play#2 output Play#2 1    3    . + + + g .      3   
+    Play#2 output Play#2 1    4     . . . . .       4   
+    Play#2 output Play#2 1    5                     5   
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 6 0 559
     Play#2 input read y
     Play#2 command read
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 2000, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 0.0000 tech, 0.0000 research produced
+    Play#2 output Play#2 1 money delta was $166 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 2267, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 0.0000 tech, 0.0000 research produced
+    Play#2 output Play#2 1 money delta was $434 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 2347, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 0.0000 tech, 0.0000 research produced
+    Play#2 output Play#2 1 money delta was $527 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 2451, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 0.0000 tech, 0.0000 research produced
+    Play#2 output Play#2 1 money delta was $581 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 2586, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 1.6710 technology (0.0000 + 1.6710), 0.0000 research (0.0000 + 0.0000) produced
+    Play#2 output Play#2 1 money delta was $653 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 2762, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 1.9088 technology (0.0000 + 1.9088), 0.0000 research (0.0000 + 0.0000) produced
+    Play#2 output Play#2 1 money delta was $745 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 2991, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 1.9624 technology (0.0000 + 1.9624), 0.0000 research (0.0000 + 0.0000) produced
+    Play#2 output Play#2 1 money delta was $864 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 3000, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 1.9786 technology (0.0000 + 1.9786), 0.0000 research (0.0000 + 0.0000) produced
+    Play#2 output Play#2 1 money delta was $875 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 3000, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 1.9818 technology (0.0000 + 1.9818), 0.0000 research (0.0000 + 0.0000) produced
+    Play#2 output Play#2 1 money delta was $881 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 3000, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 2.2704 technology (0.0000 + 2.2704), 0.0000 research (0.0000 + 0.0000) produced
+    Play#2 output Play#2 1 money delta was $888 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 3000, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 2.2598 technology (0.0000 + 2.2598), 0.0000 research (0.0000 + 0.0000) produced
+    Play#2 output Play#2 1 money delta was $897 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 3000, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 2.2438 technology (0.0000 + 2.2438), 1.8500 research (0.0000 + 1.8500) produced
+    Play#2 output Play#2 1 money delta was $907 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 3000, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 2.1413 technology (0.0000 + 2.1413), 1.8445 research (0.0000 + 1.8445) produced
+    Play#2 output Play#2 1 money delta was $917 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 6 0 559
     Play#2 input prod *
     Play#2 command production
+    Play#2 output Play#2 1 Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 PRODUCTION SIMULATION
+    Play#2 output Play#2 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#2 output Play#2 1    1,-1   b 100%   475   10b 1.00 $100    50d            475d              95
+    Play#2 output Play#2 1    3,-1   g  46%   233  107d 1.00 $0                                      107
+    Play#2 output Play#2 1    0,0    g 100%   788  500d 1.00 $0                                      500
+    Play#2 output Play#2 1    2,0    g 100%   792  500d 1.00 $0                                      500
+    Play#2 output Play#2 1 4 sectors
+    Play#2 output Play#2 6 0 559
     Play#2 input ctld
+    Play#2 output Play#2 1 Bye-bye
     Play#2 logout 2
+    Play#2 output Play#2 3 so long...
+    Conn49 output Conn49 2 Empire server ready
     Conn49 input user tester
+    Conn49 output Conn49 0 hello tester
     Conn49 input coun 8
+    Conn49 output Conn49 0 country name 8
     Conn49 input pass 8
+    Conn49 output Conn49 0 password ok
     Conn49 input play
     Conn49 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have a new telegram waiting ...
+    Play#8 output Play#8 6 2 564
     Play#8 input thres c -2,0 769
     Play#8 command threshold
+    Play#8 output Play#8 6 2 563
     Play#8 input thres c 1,1 769
     Play#8 command threshold
+    Play#8 output Play#8 6 2 562
     Play#8 input thres c 5,-1 769
     Play#8 command threshold
+    Play#8 output Play#8 6 2 561
     Play#8 input thres c -5,-3 769
     Play#8 command threshold
+    Play#8 output Play#8 6 2 560
     Play#8 input thres c -4,-2 769
     Play#8 command threshold
+    Play#8 output Play#8 6 2 559
     Play#8 input thres c -1,-3 769
     Play#8 command threshold
+    Play#8 output Play#8 6 2 558
     Play#8 input thres u -1:3,-1 512
     Play#8 command threshold
+    Play#8 output Play#8 6 2 557
     Play#8 input thres u 0:2,0 512
     Play#8 command threshold
+    Play#8 output Play#8 6 2 556
     Play#8 input thres d -3,1 0
     Play#8 command threshold
+    Play#8 output Play#8 1 -3,1 old threshold 1
+    Play#8 output Play#8 6 2 555
     Play#8 input thres l -3,1 1
     Play#8 command threshold
+    Play#8 output Play#8 6 2 554
     Play#8 input thres i 2,-2 999
     Play#8 command threshold
+    Play#8 output Play#8 6 2 553
     Play#8 input des 2,-2 k
     Play#8 command designate
+    Play#8 output Play#8 6 2 552
     Play#8 input thres h 2,-2 1
     Play#8 command threshold
+    Play#8 output Play#8 6 2 551
     Play#8 input des -3,1 j
     Play#8 command designate
+    Play#8 output Play#8 6 2 550
     Play#8 input bmap #
     Play#8 command bmap
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . . . . . .  -5  
+    Play#8 output Play#8 1   -4 . o - . k . . . . - -4  
+    Play#8 output Play#8 1   -3  ) o - g l . . . .  -3  
+    Play#8 output Play#8 1   -2 . . g g g k - g . - -2  
+    Play#8 output Play#8 1   -1  . . j m m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b g - . 0   
+    Play#8 output Play#8 1    1  . . g j g w . . .  1   
+    Play#8 output Play#8 1    2   . . . . . . . . . 2   
+    Play#8 output Play#8 1    3      . . . . . . .  3   
+    Play#8 output Play#8 1    4         . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 2 550
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1   -6,-4   o  100%     127 .. ..      769    0    0    0 100%    4        0   1
+    Play#8 output Play#8 1   -4,-4   -    7%     127 .. ..        8    0    0    0 100%    4        0   1
+    Play#8 output Play#8 1    0,-4   k  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -5,-3   o    6%     127 .. ..        7    0    0    0 100%    3        0   1
+    Play#8 output Play#8 1   -3,-3   -    1%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -1,-3   g   14%     127 .. ..       11    0    0    0 100%    5        0   1
+    Play#8 output Play#8 1    1,-3   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
+    Play#8 output Play#8 1   -4,-2   g    2%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -2,-2   g    3%     127 .. ..      769    0    0    0 100%    1        0
+    Play#8 output Play#8 1    0,-2   g    0%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    2,-2   k    0%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    4,-2   j    0%     127 .. ..      769    0    0    0 100%    3        0   1
+    Play#8 output Play#8 1    6,-2   t  100%     127 .. ..      769    0    0    0 100%  250        0   1
+    Play#8 output Play#8 1   -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    1,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    3,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    5,-1   g    1%     127 .. ..        3    0    0    0 100%    1        0
+    Play#8 output Play#8 1    7,-1   c    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1   -2,0    g    4%     127 .. ..        6    0    0    0 100%    3        0   1
+    Play#8 output Play#8 1    0,0    m  100%     127 .. 5.      769   55  465    0 100%    0        0
+    Play#8 output Play#8 1    2,0    m  100%     127 .. 5.      769   55  462    0 100%    0        0
+    Play#8 output Play#8 1    4,0    b  100%     127 .. ..      400    0    0    0 100%    4        0   1
+    Play#8 output Play#8 1    6,0    h  100%     127 .. ..      769    0    0    0 100%  474        0   1
+    Play#8 output Play#8 1    8,0    i  100%     127 .. ..      769    0    0    0 100%  497        0   1
+    Play#8 output Play#8 1   -3,1    gj 100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -1,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    1,1    g    0%     127 .. ..        2    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    3,1    w  100%     127 .. ..      318    0    0    0 100%  104        0   1
+    Play#8 output Play#8 1 29 sectors
+    Play#8 output Play#8 6 2 550
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . . . . . .  -5  
+    Play#8 output Play#8 1   -4 . o - . k . . . . - -4  
+    Play#8 output Play#8 1   -3  ? o - g l . . . .  -3  
+    Play#8 output Play#8 1   -2 . . g g g k j t . - -2  
+    Play#8 output Play#8 1   -1  . . j m m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b h i . 0   
+    Play#8 output Play#8 1    1  . . g j g w . . .  1   
+    Play#8 output Play#8 1    2 . . . . . . . . . . 2   
+    Play#8 output Play#8 1    3  . . . . . . . . .  3   
+    Play#8 output Play#8 1    4   . . - . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 2 550
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 a class of graduates (300.00) produced in 1,-3
+    Play#8 output Play#8 1 technological breakthroughs (8.51) produced in 6,-2
+    Play#8 output Play#8 1   0 happiness, 300 education produced
+    Play#8 output Play#8 1 total pop was 11236, yielding 0.00 hap, 70.05 edu
+    Play#8 output Play#8 1 6.3273 technology (4.0893 + 2.2381), 1.8445 research (0.0000 + 1.8445) produced
+    Play#8 output Play#8 1 money delta was $-2597 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 2 550
     Play#8 input prod *
     Play#8 command production
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 PRODUCTION SIMULATION
+    Play#8 output Play#8 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#8 output Play#8 1   -6,-4   o   7%   603   32o 0.76 $0                                       32
+    Play#8 output Play#8 1    0,-4   k 100%   599  228h 0.76 $0     598i            598i             228
+    Play#8 output Play#8 1    1,-3   l 100%   649  300  1.00 $2700  300l            649l             649
+    Play#8 output Play#8 1   -2,-2   g  60%   503  300d 1.00 $0                                      300
+    Play#8 output Play#8 1    0,-2   g  65%   499  324d 1.00 $0                                      324
+    Play#8 output Play#8 1    2,-2   k 100%   500    0h 0.76 $0       0i            500i             191
+    Play#8 output Play#8 1    4,-2   j 100%   502  383l 0.76 $0     502i            502i             383
+    Play#8 output Play#8 1    6,-2   t 100%   649 21.96 0.73 $9000   30d 150o 300l   40d 200o 400l 29.28
+    Play#8 output Play#8 1   -3,-1   j 100%   599  456l 0.76 $0     599i            599i             456
+    Play#8 output Play#8 1   -1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    3,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    0,0    m 100%   933  933i 1.00 $0                                      933
+    Play#8 output Play#8 1    2,0    m 100%   931  931i 1.00 $0                                      931
+    Play#8 output Play#8 1    4,0    b 100%   316   60b 1.00 $600   300d            315d              63
+    Play#8 output Play#8 1    8,0    i 100%   649    0s 0.17 $0       0l   0h       432l 216h         37
+    Play#8 output Play#8 1   -3,1    j 100%   474  361l 0.76 $0     474i            474i             361
+    Play#8 output Play#8 1   -1,1    j 100%   599  456l 0.76 $0     599i            599i             456
+    Play#8 output Play#8 1 18 sectors
+    Play#8 output Play#8 6 2 550
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn50 output Conn50 2 Empire server ready
     Conn50 input user tester
+    Conn50 output Conn50 0 hello tester
     Conn50 input coun POGO
+    Conn50 output Conn50 0 country name POGO
     Conn50 input pass peter
+    Conn50 output Conn50 0 password ok
     Conn50 input play
     Conn50 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 3 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  33  100%  30K 148  242   10    0  9.6K 1.5K 614    0    2    4   31K
+    Play#0 output Play#0 1    408.47
+    Play#0 output Play#0 1         8  29   57%  15K 110    0    0    0   12K 1.8K 487    0    0    0   29K
+    Play#0 output Play#0 1    121.98
+    Play#0 output Play#0 1         6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   34K
+    Play#0 output Play#0 1     27.31
+    Play#0 output Play#0 1         3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   34K
+    Play#0 output Play#0 1     27.17
+    Play#0 output Play#0 1         5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   34K
+    Play#0 output Play#0 1     27.10
+    Play#0 output Play#0 1         7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   34K
+    Play#0 output Play#0 1     26.92
+    Play#0 output Play#0 1         4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   34K
+    Play#0 output Play#0 1     26.57
+    Play#0 output Play#0 1        10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   34K
+    Play#0 output Play#0 1     26.09
+    Play#0 output Play#0 1         9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   34K
+    Play#0 output Play#0 1     24.69
+    Play#0 output Play#0 1         2  30   10% 3.1K   0    0    0    0    0   53    0    0    0    0   34K
+    Play#0 output Play#0 1     24.65
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide 113   65%  69K 1.0K 242   10    0   22K 5.4K 1.1K   0    2    4  335K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 3 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                 37.97        7.32       33.69       10.12     5,-15 
+    Play#0 output Play#0 1  2     2                 17.87        3.66        0.00        0.00    18,8   
+    Play#0 output Play#0 1  3     3                 17.87        3.66        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                 17.87        3.66        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                 17.87        3.66        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                 17.87        3.66        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                 17.87        3.66        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                 22.03        3.66       32.30        0.00    30,-12 
+    Play#0 output Play#0 1  9     9                 17.87        3.66        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                17.87        3.66        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 3 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  oj 100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  ok 100%     127 .. ..      769    0    0    0 100%   32    0   1
+    Play#0 output Play#0 1   1    3,-15  oj 100%     127 .. ..      769    0    0    0 100%  622    0   1
+    Play#0 output Play#0 1   1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1    7,-15  +  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     127 .. ..      769    0    0    0 100%  409    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
+    Play#0 output Play#0 1   8   17,-15  o  100%     127 .. ..      769    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   8   19,-15  -    7%     127 .. ..        8    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   8   23,-15  k  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      769    0    0    0 100%  349    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  jm 100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     127 .. ..      459    5    0    0 100%  272    0   1
+    Play#0 output Play#0 1   1   12,-14  =  100%     127 .. ..       77    0    0    0 100%  109    0   1
+    Play#0 output Play#0 1   1   14,-14  =   93%     127 .. ..       77    0    0    0 100%   45    0   1
+    Play#0 output Play#0 1   1   16,-14  )  100%     127 .. 0.   8  135   28    1    0 100%  137    0   1
+    Play#0 output Play#0 1   8   18,-14  o    6%     127 .. ..        7    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   8   20,-14  -    1%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   22,-14  g   14%     127 .. ..       11    0    0    0 100%    5    0   1
+    Play#0 output Play#0 1   8   24,-14  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
+    Play#0 output Play#0 1   1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     127 .. 5.      769    0  579    0 100%    8    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. 8.      769    0  544    0 100%    1    0   1
+    Play#0 output Play#0 1   8   19,-13  g    2%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   21,-13  g    3%     127 .. ..      769    0    0    0 100%    1    0
+    Play#0 output Play#0 1   8   23,-13  g    0%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-13  k    0%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   27,-13  j    0%     127 .. ..      769    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   8   29,-13  t  100%     127 .. ..      769    0    0    0 100%  250    0   1
+    Play#0 output Play#0 1   1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   26    0   1
+    Play#0 output Play#0 1   1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  d  100%     127 .. ..      769    0    0    0 100%  489    0   1
+    Play#0 output Play#0 1   8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   24,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   26,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   28,-12  g    1%     127 .. ..        3    0    0    0 100%    1    0
+    Play#0 output Play#0 1   8   30,-12  c    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   1    3,-11  i  100%     127 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  k  100%     127 .. ..      769    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   1    9,-11  r  100%     127 .. ..      769    0    0    0 100%  489    0   1
+    Play#0 output Play#0 1   1   11,-11  w  100%     127 .. ..     7707   41    0    0 100%  657    0   1
+    Play#0 output Play#0 1   1   13,-11  e  100%     127 .. ..      769    1    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1   15,-11  !  100%     127 .. ..      769    2    0    0 100%  463    0   1
+    Play#0 output Play#0 1   8   21,-11  g    4%     127 .. ..        6    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   8   23,-11  m  100%     127 .. 5.      769   55  465    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-11  m  100%     127 .. 5.      769   55  462    0 100%    0    0
+    Play#0 output Play#0 1   8   27,-11  b  100%     127 .. ..      400    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   8   29,-11  h  100%     127 .. ..      769    0    0    0 100%  474    0   1
+    Play#0 output Play#0 1   8   31,-11  i  100%     127 .. ..      769    0    0    0 100%  497    0   1
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  460    0 100%  939    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  458    0 100%  938    0   1
+    Play#0 output Play#0 1   1    4,-10  +o 100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1    6,-10  +  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1   10,-10  p  100%     127 .. ..      769    0    0    0 100%  574    0   1
+    Play#0 output Play#0 1   8   20,-10  gj 100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   22,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-10  g    0%     127 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   26,-10  w  100%     127 .. ..      318    0    0    0 100%  104    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  457    0 100%  937    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  461    0 100%  939    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  463    0 100%  941    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  468    0 100%  943    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  468    0 100%  943    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  456    0 100%  936    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  463    0 100%  941    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  461    0 100%  939    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  461    0 100%  939    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  459    0 100%  938    0
+    Play#0 output Play#0 1   2   10,8    +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   12,8    w    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   18,8    c    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   2    9,9    +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   11,9    g    0%       0 .. 5.        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   15,9    o    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   17,9    gb 100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   2   19,9    g    0%       0 .. ..      427    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   21,9    g    0%       0 .. ..      102    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   23,9    g    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  465    0 100%  941    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  461    0 100%  939    0
+    Play#0 output Play#0 1   2   10,10   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   12,10   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   14,10   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   16,10   cg 100%      82 .. 5.      768    0  456    0 100%  936    0
+    Play#0 output Play#0 1   2   18,10   cg 100%      90 .. 5.      766    0  465    0 100%  942    0
+    Play#0 output Play#0 1   2   20,10   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2    9,11   +    0%       0 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   11,11   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   13,11   g    0%       0 .. ..        2    0    0    0 100%    0    0
+    Play#0 output Play#0 1   2   15,11   g    0%       0 .. ..        2    0    0    0 100%    0    0
+    Play#0 output Play#0 1   2   17,11   g    0%       0 .. ..        2    0    0    0 100%    0    0
+    Play#0 output Play#0 1   2   19,11   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   12,12   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   14,12   g    0%       0 .. ..        2    0    0    0 100%    0    0
+    Play#0 output Play#0 1   2   16,12   g    0%       0 .. ..        2    0    0    0 100%    0    0
+    Play#0 output Play#0 1   2   18,12   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   13,13   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   15,13   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   17,13   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   19,13   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  o .......... ...9...0..   0   0    0  999    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   1,-15  o .......... ...9....0.   0   0    0  999    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   3,-15  o .......... ...9...0..   0   0    0  999    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......4..   0   0    0    0    0   0    0  300    0   0
+    Play#0 output Play#0 1   8  17,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....3.....   0   0    0    0  300 277    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  j .......... ...0......   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... .......22.   0   0    0    1    1   0    1  146  129   0
+    Play#0 output Play#0 1   1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  18,-14  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-14  l .......... .......3..   0   0    0    0    1   0    0  300    0   0
+    Play#0 output Play#0 1   1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
+    Play#0 output Play#0 1   1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
+    Play#0 output Play#0 1   8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-13  k .......... ...90...0.   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-13  j .......... ...9......   0   0    0  999    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  29,-13  t .......... ....0.13..   0   0    0    0   30   0  150  300    0   0
+    Play#0 output Play#0 1   1   4,-12  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  j .......... .......0..   0   0    0 1198    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  12,-12  d .......... .0....021.   0   1    0    0    0   0   20  200  100   0
+    Play#0 output Play#0 1   8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   8  22,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
+    Play#0 output Play#0 1   1   5,-11  m .......... ...0......   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
+    Play#0 output Play#0 1   1  11,-11  w .......... ..........  41   0    0 1387 1176   0  465 1446 1971   0
+    Play#0 output Play#0 1   1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  ! .......... 20.....22. 200   9    0    0    0   0    0  198  199   0
+    Play#0 output Play#0 1   8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  m .......... ...0......   0   0    0  756    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-11  b .......... ....3.....   0   0    0    0  300 184    0    0    0   0
+    Play#0 output Play#0 1   8  29,-11  h .......... .......22.   0   0    0    0    1   0    0  196  180   0
+    Play#0 output Play#0 1   8  31,-11  i .......... 0......63.   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  + .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
+    Play#0 output Play#0 1   8  20,-10  g .......... ...9...0..   0   0    0  999    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-10  w .......... ..........   0   0    0 6399 1504   0  335    0    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  10,8    + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,8    w .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
+    Play#0 output Play#0 1   2   9,9    + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  11,9    g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  15,9    o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    g .......... ....3.....   0   0    0    0   53   0    0    0    0   0
+    Play#0 output Play#0 1   2  19,9    g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  21,9    g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  23,9    g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  10,10   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,10   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  14,10   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   c .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   c .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  20,10   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2   9,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  11,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  13,11   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  15,11   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,11   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  19,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,12   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  14,12   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,12   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,12   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  13,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  15,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  19,13   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  oj 100%    0    0   82   0    0
+    Play#0 output Play#0 1   1    1,-15  ok 100%    6    0   67   1    0
+    Play#0 output Play#0 1   1    3,-15  oj 100%   11    0   61   0    0
+    Play#0 output Play#0 1   1    5,-15  c  100%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +  100%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   8   17,-15  o  100%    0    0  100   7    0
+    Play#0 output Play#0 1   8   19,-15  -    7%    0    0  100 100    0
+    Play#0 output Play#0 1   8   23,-15  k  100%   11    0   61  21    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  jm 100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   12,-14  =  100%    0    0   45  11    0
+    Play#0 output Play#0 1   1   14,-14  =   93%    0    0   63  46    0
+    Play#0 output Play#0 1   1   16,-14  )  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   18,-14  o    6%    0    0   91  72    0
+    Play#0 output Play#0 1   8   20,-14  -    1%    0    0   82  58    0
+    Play#0 output Play#0 1   8   22,-14  g   14%   50   23    6   0    0
+    Play#0 output Play#0 1   8   24,-14  l  100%   45    0   13   0    0
+    Play#0 output Play#0 1   1    3,-13  j  100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   8   19,-13  g    2%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-13  g    3%   96   60    0   0   77
+    Play#0 output Play#0 1   8   23,-13  g    0%  100   65    0   0   88
+    Play#0 output Play#0 1   8   25,-13  k    0%   63   33    0   0   17
+    Play#0 output Play#0 1   8   27,-13  j    0%    0    0   76  47    0
+    Play#0 output Play#0 1   8   29,-13  t  100%   28    0   37   0    0
+    Play#0 output Play#0 1   1    4,-12  k  100%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    8,-12  m  100%  100    0    0   0   88
+    Play#0 output Play#0 1   1   10,-12  j  100%   50    0    6   0    0
+    Play#0 output Play#0 1   1   12,-12  d  100%   63    0    0   0   17
+    Play#0 output Play#0 1   8   20,-12  j  100%   74    1    0   0   37
+    Play#0 output Play#0 1   8   22,-12  m  100%  100    0    0   0   97
+    Play#0 output Play#0 1   8   24,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   26,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   28,-12  g    1%   91   56    0   0   68
+    Play#0 output Play#0 1   8   30,-12  c    2%   23    1   43   0    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1    3,-11  i  100%    0    0  100   3    0
+    Play#0 output Play#0 1   1    5,-11  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    7,-11  k  100%   91    0    0   0   68
+    Play#0 output Play#0 1   1    9,-11  r  100%   85    0    0   0   57
+    Play#0 output Play#0 1   1   11,-11  w  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1   13,-11  e  100%   67    0    0   0   25
+    Play#0 output Play#0 1   1   15,-11  !  100%   56    0    0   0    5
+    Play#0 output Play#0 1   8   21,-11  g    4%   85   51    0   0   57
+    Play#0 output Play#0 1   8   23,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   25,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   27,-11  b  100%   39    3   21   0    0
+    Play#0 output Play#0 1   8   29,-11  h  100%   34    0   28   0    0
+    Play#0 output Play#0 1   8   31,-11  i  100%    0    0  100 100    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  +o 100%    0    0  100 100    0
+    Play#0 output Play#0 1   1    6,-10  +  100%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  p  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   20,-10  gj 100%   78    0    0   0   45
+    Play#0 output Play#0 1   8   22,-10  j  100%    6    0   67  32    0
+    Play#0 output Play#0 1   8   24,-10  g    0%   67   37    0   0   25
+    Play#0 output Play#0 1   8   26,-10  w  100%   17    0   52   7    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   10,8    +    0%    0    0  100  87    0
+    Play#0 output Play#0 1   2   12,8    w    0%   17    0   52   7    0
+    Play#0 output Play#0 1   2   18,8    c    0%   23    1   43   0    0
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   2    9,9    +    0%    6    0   67  32    0
+    Play#0 output Play#0 1   2   11,9    g    0%   56   28    0   0    5
+    Play#0 output Play#0 1   2   15,9    o    0%    0    0  100 100    0
+    Play#0 output Play#0 1   2   17,9    gb 100%   34    0   28   0    0
+    Play#0 output Play#0 1   2   19,9    g    0%   78   46    0   0   45
+    Play#0 output Play#0 1   2   21,9    g    0%   74   42    0   0   37
+    Play#0 output Play#0 1   2   23,9    g    0%   39   14   21   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   10,10   g    0%   45   19   13   0    0
+    Play#0 output Play#0 1   2   12,10   g    0%   63   33    0   0   17
+    Play#0 output Play#0 1   2   14,10   g    0%   91   56    0   0   68
+    Play#0 output Play#0 1   2   16,10   cg 100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   18,10   cg 100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   20,10   +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   2    9,11   +    0%    0    0   82  58    0
+    Play#0 output Play#0 1   2   11,11   +    0%   11    0   61  21    0
+    Play#0 output Play#0 1   2   13,11   g    0%  100   69    0   0   97
+    Play#0 output Play#0 1   2   15,11   g    0%  100   74    0   0  100
+    Play#0 output Play#0 1   2   17,11   g    0%  100   80    0   0  100
+    Play#0 output Play#0 1   2   19,11   +    0%    0    0  100  98    0
+    Play#0 output Play#0 1   2   12,12   g    0%   67   37    0   0   25
+    Play#0 output Play#0 1   2   14,12   g    0%  100   65    0   0   88
+    Play#0 output Play#0 1   2   16,12   g    0%   96   60    0   0   77
+    Play#0 output Play#0 1   2   18,12   g    0%   85   51    0   0   57
+    Play#0 output Play#0 1   2   13,13   +    0%    0    0   91  72    0
+    Play#0 output Play#0 1   2   15,13   +    0%   28    5   37   0    0
+    Play#0 output Play#0 1   2   17,13   +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   2   19,13   g    0%   50   23    6   0    0
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 3 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 3 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn51 output Conn51 2 Empire server ready
     Conn51 input user tester
+    Conn51 output Conn51 0 hello tester
     Conn51 input coun 1
+    Conn51 output Conn51 0 country name 1
     Conn51 input pass 1
+    Conn51 output Conn51 0 password ok
     Conn51 input play
     Conn51 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 3 640
     Play#1 input lload m 4/5 5
     Play#1 command lload
+    Play#1 output Play#1 1 5 military loaded onto cav  cavalry #4 at 10,2
+    Play#1 output Play#1 1 5 military loaded onto art  artillery #5 at 10,2
+    Play#1 output Play#1 1 2 units loaded
+    Play#1 output Play#1 6 3 639
     Play#1 input lload s 5 200
     Play#1 command lload
+    Play#1 output Play#1 1 40 shells loaded onto art  artillery #5 at 10,2
+    Play#1 output Play#1 1 1 unit loaded
+    Play#1 output Play#1 6 3 638
     Play#1 input lload g 5 20
     Play#1 command lload
+    Play#1 output Play#1 1 10 guns loaded onto art  artillery #5 at 10,2
+    Play#1 output Play#1 1 1 unit loaded
+    Play#1 output Play#1 6 3 637
     Play#1 input march 4/5 ggyyh
     Play#1 command march
+    Play#1 output Play#1 1 Leader is cav  cavalry #4
+    Play#1 output Play#1 1 cav  cavalry #4 stopped at 4,0
+    Play#1 output Play#1 1 art  artillery #5 stopped at 4,0
+    Play#1 output Play#1 6 3 636
     Play#1 input thres l 6,-2 450
     Play#1 command threshold
+    Play#1 output Play#1 1 6,-2 old threshold 400
+    Play#1 output Play#1 6 3 635
     Play#1 input des 2,2 *
     Play#1 command designate
+    Play#1 output Play#1 6 3 634
     Play#1 input thres l 2,2 200
     Play#1 command threshold
+    Play#1 output Play#1 6 3 633
     Play#1 input thres h 2,2 200
     Play#1 command threshold
+    Play#1 output Play#1 1 2,2 old threshold 1
+    Play#1 output Play#1 6 3 632
     Play#1 input thres p 2,2 200
     Play#1 command threshold
+    Play#1 output Play#1 6 3 631
     Play#1 input thres m 2,2 30
     Play#1 command threshold
+    Play#1 output Play#1 6 3 630
     Play#1 input thres u 3:5,1 579
     Play#1 command threshold
+    Play#1 output Play#1 6 3 629
     Play#1 input des 2,-2 o
     Play#1 command designate
+    Play#1 output Play#1 6 3 628
     Play#1 input build s 5,-1 tk
     Play#1 command build
+    Play#1 output Play#1 1 tk   tanker (#2) built in sector 5,-1
+    Play#1 output Play#1 1 That just cost you $120.00
+    Play#1 output Play#1 6 3 627
     Play#1 input load c 2 200
     Play#1 command load
+    Play#1 output Play#1 1 30 civilians loaded onto tk   tanker (#2) at 5,-1
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 626
     Play#1 input telegram 2
     Play#1 command telegram
+    Play#1 output Play#1 1 Enter telegram for 2
+    Play#1 output Play#1 1 undo last line with ~u, print with ~p, abort with ~q, end with .
+    Play#1 output Play#1 4 1024 left: 
     Play#1 input Want an alliance?
+    Play#1 output Play#1 4 1006 left: 
     Play#1 input .
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 3 626
     Play#1 input declare war 8
     Play#1 command declare
+    Play#1 output Play#1 1 Declaration made (give 'em hell).
+    Play#1 output Play#1 1 Diplomatic relations with 8 downgraded to "At War".
+    Play#1 output Play#1 6 3 624
     Play#1 input declare alliance 2
     Play#1 command declare
+    Play#1 output Play#1 1 Congratulations!
+    Play#1 output Play#1 1 Diplomatic relations with 2 upgraded to "Allied".
+    Play#1 output Play#1 6 3 622
     Play#1 input bmap #1
     Play#1 command bmap
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 1   -8                                           -8  
+    Play#1 output Play#1 1   -7                                           -7  
+    Play#1 output Play#1 1   -6                       . ? ? ? ? .         -6  
+    Play#1 output Play#1 1   -5                      . . . . . . .        -5  
+    Play#1 output Play#1 1   -4         - . . . . . . . . . . . . .       -4  
+    Play#1 output Play#1 1   -3          - . . . o . . . . . . . . .      -3  
+    Play#1 output Play#1 1   -2         . . o o c + t l . . o ? . ? .     -2  
+    Play#1 output Play#1 1   -1          - . . b m j h = = ) o ? ? ? .    -1  
+    Play#1 output Play#1 1    0         - - . j m m k . . . . ? ? ? ?     0   
+    Play#1 output Play#1 1    1          - - . k m m j d . . . ? ? ?      1   
+    Play#1 output Play#1 1    2         - - . i m k r w e ! . . ? ?       2   
+    Play#1 output Play#1 1    3          - - . + + . p . . . . ? ?        3   
+    Play#1 output Play#1 1    4           - - . . . . . . . . . .         4   
+    Play#1 output Play#1 1    5                                           5   
+    Play#1 output Play#1 1    6                                           6   
+    Play#1 output Play#1 1    7                                           7   
+    Play#1 output Play#1 1    8                                           8   
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 6 3 622
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   k  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -2,-2   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,-2   c  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    2,-2   +o 100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     127 .. ..      769    0    0    0 100%  409        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      769    0    0    0 100%  349        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%     127 .. ..      739    5    0    0 100%  376        0   1
+    Play#1 output Play#1 1    7,-1   =  100%     127 .. ..       77    0    0    0 100%  109        0   1
+    Play#1 output Play#1 1    9,-1   =  100%     127 .. ..       77    0    0    0 100%   97        0   1
+    Play#1 output Play#1 1   11,-1   )  100%     127 .. 0.      769   28    1    0 100%  162        0   1
+    Play#1 output Play#1 1   -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
+    Play#1 output Play#1 1    0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,0    m  100%     127 .. 5.      769    0  579    0 100%    7        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. 8.      769    0  712    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,1    k  100%     127 .. ..      769    0    0    0 100%   25        0   1
+    Play#1 output Play#1 1    1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,1    m  100%     127 .. 5.      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,1    j  100%     127 .. 5.      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    d  100%     127 .. ..      769    0    0    0 100%  489        0   1
+    Play#1 output Play#1 1   -2,2    i  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    k* 100%     127 .. ..      769    0    0    0 100%   49        0   1
+    Play#1 output Play#1 1    4,2    r  100%     127 .. ..      769    0    0    0 100%  489        0   1
+    Play#1 output Play#1 1    6,2    w  100%     127 .. ..     6703   51    0    0 100%  659        0   1
+    Play#1 output Play#1 1    8,2    e  100%     127 .. ..      769    1    0    0 100%  649        0   1
+    Play#1 output Play#1 1   10,2    !  100%     127 .. ..      769   15    0    0 100%  595        0   1
+    Play#1 output Play#1 1   -1,3    o  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    1,3    +  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    5,3    p  100%     127 .. ..      769    0    0    0 100%  574        0   1
+    Play#1 output Play#1 1 33 sectors
+    Play#1 output Play#1 6 3 622
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
+    Play#1 output Play#1 1    1 cs   cargo ship     5,-1      100% 300  25   0   0  0  0  0  1 127   31
+    Play#1 output Play#1 1    2 tk   tanker         5,-1       20%  30   0   0   0  0  0  0  0   0   44
+    Play#1 output Play#1 1 3 ships
+    Play#1 output Play#1 6 3 622
     Play#1 input land *
     Play#1 command land
+    Play#1 output Play#1 1    # unit type          x,y    a   eff mil frt  mu  fd tch retr xl ln carry
+    Play#1 output Play#1 1    0 cav  cavalry       5,-1      100%  20   0  64   0  31  42%  0  0    1S
+    Play#1 output Play#1 1    3 cav  cavalry       5,-1      100%   1   0  64   0  31  42%  0  0
+    Play#1 output Play#1 1    4 cav  cavalry       4,0       100%   5   0  75   0  31  42%  0  0
+    Play#1 output Play#1 1    5 art  artillery     4,0       100%   5   0 -18   0  37  42%  0  0
+    Play#1 output Play#1 1 4 units
+    Play#1 output Play#1 6 3 622
     Play#1 input plane *
     Play#1 command plane
+    Play#1 output Play#1 1 *: No plane(s)
+    Play#1 output Play#1 1 command failed
+    Play#1 output Play#1 6 3 622
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4 - . . . . . . . . . . .   -4  
+    Play#1 output Play#1 1   -3  - . . . j . . . . . . .  -3  
+    Play#1 output Play#1 1   -2 . . k j c + t l . . ? ? . -2  
+    Play#1 output Play#1 1   -1  - . . b m m h = = ) ? ?  -1  
+    Play#1 output Play#1 1    0 - - . j m m k . . . . ? ? 0   
+    Play#1 output Play#1 1    1  - - . k m m j d . . . ?  1   
+    Play#1 output Play#1 1    2 - - . i m k r w e ! . . ? 2   
+    Play#1 output Play#1 1    3  - - . o + . p . . . . ?  3   
+    Play#1 output Play#1 1    4   - - . . . . . . . . .   4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 3 622
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 Sector 11,-1 is now fully yours
+    Play#1 output Play#1 1 technological breakthroughs (11.12) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (300.00) produced in 6,-2
+    Play#1 output Play#1 1 medical discoveries (7.42) produced in 4,2
+    Play#1 output Play#1 1 happy strollers (75.00) produced in 5,3
+    Play#1 output Play#1 1  75 happiness, 300 education produced
+    Play#1 output Play#1 1 total pop was 30287, yielding 12.44 hap, 33.43 edu
+    Play#1 output Play#1 1 7.2038 technology (4.4755 + 2.7283), 3.6884 research (3.6884 + 0.0000) produced
+    Play#1 output Play#1 1 Army delta $-858, Navy delta $-66, Air force delta $0
+    Play#1 output Play#1 1 money delta was $6512 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 3 622
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    1,-3   j 100%   599  507l 0.85 $0     599i            599i             507
+    Play#1 output Play#1 1   -4,-2   k 100%   599  253h 0.85 $0     598i            598i             253
+    Play#1 output Play#1 1   -2,-2   j 100%   599  507l 0.85 $0     599i            599i             507
+    Play#1 output Play#1 1    2,-2   o  47%   474  188o 0.85 $0                                      188
+    Play#1 output Play#1 1    4,-2   t 100%   649 11.12 0.74 $4500   15d  75o 150l   40d 200o 400l 29.65
+    Play#1 output Play#1 1    6,-2   l 100%   649  400  1.00 $3600  400l            649l             649
+    Play#1 output Play#1 1   -1,-1   b 100%   649   60b 1.00 $600   300d            645d             129
+    Play#1 output Play#1 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,-1   m  96%   599  575i 1.00 $0                                      575
+    Play#1 output Play#1 1   -2,0    j 100%   649  507l 0.85 $0     599i            649i             549
+    Play#1 output Play#1 1    0,0    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,0    m 100%  1005  999i 1.00 $0                                      999
+    Play#1 output Play#1 1    4,0    k 100%  1090  461h 0.85 $0    1090i           1090i             461
+    Play#1 output Play#1 1   -1,1    k 100%   624  253h 0.85 $0     598i            624i             264
+    Play#1 output Play#1 1    1,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    5,1    j 100%   599  507l 0.85 $0     599i            599i             507
+    Play#1 output Play#1 1    7,1    d 100%   649    7g 0.71 $300    10o  50l 100h   40o 200l 400h    29
+    Play#1 output Play#1 1   -2,2    i 100%   600  143s 0.71 $600   400l 200h       400l 200h        143
+    Play#1 output Play#1 1    0,2    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    4,2    r 100%   649  7.41 0.74 $900    10d  50o 100l   40d 200o 400l 29.65
+    Play#1 output Play#1 1    8,2    e 100%   649   33m 1.00 $99     33c             33c             498
+    Play#1 output Play#1 1   -1,3    o  52%   599  263o 0.85 $0                                      263
+    Play#1 output Play#1 1    5,3    p 100%   649   75  1.00 $675    75l            649l             649
+    Play#1 output Play#1 1 24 sectors
+    Play#1 output Play#1 6 3 622
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn52 output Conn52 2 Empire server ready
     Conn52 input user tester
+    Conn52 output Conn52 0 hello tester
     Conn52 input coun 2
+    Conn52 output Conn52 0 country name 2
     Conn52 input pass 2
+    Conn52 output Conn52 0 password ok
     Conn52 input play
     Conn52 login 2 127.0.0.1 tester
+    Play#2 output Play#2 2 2
+    Play#2 output Play#2 1 You have three new telegrams waiting ...
+    Play#2 output Play#2 6 0 560
     Play#2 input des 0:2,0 m
     Play#2 command designate
+    Play#2 output Play#2 6 0 559
     Play#2 input thres i 0:2,0 1
     Play#2 command threshold
+    Play#2 output Play#2 6 0 558
     Play#2 input thres i -5,-1 999
     Play#2 command threshold
+    Play#2 output Play#2 6 0 557
     Play#2 input dist * -4,-2
     Play#2 command distribute
+    Play#2 output Play#2 1 highway at -6,-2 distributes to 1,-1. 
+    Play#2 output Play#2 1 highway -6,-2 now distributes to -4,-2 (cost 0.400)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 warehouse at -4,-2 distributes to 1,-1. 
+    Play#2 output Play#2 1 Distribution from and to warehouse -4,-2 terminated
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 capital at 2,-2 distributes to 1,-1. 
+    Play#2 output Play#2 1 capital 2,-2 now distributes to -4,-2 (cost 2.000)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at -7,-1 distributes to 1,-1. 
+    Play#2 output Play#2 1 highway -7,-1 now distributes to -4,-2 (cost 0.800)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -5,-1 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine -5,-1 now distributes to -4,-2 (cost 0.400)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 oil field at -1,-1 distributes to 1,-1. 
+    Play#2 output Play#2 1 oil field -1,-1 now distributes to -4,-2 (cost 1.600)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 bank at 1,-1 has no dist sector. 
+    Play#2 output Play#2 1 bank 1,-1 now distributes to -4,-2 (cost 1.800)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 3,-1 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine 3,-1 now distributes to -4,-2 (cost 2.000)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 5,-1 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine 5,-1 now distributes to -4,-2 (cost 2.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 7,-1 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine 7,-1 now distributes to -4,-2 (cost 2.522)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -6,0 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine -6,0 now distributes to -4,-2 (cost 0.800)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -4,0 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine -4,0 now distributes to -4,-2 (cost 0.800)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -2,0 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine -2,0 now distributes to -4,-2 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 0,0 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine 0,0 now distributes to -4,-2 (cost 1.600)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 2,0 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine 2,0 now distributes to -4,-2 (cost 1.800)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at 4,0 distributes to 1,-1. 
+    Play#2 output Play#2 1 highway 4,0 now distributes to -4,-2 (cost 2.000)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at -7,1 distributes to 1,-1. 
+    Play#2 output Play#2 1 highway -7,1 now distributes to -4,-2 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at -5,1 distributes to 1,-1. 
+    Play#2 output Play#2 1 highway -5,1 now distributes to -4,-2 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -3,1 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine -3,1 now distributes to -4,-2 (cost 1.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -1,1 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine -1,1 now distributes to -4,-2 (cost 1.600)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 1,1 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine 1,1 now distributes to -4,-2 (cost 1.800)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at 3,1 distributes to 1,-1. 
+    Play#2 output Play#2 1 highway 3,1 now distributes to -4,-2 (cost 2.000)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -4,2 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine -4,2 now distributes to -4,-2 (cost 1.600)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at -2,2 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine -2,2 now distributes to -4,-2 (cost 1.600)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 0,2 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine 0,2 now distributes to -4,-2 (cost 2.000)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 2,2 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine 2,2 now distributes to -4,-2 (cost 2.200)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at -3,3 distributes to 1,-1. 
+    Play#2 output Play#2 1 highway -3,3 now distributes to -4,-2 (cost 2.000)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at -1,3 distributes to 1,-1. 
+    Play#2 output Play#2 1 highway -1,3 now distributes to -4,-2 (cost 2.000)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 highway at 1,3 distributes to 1,-1. 
+    Play#2 output Play#2 1 highway 1,3 now distributes to -4,-2 (cost 2.400)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 gold mine at 3,3 distributes to 1,-1. 
+    Play#2 output Play#2 1 gold mine 3,3 now distributes to -4,-2 (cost 2.600)
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 6 0 556
     Play#2 input thres o 4,0 1
     Play#2 command threshold
+    Play#2 output Play#2 6 0 555
     Play#2 input wall
     Play#2 command wall
+    Play#2 output Play#2 4 > 
     Play#2 input Sure
+    Play#2 output Play#2 4 > 
     Play#2 input .
+    Play#2 output Play#2 6 0 555
     Play#2 input declare alliance 1
     Play#2 command declare
+    Play#2 output Play#2 1 Congratulations!
+    Play#2 output Play#2 1 Diplomatic relations with 1 upgraded to "Allied".
+    Play#2 output Play#2 6 0 553
     Play#2 input declare hostile 8
     Play#2 command declare
+    Play#2 output Play#2 1 Another cold war...
+    Play#2 output Play#2 1 Diplomatic relations with 8 downgraded to "Hostile".
+    Play#2 output Play#2 6 0 551
     Play#2 input wire y
     Play#2 command wire
+    Play#2 output Play#2 1 No announcements for you at the moment...
+    Play#2 output Play#2 6 0 551
     Play#2 input announce
     Play#2 command announce
+    Play#2 output Play#2 1 Enter telegram for everybody
+    Play#2 output Play#2 1 undo last line with ~u, print with ~p, abort with ~q, end with .
+    Play#2 output Play#2 4 1024 left: 
     Play#2 input Hello World
+    Play#2 output Play#2 4 1012 left: 
     Play#2 input .
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 You have a new announcement waiting ...
+    Play#2 output Play#2 6 0 551
     Play#2 input wire y
     Play#2 command wire
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 Announcements since Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Announcement from 2, (#2)  dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 Hello World
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 6 0 551
     Play#2 input flash 1 Testing Flash
     Play#2 command flash
+    Play#2 output Play#2 1 1 is not logged on
+    Play#2 output Play#2 6 0 551
     Play#2 input bmap #1
     Play#2 command bmap
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 1   -5                     -5  
+    Play#2 output Play#2 1   -4       - . . .       -4  
+    Play#2 output Play#2 1   -3  . . . - . . .      -3  
+    Play#2 output Play#2 1   -2 . + w . . c . . .   -2  
+    Play#2 output Play#2 1   -1  + g . o g g g g .  -1  
+    Play#2 output Play#2 1    0 . g g g c c + . .   0   
+    Play#2 output Play#2 1    1  + + g g g + . .    1   
+    Play#2 output Play#2 1    2 . . g g g g . .     2   
+    Play#2 output Play#2 1    3    . + + + g .      3   
+    Play#2 output Play#2 1    4     . . . . .       4   
+    Play#2 output Play#2 1    5                     5   
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 6 0 551
     Play#2 input cen *
     Play#2 command census
+    Play#2 output Play#2 1 Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 CENSUS                   del dst
+    Play#2 output Play#2 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#2 output Play#2 1   -6,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -4,-2   w    0%      60 .. ..      230    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    2,-2   c    0%      60 .. ..       50    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -7,-1   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -5,-1   g    0%      60 .. 5.      769    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -1,-1   o    0%      60 .. ..      416    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    1,-1   b  100%     127 .. ..        1    0    0    0 100%  425        0   1
+    Play#2 output Play#2 1    3,-1   g  100%      60 .. ..      555    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    5,-1   g   39%      60 .. ..      133    0    0    0 100%   40        0   1
+    Play#2 output Play#2 1    7,-1   g    0%      60 .. ..        2    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -6,0    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -4,0    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -2,0    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    0,0    gm 100%      93 .. 5.      769    0  524    0 100%  288        0
+    Play#2 output Play#2 1    2,0    gm 100%     101 .. 5.      769    0  535    0 100%  293        0
+    Play#2 output Play#2 1    4,0    +    0%      60 .. ..        2    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -7,1    +    0%      60 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -5,1    +    0%      60 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -3,1    g    0%      60 .. ..        3    0    0    0 100%    1        0
+    Play#2 output Play#2 1   -1,1    g    0%      60 .. ..        3    0    0    0 100%    1        0
+    Play#2 output Play#2 1    1,1    g    0%      60 .. ..        2    0    0    0 100%    1        0
+    Play#2 output Play#2 1    3,1    +    0%      60 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -4,2    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -2,2    g    0%      60 .. ..        3    0    0    0 100%    1        0
+    Play#2 output Play#2 1    0,2    g    0%      60 .. ..        2    0    0    0 100%    1        0
+    Play#2 output Play#2 1    2,2    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -3,3    +    0%      60 .. ..        2    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -1,3    +    0%      60 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    1,3    +    0%      60 .. ..        2    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    3,3    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1 30 sectors
+    Play#2 output Play#2 6 0 551
     Play#2 input map #
     Play#2 command map
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 1   -5                     -5  
+    Play#2 output Play#2 1   -4       - . . . .     -4  
+    Play#2 output Play#2 1   -3  . . . - . . . .    -3  
+    Play#2 output Play#2 1   -2 . + w . . c . . .   -2  
+    Play#2 output Play#2 1   -1  + g . o b g g g .  -1  
+    Play#2 output Play#2 1    0 . g g g g g + . .   0   
+    Play#2 output Play#2 1    1  + + g g g + . .    1   
+    Play#2 output Play#2 1    2 . . g g g g . .     2   
+    Play#2 output Play#2 1    3    . + + + g .      3   
+    Play#2 output Play#2 1    4     . . . . .       4   
+    Play#2 output Play#2 1    5                     5   
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 6 0 551
     Play#2 input read y
     Play#2 command read
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 3110, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 2.4830 technology (0.0000 + 2.4830), 1.8442 research (0.0000 + 1.8442) produced
+    Play#2 output Play#2 1 money delta was $518 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Telegram from 1, (#1)  dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 Want an alliance?
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 Country 1 (#1) has upgraded their relations with you to "Allied"!
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 6 0 551
     Play#2 input prod *
     Play#2 command production
+    Play#2 output Play#2 1 Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 PRODUCTION SIMULATION
+    Play#2 output Play#2 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#2 output Play#2 1   -5,-1   g  28%   500  140d 1.00 $0                                      140
+    Play#2 output Play#2 1   -1,-1   o 100%   225  169o 0.75 $0                                      169
+    Play#2 output Play#2 1    1,-1   b 100%    50   10b 1.00 $100    50d             50d              10
+    Play#2 output Play#2 1    3,-1   g  25%   433  108d 1.00 $0                                      108
+    Play#2 output Play#2 1    5,-1   g  42%    82   34d 1.00 $0                                       34
+    Play#2 output Play#2 1    0,0    m 100%   835  835i 1.00 $0                                      835
+    Play#2 output Play#2 1    2,0    m 100%   843  843i 1.00 $0                                      843
+    Play#2 output Play#2 1 7 sectors
+    Play#2 output Play#2 6 0 551
     Play#2 input ctld
+    Play#2 output Play#2 1 Bye-bye
     Play#2 logout 2
+    Play#2 output Play#2 3 so long...
+    Conn53 output Conn53 2 Empire server ready
     Conn53 input user tester
+    Conn53 output Conn53 0 hello tester
     Conn53 input coun 8
+    Conn53 output Conn53 0 country name 8
     Conn53 input pass 8
+    Conn53 output Conn53 0 password ok
     Conn53 input play
     Conn53 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have two new telegrams waiting ...
+    Play#8 output Play#8 1 You have a new announcement waiting ...
+    Play#8 output Play#8 6 2 552
     Play#8 input thres c * 769
     Play#8 command threshold
+    Play#8 output Play#8 1 -6,-4 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 0,-4 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 -5,-3 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 -1,-3 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 1,-3 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 -4,-2 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 -2,-2 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 0,-2 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 2,-2 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 4,-2 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 6,-2 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 -3,-1 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 -1,-1 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 1,-1 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 3,-1 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 5,-1 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 -2,0 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 0,0 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 2,0 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 4,0 old threshold 400
+    Play#8 output Play#8 1 6,0 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 8,0 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 -3,1 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 -1,1 threshold unchanged (left at 769)
+    Play#8 output Play#8 1 1,1 threshold unchanged (left at 769)
+    Play#8 output Play#8 6 2 551
     Play#8 input thres i -2:0,-2 1
     Play#8 command threshold
+    Play#8 output Play#8 6 2 550
     Play#8 input des -2:0,-2 m
     Play#8 command designate
+    Play#8 output Play#8 6 2 549
     Play#8 input thres d -2:2,-2 0
     Play#8 command threshold
+    Play#8 output Play#8 1 -2,-2 old threshold 1
+    Play#8 output Play#8 1 0,-2 old threshold 1
+    Play#8 output Play#8 1 2,-2 old threshold 1
+    Play#8 output Play#8 6 2 548
     Play#8 input thres o 5,-1 10
     Play#8 command threshold
+    Play#8 output Play#8 6 2 547
     Play#8 input thres l 5,-1 50
     Play#8 command threshold
+    Play#8 output Play#8 6 2 546
     Play#8 input thres h 5,-1 100
     Play#8 command threshold
+    Play#8 output Play#8 6 2 545
     Play#8 input thres h -6,-4 100
     Play#8 command threshold
+    Play#8 output Play#8 6 2 544
     Play#8 input declare war 1
     Play#8 command declare
+    Play#8 output Play#8 1 Declaration made (give 'em hell).
+    Play#8 output Play#8 1 Diplomatic relations with 1 downgraded to "At War".
+    Play#8 output Play#8 6 2 542
     Play#8 input declare hostile 2
     Play#8 command declare
+    Play#8 output Play#8 1 Another cold war...
+    Play#8 output Play#8 1 Diplomatic relations with 2 downgraded to "Hostile".
+    Play#8 output Play#8 6 2 540
     Play#8 input wire y
     Play#8 command wire
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 Announcements since Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Announcement from 2, (#2)  dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 Hello World
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 2 540
     Play#8 input bmap #
     Play#8 command bmap
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . . . . . .  -5  
+    Play#8 output Play#8 1   -4 . o - . k . . . . - -4  
+    Play#8 output Play#8 1   -3  ) o - g l . . . .  -3  
+    Play#8 output Play#8 1   -2 . . g g g k j t . - -2  
+    Play#8 output Play#8 1   -1  . . j m m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b h i . 0   
+    Play#8 output Play#8 1    1  . . g j g w . . .  1   
+    Play#8 output Play#8 1    2 . . . . . . . . . . 2   
+    Play#8 output Play#8 1    3  . . . . . . . . .  3   
+    Play#8 output Play#8 1    4   . . - . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 2 540
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1   -6,-4   o  100%     127 .. ..      769    0    0    0 100%    3        0   1
+    Play#8 output Play#8 1   -4,-4   -   11%     127 .. ..       10    0    0    0 100%    5        0   1
+    Play#8 output Play#8 1    0,-4   k  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -5,-3   o   10%     127 .. ..      769    0    0    0 100%    4        0   1
+    Play#8 output Play#8 1   -3,-3   -    2%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -1,-3   g   20%     127 .. ..      769    0    0    0 100%    6        0   1
+    Play#8 output Play#8 1    1,-3   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
+    Play#8 output Play#8 1   -4,-2   g    3%     127 .. ..      769    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1   -2,-2   gm 100%     127 .. ..      769    0    0    0 100%    3        0
+    Play#8 output Play#8 1    0,-2   gm 100%     127 .. ..      769    0    0    0 100%    1        0
+    Play#8 output Play#8 1    2,-2   k  100%     127 .. ..      769    0    0    0 100%  500        0   1
+    Play#8 output Play#8 1    4,-2   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    6,-2   t  100%     127 .. ..      769    0    0    0 100%  169        0   1
+    Play#8 output Play#8 1   -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-1   m  100%     127 .. 5.      769    0   42    0 100%    0        0
+    Play#8 output Play#8 1    1,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    3,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    5,-1   g    2%     127 .. ..      769    0    0    0 100%    1        0
+    Play#8 output Play#8 1    7,-1   c    4%     127 .. ..        6    0    0    0 100%    3        0   1
+    Play#8 output Play#8 1   -2,0    g    7%     127 .. ..      769    0    0    0 100%    4        0   1
+    Play#8 output Play#8 1    0,0    m  100%     127 .. 5.      769   55  512    0 100%    0        0
+    Play#8 output Play#8 1    2,0    m  100%     127 .. 5.      769   55  512    0 100%    0        0
+    Play#8 output Play#8 1    4,0    b  100%     127 .. ..      400    0    0    0 100%   16        0   1
+    Play#8 output Play#8 1    6,0    h  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#8 output Play#8 1    8,0    i  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#8 output Play#8 1   -3,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    1,1    g    0%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    3,1    w  100%     110 .. ..      115    0    0    0 100%  297        0   1
+    Play#8 output Play#8 1 29 sectors
+    Play#8 output Play#8 6 2 540
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . . . . . .  -5  
+    Play#8 output Play#8 1   -4 . o - . k . . . . - -4  
+    Play#8 output Play#8 1   -3  ? o - g l . . . .  -3  
+    Play#8 output Play#8 1   -2 . . g g g k j t . - -2  
+    Play#8 output Play#8 1   -1  . . j m m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b h i . 0   
+    Play#8 output Play#8 1    1  . . j j g w . . .  1   
+    Play#8 output Play#8 1    2 . . . . . . . . . . 2   
+    Play#8 output Play#8 1    3  . . . . . . . . .  3   
+    Play#8 output Play#8 1    4   . . - . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 2 540
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 a class of graduates (300.00) produced in 1,-3
+    Play#8 output Play#8 1 technological breakthroughs (21.96) produced in 6,-2
+    Play#8 output Play#8 1   0 happiness, 300 education produced
+    Play#8 output Play#8 1 total pop was 14609, yielding 0.00 hap, 57.21 edu
+    Play#8 output Play#8 1 7.6943 technology (5.4566 + 2.2377), 1.8442 research (0.0000 + 1.8442) produced
+    Play#8 output Play#8 1 money delta was $-4840 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 Country 1 (#1) has downgraded their relations with you to "At War"!
+    Play#8 output Play#8 1 Country 2 (#2) has downgraded their relations with you to "Hostile"!
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 2 540
     Play#8 input prod *
     Play#8 command production
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 PRODUCTION SIMULATION
+    Play#8 output Play#8 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#8 output Play#8 1   -6,-4   o   3%   602   14o 0.80 $0                                       14
+    Play#8 output Play#8 1    0,-4   k 100%   600  239h 0.80 $0     600i            600i             239
+    Play#8 output Play#8 1   -5,-3   o  72%   513  295o 0.80 $0                                      295
+    Play#8 output Play#8 1   -1,-3   g  23%   525  115d 1.00 $0                                      115
+    Play#8 output Play#8 1    1,-3   l 100%   649  300  1.00 $2700  300l            649l             649
+    Play#8 output Play#8 1   -4,-2   g  28%   504  140d 1.00 $0                                      140
+    Play#8 output Play#8 1   -2,-2   m  96%   474  455i 1.00 $0                                      455
+    Play#8 output Play#8 1    0,-2   m 100%   474  474i 1.00 $0                                      474
+    Play#8 output Play#8 1    2,-2   k 100%   649  259h 0.80 $0     648i            648i             259
+    Play#8 output Play#8 1    4,-2   j 100%   599  478l 0.80 $0     599i            599i             478
+    Play#8 output Play#8 1    6,-2   t 100%   649 23.06 0.77 $9000   30d 150o 300l   40d 200o 400l 30.75
+    Play#8 output Play#8 1   -3,-1   j 100%   599  478l 0.80 $0     599i            599i             478
+    Play#8 output Play#8 1   -1,-1   m 100%   628  628i 1.00 $0                                      628
+    Play#8 output Play#8 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    3,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    5,-1   g  56%   502  280d 1.00 $0                                      280
+    Play#8 output Play#8 1   -2,0    g  51%   510  255d 1.00 $0                                      255
+    Play#8 output Play#8 1    0,0    m 100%   965  965i 1.00 $0                                      965
+    Play#8 output Play#8 1    2,0    m 100%   965  965i 1.00 $0                                      965
+    Play#8 output Play#8 1    4,0    b 100%   328   60b 1.00 $600   300d            325d              65
+    Play#8 output Play#8 1    8,0    i 100%   649  101s 0.49 $621   414l 207h       432l 216h        105
+    Play#8 output Play#8 1   -3,1    j 100%   599  478l 0.80 $0     599i            599i             478
+    Play#8 output Play#8 1   -1,1    j 100%   599  478l 0.80 $0     599i            599i             478
+    Play#8 output Play#8 1    1,1    g  37%   500  185d 1.00 $0                                      185
+    Play#8 output Play#8 1 24 sectors
+    Play#8 output Play#8 6 2 540
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn54 output Conn54 2 Empire server ready
     Conn54 input user tester
+    Conn54 output Conn54 0 hello tester
     Conn54 input coun POGO
+    Conn54 output Conn54 0 country name POGO
     Conn54 input pass peter
+    Conn54 output Conn54 0 password ok
     Conn54 input play
     Conn54 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 1 You have a new announcement waiting ...
+    Play#0 output Play#0 6 4 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  33  100%  30K 181  370   16    0  9.2K 1.2K 872    0    3    4   38K
+    Play#0 output Play#0 1    512.06
+    Play#0 output Play#0 1         8  29   71%  19K 110    0    0    0   13K 2.1K 369    0    0    0   24K
+    Play#0 output Play#0 1    204.85
+    Play#0 output Play#0 1         2  30   15% 3.7K   0    0    0    0    0  1.1K   0    0    0    0   34K
+    Play#0 output Play#0 1     40.18
+    Play#0 output Play#0 1         6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   35K
+    Play#0 output Play#0 1     31.28
+    Play#0 output Play#0 1         3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   35K
+    Play#0 output Play#0 1     31.13
+    Play#0 output Play#0 1         5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   35K
+    Play#0 output Play#0 1     31.05
+    Play#0 output Play#0 1         7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   35K
+    Play#0 output Play#0 1     30.84
+    Play#0 output Play#0 1         4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   35K
+    Play#0 output Play#0 1     30.45
+    Play#0 output Play#0 1        10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   35K
+    Play#0 output Play#0 1     29.90
+    Play#0 output Play#0 1         9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   35K
+    Play#0 output Play#0 1     28.32
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide 113   70%  74K 1.1K 370   16    0   22K 6.5K 1.2K   0    3    4  343K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 4 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                 44.90       10.94       33.63       11.41     5,-15 
+    Play#0 output Play#0 1  2     2                 20.23        5.47        0.00        0.00    18,8   
+    Play#0 output Play#0 1  3     3                 20.23        5.47        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                 20.23        5.47        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                 20.23        5.47        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                 20.23        5.47        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                 20.23        5.47        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                 29.54        5.47       38.23        0.00    30,-12 
+    Play#0 output Play#0 1  9     9                 20.23        5.47        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                20.23        5.47        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 4 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  k  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-15  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1    7,-15  +o 100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     127 .. ..      769    0    0    0 100%  409    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
+    Play#0 output Play#0 1   8   17,-15  o  100%     127 .. ..      769    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   8   19,-15  -   11%     127 .. ..       10    0    0    0 100%    5    0   1
+    Play#0 output Play#0 1   8   23,-15  k  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      769    0    0    0 100%  349    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     127 .. ..      739    5    0    0 100%  376    0   1
+    Play#0 output Play#0 1   1   12,-14  =  100%     127 .. ..       77    0    0    0 100%  109    0   1
+    Play#0 output Play#0 1   1   14,-14  =  100%     127 .. ..       77    0    0    0 100%   97    0   1
+    Play#0 output Play#0 1   1   16,-14  )  100%     127 .. 0.      769   28    1    0 100%  162    0   1
+    Play#0 output Play#0 1   8   18,-14  o   10%     127 .. ..      769    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   8   20,-14  -    2%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   22,-14  g   20%     127 .. ..      769    0    0    0 100%    6    0   1
+    Play#0 output Play#0 1   8   24,-14  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
+    Play#0 output Play#0 1   1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     127 .. 5.      769    0  579    0 100%    7    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. 8.      769    0  712    0 100%    0    0   1
+    Play#0 output Play#0 1   8   19,-13  g    3%     127 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   21,-13  gm 100%     127 .. ..      769    0    0    0 100%    3    0
+    Play#0 output Play#0 1   8   23,-13  gm 100%     127 .. ..      769    0    0    0 100%    1    0
+    Play#0 output Play#0 1   8   25,-13  k  100%     127 .. ..      769    0    0    0 100%  500    0   1
+    Play#0 output Play#0 1   8   27,-13  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   29,-13  t  100%     127 .. ..      769    0    0    0 100%  169    0   1
+    Play#0 output Play#0 1   1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   25    0   1
+    Play#0 output Play#0 1   1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  j  100%     127 .. 5.      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  d  100%     127 .. ..      769    0    0    0 100%  489    0   1
+    Play#0 output Play#0 1   8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-12  m  100%     127 .. 5.      769    0   42    0 100%    0    0
+    Play#0 output Play#0 1   8   24,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   26,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   28,-12  g    2%     127 .. ..      769    0    0    0 100%    1    0
+    Play#0 output Play#0 1   8   30,-12  c    4%     127 .. ..        6    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   1    3,-11  i  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  k* 100%     127 .. ..      769    0    0    0 100%   49    0   1
+    Play#0 output Play#0 1   1    9,-11  r  100%     127 .. ..      769    0    0    0 100%  489    0   1
+    Play#0 output Play#0 1   1   11,-11  w  100%     127 .. ..     6703   51    0    0 100%  659    0   1
+    Play#0 output Play#0 1   1   13,-11  e  100%     127 .. ..      769    1    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1   15,-11  !  100%     127 .. ..      769   15    0    0 100%  595    0   1
+    Play#0 output Play#0 1   8   21,-11  g    7%     127 .. ..      769    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   8   23,-11  m  100%     127 .. 5.      769   55  512    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-11  m  100%     127 .. 5.      769   55  512    0 100%    0    0
+    Play#0 output Play#0 1   8   27,-11  b  100%     127 .. ..      400    0    0    0 100%   16    0   1
+    Play#0 output Play#0 1   8   29,-11  h  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   8   31,-11  i  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  529    0 100%  980    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  527    0 100%  979    0   1
+    Play#0 output Play#0 1   1    4,-10  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    6,-10  +  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1   10,-10  p  100%     127 .. ..      769    0    0    0 100%  574    0   1
+    Play#0 output Play#0 1   8   20,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-10  g    0%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   26,-10  w  100%     110 .. ..      115    0    0    0 100%  297    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  526    0 100%  978    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  530    0 100%  980    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  533    0 100%  983    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  539    0 100%  986    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  538    0 100%  986    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  525    0 100%  977    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  532    0 100%  982    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  530    0 100%  980    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  530    0 100%  980    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  527    0 100%  978    0
+    Play#0 output Play#0 1   2   10,8    +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   12,8    w    0%      60 .. ..      230    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   18,8    c    0%      60 .. ..       50    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   2    9,9    +    0%      60 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   11,9    g    0%      60 .. 5.      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   15,9    o    0%      60 .. ..      416    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   17,9    b  100%     127 .. ..        1    0    0    0 100%  425    0   1
+    Play#0 output Play#0 1   2   19,9    g  100%      60 .. ..      555    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   21,9    g   39%      60 .. ..      133    0    0    0 100%   40    0   1
+    Play#0 output Play#0 1   2   23,9    g    0%      60 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  535    0 100%  984    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  530    0 100%  980    0
+    Play#0 output Play#0 1   2   10,10   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   12,10   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   14,10   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   16,10   gm 100%      93 .. 5.      769    0  524    0 100%  288    0
+    Play#0 output Play#0 1   2   18,10   gm 100%     101 .. 5.      769    0  535    0 100%  293    0
+    Play#0 output Play#0 1   2   20,10   +    0%      60 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2    9,11   +    0%      60 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   11,11   +    0%      60 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   13,11   g    0%      60 .. ..        3    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   15,11   g    0%      60 .. ..        3    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   17,11   g    0%      60 .. ..        2    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   19,11   +    0%      60 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   12,12   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   14,12   g    0%      60 .. ..        3    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   16,12   g    0%      60 .. ..        2    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   18,12   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   13,13   +    0%      60 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   15,13   +    0%      60 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   17,13   +    0%      60 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   19,13   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 4 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
+    Play#0 output Play#0 1   1   1,-15  k .......... ...9....0.   0   0    0  999    0   0    1    0    1   0
+    Play#0 output Play#0 1   1   3,-15  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......4..   0   0    0    0    0   0    0  400    0   0
+    Play#0 output Play#0 1   8  17,-15  o .......... ......0.1.   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ....3.....   0   0    0    0  300 337    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  m .......... ...0......   0   0    0    1    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... .......22.   0   0    0    1    1   0    1  188  192   0
+    Play#0 output Play#0 1   1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  18,-14  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-14  l .......... .......3..   0   0    0    0    1   0    0  300    0   0
+    Play#0 output Play#0 1   1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
+    Play#0 output Play#0 1   1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
+    Play#0 output Play#0 1   8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-13  g .......... ...0......   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-13  g .......... ...0......   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-13  k .......... ...9....0.   0   0    0  999    1   0    0    0    1   0
+    Play#0 output Play#0 1   8  27,-13  j .......... ...9......   0   0    0  999    0   0    0  383    0   0
+    Play#0 output Play#0 1   8  29,-13  t .......... ....0.13..   0   0    0    0   30   0  150  300    0   0
+    Play#0 output Play#0 1   1   4,-12  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  j .......... .......0..   0   0    0 1198    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  12,-12  d .......... .0....021.   0   1    0    0    0   0   20  200  100   0
+    Play#0 output Play#0 1   8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   8  22,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  28,-12  g .......... ....0.001.   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
+    Play#0 output Play#0 1   1   5,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  k .......... ..2....22.   0   0    0    0    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
+    Play#0 output Play#0 1   1  11,-11  w .......... .......... 169   0    0 2640  851   0  722 1971 2686   0
+    Play#0 output Play#0 1   1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  ! .......... 20.....22. 160   5    0    0    0   0    0  200  200   0
+    Play#0 output Play#0 1   8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  m .......... ...0......   0   0    0  817    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-11  b .......... ....3.....   0   0    0    0  300 244    0    0    0   0
+    Play#0 output Play#0 1   8  29,-11  h .......... .......22.   0   0    0    0    1   0    0  200  200   0
+    Play#0 output Play#0 1   8  31,-11  i .......... 0......63.   0   0    0    0    0   0    0  600  207   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
+    Play#0 output Play#0 1   8  20,-10  j .......... ...9...0..   0   0    0  999    1   0    0    1    0   0
+    Play#0 output Play#0 1   8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-10  w .......... ..........   0   0    0 6228 1798   0  217   70    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  10,8    + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,8    w .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
+    Play#0 output Play#0 1   2   9,9    + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  11,9    g .......... ...90.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  15,9    o .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,9    b .......... ....3.....   0   0    0    0  987  10    0    0    0   0
+    Play#0 output Play#0 1   2  19,9    g .......... ....0.....   0   0    0    0  106   0    0    0    0   0
+    Play#0 output Play#0 1   2  21,9    g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  23,9    g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  10,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  14,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   g .......... ...00.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   g .......... ...00.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  20,10   + .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2   9,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  11,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  13,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  15,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  19,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  14,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  13,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  15,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  19,13   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 4 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  j  100%    0    0   82   0    0
+    Play#0 output Play#0 1   1    1,-15  k  100%    6    0   67   1    0
+    Play#0 output Play#0 1   1    3,-15  j  100%   11    0   61   0    0
+    Play#0 output Play#0 1   1    5,-15  c  100%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  +o 100%    0    0   76  47    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   8   17,-15  o  100%    0    0  100   3    0
+    Play#0 output Play#0 1   8   19,-15  -   11%    0    0  100 100    0
+    Play#0 output Play#0 1   8   23,-15  k  100%   11    0   61  21    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  m  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   12,-14  =  100%    0    0   45  11    0
+    Play#0 output Play#0 1   1   14,-14  =  100%    0    0   63  46    0
+    Play#0 output Play#0 1   1   16,-14  )  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   18,-14  o   10%    0    0   91  72    0
+    Play#0 output Play#0 1   8   20,-14  -    2%    0    0   82  58    0
+    Play#0 output Play#0 1   8   22,-14  g   20%   50   23    6   0    0
+    Play#0 output Play#0 1   8   24,-14  l  100%   45    0   13   0    0
+    Play#0 output Play#0 1   1    3,-13  j  100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   8   19,-13  g    3%   56   28    0   0    5
+    Play#0 output Play#0 1   8   21,-13  gm 100%   96    0    0   0   77
+    Play#0 output Play#0 1   8   23,-13  gm 100%  100    0    0   0   88
+    Play#0 output Play#0 1   8   25,-13  k  100%   63   33    0   0   17
+    Play#0 output Play#0 1   8   27,-13  j  100%    0    0   76  47    0
+    Play#0 output Play#0 1   8   29,-13  t  100%   28    0   37   0    0
+    Play#0 output Play#0 1   1    4,-12  k  100%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    8,-12  m  100%  100    0    0   0   88
+    Play#0 output Play#0 1   1   10,-12  j  100%   50    0    6   0    0
+    Play#0 output Play#0 1   1   12,-12  d  100%   63    0    0   0   17
+    Play#0 output Play#0 1   8   20,-12  j  100%   74    1    0   0   37
+    Play#0 output Play#0 1   8   22,-12  m  100%  100    0    0   0   97
+    Play#0 output Play#0 1   8   24,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   26,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   28,-12  g    2%   91   56    0   0   68
+    Play#0 output Play#0 1   8   30,-12  c    4%   23    1   43   0    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1    3,-11  i  100%    0    0  100   3    0
+    Play#0 output Play#0 1   1    5,-11  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    7,-11  k* 100%   91    0    0   0   68
+    Play#0 output Play#0 1   1    9,-11  r  100%   85    0    0   0   57
+    Play#0 output Play#0 1   1   11,-11  w  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1   13,-11  e  100%   67    0    0   0   25
+    Play#0 output Play#0 1   1   15,-11  !  100%   56    0    0   0    5
+    Play#0 output Play#0 1   8   21,-11  g    7%   85   51    0   0   57
+    Play#0 output Play#0 1   8   23,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   25,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   27,-11  b  100%   39    3   21   0    0
+    Play#0 output Play#0 1   8   29,-11  h  100%   34    0   28   0    0
+    Play#0 output Play#0 1   8   31,-11  i  100%    0    0  100 100    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  o  100%    0    0  100  52    0
+    Play#0 output Play#0 1   1    6,-10  +  100%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  p  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   20,-10  j  100%   78    0    0   0   45
+    Play#0 output Play#0 1   8   22,-10  j  100%    6    0   67  32    0
+    Play#0 output Play#0 1   8   24,-10  g    0%   67   37    0   0   25
+    Play#0 output Play#0 1   8   26,-10  w  100%   17    0   52   7    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   10,8    +    0%    0    0  100  87    0
+    Play#0 output Play#0 1   2   12,8    w    0%   17    0   52   7    0
+    Play#0 output Play#0 1   2   18,8    c    0%   23    1   43   0    0
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   2    9,9    +    0%    6    0   67  32    0
+    Play#0 output Play#0 1   2   11,9    g    0%   56   28    0   0    5
+    Play#0 output Play#0 1   2   15,9    o    0%    0    0  100 100    0
+    Play#0 output Play#0 1   2   17,9    b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   2   19,9    g  100%   78   25    0   0   45
+    Play#0 output Play#0 1   2   21,9    g   39%   74   42    0   0   37
+    Play#0 output Play#0 1   2   23,9    g    0%   39   14   21   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   10,10   g    0%   45   19   13   0    0
+    Play#0 output Play#0 1   2   12,10   g    0%   63   33    0   0   17
+    Play#0 output Play#0 1   2   14,10   g    0%   91   56    0   0   68
+    Play#0 output Play#0 1   2   16,10   gm 100%  100    0  100 100  100
+    Play#0 output Play#0 1   2   18,10   gm 100%  100    0  100 100  100
+    Play#0 output Play#0 1   2   20,10   +    0%    0    0  100 100    0
+    Play#0 output Play#0 1   2    9,11   +    0%    0    0   82  58    0
+    Play#0 output Play#0 1   2   11,11   +    0%   11    0   61  21    0
+    Play#0 output Play#0 1   2   13,11   g    0%  100   69    0   0   97
+    Play#0 output Play#0 1   2   15,11   g    0%  100   74    0   0  100
+    Play#0 output Play#0 1   2   17,11   g    0%  100   80    0   0  100
+    Play#0 output Play#0 1   2   19,11   +    0%    0    0  100  98    0
+    Play#0 output Play#0 1   2   12,12   g    0%   67   37    0   0   25
+    Play#0 output Play#0 1   2   14,12   g    0%  100   65    0   0   88
+    Play#0 output Play#0 1   2   16,12   g    0%   96   60    0   0   77
+    Play#0 output Play#0 1   2   18,12   g    0%   85   51    0   0   57
+    Play#0 output Play#0 1   2   13,13   +    0%    0    0   91  72    0
+    Play#0 output Play#0 1   2   15,13   +    0%   28    5   37   0    0
+    Play#0 output Play#0 1   2   17,13   +    0%    0    0   76  47    0
+    Play#0 output Play#0 1   2   19,13   g    0%   50   23    6   0    0
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 4 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 4 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn55 output Conn55 2 Empire server ready
     Conn55 input user tester
+    Conn55 output Conn55 0 hello tester
     Conn55 input coun 1
+    Conn55 output Conn55 0 country name 1
     Conn55 input pass 1
+    Conn55 output Conn55 0 password ok
     Conn55 input play
     Conn55 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have two new telegrams waiting ...
+    Play#1 output Play#1 1 You have a new announcement waiting ...
+    Play#1 output Play#1 6 3 640
     Play#1 input build p 2,2 f1 3
     Play#1 command build
+    Play#1 output Play#1 1 f1   Sopwith Camel #0 built in sector 2,2
+    Play#1 output Play#1 1 f1   Sopwith Camel #1 built in sector 2,2
+    Play#1 output Play#1 1 f1   Sopwith Camel #2 built in sector 2,2
+    Play#1 output Play#1 1 That just cost you $120.00
+    Play#1 output Play#1 6 3 639
     Play#1 input thres s 2,2 180
     Play#1 command threshold
+    Play#1 output Play#1 6 3 638
     Play#1 input thres s 11,-1 20
     Play#1 command threshold
+    Play#1 output Play#1 6 3 637
     Play#1 input thres p 11,-1 20
     Play#1 command threshold
+    Play#1 output Play#1 6 3 636
     Play#1 input des 2,-2 %
     Play#1 command designate
+    Play#1 output Play#1 6 3 635
     Play#1 input thres p 2,-2 1
     Play#1 command threshold
+    Play#1 output Play#1 6 3 634
     Play#1 input thres s 5,-1 200
     Play#1 command threshold
+    Play#1 output Play#1 6 3 633
     Play#1 input thres g 5,-1 10
     Play#1 command threshold
+    Play#1 output Play#1 6 3 632
     Play#1 input thres d -1,-1 0
     Play#1 command threshold
+    Play#1 output Play#1 1 -1,-1 old threshold 300
+    Play#1 output Play#1 6 3 631
     Play#1 input thres c * 0
     Play#1 command threshold
+    Play#1 output Play#1 1 1,-3 old threshold 769
+    Play#1 output Play#1 1 -4,-2 old threshold 769
+    Play#1 output Play#1 1 -2,-2 old threshold 769
+    Play#1 output Play#1 1 0,-2 old threshold 769
+    Play#1 output Play#1 1 2,-2 old threshold 769
+    Play#1 output Play#1 1 4,-2 old threshold 769
+    Play#1 output Play#1 1 6,-2 old threshold 769
+    Play#1 output Play#1 1 -1,-1 old threshold 769
+    Play#1 output Play#1 1 1,-1 old threshold 769
+    Play#1 output Play#1 1 3,-1 old threshold 769
+    Play#1 output Play#1 1 5,-1 old threshold 769
+    Play#1 output Play#1 1 7,-1 old threshold 77
+    Play#1 output Play#1 1 9,-1 old threshold 77
+    Play#1 output Play#1 1 11,-1 old threshold 769
+    Play#1 output Play#1 1 -2,0 old threshold 769
+    Play#1 output Play#1 1 0,0 old threshold 769
+    Play#1 output Play#1 1 2,0 old threshold 769
+    Play#1 output Play#1 1 4,0 old threshold 769
+    Play#1 output Play#1 1 -1,1 old threshold 769
+    Play#1 output Play#1 1 1,1 old threshold 769
+    Play#1 output Play#1 1 3,1 old threshold 769
+    Play#1 output Play#1 1 5,1 old threshold 769
+    Play#1 output Play#1 1 7,1 old threshold 769
+    Play#1 output Play#1 1 -2,2 old threshold 769
+    Play#1 output Play#1 1 0,2 old threshold 769
+    Play#1 output Play#1 1 2,2 old threshold 769
+    Play#1 output Play#1 1 4,2 old threshold 769
+    Play#1 output Play#1 1 6,2 old threshold 769
+    Play#1 output Play#1 1 8,2 old threshold 769
+    Play#1 output Play#1 1 10,2 old threshold 769
+    Play#1 output Play#1 1 -1,3 old threshold 769
+    Play#1 output Play#1 1 1,3 old threshold 769
+    Play#1 output Play#1 1 5,3 old threshold 769
+    Play#1 output Play#1 6 3 630
     Play#1 input march 4/5 ujjjh
     Play#1 command march
+    Play#1 output Play#1 1 Leader is cav  cavalry #4
+    Play#1 output Play#1 1 cav  cavalry #4 stopped at 11,-1
+    Play#1 output Play#1 1 art  artillery #5 stopped at 11,-1
+    Play#1 output Play#1 6 3 629
     Play#1 input build s 5,-1 od
     Play#1 command build
+    Play#1 output Play#1 1 od   oil derrick (#3) built in sector 5,-1
+    Play#1 output Play#1 1 That just cost you $300.00
+    Play#1 output Play#1 6 3 628
     Play#1 input load c 3 200
     Play#1 command load
+    Play#1 output Play#1 1 200 civilians loaded onto od   oil derrick (#3) at 5,-1
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 627
     Play#1 input build s 5,-1 ft
     Play#1 command build
+    Play#1 output Play#1 1 ft   fishing trawler (#4) built in sector 5,-1
+    Play#1 output Play#1 6 3 626
     Play#1 input load c 4 200
     Play#1 command load
+    Play#1 output Play#1 1 200 civilians loaded onto ft   fishing trawler (#4) at 5,-1
+    Play#1 output Play#1 1 1 ship loaded
+    Play#1 output Play#1 6 3 625
     Play#1 input bmap #1
     Play#1 command bmap
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 1   -8                                           -8  
+    Play#1 output Play#1 1   -7                                           -7  
+    Play#1 output Play#1 1   -6                       . ? ? ? ? .         -6  
+    Play#1 output Play#1 1   -5                      . . . . . . .        -5  
+    Play#1 output Play#1 1   -4         - . . . . . . . . . . . . .       -4  
+    Play#1 output Play#1 1   -3          - . . . j . . . . . . . . .      -3  
+    Play#1 output Play#1 1   -2         . . k j c + t l . . o ? . ? .     -2  
+    Play#1 output Play#1 1   -1          - . . b m m h = = ) o ? ? ? .    -1  
+    Play#1 output Play#1 1    0         - - . j m m k . . . . ? ? ? ?     0   
+    Play#1 output Play#1 1    1          - - . k m m j d . . . ? ? ?      1   
+    Play#1 output Play#1 1    2         - - . i m k r w e ! . . ? ?       2   
+    Play#1 output Play#1 1    3          - - . o + . p . . . . ? ?        3   
+    Play#1 output Play#1 1    4           - - . . . . . . . . . .         4   
+    Play#1 output Play#1 1    5                                           5   
+    Play#1 output Play#1 1    6                                           6   
+    Play#1 output Play#1 1    7                                           7   
+    Play#1 output Play#1 1    8                                           8   
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 6 3 625
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   k  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1   -2,-2   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,-2   c  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    2,-2   o% 100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     127 .. ..      769    0    0    0 100%  409        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     127 .. ..      769    0    0    0 100%  249        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..      769    0    0    0 100%  349        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   m  100%     127 .. ..      769    0    0    0 100%    1        0
+    Play#1 output Play#1 1    5,-1   h  100%     127 .. ..      369    5    0    0 100%  452        0   1
+    Play#1 output Play#1 1    7,-1   =  100%     127 .. ..       77    0    0    0 100%  109        0   1
+    Play#1 output Play#1 1    9,-1   =  100%     127 .. ..       77    0    0    0 100%  109        0   1
+    Play#1 output Play#1 1   11,-1   )  100%     127 .. 0.      769   28    1    0 100%  656        0   1
+    Play#1 output Play#1 1   -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
+    Play#1 output Play#1 1    0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,0    m  100%     127 .. 5.      769    0  579    0 100%    6        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. 8.      769    0  869    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,1    k  100%     127 .. ..      769    0    0    0 100%   26        0   1
+    Play#1 output Play#1 1    1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,1    m  100%     127 .. 5.      769    0   37    0 100%    0        0
+    Play#1 output Play#1 1    5,1    j  100%     127 .. 5.      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    d  100%     127 .. ..      769    0    0    0 100%  489        0   1
+    Play#1 output Play#1 1   -2,2    i  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    *  100%     127 .. ..      769   27    0    0 100%  462        0   1
+    Play#1 output Play#1 1    4,2    r  100%     127 .. ..      769    0    0    0 100%  489        0   1
+    Play#1 output Play#1 1    6,2    w  100%     127 .. ..     7898   44    0    0 100%  662        0   1
+    Play#1 output Play#1 1    8,2    e  100%     127 .. ..      769    1    0    0 100%  649        0   1
+    Play#1 output Play#1 1   10,2    !  100%     127 .. ..      769   25    0    0 100%  653        0   1
+    Play#1 output Play#1 1   -1,3    o  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#1 output Play#1 1    1,3    +  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    5,3    p  100%     127 .. ..      769    0    0    0 100%  574        0   1
+    Play#1 output Play#1 1 33 sectors
+    Play#1 output Play#1 6 3 625
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
+    Play#1 output Play#1 1    1 cs   cargo ship     5,-1      100% 300  25   0   0  0  0  0  1 127   31
+    Play#1 output Play#1 1    2 tk   tanker         5,-1      100%  30   0   0   0  0  0  0  0  90   44
+    Play#1 output Play#1 1    3 od   oil derrick    5,-1       20% 200   0   0   0  0  0  0  0   0   51
+    Play#1 output Play#1 1    4 ft   fishing tra    5,-1       20% 200   0   0   0  0  0  0  0   0   51
+    Play#1 output Play#1 1 5 ships
+    Play#1 output Play#1 6 3 625
     Play#1 input land *
     Play#1 command land
+    Play#1 output Play#1 1    # unit type          x,y    a   eff mil frt  mu  fd tch retr xl ln carry
+    Play#1 output Play#1 1    0 cav  cavalry       5,-1      100%  20   0 124   0  31  42%  0  0    1S
+    Play#1 output Play#1 1    3 cav  cavalry       5,-1      100%   1   0 124   0  31  42%  0  0
+    Play#1 output Play#1 1    4 cav  cavalry      11,-1      100%   5   0 102   0  31  42%  0  0
+    Play#1 output Play#1 1    5 art  artillery    11,-1      100%   5   0   0   0  37  42%  0  0
+    Play#1 output Play#1 1 4 units
+    Play#1 output Play#1 6 3 625
     Play#1 input plane *
     Play#1 command plane
+    Play#1 output Play#1 1    #    type                x,y    w   eff  mu def tech ran hard carry special
+    Play#1 output Play#1 1    0 f1   Sopwith Camel     2,2        10%   0   1   51   4    0      
+    Play#1 output Play#1 1    1 f1   Sopwith Camel     2,2        10%   0   1   51   4    0      
+    Play#1 output Play#1 1    2 f1   Sopwith Camel     2,2        10%   0   1   51   4    0      
+    Play#1 output Play#1 1 3 planes
+    Play#1 output Play#1 6 3 625
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4 - . . . . . . . . . . .   -4  
+    Play#1 output Play#1 1   -3  - . . . j . . . . . . .  -3  
+    Play#1 output Play#1 1   -2 . . k j c o t l . . ? ? . -2  
+    Play#1 output Play#1 1   -1  - . . b m m h = = ) ? ?  -1  
+    Play#1 output Play#1 1    0 - - . j m m k . . . . ? ? 0   
+    Play#1 output Play#1 1    1  - - . k m m j d . . . ?  1   
+    Play#1 output Play#1 1    2 - - . i m * r w e ! . . ? 2   
+    Play#1 output Play#1 1    3  - - . o + . p . . . . ?  3   
+    Play#1 output Play#1 1    4   - - . . . . . . . . .   4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 3 625
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 Country 2 (#2) has upgraded their relations with you to "Allied"!
+    Play#1 output Play#1 1 Country 8 (#8) has downgraded their relations with you to "At War"!
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 technological breakthroughs (11.12) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (400.00) produced in 6,-2
+    Play#1 output Play#1 1 medical discoveries (7.41) produced in 4,2
+    Play#1 output Play#1 1 happy strollers (75.00) produced in 5,3
+    Play#1 output Play#1 1  75 happiness, 400 education produced
+    Play#1 output Play#1 1 total pop was 30227, yielding 12.45 hap, 41.19 edu
+    Play#1 output Play#1 1 7.2384 technology (4.4747 + 2.7637), 3.6876 research (3.6876 + 0.0000) produced
+    Play#1 output Play#1 1 Army delta $-138, Navy delta $-582, Air force delta $0
+    Play#1 output Play#1 1 money delta was $6908 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 3 625
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    1,-3   j 100%   599  516l 0.86 $0     599i            599i             516
+    Play#1 output Play#1 1   -4,-2   k 100%   600  258h 0.86 $0     600i            600i             258
+    Play#1 output Play#1 1   -2,-2   j 100%   599  516l 0.86 $0     599i            599i             516
+    Play#1 output Play#1 1    2,-2   % 100%   474  999p 7.61 $131   131o            131o             999
+    Play#1 output Play#1 1    4,-2   t 100%   649 11.29 0.75 $4500   15d  75o 150l   40d 200o 400l 30.11
+    Play#1 output Play#1 1    6,-2   l 100%   649  450  1.00 $4050  450l            649l             649
+    Play#1 output Play#1 1   -1,-1   b 100%   649   60b 1.00 $600   300d            645d             129
+    Play#1 output Play#1 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,-1   m  96%   600  576i 1.00 $0                                      576
+    Play#1 output Play#1 1   -2,0    j 100%   649  516l 0.86 $0     599i            649i             559
+    Play#1 output Play#1 1    0,0    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    2,0    m 100%  1004  999i 1.00 $0                                      999
+    Play#1 output Play#1 1    4,0    k 100%  1198  516h 0.86 $0    1198i           1198i             516
+    Play#1 output Play#1 1   -1,1    k 100%   625  258h 0.86 $0     600i            624i             269
+    Play#1 output Play#1 1    1,1    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    3,1    m 100%   624  624i 1.00 $0                                      624
+    Play#1 output Play#1 1    5,1    j 100%   599  516l 0.86 $0     599i            599i             516
+    Play#1 output Play#1 1    7,1    d 100%   649    8g 0.76 $300    10o  50l 100h   40o 200l 400h    30
+    Play#1 output Play#1 1   -2,2    i 100%   599  151s 0.76 $597   398l 199h       398l 199h        151
+    Play#1 output Play#1 1    0,2    m 100%   599  599i 1.00 $0                                      599
+    Play#1 output Play#1 1    4,2    r 100%   649  7.53 0.75 $900    10d  50o 100l   40d 200o 400l 30.11
+    Play#1 output Play#1 1    8,2    e 100%   649   33m 1.00 $99     33c             33c             498
+    Play#1 output Play#1 1   -1,3    o  21%   600  108o 0.86 $0                                      108
+    Play#1 output Play#1 1    5,3    p 100%   649   75  1.00 $675    75l            649l             649
+    Play#1 output Play#1 1 24 sectors
+    Play#1 output Play#1 6 3 625
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn56 output Conn56 2 Empire server ready
     Conn56 input user tester
+    Conn56 output Conn56 0 hello tester
     Conn56 input coun 2
+    Conn56 output Conn56 0 country name 2
     Conn56 input pass 2
+    Conn56 output Conn56 0 password ok
     Conn56 input play
     Conn56 login 2 127.0.0.1 tester
+    Play#2 output Play#2 2 2
+    Play#2 output Play#2 1 You have two new telegrams waiting ...
+    Play#2 output Play#2 6 0 623
     Play#2 input des -5,-1 j
     Play#2 command designate
+    Play#2 output Play#2 6 0 622
     Play#2 input thres l -5,-1 1
     Play#2 command threshold
+    Play#2 output Play#2 6 0 621
     Play#2 input thres l 3,-1 300
     Play#2 command threshold
+    Play#2 output Play#2 6 0 620
     Play#2 input thres c 5,-1 769
     Play#2 command threshold
+    Play#2 output Play#2 1 5,-1 old threshold 600
+    Play#2 output Play#2 6 0 619
     Play#2 input thres i 5,-1 999
     Play#2 command threshold
+    Play#2 output Play#2 6 0 618
     Play#2 input thres c 7,-1 400
     Play#2 command threshold
+    Play#2 output Play#2 1 7,-1 old threshold 769
+    Play#2 output Play#2 6 0 617
     Play#2 input bmap #1
     Play#2 command bmap
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 1   -5                     -5  
+    Play#2 output Play#2 1   -4       - . . . .     -4  
+    Play#2 output Play#2 1   -3  . . . - . . . .    -3  
+    Play#2 output Play#2 1   -2 . + w . . c . . .   -2  
+    Play#2 output Play#2 1   -1  + g . o b g g g .  -1  
+    Play#2 output Play#2 1    0 . g g g g g + . .   0   
+    Play#2 output Play#2 1    1  + + g g g + . .    1   
+    Play#2 output Play#2 1    2 . . g g g g . .     2   
+    Play#2 output Play#2 1    3    . + + + g .      3   
+    Play#2 output Play#2 1    4     . . . . .       4   
+    Play#2 output Play#2 1    5                     5   
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 6 0 617
     Play#2 input cen *
     Play#2 command census
+    Play#2 output Play#2 1 Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 CENSUS                   del dst
+    Play#2 output Play#2 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#2 output Play#2 1   -6,-2   +    0%     120 .. ..        2    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -4,-2   w   90%      96 .. ..        1    0    0    0 100%   90        0   1
+    Play#2 output Play#2 1    2,-2   c   20%     120 .. ..       50    0    0    0 100%   20        0   1
+    Play#2 output Play#2 1   -7,-1   +    0%     120 .. ..        1    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -5,-1   gj 100%     119 .. 5.      769    0   60    0 100%    0        0   1
+    Play#2 output Play#2 1   -1,-1   o  100%     118 .. ..      769    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    1,-1   b  100%     127 .. ..      385    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    3,-1   g  100%      97 .. ..      300    0    0    0 100%    2        0   1
+    Play#2 output Play#2 1    5,-1   g  100%     117 .. ..      600    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    7,-1   g    1%     120 .. ..      390    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -6,0    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -4,0    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -2,0    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    0,0    m  100%     127 .. 5.      769    0  579    0 100%    0        0
+    Play#2 output Play#2 1    2,0    m  100%     127 .. 5.      769    0  579    0 100%    0        0
+    Play#2 output Play#2 1    4,0    +    1%     120 .. ..        2    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -7,1    +    0%     120 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -5,1    +    1%     120 .. ..        4    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -3,1    g    1%     120 .. ..        3    0    0    0 100%    1        0
+    Play#2 output Play#2 1   -1,1    g    1%     120 .. ..        4    0    0    0 100%    1        0
+    Play#2 output Play#2 1    1,1    g    1%     120 .. ..        2    0    0    0 100%    1        0
+    Play#2 output Play#2 1    3,1    +    1%     120 .. ..        4    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -4,2    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -2,2    g    1%     120 .. ..        4    0    0    0 100%    1        0
+    Play#2 output Play#2 1    0,2    g    1%     120 .. ..        3    0    0    0 100%    1        0
+    Play#2 output Play#2 1    2,2    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -3,3    +    1%     120 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -1,3    +    1%     120 .. ..        4    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    1,3    +    1%     120 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    3,3    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1 30 sectors
+    Play#2 output Play#2 6 0 617
     Play#2 input map #
     Play#2 command map
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 1   -5  . - - .            -5  
+    Play#2 output Play#2 1   -4 - - - - . . . . .   -4  
+    Play#2 output Play#2 1   -3  . . . - . . . . .  -3  
+    Play#2 output Play#2 1   -2 . + w . . c . . . . -2  
+    Play#2 output Play#2 1   -1  + g . o b g g g .  -1  
+    Play#2 output Play#2 1    0 . g g g m m + . . . 0   
+    Play#2 output Play#2 1    1  + + g g g + . . .  1   
+    Play#2 output Play#2 1    2 . . g g g g . . .   2   
+    Play#2 output Play#2 1    3    . + + + g .      3   
+    Play#2 output Play#2 1    4     . . . . .       4   
+    Play#2 output Play#2 1    5                     5   
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 6 0 617
     Play#2 input read y
     Play#2 command read
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 Country 8 (#8) has downgraded their relations with you to "Hostile"!
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 3744, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 2.5005 technology (0.0000 + 2.5005), 1.8438 research (0.0000 + 1.8438) produced
+    Play#2 output Play#2 1 money delta was $482 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 6 0 617
     Play#2 input prod *
     Play#2 command production
+    Play#2 output Play#2 1 Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 PRODUCTION SIMULATION
+    Play#2 output Play#2 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#2 output Play#2 1   -5,-1   j 100%   515  394l 0.77 $0     515i            515i             394
+    Play#2 output Play#2 1   -1,-1   o  78%   599  357o 0.77 $0                                      357
+    Play#2 output Play#2 1    1,-1   b 100%   300   60b 1.00 $600   300d            300d              60
+    Play#2 output Play#2 1    3,-1   g   3%   236    7d 1.00 $0                                        7
+    Play#2 output Play#2 1    5,-1   g  35%   469  164d 1.00 $0                                      164
+    Play#2 output Play#2 1    7,-1   g  14%   206   28d 1.00 $0                                       28
+    Play#2 output Play#2 1    0,0    m 100%   998  998i 1.00 $0                                      998
+    Play#2 output Play#2 1    2,0    m 100%   998  998i 1.00 $0                                      998
+    Play#2 output Play#2 1 8 sectors
+    Play#2 output Play#2 6 0 617
     Play#2 input ctld
+    Play#2 output Play#2 1 Bye-bye
     Play#2 logout 2
+    Play#2 output Play#2 3 so long...
+    Conn57 output Conn57 2 Empire server ready
     Conn57 input user tester
+    Conn57 output Conn57 0 hello tester
     Conn57 input coun 8
+    Conn57 output Conn57 0 country name 8
     Conn57 input pass 8
+    Conn57 output Conn57 0 password ok
     Conn57 input play
     Conn57 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have a new telegram waiting ...
+    Play#8 output Play#8 6 3 640
     Play#8 input des 5,-1 d
     Play#8 command designate
+    Play#8 output Play#8 6 3 639
     Play#8 input thres g 5,-1 1
     Play#8 command threshold
+    Play#8 output Play#8 6 3 638
     Play#8 input des -6,-4 f
     Play#8 command designate
+    Play#8 output Play#8 6 3 637
     Play#8 input thres g -6,-4 7
     Play#8 command threshold
+    Play#8 output Play#8 6 3 636
     Play#8 input thres s -6,-4 200
     Play#8 command threshold
+    Play#8 output Play#8 6 3 635
     Play#8 input des -4,-2 *
     Play#8 command designate
+    Play#8 output Play#8 6 3 634
     Play#8 input thres l -4,-2 200
     Play#8 command threshold
+    Play#8 output Play#8 6 3 633
     Play#8 input thres h -4,-2 200
     Play#8 command threshold
+    Play#8 output Play#8 6 3 632
     Play#8 input thres s -4,-2 200
     Play#8 command threshold
+    Play#8 output Play#8 6 3 631
     Play#8 input thres d -4,-2 0
     Play#8 command threshold
+    Play#8 output Play#8 1 -4,-2 old threshold 1
+    Play#8 output Play#8 6 3 630
     Play#8 input des -1,-3 !
     Play#8 command designate
+    Play#8 output Play#8 6 3 629
     Play#8 input thres l -1,-3 200
     Play#8 command threshold
+    Play#8 output Play#8 6 3 628
     Play#8 input thres h -1,-3 200
     Play#8 command threshold
+    Play#8 output Play#8 6 3 627
     Play#8 input thres s -1,-3 200
     Play#8 command threshold
+    Play#8 output Play#8 6 3 626
     Play#8 input thres g -1,-3 10
     Play#8 command threshold
+    Play#8 output Play#8 6 3 625
     Play#8 input thres d -1,-3 0
     Play#8 command threshold
+    Play#8 output Play#8 1 -1,-3 old threshold 1
+    Play#8 output Play#8 6 3 624
     Play#8 input des -2,0 p
     Play#8 command designate
+    Play#8 output Play#8 6 3 623
     Play#8 input thres d -2,0 0
     Play#8 command threshold
+    Play#8 output Play#8 1 -2,0 old threshold 1
+    Play#8 output Play#8 6 3 622
     Play#8 input thres l -2,0 75
     Play#8 command threshold
+    Play#8 output Play#8 6 3 621
     Play#8 input des 1,1 k
     Play#8 command designate
+    Play#8 output Play#8 6 3 620
     Play#8 input thres i 1,1 999
     Play#8 command threshold
+    Play#8 output Play#8 6 3 619
     Play#8 input thres h 1,1 1
     Play#8 command threshold
+    Play#8 output Play#8 6 3 618
     Play#8 input thres l 1,-3 400
     Play#8 command threshold
+    Play#8 output Play#8 1 1,-3 old threshold 300
+    Play#8 output Play#8 6 3 617
     Play#8 input mov m 0,0 55 -6,-4
     Play#8 command move
+    Play#8 output Play#8 1 Looking for best path to -6,-4
+    Play#8 output Play#8 1 Using best path 'ygyyyh', movement cost 1.000
+    Play#8 output Play#8 1 Total movement cost = 55
+    Play#8 output Play#8 1 72 mob left in 0,0
+    Play#8 output Play#8 6 3 616
     Play#8 input bmap #
     Play#8 command bmap
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . . . . . .  -5  
+    Play#8 output Play#8 1   -4 . o - . k . . . . - -4  
+    Play#8 output Play#8 1   -3  ) o - g l . . . .  -3  
+    Play#8 output Play#8 1   -2 . . g g g k j t . - -2  
+    Play#8 output Play#8 1   -1  . . j m m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b h i . 0   
+    Play#8 output Play#8 1    1  . . j j g w . . .  1   
+    Play#8 output Play#8 1    2 . . . . . . . . . . 2   
+    Play#8 output Play#8 1    3  . . . . . . . . .  3   
+    Play#8 output Play#8 1    4   . . - . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 3 616
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1   -6,-4   of 100%     127 .. ..      769   55    0    0 100%    2        0   1
+    Play#8 output Play#8 1   -4,-4   -   17%     127 .. ..      769    0    0    0 100%    6        0   1
+    Play#8 output Play#8 1    0,-4   k  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -5,-3   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,-3   -    3%     127 .. ..      769    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1   -1,-3   g! 100%     127 .. ..      769    0    0    0 100%   25        0   1
+    Play#8 output Play#8 1    1,-3   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
+    Play#8 output Play#8 1   -4,-2   g* 100%     127 .. ..      769    0    0    0 100%    4        0   1
+    Play#8 output Play#8 1   -2,-2   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    0,-2   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    2,-2   k  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1    4,-2   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    6,-2   t  100%     127 .. ..      769    0    0    0 100%  169        0   1
+    Play#8 output Play#8 1   -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-1   m  100%     127 .. 5.      769    0  203    0 100%    0        0
+    Play#8 output Play#8 1    1,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    3,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    5,-1   gd 100%     127 .. ..      769    0    0    0 100%    2        0
+    Play#8 output Play#8 1    7,-1   c    7%     127 .. ..      769    0    0    0 100%    3        0   1
+    Play#8 output Play#8 1   -2,0    gp 100%     127 .. ..      769    0    0    0 100%   10        0   1
+    Play#8 output Play#8 1    0,0    m  100%      72 .. 5.      769    0  512    0 100%    0        0
+    Play#8 output Play#8 1    2,0    m  100%     127 .. 5.      769   55  512    0 100%    0        0
+    Play#8 output Play#8 1    4,0    b  100%     127 .. ..      769    0    0    0 100%   28        0   1
+    Play#8 output Play#8 1    6,0    h  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#8 output Play#8 1    8,0    i  100%     127 .. ..      769    0    0    0 100%   28        0   1
+    Play#8 output Play#8 1   -3,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    1,1    gk 100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    3,1    w  100%     104 .. ..     3159    0    0    0 100%  140        0   1
+    Play#8 output Play#8 1 29 sectors
+    Play#8 output Play#8 6 3 616
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . . . . . .  -5  
+    Play#8 output Play#8 1   -4 . o - . k . . . . - -4  
+    Play#8 output Play#8 1   -3  ? o - g l . . . .  -3  
+    Play#8 output Play#8 1   -2 . . g m m k j t . - -2  
+    Play#8 output Play#8 1   -1  . . j m m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b h i . 0   
+    Play#8 output Play#8 1    1  . . j j g w . . .  1   
+    Play#8 output Play#8 1    2 . . . . . . . . . . 2   
+    Play#8 output Play#8 1    3  . . . . . . . . .  3   
+    Play#8 output Play#8 1    4   . . - . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 3 616
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 a class of graduates (300.00) produced in 1,-3
+    Play#8 output Play#8 1 technological breakthroughs (23.06) produced in 6,-2
+    Play#8 output Play#8 1   0 happiness, 300 education produced
+    Play#8 output Play#8 1 total pop was 18991, yielding 0.00 hap, 46.94 edu
+    Play#8 output Play#8 1 7.7647 technology (5.5273 + 2.2373), 1.8438 research (0.0000 + 1.8438) produced
+    Play#8 output Play#8 1 money delta was $-3234 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 3 616
     Play#8 input prod *
     Play#8 command production
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 PRODUCTION SIMULATION
+    Play#8 output Play#8 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#8 output Play#8 1    0,-4   k 100%   599  247h 0.82 $0     598i            598i             247
+    Play#8 output Play#8 1   -5,-3   o  35%   599  172o 0.82 $0                                      172
+    Play#8 output Play#8 1    1,-3   l 100%   649  300  1.00 $2700  300l            649l             649
+    Play#8 output Play#8 1   -2,-2   m  96%   599  575i 1.00 $0                                      575
+    Play#8 output Play#8 1    0,-2   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    2,-2   k 100%   600  247h 0.82 $0     600i            600i             247
+    Play#8 output Play#8 1    4,-2   j 100%   599  494l 0.82 $0     599i            599i             494
+    Play#8 output Play#8 1    6,-2   t 100%   649 23.38 0.78 $9000   30d 150o 300l   40d 200o 400l 31.17
+    Play#8 output Play#8 1   -3,-1   j 100%   599  494l 0.82 $0     599i            599i             494
+    Play#8 output Play#8 1   -1,-1   m 100%   739  739i 1.00 $0                                      739
+    Play#8 output Play#8 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    3,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    5,-1   d 100%   474    6g 0.63 $300    10o  50l 100h   29o 145l 290h    18
+    Play#8 output Play#8 1   -2,0    p 100%   474    0  1.00 $0       0l            474l             474
+    Play#8 output Play#8 1    0,0    m 100%   952  952i 1.00 $0                                      952
+    Play#8 output Play#8 1    2,0    m 100%   965  965i 1.00 $0                                      965
+    Play#8 output Play#8 1    4,0    b 100%   627   60b 1.00 $600   300d            625d             125
+    Play#8 output Play#8 1    8,0    i 100%   627  132s 0.63 $627   418l 209h       418l 209h        132
+    Play#8 output Play#8 1   -3,1    j 100%   599  494l 0.82 $0     599i            599i             494
+    Play#8 output Play#8 1   -1,1    j 100%   599  494l 0.82 $0     599i            599i             494
+    Play#8 output Play#8 1    1,1    k 100%   474    0h 0.82 $0       0i            474i             195
+    Play#8 output Play#8 1 21 sectors
+    Play#8 output Play#8 6 3 616
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn58 output Conn58 2 Empire server ready
     Conn58 input user tester
+    Conn58 output Conn58 0 hello tester
     Conn58 input coun POGO
+    Conn58 output Conn58 0 country name POGO
     Conn58 input pass peter
+    Conn58 output Conn58 0 password ok
     Conn58 input play
     Conn58 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 4 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  33  100%  31K 211  512   24    0  9.1K 852  1.2K   3    5    4   44K
+    Play#0 output Play#0 1    638.08
+    Play#0 output Play#0 1         8  29   91%  25K 110  101    0    0   14K 2.8K 527    0    0    0   21K
+    Play#0 output Play#0 1    328.68
+    Play#0 output Play#0 1         2  30   28% 4.9K   0    0    0    0  1.7K 1.3K 169    0    0    0   35K
+    Play#0 output Play#0 1     55.99
+    Play#0 output Play#0 1         6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   36K
+    Play#0 output Play#0 1     35.36
+    Play#0 output Play#0 1         3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   36K
+    Play#0 output Play#0 1     35.18
+    Play#0 output Play#0 1         5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   36K
+    Play#0 output Play#0 1     35.10
+    Play#0 output Play#0 1         7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   36K
+    Play#0 output Play#0 1     34.87
+    Play#0 output Play#0 1         4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   36K
+    Play#0 output Play#0 1     34.43
+    Play#0 output Play#0 1        10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   36K
+    Play#0 output Play#0 1     33.81
+    Play#0 output Play#0 1         9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   36K
+    Play#0 output Play#0 1     32.05
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide 113   78%  82K 1.1K 613   24    0   25K 7.0K 1.9K   3    5    4  354K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 4 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                 51.81       14.54       35.43       11.99     5,-15 
+    Play#0 output Play#0 1  2     2                 22.59        7.27        0.00        0.00    18,8   
+    Play#0 output Play#0 1  3     3                 22.59        7.27        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                 22.59        7.27        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                 22.59        7.27        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                 22.59        7.27        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                 22.59        7.27        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                 37.07        7.27       40.30        0.00    30,-12 
+    Play#0 output Play#0 1  9     9                 22.59        7.27        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                22.59        7.27        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 4 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  k  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    3,-15  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1    7,-15  o% 100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     127 .. ..      769    0    0    0 100%  409    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     127 .. ..      769    0    0    0 100%  249    0   1
+    Play#0 output Play#0 1   8   17,-15  of 100%     127 .. ..      769   55    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   19,-15  -   17%     127 .. ..      769    0    0    0 100%    6    0   1
+    Play#0 output Play#0 1   8   23,-15  k  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..      769    0    0    0 100%  349    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  m  100%     127 .. ..      769    0    0    0 100%    1    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     127 .. ..      369    5    0    0 100%  452    0   1
+    Play#0 output Play#0 1   1   12,-14  =  100%     127 .. ..       77    0    0    0 100%  109    0   1
+    Play#0 output Play#0 1   1   14,-14  =  100%     127 .. ..       77    0    0    0 100%  109    0   1
+    Play#0 output Play#0 1   1   16,-14  )  100%     127 .. 0.      769   28    1    0 100%  656    0   1
+    Play#0 output Play#0 1   8   18,-14  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   20,-14  -    3%     127 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   22,-14  g! 100%     127 .. ..      769    0    0    0 100%   25    0   1
+    Play#0 output Play#0 1   8   24,-14  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
+    Play#0 output Play#0 1   1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     127 .. 5.      769    0  579    0 100%    6    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. 8.      769    0  869    0 100%    0    0   1
+    Play#0 output Play#0 1   8   19,-13  g* 100%     127 .. ..      769    0    0    0 100%    4    0   1
+    Play#0 output Play#0 1   8   21,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   23,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-13  k  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   8   27,-13  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   29,-13  t  100%     127 .. ..      769    0    0    0 100%  169    0   1
+    Play#0 output Play#0 1   1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   26    0   1
+    Play#0 output Play#0 1   1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-12  m  100%     127 .. 5.      769    0   37    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  j  100%     127 .. 5.      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  d  100%     127 .. ..      769    0    0    0 100%  489    0   1
+    Play#0 output Play#0 1   8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-12  m  100%     127 .. 5.      769    0  203    0 100%    0    0
+    Play#0 output Play#0 1   8   24,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   26,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   28,-12  gd 100%     127 .. ..      769    0    0    0 100%    2    0
+    Play#0 output Play#0 1   8   30,-12  c    7%     127 .. ..      769    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   1    3,-11  i  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  *  100%     127 .. ..      769   27    0    0 100%  462    0   1
+    Play#0 output Play#0 1   1    9,-11  r  100%     127 .. ..      769    0    0    0 100%  489    0   1
+    Play#0 output Play#0 1   1   11,-11  w  100%     127 .. ..     7898   44    0    0 100%  662    0   1
+    Play#0 output Play#0 1   1   13,-11  e  100%     127 .. ..      769    1    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1   15,-11  !  100%     127 .. ..      769   25    0    0 100%  653    0   1
+    Play#0 output Play#0 1   8   21,-11  gp 100%     127 .. ..      769    0    0    0 100%   10    0   1
+    Play#0 output Play#0 1   8   23,-11  m  100%      72 .. 5.      769    0  512    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-11  m  100%     127 .. 5.      769   55  512    0 100%    0    0
+    Play#0 output Play#0 1   8   27,-11  b  100%     127 .. ..      769    0    0    0 100%   28    0   1
+    Play#0 output Play#0 1   8   29,-11  h  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   8   31,-11  i  100%     127 .. ..      769    0    0    0 100%   28    0   1
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  608    0 100% 1027    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  606    0 100% 1026    0   1
+    Play#0 output Play#0 1   1    4,-10  o  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    6,-10  +  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1   10,-10  p  100%     127 .. ..      769    0    0    0 100%  574    0   1
+    Play#0 output Play#0 1   8   20,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-10  gk 100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   26,-10  w  100%     104 .. ..     3159    0    0    0 100%  140    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  605    0 100% 1025    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  610    0 100% 1029    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  613    0 100% 1031    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  619    0 100% 1034    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  619    0 100% 1034    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  604    0 100% 1025    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  612    0 100% 1030    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  610    0 100% 1029    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  609    0 100% 1028    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  606    0 100% 1026    0
+    Play#0 output Play#0 1   2   10,8    +    0%     120 .. ..        2    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   12,8    w   90%      96 .. ..        1    0    0    0 100%   90    0   1
+    Play#0 output Play#0 1   2   18,8    c   20%     120 .. ..       50    0    0    0 100%   20    0   1
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   2    9,9    +    0%     120 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   11,9    gj 100%     119 .. 5.      769    0   60    0 100%    0    0   1
+    Play#0 output Play#0 1   2   15,9    o  100%     118 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   17,9    b  100%     127 .. ..      385    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   19,9    g  100%      97 .. ..      300    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   2   21,9    g  100%     117 .. ..      600    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   23,9    g    1%     120 .. ..      390    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  615    0 100% 1032    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  610    0 100% 1029    0
+    Play#0 output Play#0 1   2   10,10   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   12,10   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   14,10   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   16,10   m  100%     127 .. 5.      769    0  579    0 100%    0    0
+    Play#0 output Play#0 1   2   18,10   m  100%     127 .. 5.      769    0  579    0 100%    0    0
+    Play#0 output Play#0 1   2   20,10   +    1%     120 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2    9,11   +    0%     120 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   11,11   +    1%     120 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   13,11   g    1%     120 .. ..        3    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   15,11   g    1%     120 .. ..        4    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   17,11   g    1%     120 .. ..        2    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   19,11   +    1%     120 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   12,12   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   14,12   g    1%     120 .. ..        4    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   16,12   g    1%     120 .. ..        3    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   18,12   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   13,13   +    1%     120 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   15,13   +    1%     120 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   17,13   +    1%     120 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   19,13   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 4 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
+    Play#0 output Play#0 1   1   1,-15  k .......... ...9....0.   0   0    0  999    0   0    1    0    1   0
+    Play#0 output Play#0 1   1   3,-15  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  o .......... ..0.......   0   0    0    0    0   0  188    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......4..   0   0    0    0    0   0    0  450    0   0
+    Play#0 output Play#0 1   8  17,-15  o .......... 20....0.1.   0   0    0    0    0   0    1    0  100   0
+    Play#0 output Play#0 1   8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ..........   0   0    0    0  300 397    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  m .......... ...0......   0   0    0    1    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... 20.....22.   0   0    0    1    1   0    1  183  185   0
+    Play#0 output Play#0 1   1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... 0.0.......   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  18,-14  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-14  g .......... 20.....22.   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-14  l .......... .......4..   0   0    0    0    1   0    0  300    0   0
+    Play#0 output Play#0 1   1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
+    Play#0 output Play#0 1   1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
+    Play#0 output Play#0 1   8  19,-13  g .......... 2......22.   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  21,-13  m .......... ...0......   0   0    0    1    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-13  m .......... ...0......   0   0    0    1    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-13  k .......... ...9....0.   0   0    0  999    1   0    0    0    1   0
+    Play#0 output Play#0 1   8  27,-13  j .......... ...9......   0   0    0  999    0   0    0  861    0   0
+    Play#0 output Play#0 1   8  29,-13  t .......... ....0.13..   0   0    0    0   30   0  150  300    0   0
+    Play#0 output Play#0 1   1   4,-12  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  j .......... .......0..   0   0    0 1198    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  12,-12  d .......... .0....021.   0   1    0    0    0   0   20  200  100   0
+    Play#0 output Play#0 1   8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   8  22,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  28,-12  g .......... .0..0.001.   0   0    0    0    1   0   10   50  100   0
+    Play#0 output Play#0 1   8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
+    Play#0 output Play#0 1   1   5,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  * .......... 1.2....22.   0   0    0    0    0   0    0  198  200   0
+    Play#0 output Play#0 1   1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
+    Play#0 output Play#0 1   1  11,-11  w .......... .......... 271   0    0 2526  526   0  850 2513 3114   0
+    Play#0 output Play#0 1   1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  ! .......... 20.....22. 200  13    0    0    0   0    0  200  200   0
+    Play#0 output Play#0 1   8  21,-11  g .......... .......0..   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  m .......... ...0......   0   0    0 1729    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-11  b .......... ....3.....   0   0    0    0  300 304    0    0    0   0
+    Play#0 output Play#0 1   8  29,-11  h .......... .......22.   0   0    0    0    1   0    0  200  200   0
+    Play#0 output Play#0 1   8  31,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  298   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
+    Play#0 output Play#0 1   8  20,-10  j .......... ...9...0..   0   0    0  999    1   0    0    1    0   0
+    Play#0 output Play#0 1   8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   8  24,-10  g .......... ...90...0.   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-10  w .......... .......... 100   0    0 6355 2443   0  365  440    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  10,8    + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,8    w .......... ..........   0   0    0  678 1024   0  167    0    0   0
+    Play#0 output Play#0 1   2  18,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
+    Play#0 output Play#0 1   2   9,9    + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  11,9    g .......... ...90..0..   0   0    0  999    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  15,9    o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   2  17,9    b .......... ....3.....   0   0    0    0  300  20    0    0    0   0
+    Play#0 output Play#0 1   2  19,9    g .......... ....0..3..   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  21,9    g .......... ...90.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  23,9    g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  10,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  14,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   m .......... ...00.....   0   0    0    1    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   m .......... ...00.....   0   0    0    1    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  20,10   + .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   2   9,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  11,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  13,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  15,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  19,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  14,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  13,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  15,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  19,13   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 4 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  j  100%    0    0   82   0    0
+    Play#0 output Play#0 1   1    1,-15  k  100%    6    0   67   1    0
+    Play#0 output Play#0 1   1    3,-15  j  100%   11    0   61   0    0
+    Play#0 output Play#0 1   1    5,-15  c  100%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  o% 100%    0    0   76  25    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   8   17,-15  of 100%    0    0  100   1    0
+    Play#0 output Play#0 1   8   19,-15  -   17%    0    0  100 100    0
+    Play#0 output Play#0 1   8   23,-15  k  100%   11    0   61  21    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  m  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   12,-14  =  100%    0    0   45  11    0
+    Play#0 output Play#0 1   1   14,-14  =  100%    0    0   63  46    0
+    Play#0 output Play#0 1   1   16,-14  )  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   18,-14  o  100%    0    0   91  35    0
+    Play#0 output Play#0 1   8   20,-14  -    3%    0    0   82  58    0
+    Play#0 output Play#0 1   8   22,-14  g! 100%   50    0    6   0    0
+    Play#0 output Play#0 1   8   24,-14  l  100%   45    0   13   0    0
+    Play#0 output Play#0 1   1    3,-13  j  100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   8   19,-13  g* 100%   56    0    0   0    5
+    Play#0 output Play#0 1   8   21,-13  m  100%   96    0    0   0   77
+    Play#0 output Play#0 1   8   23,-13  m  100%  100    0    0   0   88
+    Play#0 output Play#0 1   8   25,-13  k  100%   63   33    0   0   17
+    Play#0 output Play#0 1   8   27,-13  j  100%    0    0   76  47    0
+    Play#0 output Play#0 1   8   29,-13  t  100%   28    0   37   0    0
+    Play#0 output Play#0 1   1    4,-12  k  100%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    8,-12  m  100%  100    0    0   0   88
+    Play#0 output Play#0 1   1   10,-12  j  100%   50    0    6   0    0
+    Play#0 output Play#0 1   1   12,-12  d  100%   63    0    0   0   17
+    Play#0 output Play#0 1   8   20,-12  j  100%   74    1    0   0   37
+    Play#0 output Play#0 1   8   22,-12  m  100%  100    0    0   0   97
+    Play#0 output Play#0 1   8   24,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   26,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   28,-12  gd 100%   91    0    0   0   68
+    Play#0 output Play#0 1   8   30,-12  c    7%   23    1   43   0    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1    3,-11  i  100%    0    0  100   3    0
+    Play#0 output Play#0 1   1    5,-11  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    7,-11  *  100%   91    0    0   0   68
+    Play#0 output Play#0 1   1    9,-11  r  100%   85    0    0   0   57
+    Play#0 output Play#0 1   1   11,-11  w  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1   13,-11  e  100%   67    0    0   0   25
+    Play#0 output Play#0 1   1   15,-11  !  100%   56    0    0   0    5
+    Play#0 output Play#0 1   8   21,-11  gp 100%   85    0    0   0   57
+    Play#0 output Play#0 1   8   23,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   25,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   27,-11  b  100%   39    3   21   0    0
+    Play#0 output Play#0 1   8   29,-11  h  100%   34    0   28   0    0
+    Play#0 output Play#0 1   8   31,-11  i  100%    0    0  100 100    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  o  100%    0    0  100  21    0
+    Play#0 output Play#0 1   1    6,-10  +  100%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  p  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   20,-10  j  100%   78    0    0   0   45
+    Play#0 output Play#0 1   8   22,-10  j  100%    6    0   67  32    0
+    Play#0 output Play#0 1   8   24,-10  gk 100%   67    0    0   0   25
+    Play#0 output Play#0 1   8   26,-10  w  100%   17    0   52   7    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   10,8    +    0%    0    0  100  87    0
+    Play#0 output Play#0 1   2   12,8    w   90%   17    0   52   7    0
+    Play#0 output Play#0 1   2   18,8    c   20%   23    1   43   0    0
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   2    9,9    +    0%    6    0   67  32    0
+    Play#0 output Play#0 1   2   11,9    gj 100%   56    0    0   0    5
+    Play#0 output Play#0 1   2   15,9    o  100%    0    0  100  78    0
+    Play#0 output Play#0 1   2   17,9    b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   2   19,9    g  100%   78    3    0   0   45
+    Play#0 output Play#0 1   2   21,9    g  100%   74   35    0   0   37
+    Play#0 output Play#0 1   2   23,9    g    1%   39   14   21   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   10,10   g    1%   45   19   13   0    0
+    Play#0 output Play#0 1   2   12,10   g    1%   63   33    0   0   17
+    Play#0 output Play#0 1   2   14,10   g    1%   91   56    0   0   68
+    Play#0 output Play#0 1   2   16,10   m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   2   18,10   m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   2   20,10   +    1%    0    0  100 100    0
+    Play#0 output Play#0 1   2    9,11   +    0%    0    0   82  58    0
+    Play#0 output Play#0 1   2   11,11   +    1%   11    0   61  21    0
+    Play#0 output Play#0 1   2   13,11   g    1%  100   69    0   0   97
+    Play#0 output Play#0 1   2   15,11   g    1%  100   74    0   0  100
+    Play#0 output Play#0 1   2   17,11   g    1%  100   80    0   0  100
+    Play#0 output Play#0 1   2   19,11   +    1%    0    0  100  98    0
+    Play#0 output Play#0 1   2   12,12   g    1%   67   37    0   0   25
+    Play#0 output Play#0 1   2   14,12   g    1%  100   65    0   0   88
+    Play#0 output Play#0 1   2   16,12   g    1%   96   60    0   0   77
+    Play#0 output Play#0 1   2   18,12   g    1%   85   51    0   0   57
+    Play#0 output Play#0 1   2   13,13   +    1%    0    0   91  72    0
+    Play#0 output Play#0 1   2   15,13   +    1%   28    5   37   0    0
+    Play#0 output Play#0 1   2   17,13   +    1%    0    0   76  47    0
+    Play#0 output Play#0 1   2   19,13   g    1%   50   23    6   0    0
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 4 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 4 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn59 output Conn59 2 Empire server ready
     Conn59 input user tester
+    Conn59 output Conn59 0 hello tester
     Conn59 input coun 1
+    Conn59 output Conn59 0 country name 1
     Conn59 input pass 1
+    Conn59 output Conn59 0 password ok
     Conn59 input play
     Conn59 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 4 640
     Play#1 input mov c 1,-1 230 jjh
     Play#1 command move
+    Play#1 output Play#1 1 Total movement cost = 10
+    Play#1 output Play#1 1 117 mob left in 1,-1
+    Play#1 output Play#1 6 4 639
     Play#1 input mov c 3,-1 230 jh
     Play#1 command move
+    Play#1 output Play#1 1 Total movement cost = 4
+    Play#1 output Play#1 1 123 mob left in 3,-1
+    Play#1 output Play#1 6 4 638
     Play#1 input mov c 2,-2 230 njh
     Play#1 command move
+    Play#1 output Play#1 1 Total movement cost = 9
+    Play#1 output Play#1 1 118 mob left in 2,-2
+    Play#1 output Play#1 6 4 637
     Play#1 input mov c 4,-2 230 nh
     Play#1 command move
+    Play#1 output Play#1 1 Total movement cost = 5
+    Play#1 output Play#1 1 122 mob left in 4,-2
+    Play#1 output Play#1 6 4 636
     Play#1 input mov c 6,-2 230 bh
     Play#1 command move
+    Play#1 output Play#1 1 Total movement cost = 4
+    Play#1 output Play#1 1 123 mob left in 6,-2
+    Play#1 output Play#1 6 4 635
     Play#1 input load c 3/4 999
     Play#1 command load
+    Play#1 output Play#1 1 790 civilians loaded onto od   oil derrick (#3) at 5,-1
+    Play#1 output Play#1 1 100 civilians loaded onto ft   fishing trawler (#4) at 5,-1
+    Play#1 output Play#1 1 2 ships loaded
+    Play#1 output Play#1 6 4 634
     Play#1 input nav 3 6,0
     Play#1 command navigate
+    Play#1 output Play#1 1 Flagship is od   oil derrick (#3)
+    Play#1 output Play#1 1  h = 
+    Play#1 output Play#1 1 k . .
+    Play#1 output Play#1 1  j d 
+    Play#1 output Play#1 4 <67.2:67.2: 6,0> 
     Play#1 input h
+    Play#1 output Play#1 1 od   oil derrick (#3) stopped at 6,0
+    Play#1 output Play#1 1 Path taken: n
+    Play#1 output Play#1 6 4 633
     Play#1 input nav 3 vh
     Play#1 command navigate
+    Play#1 output Play#1 1 Flagship is od   oil derrick (#3)
+    Play#1 output Play#1 1 [oil:88] od   oil derrick (#3) @ 6,0 0% sea
+    Play#1 output Play#1 1 od   oil derrick (#3) stopped at 6,0
+    Play#1 output Play#1 6 4 632
     Play#1 input order 3 des 5,-1 6,0
     Play#1 command order
+    Play#1 output Play#1 1 A circular order has been accepted.
+    Play#1 output Play#1 6 4 631
     Play#1 input order 3 level 1 end oil 1
     Play#1 command order
+    Play#1 output Play#1 1 Order set
+    Play#1 output Play#1 6 4 630
     Play#1 input nav 4 nvh
     Play#1 command navigate
+    Play#1 output Play#1 1 Flagship is ft   fishing trawler (#4)
+    Play#1 output Play#1 1 [fert:84] ft   fishing trawler (#4) @ 6,0 0% sea
+    Play#1 output Play#1 1 ft   fishing trawler (#4) stopped at 6,0
+    Play#1 output Play#1 1 Path taken: n
+    Play#1 output Play#1 6 4 629
     Play#1 input order 4 des 5,-1 6,0
     Play#1 command order
+    Play#1 output Play#1 1 A circular order has been accepted.
+    Play#1 output Play#1 6 4 628
     Play#1 input order 4 level 1 start food 30
     Play#1 command order
+    Play#1 output Play#1 1 Order Set 
+    Play#1 output Play#1 6 4 627
     Play#1 input order 4 level 1 end food 30
     Play#1 command order
+    Play#1 output Play#1 1 Order set
+    Play#1 output Play#1 6 4 626
     Play#1 input tran p 0/1/2 11,-1
     Play#1 command transport
+    Play#1 output Play#1 1 Looking for best path to 11,-1
+    Play#1 output Play#1 1 Using best path 'uuujjjh', movement cost 0.802
+    Play#1 output Play#1 1 Total movement cost = 29
+    Play#1 output Play#1 6 4 625
     Play#1 input reco 0 . 11,-1 ujbgh
     Play#1 command recon
+    Play#1 output Play#1 1 No escorts...
+    Play#1 output Play#1 1 target is 11,-1
+    Play#1 output Play#1 1 range to target is 4
+    Play#1 output Play#1 1 f1   Sopwith Camel #0 standing by
+    Play#1 output Play#1 1 f1   Sopwith Camel #0 equipped
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 Reconnaissance report
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 Your radar installation 100% efficient with 1000 civ with 28 mil @ 11,-1
+    Play#1 output Play#1 1 8 (#8) fortress 100% efficient with approx 775 civ with approx 50 mil @ 12,-2
+    Play#1 output Play#1 1 firing 4 flak guns in 12,-2...
+    Play#1 output Play#1 1     f1   Sopwith Camel #0 takes 8.
+    Play#1 output Play#1 1 8 (#8) wilderness 100% efficient with approx 775 civ @ 14,-2
+    Play#1 output Play#1 1 8 (#8) oil field 100% efficient with approx 775 civ @ 13,-1
+    Play#1 output Play#1 1 Your radar installation 100% efficient with 1000 civ with 28 mil @ 11,-1
+    Play#1 output Play#1 6 4 622
     Play#1 input bomb 1 . stat 11,-1 ujh
     Play#1 command bomb
+    Play#1 output Play#1 1 No escorts...
+    Play#1 output Play#1 1 target sector is 14,-2
+    Play#1 output Play#1 1 range to target is 2
+    Play#1 output Play#1 1 f1   Sopwith Camel #1 standing by
+    Play#1 output Play#1 1 f1   Sopwith Camel #1 equipped
+    Play#1 output Play#1 1 flying over radar installation at 11,-1
+    Play#1 output Play#1 1 flying over fortress at 12,-2
+    Play#1 output Play#1 1 firing 4 flak guns in 12,-2...
+    Play#1 output Play#1 1     f1   Sopwith Camel #1 takes 5.
+    Play#1 output Play#1 1 flying over wilderness at 14,-2
+    Play#1 output Play#1 1 Blam
+    Play#1 output Play#1 1 did 8 damage in 14,-2
+    Play#1 output Play#1 6 4 620
     Play#1 input mission p 2 o . 2
     Play#1 command mission
+    Play#1 output Play#1 1 f1   Sopwith Camel #2 on an offensive support mission, centered on 11,-1, radius 2
+    Play#1 output Play#1 1 1 plane
+    Play#1 output Play#1 6 4 618
     Play#1 input fire l 5 12,-2
     Play#1 command fire
+    Play#1 output Play#1 1 range is 1.00 (1.47)
+    Play#1 output Play#1 1 \007Kaboom!!!
+    Play#1 output Play#1 1 Shells hit sector 12,-2 for 44 damage.
+    Play#1 output Play#1 1 \007
+    Play#1 output Play#1 1 Defenders fire back!
+    Play#1 output Play#1 1 Return fire hit sector 11,-1 for 18 damage.
+    Play#1 output Play#1 1     cav  cavalry #4 takes 2
+    Play#1 output Play#1 1     art  artillery #5 takes 2
+    Play#1 output Play#1 6 4 617
     Play#1 input attack 12,-2 0 0 0 0
     Play#1 command attack
+    Play#1 output Play#1 1 12,-2 is a 90% 8 fortress with approximately 50 military.
+    Play#1 output Play#1 4 Number of mil from radar installation at 11,-1 (max 25) : 
     Play#1 input 0
+    Play#1 output Play#1 1 cav  cavalry #4 has a base attack value of 6
+    Play#1 output Play#1 4 attack with cav  cavalry #4 in 11,-1 (~ 98%) [ynYNq?] 
     Play#1 input N
+    Play#1 output Play#1 1 No troops for attack...
+    Play#1 output Play#1 1 Attack aborted
+    Play#1 output Play#1 1 No troops for attack...
+    Play#1 output Play#1 6 4 614
     Play#1 input attack 12,-2
     Play#1 command attack
+    Play#1 output Play#1 1 12,-2 is a 90% 8 fortress with approximately 50 military.
+    Play#1 output Play#1 4 Number of mil from radar installation at 11,-1 (max 25) : 
     Play#1 input 1
+    Play#1 output Play#1 1 cav  cavalry #4 has a base attack value of 6
+    Play#1 output Play#1 4 attack with cav  cavalry #4 in 11,-1 (~ 98%) [ynYNq?] 
     Play#1 input y
+    Play#1 output Play#1 1 art  artillery #5 has no offensive strength
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1              Initial attack strength:        7
+    Play#1 output Play#1 1 flying over radar installation at 11,-1
+    Play#1 output Play#1 1 flying over fortress at 12,-2
+    Play#1 output Play#1 1 firing 5 flak guns in 12,-2...
+    Play#1 output Play#1 1     f1   Sopwith Camel #2 takes 10.
+    Play#1 output Play#1 1 Blam
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1             support values
+    Play#1 output Play#1 1             forts   ships   units   planes
+    Play#1 output Play#1 1 attacker    0.00    0.00    0.39    0.14
+    Play#1 output Play#1 1                Final attack strength:       11
+    Play#1 output Play#1 1               Final defense strength:      187
+    Play#1 output Play#1 1                           Final odds:        5%
+    Play#1 output Play#1 1 @@@@@@
+    Play#1 output Play#1 1 - Casualties -
+    Play#1 output Play#1 1      Yours: 6
+    Play#1 output Play#1 1     Theirs: 0
+    Play#1 output Play#1 1 Papershuffling ... 0.9 B.T.U
+    Play#1 output Play#1 1 You have been defeated!
+    Play#1 output Play#1 1 cav  cavalry #4 damaged from 98% to 73%
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 4 611
     Play#1 input bmap #1
     Play#1 command bmap
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 1   -8                                           -8  
+    Play#1 output Play#1 1   -7                                           -7  
+    Play#1 output Play#1 1   -6                       . ? ? ? ? .         -6  
+    Play#1 output Play#1 1   -5                      . . . . . . .        -5  
+    Play#1 output Play#1 1   -4         - . . . . . . . . . . . . .       -4  
+    Play#1 output Play#1 1   -3          - . . . j . . . . . . . . .      -3  
+    Play#1 output Play#1 1   -2         . . k j c o t l . . f - . ? .     -2  
+    Play#1 output Play#1 1   -1          - . . b m m h = = ) o ? ? ? .    -1  
+    Play#1 output Play#1 1    0         - - . j m m k . . . . ? ? ? ?     0   
+    Play#1 output Play#1 1    1          - - . k m m j d . . . ? ? ?      1   
+    Play#1 output Play#1 1    2         - - . i m * r w e ! . . ? ?       2   
+    Play#1 output Play#1 1    3          - - . o + . p . . . . ? ?        3   
+    Play#1 output Play#1 1    4           - - . . . . . . . . . .         4   
+    Play#1 output Play#1 1    5                                           5   
+    Play#1 output Play#1 1    6                                           6   
+    Play#1 output Play#1 1    7                                           7   
+    Play#1 output Play#1 1    8                                           8   
+    Play#1 output Play#1 1      1111111---------0000000000111111111122222
+    Play#1 output Play#1 1      65432109876543210123456789012345678901234
+    Play#1 output Play#1 6 4 611
     Play#1 input cen *
     Play#1 command census
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 CENSUS                   del dst
+    Play#1 output Play#1 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#1 output Play#1 1    1,-3   j  100%     127 .. ..     1000    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -4,-2   k  100%     127 .. ..     1000    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1   -2,-2   j  100%     127 .. ..      999    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    0,-2   c  100%     127 .. ..      999    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    2,-2   %  100%     118 .. ..      770    0    0    0 100%  342        0   1
+    Play#1 output Play#1 1    4,-2   t  100%     122 .. ..      770    0    0    0 100%  409        0   1
+    Play#1 output Play#1 1    6,-2   l  100%     123 .. ..      769    0    0    0 100%  199        0   1
+    Play#1 output Play#1 1   -1,-1   b  100%     127 .. ..     1000    0    0    0 100%  349        0   1
+    Play#1 output Play#1 1    1,-1   m  100%     117 .. ..      770    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,-1   m  100%     123 .. ..      770    0    0    0 100%    0        0
+    Play#1 output Play#1 1    5,-1   h  100%     127 .. ..      740    5    0    0 100%  238        0   1
+    Play#1 output Play#1 1    7,-1   =  100%     127 .. ..      100    0    0    0 100%  109        0   1
+    Play#1 output Play#1 1    9,-1   =  100%     127 .. ..      100    0    0    0 100%  109        0   1
+    Play#1 output Play#1 1   11,-1   )   90%     109 .. 0.      900   25    1    0 100%  591        0   1
+    Play#1 output Play#1 1   -2,0    j  100%     127 .. ..     1000    0    0    0 100%   50        0   1
+    Play#1 output Play#1 1    0,0    m  100%     127 .. ..     1000    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,0    m  100%     127 .. 5.     1000    0  579    0 100%    5        0
+    Play#1 output Play#1 1    4,0    k  100%     127 .. 8.      999    0  869    0 100%    0        0   1
+    Play#1 output Play#1 1   -1,1    k  100%     127 .. ..     1000    0    0    0 100%   25        0   1
+    Play#1 output Play#1 1    1,1    m  100%     127 .. ..     1000    0    0    0 100%    0        0
+    Play#1 output Play#1 1    3,1    m  100%     127 .. 5.     1000    0  259    0 100%    0        0
+    Play#1 output Play#1 1    5,1    j  100%     127 .. 5.     1000    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    7,1    d  100%     127 .. ..      999    0    0    0 100%  489        0   1
+    Play#1 output Play#1 1   -2,2    i  100%     127 .. ..     1000    0    0    0 100%    2        0   1
+    Play#1 output Play#1 1    0,2    m  100%     127 .. ..      999    0    0    0 100%    0        0
+    Play#1 output Play#1 1    2,2    *  100%      98 .. ..     1000   30    0    0 100%  568        0   1
+    Play#1 output Play#1 1    4,2    r  100%     127 .. ..      999    0    0    0 100%  489        0   1
+    Play#1 output Play#1 1    6,2    w  100%     127 .. ..     1000   71    0    0 100%  660        0   1
+    Play#1 output Play#1 1    8,2    e  100%     127 .. ..      967    1    0    0 100%  649        0   1
+    Play#1 output Play#1 1   10,2    !  100%     127 .. ..     1000   25    0    0 100%  655        0   1
+    Play#1 output Play#1 1   -1,3    o  100%     127 .. ..      999    0    0    0 100%    0        0   1
+    Play#1 output Play#1 1    1,3    +  100%     127 .. ..     1000    0    0    0 100%  649        0   1
+    Play#1 output Play#1 1    5,3    p  100%     127 .. ..     1000    0    0    0 100%  574        0   1
+    Play#1 output Play#1 1 33 sectors
+    Play#1 output Play#1 6 4 611
     Play#1 input ship *
     Play#1 command ship
+    Play#1 output Play#1 1 shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
+    Play#1 output Play#1 1    0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
+    Play#1 output Play#1 1    1 cs   cargo ship     5,-1      100% 300  25   0   0  0  0  0  1 127   31
+    Play#1 output Play#1 1    2 tk   tanker         5,-1      100%  30   0   0   0  0  0  0  0 127   44
+    Play#1 output Play#1 1    3 od   oil derrick    6,0       100% 990   0   0   0  0  0  0  0  67   51
+    Play#1 output Play#1 1    4 ft   fishing tra    6,0       100% 300   0   0   0  0  0  0  0  76   51
+    Play#1 output Play#1 1 5 ships
+    Play#1 output Play#1 6 4 611
     Play#1 input land *
     Play#1 command land
+    Play#1 output Play#1 1    # unit type          x,y    a   eff mil frt  mu  fd tch retr xl ln carry
+    Play#1 output Play#1 1    0 cav  cavalry       5,-1      100%  20   0 127   0  31  42%  0  0    1S
+    Play#1 output Play#1 1    3 cav  cavalry       5,-1      100%   1  57 127   0  31  42%  0  0
+    Play#1 output Play#1 1    4 cav  cavalry      11,-1       73%   0   0  97   0  31  42%  0  0
+    Play#1 output Play#1 1    5 art  artillery    11,-1       98%   5   0  59   0  37  42%  0  0
+    Play#1 output Play#1 1 4 units
+    Play#1 output Play#1 6 4 611
     Play#1 input plane *
     Play#1 command plane
+    Play#1 output Play#1 1    #    type                x,y    w   eff  mu def tech ran hard carry special
+    Play#1 output Play#1 1    0 f1   Sopwith Camel    11,-1       92%  31   1   51   4    0      
+    Play#1 output Play#1 1    1 f1   Sopwith Camel    11,-1       95%  33   1   51   4    0      
+    Play#1 output Play#1 1    2 f1   Sopwith Camel    11,-1       90%  40   1   51   4    0      
+    Play#1 output Play#1 1 3 planes
+    Play#1 output Play#1 6 4 611
     Play#1 input map #
     Play#1 command map
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 1   -4 - . . . . . . . . . . .   -4  
+    Play#1 output Play#1 1   -3  - . . . j . . . . . . .  -3  
+    Play#1 output Play#1 1   -2 . . k j c % t l . . ? ? . -2  
+    Play#1 output Play#1 1   -1  - . . b m m h = = ) ? ?  -1  
+    Play#1 output Play#1 1    0 - - . j m m k . . . . ? ? 0   
+    Play#1 output Play#1 1    1  - - . k m m j d . . . ?  1   
+    Play#1 output Play#1 1    2 - - . i m * r w e ! . . ? 2   
+    Play#1 output Play#1 1    3  - - . o + . p . . . . ?  3   
+    Play#1 output Play#1 1    4   - - . . . . . . . . .   4   
+    Play#1 output Play#1 1      --------00000000001111111
+    Play#1 output Play#1 1      8765432101234567890123456
+    Play#1 output Play#1 6 4 611
     Play#1 input read y
     Play#1 command read
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 technological breakthroughs (11.29) produced in 4,-2
+    Play#1 output Play#1 1 a class of graduates (450.00) produced in 6,-2
+    Play#1 output Play#1 1 medical discoveries (7.53) produced in 4,2
+    Play#1 output Play#1 1 happy strollers (75.00) produced in 5,3
+    Play#1 output Play#1 1  75 happiness, 450 education produced
+    Play#1 output Play#1 1 total pop was 31452, yielding 12.07 hap, 43.62 edu
+    Play#1 output Play#1 1 7.2705 technology (4.4969 + 2.7735), 3.7091 research (3.7091 + 0.0000) produced
+    Play#1 output Play#1 1 Army delta $-138, Navy delta $-1650, Air force delta $-1227
+    Play#1 output Play#1 1 money delta was $5344 for this update
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 1 > BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 Flying a support mission from 11,-1 to 12,-2
+    Play#1 output Play#1 1     f1   Sopwith Camel #2 pinbombing 8  in 12,-2
+    Play#1 output Play#1 1             hit 8  for 14 damage
+    Play#1 output Play#1 1 
+    Play#1 output Play#1 6 4 611
     Play#1 input prod *
     Play#1 command production
+    Play#1 output Play#1 1 Thu Jan  1 00:00:00 1970
+    Play#1 output Play#1 1 PRODUCTION SIMULATION
+    Play#1 output Play#1 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#1 output Play#1 1    1,-3   j 100%   600  524l 0.87 $0     600i            600i             524
+    Play#1 output Play#1 1   -4,-2   k 100%   600  262h 0.87 $0     600i            600i             262
+    Play#1 output Play#1 1   -2,-2   j 100%   600  524l 0.87 $0     600i            600i             524
+    Play#1 output Play#1 1    2,-2   % 100%   650  445p 7.95 $56     56o            126o             999
+    Play#1 output Play#1 1    4,-2   t 100%   650 11.46 0.76 $4500   15d  75o 150l   40d 200o 400l 30.56
+    Play#1 output Play#1 1    6,-2   l 100%   649  450  1.00 $4050  450l            649l             649
+    Play#1 output Play#1 1   -1,-1   b 100%   650    0b 1.00 $0       0d            650d             130
+    Play#1 output Play#1 1    1,-1   m 100%   600  600i 1.00 $0                                      600
+    Play#1 output Play#1 1    3,-1   m  96%   600  576i 1.00 $0                                      576
+    Play#1 output Play#1 1   -2,0    j 100%   650  523l 0.87 $0     599i            650i             567
+    Play#1 output Play#1 1    0,0    m 100%   600  600i 1.00 $0                                      600
+    Play#1 output Play#1 1    2,0    m 100%  1004  999i 1.00 $0                                      999
+    Play#1 output Play#1 1    4,0    k 100%  1199  523h 0.87 $0    1198i           1198i             523
+    Play#1 output Play#1 1   -1,1    k 100%   625  261h 0.87 $0     598i            624i             272
+    Play#1 output Play#1 1    1,1    m 100%   600  600i 1.00 $0                                      600
+    Play#1 output Play#1 1    3,1    m 100%   778  778i 1.00 $0                                      778
+    Play#1 output Play#1 1    5,1    j 100%   600  524l 0.87 $0     600i            600i             524
+    Play#1 output Play#1 1    7,1    d 100%   650    8g 0.79 $300    10o  50l 100h   40o 200l 400h    32
+    Play#1 output Play#1 1   -2,2    i 100%   602  159s 0.79 $600   400l 200h       400l 200h        159
+    Play#1 output Play#1 1    0,2    m 100%   600  600i 1.00 $0                                      600
+    Play#1 output Play#1 1    4,2    r 100%   650  7.64 0.76 $900    10d  50o 100l   40d 200o 400l 30.56
+    Play#1 output Play#1 1    8,2    e 100%   650   33m 1.00 $99     33c             33c             499
+    Play#1 output Play#1 1   -1,3    o   8%   600   42o 0.87 $0                                       42
+    Play#1 output Play#1 1    5,3    p 100%   650   75  1.00 $675    75l            650l             650
+    Play#1 output Play#1 1 24 sectors
+    Play#1 output Play#1 6 4 611
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
+    Conn60 output Conn60 2 Empire server ready
     Conn60 input user tester
+    Conn60 output Conn60 0 hello tester
     Conn60 input coun 2
+    Conn60 output Conn60 0 country name 2
     Conn60 input pass 2
+    Conn60 output Conn60 0 password ok
     Conn60 input play
     Conn60 login 2 127.0.0.1 tester
+    Play#2 output Play#2 2 2
+    Play#2 output Play#2 1 You have a new telegram waiting ...
+    Play#2 output Play#2 6 1 640
     Play#2 input des 3,-1 l
     Play#2 command designate
+    Play#2 output Play#2 6 1 639
     Play#2 input thres d 3,-1 0
     Play#2 command threshold
+    Play#2 output Play#2 1 3,-1 old threshold 1
+    Play#2 output Play#2 6 1 638
     Play#2 input des 5,-1 k
     Play#2 command designate
+    Play#2 output Play#2 6 1 637
     Play#2 input thres d 5,-1 0
     Play#2 command threshold
+    Play#2 output Play#2 1 5,-1 old threshold 1
+    Play#2 output Play#2 6 1 636
     Play#2 input thres h 5,-1 1
     Play#2 command threshold
+    Play#2 output Play#2 6 1 635
     Play#2 input thres c 7,-1 769
     Play#2 command threshold
+    Play#2 output Play#2 1 7,-1 old threshold 400
+    Play#2 output Play#2 6 1 634
     Play#2 input thres i 7,-1 999
     Play#2 command threshold
+    Play#2 output Play#2 6 1 633
     Play#2 input thres l -6,0 300
     Play#2 command threshold
+    Play#2 output Play#2 6 1 632
     Play#2 input thres o -6,0 150
     Play#2 command threshold
+    Play#2 output Play#2 6 1 631
     Play#2 input thres d -6,0 30
     Play#2 command threshold
+    Play#2 output Play#2 1 -6,0 old threshold 1
+    Play#2 output Play#2 6 1 630
     Play#2 input thres c -6,0 400
     Play#2 command threshold
+    Play#2 output Play#2 1 -6,0 old threshold 769
+    Play#2 output Play#2 6 1 629
     Play#2 input bmap #1
     Play#2 command bmap
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 1   -5  . - - .            -5  
+    Play#2 output Play#2 1   -4 - - - - . . . . .   -4  
+    Play#2 output Play#2 1   -3  . . . - . . . . .  -3  
+    Play#2 output Play#2 1   -2 . + w . . c . . . . -2  
+    Play#2 output Play#2 1   -1  + g . o b g g g .  -1  
+    Play#2 output Play#2 1    0 . g g g m m + . . . 0   
+    Play#2 output Play#2 1    1  + + g g g + . . .  1   
+    Play#2 output Play#2 1    2 . . g g g g . . .   2   
+    Play#2 output Play#2 1    3    . + + + g .      3   
+    Play#2 output Play#2 1    4     . . . . .       4   
+    Play#2 output Play#2 1    5                     5   
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 6 1 629
     Play#2 input cen *
     Play#2 command census
+    Play#2 output Play#2 1 Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 CENSUS                   del dst
+    Play#2 output Play#2 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#2 output Play#2 1   -6,-2   +    0%     127 .. ..        2    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -4,-2   w  100%     105 .. ..        1    0    0    0 100%   40        0   1
+    Play#2 output Play#2 1    2,-2   c   49%     127 .. ..       50    0    0    0 100%   30        0   1
+    Play#2 output Play#2 1   -7,-1   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1   -5,-1   j  100%     127 .. 5.      769    0  243    0 100%    0        0   1
+    Play#2 output Play#2 1   -1,-1   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    1,-1   b  100%     127 .. ..      385    0    0    0 100%    0        0   1
+    Play#2 output Play#2 1    3,-1   gl 100%     127 .. ..      300    0    0    0 100%    3        0   1
+    Play#2 output Play#2 1    5,-1   gk 100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    7,-1   g  100%     127 .. ..      400    0    0    0 100%    6        0   1
+    Play#2 output Play#2 1   -6,0    g    2%     127 .. ..      769    0    0    0 100%    2        0   1
+    Play#2 output Play#2 1   -4,0    g    2%     127 .. ..      503    0    0    0 100%    2        0   1
+    Play#2 output Play#2 1   -2,0    g    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#2 output Play#2 1    0,0    m  100%     127 .. 5.      769    0  579    0 100%    0        0
+    Play#2 output Play#2 1    2,0    m  100%     127 .. 5.      769    0  579    0 100%    0        0
+    Play#2 output Play#2 1    4,0    +    2%     127 .. ..        2    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -7,1    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -5,1    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#2 output Play#2 1   -3,1    g    2%     127 .. ..        4    0    0    0 100%    1        0
+    Play#2 output Play#2 1   -1,1    g    2%     127 .. ..        5    0    0    0 100%    2        0
+    Play#2 output Play#2 1    1,1    g    2%     127 .. ..        3    0    0    0 100%    1        0
+    Play#2 output Play#2 1    3,1    +    3%     127 .. ..        6    0    0    0 100%    2        0   1
+    Play#2 output Play#2 1   -4,2    g    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#2 output Play#2 1   -2,2    g    2%     127 .. ..        5    0    0    0 100%    2        0
+    Play#2 output Play#2 1    0,2    g    2%     127 .. ..        4    0    0    0 100%    1        0
+    Play#2 output Play#2 1    2,2    g    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#2 output Play#2 1   -3,3    +    2%     127 .. ..        4    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1   -1,3    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#2 output Play#2 1    1,3    +    2%     127 .. ..        3    0    0    0 100%    1        0   1
+    Play#2 output Play#2 1    3,3    g    2%     127 .. ..        5    0    0    0 100%    2        0   1
+    Play#2 output Play#2 1 30 sectors
+    Play#2 output Play#2 6 1 629
     Play#2 input map #
     Play#2 command map
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 1   -5  . - - .            -5  
+    Play#2 output Play#2 1   -4 - - - - . . . . . . -4  
+    Play#2 output Play#2 1   -3  . . . - . . . . .  -3  
+    Play#2 output Play#2 1   -2 . + w . . c . . . . -2  
+    Play#2 output Play#2 1   -1  + j . o b g g g .  -1  
+    Play#2 output Play#2 1    0 . g g g m m + . . . 0   
+    Play#2 output Play#2 1    1  + + g g g + . . .  1   
+    Play#2 output Play#2 1    2 . . g g g g . . . - 2   
+    Play#2 output Play#2 1    3    . + + + g .      3   
+    Play#2 output Play#2 1    4     . . . . .       4   
+    Play#2 output Play#2 1    5                     5   
+    Play#2 output Play#2 1      --------00000000001
+    Play#2 output Play#2 1      8765432101234567890
+    Play#2 output Play#2 6 1 629
     Play#2 input read y
     Play#2 command read
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1   0 happiness,   0 education produced
+    Play#2 output Play#2 1 total pop was 4868, yielding 0.00 hap, 0.00 edu
+    Play#2 output Play#2 1 2.5110 technology (0.0000 + 2.5110), 1.8546 research (0.0000 + 1.8546) produced
+    Play#2 output Play#2 1 money delta was $1621 for this update
+    Play#2 output Play#2 1 
+    Play#2 output Play#2 6 1 629
     Play#2 input prod *
     Play#2 command production
+    Play#2 output Play#2 1 Thu Jan  1 00:00:00 1970
+    Play#2 output Play#2 1 PRODUCTION SIMULATION
+    Play#2 output Play#2 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#2 output Play#2 1   -5,-1   j 100%   766  596l 0.78 $0     766i            766i             596
+    Play#2 output Play#2 1   -1,-1   o  31%   599  144o 0.78 $0                                      144
+    Play#2 output Play#2 1    1,-1   b 100%   300   60b 1.00 $600   300d            300d              60
+    Play#2 output Play#2 1    3,-1   l  92%   117  107  1.00 $963   107l            107l             107
+    Play#2 output Play#2 1    5,-1   k 100%   474  184h 0.78 $0     474i            474i             184
+    Play#2 output Play#2 1    7,-1   g   9%   318   28d 1.00 $0                                       28
+    Play#2 output Play#2 1   -6,0    g  19%   503   95d 1.00 $0                                       95
+    Play#2 output Play#2 1   -4,0    g  33%   295   97d 1.00 $0                                       97
+    Play#2 output Play#2 1    0,0    m 100%   998  998i 1.00 $0                                      998
+    Play#2 output Play#2 1    2,0    m 100%   998  998i 1.00 $0                                      998
+    Play#2 output Play#2 1 10 sectors
+    Play#2 output Play#2 6 1 629
     Play#2 input ctld
+    Play#2 output Play#2 1 Bye-bye
     Play#2 logout 2
+    Play#2 output Play#2 3 so long...
+    Conn61 output Conn61 2 Empire server ready
     Conn61 input user tester
+    Conn61 output Conn61 0 hello tester
     Conn61 input coun 8
+    Conn61 output Conn61 0 country name 8
     Conn61 input pass 8
+    Conn61 output Conn61 0 password ok
     Conn61 input play
     Conn61 login 8 127.0.0.1 tester
+    Play#8 output Play#8 2 2
+    Play#8 output Play#8 1 You have two new telegrams waiting ...
+    Play#8 output Play#8 6 3 640
     Play#8 input des -4,-4 o
     Play#8 command designate
+    Play#8 output Play#8 6 3 639
     Play#8 input thres o -4,-4 1
     Play#8 command threshold
+    Play#8 output Play#8 6 3 638
     Play#8 input thres o -5,-3 0
     Play#8 command threshold
+    Play#8 output Play#8 1 -5,-3 old threshold 1
+    Play#8 output Play#8 6 3 637
     Play#8 input bmap #
     Play#8 command bmap
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . . . . . .  -5  
+    Play#8 output Play#8 1   -4 . o - . k . . . . - -4  
+    Play#8 output Play#8 1   -3  ) o - g l . . . .  -3  
+    Play#8 output Play#8 1   -2 . . g m m k j t . - -2  
+    Play#8 output Play#8 1   -1  . . j m m m g c .  -1  
+    Play#8 output Play#8 1    0 ? . . g m m b h i . 0   
+    Play#8 output Play#8 1    1  . . j j g w . . .  1   
+    Play#8 output Play#8 1    2 . . . . . . . . . . 2   
+    Play#8 output Play#8 1    3  . . . . . . . . .  3   
+    Play#8 output Play#8 1    4   . . - . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 3 637
     Play#8 input cen *
     Play#8 command census
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 CENSUS                   del dst
+    Play#8 output Play#8 1   sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
+    Play#8 output Play#8 1   -6,-4   f   91%     115 .. ..      699   50    0    0 100%  443        0   1
+    Play#8 output Play#8 1   -4,-4   -o  96%     122 .. ..      739    0    0    0 100%  502        0   1
+    Play#8 output Play#8 1    0,-4   k  100%     127 .. ..      769    0    0    0 100%    1        0   1
+    Play#8 output Play#8 1   -5,-3   o  100%     127 .. ..      769    0    0    0 100%    2        0   1
+    Play#8 output Play#8 1   -3,-3   -  100%     127 .. ..      769    0    0    0 100%  504        0   1
+    Play#8 output Play#8 1   -1,-3   !  100%     127 .. ..      769    0    0    0 100%  474        0   1
+    Play#8 output Play#8 1    1,-3   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
+    Play#8 output Play#8 1   -4,-2   *  100%     127 .. ..      769    0    0    0 100%  474        0   1
+    Play#8 output Play#8 1   -2,-2   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    0,-2   m  100%     127 .. ..      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    2,-2   k  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    4,-2   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    6,-2   t  100%     127 .. ..      769    0    0    0 100%  169        0   1
+    Play#8 output Play#8 1   -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,-1   m  100%     127 .. 5.      769    0  387    0 100%    0        0
+    Play#8 output Play#8 1    1,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    3,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
+    Play#8 output Play#8 1    5,-1   d  100%     127 .. ..      769    0    0    0 100%  314        0
+    Play#8 output Play#8 1    7,-1   c  100%     127 .. ..      769    0    0    0 100%  509        0   1
+    Play#8 output Play#8 1   -2,0    p  100%     127 .. ..      769    0    0    0 100%  474        0   1
+    Play#8 output Play#8 1    0,0    m  100%     127 .. 5.      769    0  512    0 100%    0        0
+    Play#8 output Play#8 1    2,0    m  100%     127 .. 5.      769   55  512    0 100%    0        0
+    Play#8 output Play#8 1    4,0    b  100%     127 .. ..      769    0    0    0 100%  327        0   1
+    Play#8 output Play#8 1    6,0    h  100%     127 .. ..      769    0    0    0 100%  649        0   1
+    Play#8 output Play#8 1    8,0    i  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -3,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1   -1,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
+    Play#8 output Play#8 1    1,1    k  100%     127 .. ..      769    0    0    0 100%  474        0   1
+    Play#8 output Play#8 1    3,1    w  100%     117 .. ..     7459    0    0    0 100%  650        0   1
+    Play#8 output Play#8 1 29 sectors
+    Play#8 output Play#8 6 3 637
     Play#8 input map #
     Play#8 command map
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 1   -5  . . . . . . . . .  -5  
+    Play#8 output Play#8 1   -4 . f - . k . . . . - -4  
+    Play#8 output Play#8 1   -3  ? o - ! l . . . .  -3  
+    Play#8 output Play#8 1   -2 . . * m m k j t . - -2  
+    Play#8 output Play#8 1   -1  . . j m m m d c .  -1  
+    Play#8 output Play#8 1    0 ? . . p m m b h i . 0   
+    Play#8 output Play#8 1    1  . . j j k w . . .  1   
+    Play#8 output Play#8 1    2 . . . . . . . . . . 2   
+    Play#8 output Play#8 1    3  . . . . . . . . .  3   
+    Play#8 output Play#8 1    4   . . - . . . .     4   
+    Play#8 output Play#8 1    5                     5   
+    Play#8 output Play#8 1      --------00000000001
+    Play#8 output Play#8 1      8765432101234567890
+    Play#8 output Play#8 6 3 637
     Play#8 input read y
     Play#8 command read
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > Production Report   dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 a class of graduates (300.00) produced in 1,-3
+    Play#8 output Play#8 1 technological breakthroughs (23.38) produced in 6,-2
+    Play#8 output Play#8 1   0 happiness, 300 education produced
+    Play#8 output Play#8 1 total pop was 24691, yielding 0.00 hap, 38.70 edu
+    Play#8 output Play#8 1 7.7956 technology (5.5471 + 2.2485), 1.8546 research (0.0000 + 1.8546) produced
+    Play#8 output Play#8 1 money delta was $897 for this update
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 > BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 1 planes spotted over -6,-4
+    Play#8 output Play#8 1 firing 4 flak guns in -6,-4...
+    Play#8 output Play#8 1 1 planes spotted over -4,-4
+    Play#8 output Play#8 1 1 planes spotted over -5,-3
+    Play#8 output Play#8 1 1 planes spotted over -6,-4
+    Play#8 output Play#8 1 firing 4 flak guns in -6,-4...
+    Play#8 output Play#8 1 1 planes spotted over -4,-4
+    Play#8 output Play#8 1 1 bombing raid did 8 damage in -4,-4
+    Play#8 output Play#8 1 Country #1 shelled sector -6,-4 for 44 damage.
+    Play#8 output Play#8 1 Return fire hit sector -7,-3 for 18 damage.
+    Play#8 output Play#8 1 1 (#1) considered attacking you @-6,-4
+    Play#8 output Play#8 1 1 (#1) considered attacking you @-6,-4
+    Play#8 output Play#8 1 Scouts report attacking unit: cav  cavalry #4 (eff 100, mil 10)
+    Play#8 output Play#8 1 1 planes spotted over -6,-4
+    Play#8 output Play#8 1 firing 5 flak guns in -6,-4...
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 Odds are good for us...support cancelled.
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 1             support values
+    Play#8 output Play#8 1             forts   ships   units   planes
+    Play#8 output Play#8 1 attacker    0.00    0.00    0.39    0.14
+    Play#8 output Play#8 1 1 (#1) lost 6 troops attacking -6,-4
+    Play#8 output Play#8 1 We lost 0 troops defending
+    Play#8 output Play#8 1 
+    Play#8 output Play#8 6 3 637
     Play#8 input prod *
     Play#8 command production
+    Play#8 output Play#8 1 Thu Jan  1 00:00:00 1970
+    Play#8 output Play#8 1 PRODUCTION SIMULATION
+    Play#8 output Play#8 1    sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
+    Play#8 output Play#8 1   -4,-4   o 100%   452  382o 0.85 $0                                      382
+    Play#8 output Play#8 1    0,-4   k 100%   600  254h 0.85 $0     600i            600i             254
+    Play#8 output Play#8 1   -5,-3   o  15%   601   76o 0.85 $0                                       76
+    Play#8 output Play#8 1    1,-3   l 100%   649  400  1.00 $3600  400l            649l             649
+    Play#8 output Play#8 1   -2,-2   m  96%   599  575i 1.00 $0                                      575
+    Play#8 output Play#8 1    0,-2   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    2,-2   k 100%   599  253h 0.85 $0     598i            598i             253
+    Play#8 output Play#8 1    4,-2   j 100%   599  506l 0.85 $0     599i            599i             506
+    Play#8 output Play#8 1    6,-2   t 100%   649 23.32 0.78 $9000   30d 150o 300l   40d 200o 400l 31.10
+    Play#8 output Play#8 1   -3,-1   j 100%   599  506l 0.85 $0     599i            599i             506
+    Play#8 output Play#8 1   -1,-1   m 100%   866  866i 1.00 $0                                      866
+    Play#8 output Play#8 1    1,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    3,-1   m 100%   599  599i 1.00 $0                                      599
+    Play#8 output Play#8 1    5,-1   d 100%   649    0g 0.71 $0       0o   0l   0h   40o 200l 400h    28
+    Play#8 output Play#8 1   -2,0    p 100%   649   75  1.00 $675    75l            649l             649
+    Play#8 output Play#8 1    0,0    m 100%   952  952i 1.00 $0                                      952
+    Play#8 output Play#8 1    2,0    m 100%   965  965i 1.00 $0                                      965
+    Play#8 output Play#8 1    4,0    b 100%   649   60b 1.00 $600   300d            645d             129
+    Play#8 output Play#8 1    8,0    i 100%   599   63s 0.71 $267   178l  89h       398l 199h        141
+    Play#8 output Play#8 1   -3,1    j 100%   599  506l 0.85 $0     599i            599i             506
+    Play#8 output Play#8 1   -1,1    j 100%   599  506l 0.85 $0     599i            599i             506
+    Play#8 output Play#8 1    1,1    k 100%   649  274h 0.85 $0     648i            648i             274
+    Play#8 output Play#8 1 22 sectors
+    Play#8 output Play#8 6 3 637
     Play#8 input ctld
+    Play#8 output Play#8 1 Bye-bye
     Play#8 logout 8
+    Play#8 output Play#8 3 so long...
+    Conn62 output Conn62 2 Empire server ready
     Conn62 input user tester
+    Conn62 output Conn62 0 hello tester
     Conn62 input coun POGO
+    Conn62 output Conn62 0 country name POGO
     Conn62 input pass peter
+    Conn62 output Conn62 0 password ok
     Conn62 input play
     Conn62 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 4 640
     Play#0 input power new
     Play#0 command power
+    Play#0 output Play#0 1      - = [   Empire Power Report   ] = -
+    Play#0 output Play#0 1       as of Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 1          sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
+    Play#0 output Play#0 1         1  33  100%  31K 233  654   32  995  8.9K 527  1.0K   3    5    4   50K
+    Play#0 output Play#0 1    754.64
+    Play#0 output Play#0 1         8  29  100%  29K 105  214    7    0   16K 2.5K 539    0    0    0   22K
+    Play#0 output Play#0 1    447.19
+    Play#0 output Play#0 1         2  30   33% 6.3K   0    0    0    0  3.2K 1.2K 527    0    0    0   36K
+    Play#0 output Play#0 1     77.17
+    Play#0 output Play#0 1         6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   37K
+    Play#0 output Play#0 1     39.52
+    Play#0 output Play#0 1         3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   37K
+    Play#0 output Play#0 1     39.33
+    Play#0 output Play#0 1         5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   37K
+    Play#0 output Play#0 1     39.24
+    Play#0 output Play#0 1         7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   37K
+    Play#0 output Play#0 1     38.98
+    Play#0 output Play#0 1         4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   37K
+    Play#0 output Play#0 1     38.49
+    Play#0 output Play#0 1        10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   37K
+    Play#0 output Play#0 1     37.82
+    Play#0 output Play#0 1         9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   37K
+    Play#0 output Play#0 1     35.87
+    Play#0 output Play#0 1           ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
+    Play#0 output Play#0 1 worldwide 113   82%  87K 1.1K 868   39  995   28K 6.3K 2.1K   3    5    4  368K
+    Play#0 output Play#0 1 
+    Play#0 output Play#0 6 4 630
     Play#0 input report *
     Play#0 command report
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1  #    name                tech      research   education   happiness capital
+    Play#0 output Play#0 1  0     POGO               0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 1  1     1                 58.71       18.13       37.38       12.03     5,-15 
+    Play#0 output Play#0 1  2     2                 24.94        9.07        0.00        0.00    18,8   
+    Play#0 output Play#0 1  3     3                 24.94        9.07        0.00        0.00    -4,10  
+    Play#0 output Play#0 1  4     4                 24.94        9.07        0.00        0.00   -15,1   
+    Play#0 output Play#0 1  5     5                 24.94        9.07        0.00        0.00   -30,8   
+    Play#0 output Play#0 1  6     6                 24.94        9.07        0.00        0.00     2,-2  
+    Play#0 output Play#0 1  7     7                 24.94        9.07        0.00        0.00    24,0   
+    Play#0 output Play#0 1  8     8                 44.59        9.07       39.92        0.00    30,-12 
+    Play#0 output Play#0 1  9     9                 24.94        9.07        0.00        0.00   -26,-6  
+    Play#0 output Play#0 1  10    10                24.94        9.07        0.00        0.00   -12,-10 
+    Play#0 output Play#0 1  11    visitor            0.00        0.00        0.00        0.00     0,0   
+    Play#0 output Play#0 6 4 630
     Play#0 input cen * ?own#0
     Play#0 command census
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     CENSUS                   del dst
+    Play#0 output Play#0 1 own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
+    Play#0 output Play#0 1   1    6,-16  j  100%     127 .. ..     1000    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    1,-15  k  100%     127 .. ..     1000    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    3,-15  j  100%     127 .. ..      999    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    5,-15  c  100%     127 .. ..      999    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1    7,-15  %  100%     118 .. ..      770    0    0    0 100%  342    0   1
+    Play#0 output Play#0 1   1    9,-15  t  100%     122 .. ..      770    0    0    0 100%  409    0   1
+    Play#0 output Play#0 1   1   11,-15  l  100%     123 .. ..      769    0    0    0 100%  199    0   1
+    Play#0 output Play#0 1   8   17,-15  f   91%     115 .. ..      699   50    0    0 100%  443    0   1
+    Play#0 output Play#0 1   8   19,-15  -o  96%     122 .. ..      739    0    0    0 100%  502    0   1
+    Play#0 output Play#0 1   8   23,-15  k  100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   1    4,-14  b  100%     127 .. ..     1000    0    0    0 100%  349    0   1
+    Play#0 output Play#0 1   1    6,-14  m  100%     117 .. ..      770    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-14  m  100%     123 .. ..      770    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-14  h  100%     127 .. ..      740    5    0    0 100%  238    0   1
+    Play#0 output Play#0 1   1   12,-14  =  100%     127 .. ..      100    0    0    0 100%  109    0   1
+    Play#0 output Play#0 1   1   14,-14  =  100%     127 .. ..      100    0    0    0 100%  109    0   1
+    Play#0 output Play#0 1   1   16,-14  )   90%     109 .. 0.      900   25    1    0 100%  591    0   1
+    Play#0 output Play#0 1   8   18,-14  o  100%     127 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   8   20,-14  -  100%     127 .. ..      769    0    0    0 100%  504    0   1
+    Play#0 output Play#0 1   8   22,-14  !  100%     127 .. ..      769    0    0    0 100%  474    0   1
+    Play#0 output Play#0 1   8   24,-14  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
+    Play#0 output Play#0 1   1    3,-13  j  100%     127 .. ..     1000    0    0    0 100%   50    0   1
+    Play#0 output Play#0 1   1    5,-13  m  100%     127 .. ..     1000    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-13  m  100%     127 .. 5.     1000    0  579    0 100%    5    0
+    Play#0 output Play#0 1   1    9,-13  k  100%     127 .. 8.      999    0  869    0 100%    0    0   1
+    Play#0 output Play#0 1   8   19,-13  *  100%     127 .. ..      769    0    0    0 100%  474    0   1
+    Play#0 output Play#0 1   8   21,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   23,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-13  k  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   27,-13  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   29,-13  t  100%     127 .. ..      769    0    0    0 100%  169    0   1
+    Play#0 output Play#0 1   1    4,-12  k  100%     127 .. ..     1000    0    0    0 100%   25    0   1
+    Play#0 output Play#0 1   1    6,-12  m  100%     127 .. ..     1000    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    8,-12  m  100%     127 .. 5.     1000    0  259    0 100%    0    0
+    Play#0 output Play#0 1   1   10,-12  j  100%     127 .. 5.     1000    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1   12,-12  d  100%     127 .. ..      999    0    0    0 100%  489    0   1
+    Play#0 output Play#0 1   8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-12  m  100%     127 .. 5.      769    0  387    0 100%    0    0
+    Play#0 output Play#0 1   8   24,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   26,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
+    Play#0 output Play#0 1   8   28,-12  d  100%     127 .. ..      769    0    0    0 100%  314    0
+    Play#0 output Play#0 1   8   30,-12  c  100%     127 .. ..      769    0    0    0 100%  509    0   1
+    Play#0 output Play#0 1  10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   1    3,-11  i  100%     127 .. ..     1000    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   1    5,-11  m  100%     127 .. ..      999    0    0    0 100%    0    0
+    Play#0 output Play#0 1   1    7,-11  *  100%      98 .. ..     1000   30    0    0 100%  568    0   1
+    Play#0 output Play#0 1   1    9,-11  r  100%     127 .. ..      999    0    0    0 100%  489    0   1
+    Play#0 output Play#0 1   1   11,-11  w  100%     127 .. ..     1000   71    0    0 100%  660    0   1
+    Play#0 output Play#0 1   1   13,-11  e  100%     127 .. ..      967    1    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1   15,-11  !  100%     127 .. ..     1000   25    0    0 100%  655    0   1
+    Play#0 output Play#0 1   8   21,-11  p  100%     127 .. ..      769    0    0    0 100%  474    0   1
+    Play#0 output Play#0 1   8   23,-11  m  100%     127 .. 5.      769    0  512    0 100%    0    0
+    Play#0 output Play#0 1   8   25,-11  m  100%     127 .. 5.      769   55  512    0 100%    0    0
+    Play#0 output Play#0 1   8   27,-11  b  100%     127 .. ..      769    0    0    0 100%  327    0   1
+    Play#0 output Play#0 1   8   29,-11  h  100%     127 .. ..      769    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   8   31,-11  i  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1  10  -12,-10  c  100%     127 .. ..     1000   55  699    0 100% 1082    0
+    Play#0 output Play#0 1  10  -10,-10  c  100%     127 .. ..     1000   55  697    0 100% 1080    0   1
+    Play#0 output Play#0 1   1    4,-10  o  100%     127 .. ..      999    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   1    6,-10  +  100%     127 .. ..     1000    0    0    0 100%  649    0   1
+    Play#0 output Play#0 1   1   10,-10  p  100%     127 .. ..     1000    0    0    0 100%  574    0   1
+    Play#0 output Play#0 1   8   20,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   22,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   8   24,-10  k  100%     127 .. ..      769    0    0    0 100%  474    0   1
+    Play#0 output Play#0 1   8   26,-10  w  100%     117 .. ..     7459    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
+    Play#0 output Play#0 1   9  -26,-6   c  100%     127 .. ..     1000   55  696    0 100% 1080    0
+    Play#0 output Play#0 1   9  -24,-6   c  100%     127 .. ..     1000   55  701    0 100% 1083    0
+    Play#0 output Play#0 1   6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   6    2,-2   c  100%     127 .. ..     1000   55  705    0 100% 1086    0
+    Play#0 output Play#0 1   6    4,-2   c  100%     127 .. ..     1000   55  712    0 100% 1089    0
+    Play#0 output Play#0 1   7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   7   24,0    c  100%     127 .. ..     1000   55  712    0 100% 1089    0
+    Play#0 output Play#0 1   7   26,0    c  100%     127 .. ..     1000   55  695    0 100% 1079    0
+    Play#0 output Play#0 1   4  -15,1    c  100%     127 .. ..     1000   55  704    0 100% 1085    0
+    Play#0 output Play#0 1   4  -13,1    c  100%     127 .. ..     1000   55  702    0 100% 1084    0
+    Play#0 output Play#0 1   5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   5  -30,8    c  100%     127 .. ..     1000   55  700    0 100% 1082    0   1
+    Play#0 output Play#0 1   5  -28,8    c  100%     127 .. ..     1000   55  697    0 100% 1080    0
+    Play#0 output Play#0 1   2   10,8    +    0%     127 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   12,8    w  100%     105 .. ..        1    0    0    0 100%   40    0   1
+    Play#0 output Play#0 1   2   18,8    c   49%     127 .. ..       50    0    0    0 100%   30    0   1
+    Play#0 output Play#0 1   3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
+    Play#0 output Play#0 1   2    9,9    +    0%     127 .. ..        1    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   11,9    j  100%     127 .. 5.      769    0  243    0 100%    0    0   1
+    Play#0 output Play#0 1   2   15,9    o  100%     127 .. ..      769    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   17,9    b  100%     127 .. ..      385    0    0    0 100%    0    0   1
+    Play#0 output Play#0 1   2   19,9    gl 100%     127 .. ..      300    0    0    0 100%    3    0   1
+    Play#0 output Play#0 1   2   21,9    gk 100%     127 .. ..      769    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   23,9    g  100%     127 .. ..      400    0    0    0 100%    6    0   1
+    Play#0 output Play#0 1   3   -4,10   c  100%     127 .. ..     1000   55  707    0 100% 1087    0
+    Play#0 output Play#0 1   3   -2,10   c  100%     127 .. ..     1000   55  702    0 100% 1084    0
+    Play#0 output Play#0 1   2   10,10   g    2%     127 .. ..      769    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   2   12,10   g    2%     127 .. ..      503    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   2   14,10   g    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   2   16,10   m  100%     127 .. 5.      769    0  579    0 100%    0    0
+    Play#0 output Play#0 1   2   18,10   m  100%     127 .. 5.      769    0  579    0 100%    0    0
+    Play#0 output Play#0 1   2   20,10   +    2%     127 .. ..        2    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2    9,11   +    1%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   11,11   +    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   2   13,11   g    2%     127 .. ..        4    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   15,11   g    2%     127 .. ..        5    0    0    0 100%    2    0
+    Play#0 output Play#0 1   2   17,11   g    2%     127 .. ..        3    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   19,11   +    3%     127 .. ..        6    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   2   12,12   g    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   2   14,12   g    2%     127 .. ..        5    0    0    0 100%    2    0
+    Play#0 output Play#0 1   2   16,12   g    2%     127 .. ..        4    0    0    0 100%    1    0
+    Play#0 output Play#0 1   2   18,12   g    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   2   13,13   +    2%     127 .. ..        4    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   15,13   +    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1   2   17,13   +    2%     127 .. ..        3    0    0    0 100%    1    0   1
+    Play#0 output Play#0 1   2   19,13   g    2%     127 .. ..        5    0    0    0 100%    2    0   1
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 4 630
     Play#0 input comm * ?own#0
     Play#0 command commodity
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1    COMMODITIES deliver--  distribute
+    Play#0 output Play#0 1      sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
+    Play#0 output Play#0 1   1   6,-16  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
+    Play#0 output Play#0 1   1   1,-15  k .......... ...9....0.   0   0    0  999    0   0    1    0    1   0
+    Play#0 output Play#0 1   1   3,-15  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
+    Play#0 output Play#0 1   1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-15  % .......... ..0.......   0   0    1    0    0   0   56    0    0   0
+    Play#0 output Play#0 1   1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
+    Play#0 output Play#0 1   1  11,-15  l .......... .......4..   0   0    0    0    0   0    0  450    0   0
+    Play#0 output Play#0 1   8  17,-15  f .......... 20....0.1. 181   6    0    0    0   0    1    0   91   0
+    Play#0 output Play#0 1   8  19,-15  - .......... ......0...   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   4,-14  b .......... ..........   0   0    0    0    0 457    0    0    0   0
+    Play#0 output Play#0 1   1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-14  m .......... ...0......   0   0    0    1    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  10,-14  h .......... 20.....22. 200   8    0    1    1   0    1  200  200   0
+    Play#0 output Play#0 1   1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  16,-14  ) .......... 0.0.......  16   0   16    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  18,-14  o .......... ..........   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  22,-14  ! .......... 20.....22.  32   0    0    0    1   0    0  200  200   0
+    Play#0 output Play#0 1   8  24,-14  l .......... .......4..   0   0    0    0    1   0    0  400    0   0
+    Play#0 output Play#0 1   1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
+    Play#0 output Play#0 1   1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
+    Play#0 output Play#0 1   8  19,-13  * .......... 2......22.   0   0    0    0    1   0    0  200  194   0
+    Play#0 output Play#0 1   8  21,-13  m .......... ...0......   0   0    0    1    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  23,-13  m .......... ...0......   0   0    0    1    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-13  k .......... ...9....0.   0   0    0  999    1   0    0    0    1   0
+    Play#0 output Play#0 1   8  27,-13  j .......... ...9......   0   0    0  999    0   0    0 1355    0   0
+    Play#0 output Play#0 1   8  29,-13  t .......... ....0.13..   0   0    0    0   30   0  150  300    0   0
+    Play#0 output Play#0 1   1   4,-12  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
+    Play#0 output Play#0 1   1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-12  j .......... .......0..   0   0    0 1223    0   0    0    1    0   0
+    Play#0 output Play#0 1   1  12,-12  d .......... .0....021.   0   1    0    0    0   0   20  200  100   0
+    Play#0 output Play#0 1   8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   8  22,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  28,-12  d .......... .0..0.001.   0   1    0    0    1   0   10   50    0   0
+    Play#0 output Play#0 1   8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
+    Play#0 output Play#0 1   1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
+    Play#0 output Play#0 1   1   5,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   7,-11  * .......... 1.2....22. 180   0  200    0    0   0    0  200  200   0
+    Play#0 output Play#0 1   1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
+    Play#0 output Play#0 1   1  11,-11  w .......... ..........  22   0  778 2303  501   0  823 3241 3767   0
+    Play#0 output Play#0 1   1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  15,-11  ! .......... 20.....22. 200  13    0    0    0   0    0  200  200   0
+    Play#0 output Play#0 1   8  21,-11  p .......... .......0..   0   0    0    0    1   0    0   75    0   0
+    Play#0 output Play#0 1   8  23,-11  m .......... ...0......   0   0    0  420    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  25,-11  m .......... ...0......   0   0    0 2694    0   0    0    0    0   0
+    Play#0 output Play#0 1   8  27,-11  b .......... ....3.....   0   0    0    0  300 364    0    0    0   0
+    Play#0 output Play#0 1   8  29,-11  h .......... .......22.   0   0    0    0    1   0    0  200  200   0
+    Play#0 output Play#0 1   8  31,-11  i .......... 0......63.   1   0    0    0    0   0    0  600   89   0
+    Play#0 output Play#0 1  10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1  10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1   4,-10  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
+    Play#0 output Play#0 1   8  20,-10  j .......... ...9...0..   0   0    0  999    1   0    0    1    0   0
+    Play#0 output Play#0 1   8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
+    Play#0 output Play#0 1   8  24,-10  k .......... ...90...0.   0   0    0  999    1   0    0    0    0   0
+    Play#0 output Play#0 1   8  26,-10  w .......... ..........   0   0    0 5406 2113   0  377  279    0   0
+    Play#0 output Play#0 1   9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
+    Play#0 output Play#0 1   9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
+    Play#0 output Play#0 1   6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
+    Play#0 output Play#0 1   4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
+    Play#0 output Play#0 1   7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
+    Play#0 output Play#0 1   5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  10,8    + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,8    w .......... ..........   0   0    0 1159  923   0  525   93    0   0
+    Play#0 output Play#0 1   2  18,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
+    Play#0 output Play#0 1   2   9,9    + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  11,9    j .......... ...90..0..   0   0    0  999    1   0    0    1    0   0
+    Play#0 output Play#0 1   2  15,9    o .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   2  17,9    b .......... ....3.....   0   0    0    0  300  80    0    0    0   0
+    Play#0 output Play#0 1   2  19,9    g .......... .......3..   0   0    0    0    1   0    0  300    0   0
+    Play#0 output Play#0 1   2  21,9    g .......... ...9....0.   0   0    0  999    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  23,9    g .......... ...90.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  10,10   g .......... ....0.13..   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  14,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,10   m .......... ...00.....   0   0    0    1    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,10   m .......... ...00.....   0   0    0    1    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  20,10   + .......... ......0...   0   0    0    0    0   0    1    0    0   0
+    Play#0 output Play#0 1   2   9,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  11,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  13,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  15,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  19,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  12,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  14,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  16,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  18,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1   2  13,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  15,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  17,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
+    Play#0 output Play#0 1   2  19,13   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 4 630
     Play#0 input reso * ?own#0
     Play#0 command resource
+    Play#0 output Play#0 1 Thu Jan  1 00:00:00 1970
+    Play#0 output Play#0 1     RESOURCE
+    Play#0 output Play#0 1 own   sect        eff  min gold fert oil uran 
+    Play#0 output Play#0 1   1    6,-16  j  100%    0    0   82   0    0
+    Play#0 output Play#0 1   1    1,-15  k  100%    6    0   67   1    0
+    Play#0 output Play#0 1   1    3,-15  j  100%   11    0   61   0    0
+    Play#0 output Play#0 1   1    5,-15  c  100%   28    5   37   0    0
+    Play#0 output Play#0 1   1    7,-15  %  100%    0    0   76  25    0
+    Play#0 output Play#0 1   1    9,-15  t  100%   39   14   21   0    0
+    Play#0 output Play#0 1   1   11,-15  l  100%    0    0   91  72    0
+    Play#0 output Play#0 1   8   17,-15  f   91%    0    0  100   1    0
+    Play#0 output Play#0 1   8   19,-15  -o  96%    0    0  100 100    0
+    Play#0 output Play#0 1   8   23,-15  k  100%   11    0   61  21    0
+    Play#0 output Play#0 1   1    4,-14  b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   1    6,-14  m  100%  100   69    0   0   97
+    Play#0 output Play#0 1   1    8,-14  m  100%   96   60    0   0   77
+    Play#0 output Play#0 1   1   10,-14  h  100%   45   19   13   0    0
+    Play#0 output Play#0 1   1   12,-14  =  100%    0    0   45  11    0
+    Play#0 output Play#0 1   1   14,-14  =  100%    0    0   63  46    0
+    Play#0 output Play#0 1   1   16,-14  )   90%    0    0  100  98    0
+    Play#0 output Play#0 1   8   18,-14  o  100%    0    0   91  15    0
+    Play#0 output Play#0 1   8   20,-14  -  100%    0    0   82  58    0
+    Play#0 output Play#0 1   8   22,-14  !  100%   50    0    6   0    0
+    Play#0 output Play#0 1   8   24,-14  l  100%   45    0   13   0    0
+    Play#0 output Play#0 1   1    3,-13  j  100%   23    1   43   0    0
+    Play#0 output Play#0 1   1    5,-13  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   1    7,-13  m  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    9,-13  k  100%   17    0   52   7    0
+    Play#0 output Play#0 1   8   19,-13  *  100%   56    0    0   0    5
+    Play#0 output Play#0 1   8   21,-13  m  100%   96    0    0   0   77
+    Play#0 output Play#0 1   8   23,-13  m  100%  100    0    0   0   88
+    Play#0 output Play#0 1   8   25,-13  k  100%   63   33    0   0   17
+    Play#0 output Play#0 1   8   27,-13  j  100%    0    0   76  47    0
+    Play#0 output Play#0 1   8   29,-13  t  100%   28    0   37   0    0
+    Play#0 output Play#0 1   1    4,-12  k  100%   74   42    0   0   37
+    Play#0 output Play#0 1   1    6,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    8,-12  m  100%  100    0    0   0   88
+    Play#0 output Play#0 1   1   10,-12  j  100%   50    0    6   0    0
+    Play#0 output Play#0 1   1   12,-12  d  100%   63    0    0   0   17
+    Play#0 output Play#0 1   8   20,-12  j  100%   74    1    0   0   37
+    Play#0 output Play#0 1   8   22,-12  m  100%  100    0    0   0   97
+    Play#0 output Play#0 1   8   24,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   26,-12  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   8   28,-12  d  100%   91    0    0   0   68
+    Play#0 output Play#0 1   8   30,-12  c  100%   23    1   43   0    0
+    Play#0 output Play#0 1  10  -11,-11  g  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1    3,-11  i  100%    0    0  100   3    0
+    Play#0 output Play#0 1   1    5,-11  m  100%  100    0    0   0  100
+    Play#0 output Play#0 1   1    7,-11  *  100%   91    0    0   0   68
+    Play#0 output Play#0 1   1    9,-11  r  100%   85    0    0   0   57
+    Play#0 output Play#0 1   1   11,-11  w  100%   78    0    0   0   45
+    Play#0 output Play#0 1   1   13,-11  e  100%   67    0    0   0   25
+    Play#0 output Play#0 1   1   15,-11  !  100%   56    0    0   0    5
+    Play#0 output Play#0 1   8   21,-11  p  100%   85    0    0   0   57
+    Play#0 output Play#0 1   8   23,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   25,-11  m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   8   27,-11  b  100%   39    3   21   0    0
+    Play#0 output Play#0 1   8   29,-11  h  100%   34    0   28   0    0
+    Play#0 output Play#0 1   8   31,-11  i  100%    0    0  100 100    0
+    Play#0 output Play#0 1  10  -12,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1  10  -10,-10  c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   1    4,-10  o  100%    0    0  100   8    0
+    Play#0 output Play#0 1   1    6,-10  +  100%    0    0  100 100    0
+    Play#0 output Play#0 1   1   10,-10  p  100%    0    0  100  98    0
+    Play#0 output Play#0 1   8   20,-10  j  100%   78    0    0   0   45
+    Play#0 output Play#0 1   8   22,-10  j  100%    6    0   67  32    0
+    Play#0 output Play#0 1   8   24,-10  k  100%   67    0    0   0   25
+    Play#0 output Play#0 1   8   26,-10  w  100%   17    0   52   7    0
+    Play#0 output Play#0 1   9  -25,-7   g  100%   28    0   37   0    0
+    Play#0 output Play#0 1   9  -26,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   9  -24,-6   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    3,-3   g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   6    2,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   6    4,-2   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   25,-1   g  100%  100    0    0   0   97
+    Play#0 output Play#0 1   4  -14,0    g  100%   96    0    0   0   77
+    Play#0 output Play#0 1   7   24,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   7   26,0    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -15,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   4  -13,1    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -29,7    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   5  -30,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   5  -28,8    c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   10,8    +    0%    0    0  100  87    0
+    Play#0 output Play#0 1   2   12,8    w  100%   17    0   52   7    0
+    Play#0 output Play#0 1   2   18,8    c   49%   23    1   43   0    0
+    Play#0 output Play#0 1   3   -3,9    g  100%  100    0    0   0  100
+    Play#0 output Play#0 1   2    9,9    +    0%    6    0   67  32    0
+    Play#0 output Play#0 1   2   11,9    j  100%   56    0    0   0    5
+    Play#0 output Play#0 1   2   15,9    o  100%    0    0  100  31    0
+    Play#0 output Play#0 1   2   17,9    b  100%   34    0   28   0    0
+    Play#0 output Play#0 1   2   19,9    gl 100%   78    1    0   0   45
+    Play#0 output Play#0 1   2   21,9    gk 100%   74    2    0   0   37
+    Play#0 output Play#0 1   2   23,9    g  100%   39    9   21   0    0
+    Play#0 output Play#0 1   3   -4,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   3   -2,10   c  100%  100  100  100 100  100
+    Play#0 output Play#0 1   2   10,10   g    2%   45   19   13   0    0
+    Play#0 output Play#0 1   2   12,10   g    2%   63   33    0   0   17
+    Play#0 output Play#0 1   2   14,10   g    2%   91   56    0   0   68
+    Play#0 output Play#0 1   2   16,10   m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   2   18,10   m  100%  100    0  100 100  100
+    Play#0 output Play#0 1   2   20,10   +    2%    0    0  100 100    0
+    Play#0 output Play#0 1   2    9,11   +    1%    0    0   82  58    0
+    Play#0 output Play#0 1   2   11,11   +    2%   11    0   61  21    0
+    Play#0 output Play#0 1   2   13,11   g    2%  100   69    0   0   97
+    Play#0 output Play#0 1   2   15,11   g    2%  100   74    0   0  100
+    Play#0 output Play#0 1   2   17,11   g    2%  100   80    0   0  100
+    Play#0 output Play#0 1   2   19,11   +    3%    0    0  100  98    0
+    Play#0 output Play#0 1   2   12,12   g    2%   67   37    0   0   25
+    Play#0 output Play#0 1   2   14,12   g    2%  100   65    0   0   88
+    Play#0 output Play#0 1   2   16,12   g    2%   96   60    0   0   77
+    Play#0 output Play#0 1   2   18,12   g    2%   85   51    0   0   57
+    Play#0 output Play#0 1   2   13,13   +    2%    0    0   91  72    0
+    Play#0 output Play#0 1   2   15,13   +    2%   28    5   37   0    0
+    Play#0 output Play#0 1   2   17,13   +    2%    0    0   76  47    0
+    Play#0 output Play#0 1   2   19,13   g    2%   50   23    6   0    0
+    Play#0 output Play#0 1 113 sectors
+    Play#0 output Play#0 6 4 630
     Play#0 input force
     Play#0 command force
     Update update 60
+    Play#0 output Play#0 1 You have a new telegram waiting ...
+    Play#0 output Play#0 6 4 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn63 output Conn63 2 Empire server ready
     Conn63 input user tester
+    Conn63 output Conn63 0 hello tester
     Conn63 input coun POGO
+    Conn63 output Conn63 0 country name POGO
     Conn63 input pass peter
+    Conn63 output Conn63 0 password ok
     Conn63 input play
     Conn63 login 0 127.0.0.1 tester
+    Play#0 output Play#0 2 2
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump sect 0,0
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP sect 0
+    Play#0 output Play#0 1 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 21 83 1 4 0 0 76 47 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 /1
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump ship *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP ship 0
+    Play#0 output Play#0 1 0 1 18 -12 6 100 127 0 0 0 0 0 0 "" 0 0 0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "" 0 "" 10 -14 1 0 ""
+    Play#0 output Play#0 1 1 1 10 -14 2 100 127 0 31 0 0 0 0 "" 0 0 0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 300 25 0 0 0 0 0 0 0 0 100 100 0 0 0 0 0 0 "" 1 "" 10 -14 1 0 ""
+    Play#0 output Play#0 1 2 1 10 -14 15 100 127 0 44 0 0 0 0 "" 0 0 0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "" 2 "" 10 -14 1 0 ""
+    Play#0 output Play#0 1 3 1 10 -14 8 100 127 0 51 0 0 0 0 "" 11 10 -13 -14 -1 -1 -1 -1 -1 -1 9 -1 -1 -1 -1 -1 0 0 0 0 0 0 1 0 0 0 0 0 4 990 0 0 0 0 0 0 0 0 449 0 0 0 0 0 0 0 0 "" 3 "" 10 -14 1 0 ""
+    Play#0 output Play#0 1 4 1 11 -13 1 100 127 0 51 0 0 0 0 "" 10 11 -14 -13 8 -1 -1 -1 -1 -1 8 -1 -1 -1 -1 -1 30 0 0 0 0 0 30 0 0 0 0 0 4 300 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 "" 4 "" 10 -14 1 0 ""
+    Play#0 output Play#0 1 /5
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump plane *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP plane 0
+    Play#0 output Play#0 1 0 1 16 -14 0 92 91 0 51 0 0 0 0 "" 4 0 -1 -1 0 0 0.00000
+    Play#0 output Play#0 1 1 1 16 -14 0 95 93 0 51 0 0 0 0 "" 4 0 -1 -1 0 0 0.00000
+    Play#0 output Play#0 1 2 1 16 -14 0 90 100 0 51 16 -14 8 2 "" 4 0 -1 -1 0 0 0.00000
+    Play#0 output Play#0 1 /3
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump land *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP land 0
+    Play#0 output Play#0 1 0 1 10 -14 0 100 127 0 31 0 0 0 0 "" 1 0 42 0 "" 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
+    Play#0 output Play#0 1 3 1 10 -14 0 100 127 0 31 0 0 0 0 "" -1 117 42 0 "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
+    Play#0 output Play#0 1 4 1 16 -14 0 73 127 0 31 0 0 0 0 "" -1 30 42 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
+    Play#0 output Play#0 1 5 1 16 -14 11 98 119 0 37 0 0 0 0 "" -1 0 42 0 "" 0 5 35 10 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
+    Play#0 output Play#0 1 /4
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump nuke *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP nuke 0
+    Play#0 output Play#0 1 /0
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump news *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP news 0
+    Play#0 output Play#0 1 1 15 0 1 0 0
+    Play#0 output Play#0 1 2 15 0 1 0 0
+    Play#0 output Play#0 1 3 15 0 1 0 0
+    Play#0 output Play#0 1 4 15 0 1 0 0
+    Play#0 output Play#0 1 5 15 0 1 0 0
+    Play#0 output Play#0 1 6 15 0 1 0 0
+    Play#0 output Play#0 1 7 15 0 1 0 0
+    Play#0 output Play#0 1 8 15 0 1 0 0
+    Play#0 output Play#0 1 9 15 0 1 0 0
+    Play#0 output Play#0 1 10 15 0 1 0 0
+    Play#0 output Play#0 1 1 73 8 1 0 0
+    Play#0 output Play#0 1 8 38 1 1 0 0
+    Play#0 output Play#0 1 1 4 2 1 0 0
+    Play#0 output Play#0 1 1 28 8 1 0 0
+    Play#0 output Play#0 1 1 26 2 1 0 0
+    Play#0 output Play#0 1 2 26 1 1 0 0
+    Play#0 output Play#0 1 2 66 8 1 0 0
+    Play#0 output Play#0 1 8 28 1 1 0 0
+    Play#0 output Play#0 1 8 66 2 1 0 0
+    Play#0 output Play#0 1 1 9 8 6 0 0
+    Play#0 output Play#0 1 1 16 8 2 0 0
+    Play#0 output Play#0 1 1 10 8 1 0 0
+    Play#0 output Play#0 1 8 14 1 1 0 0
+    Play#0 output Play#0 1 1 58 8 1 0 0
+    Play#0 output Play#0 1 1 2 8 1 0 0
+    Play#0 output Play#0 1 /25
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump treaty *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP treaty 0
+    Play#0 output Play#0 1 /0
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump trade *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP trade 0
+    Play#0 output Play#0 1 /0
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump nat *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP nat 0
+    Play#0 output Play#0 1 0 5 62 "POGO" "peter" "127.0.0.1" "" "tester" 0 0 0 0 0 0 0 255 640 0 0 123456789 0 0 0 0 0.00000 0.00000 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 1 4 62 "1" "1" "127.0.0.1" "" "tester" 5 -15 5 -13 0 1 0 255 640 0 28 58442 0 0 0 0 65.5867 21.7241 38.9091 12.0366 2 2 4 2 2 2 2 2 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 2 4 62 "2" "2" "127.0.0.1" "" "tester" 18 8 16 10 0 1 0 255 640 0 101 38065 0 0 0 0 27.2871 10.8621 11.7609 0.00000 2 4 2 2 2 2 2 2 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 3 4 62 "3" "3" "127.0.0.1" "" "tester" -4 10 -4 10 0 17 1 255 640 0 0 38165 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 4 4 62 "4" "4" "127.0.0.1" "" "tester" -15 1 -15 1 0 17 1 255 640 0 0 38167 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 5 4 62 "5" "5" "127.0.0.1" "" "tester" -30 8 -30 8 0 17 1 255 640 0 0 38155 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 6 4 62 "6" "6" "127.0.0.1" "" "tester" 2 -2 2 -2 0 17 1 255 640 0 0 38167 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 7 4 62 "7" "7" "127.0.0.1" "" "tester" 24 0 24 0 0 17 1 255 640 0 0 38162 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 8 4 62 "8" "8" "127.0.0.1" "" "tester" 30 -12 23 -11 0 1 0 255 640 0 0 27202 0 0 0 0 52.0652 10.8621 40.5545 6.99272 2 0 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 9 4 62 "9" "9" "127.0.0.1" "" "tester" -26 -6 -26 -6 0 17 1 255 640 0 0 38156 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 10 4 62 "10" "10" "127.0.0.1" "" "tester" -12 -10 -12 -10 0 17 1 255 640 0 0 38149 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 11 2 62 "visitor" "visitor" "" "" "" 0 0 0 0 0 0 0 255 640 0 0 0 0 0 0 0 0.00000 0.00000 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#0 output Play#0 1 /12
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump loan *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP loan 0
+    Play#0 output Play#0 1 /0
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump commodity *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP commodity 0
+    Play#0 output Play#0 1 /0
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump lost *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP lost 0
+    Play#0 output Play#0 1 0 1 3 1 11 -13
+    Play#0 output Play#0 1 0 1 3 2 10 -14
+    Play#0 output Play#0 1 /2
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump realm 0
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP realm 0
+    Play#0 output Play#0 1 0 0 0 0 0 0
+    Play#0 output Play#0 1 /1
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump game *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP game 0
+    Play#0 output Play#0 1 0 0 18 0 0
+    Play#0 output Play#0 1 /1
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump item *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP item 0
+    Play#0 output Play#0 1 0 "civilians" "c" 1 0 1 1 10 10 10 10 4
+    Play#0 output Play#0 1 1 "military" "m" 0 1 1 1 1 1 1 1 20
+    Play#0 output Play#0 1 2 "shells" "s" 5 1 1 1 1 10 1 1 80
+    Play#0 output Play#0 1 3 "guns" "g" 60 1 10 1 1 10 1 1 100
+    Play#0 output Play#0 1 4 "petrol" "p" 4 1 1 1 1 10 1 1 50
+    Play#0 output Play#0 1 5 "iron\\040ore" "i" 2 1 1 1 1 10 1 1 100
+    Play#0 output Play#0 1 6 "dust\\040(gold)" "d" 20 1 5 1 1 10 1 1 100
+    Play#0 output Play#0 1 7 "bars\\040of\\040gold" "b" 280 1 50 1 1 5 1 4 200
+    Play#0 output Play#0 1 8 "food" "f" 0 1 1 1 1 10 1 1 2
+    Play#0 output Play#0 1 9 "oil" "o" 8 1 1 1 1 10 1 1 50
+    Play#0 output Play#0 1 10 "light\\040products" "l" 2 1 1 1 1 10 1 1 100
+    Play#0 output Play#0 1 11 "heavy\\040products" "h" 4 1 1 1 1 10 1 1 100
+    Play#0 output Play#0 1 12 "uncompensated\\040workers" "u" 1 1 2 1 1 2 1 1 2
+    Play#0 output Play#0 1 13 "radioactive\\040materials" "r" 150 1 8 1 1 10 1 1 1000
+    Play#0 output Play#0 1 /14
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump product *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP product 0
+    Play#0 output Play#0 1 0 "iron\\040ore" "iron" -1 -1 -1 0 0 0 5 -1 0 0 0 -1 0 0
+    Play#0 output Play#0 1 1 "gold\\040dust" "dust" -1 -1 -1 0 0 0 6 -1 0 0 20 -1 0 0
+    Play#0 output Play#0 1 2 "food" "food" -1 -1 -1 0 0 0 8 -1 0 0 0 0 -10 10
+    Play#0 output Play#0 1 3 "oil" "oil" -1 -1 -1 0 0 0 9 -1 0 0 10 0 -10 10
+    Play#0 output Play#0 1 4 "radioactive\\040materials" "rad" -1 -1 -1 0 0 0 13 -1 2 0 35 0 40 10
+    Play#0 output Play#0 1 5 "shells" "shells" 10 11 -1 2 1 0 2 -1 3 0 0 0 20 10
+    Play#0 output Play#0 1 6 "guns" "guns" 9 10 11 1 5 10 3 -1 30 0 0 0 20 10
+    Play#0 output Play#0 1 7 "petrol" "petrol" 9 -1 -1 1 0 0 4 -1 1 0 0 0 20 10
+    Play#0 output Play#0 1 8 "gold\\040bars" "bars" 6 -1 -1 5 0 0 7 -1 10 0 0 -1 0 0
+    Play#0 output Play#0 1 9 "light\\040construction\\040materials" "lcm" 5 -1 -1 1 0 0 10 -1 0 0 0 0 -10 10
+    Play#0 output Play#0 1 10 "heavy\\040construction\\040materials" "hcm" 5 -1 -1 2 0 0 11 -1 0 0 0 0 -10 10
+    Play#0 output Play#0 1 11 "technological\\040breakthroughs" "tech" 6 9 10 1 5 10 -1 0 300 0 0 2 5 10
+    Play#0 output Play#0 1 12 "medical\\040discoveries" "medical" 6 9 10 1 5 10 -1 1 90 0 0 2 5 10
+    Play#0 output Play#0 1 13 "a\\040class\\040of\\040graduates" "edu" 10 -1 -1 1 0 0 -1 2 9 0 0 -1 0 0
+    Play#0 output Play#0 1 14 "happy\\040strollers" "happy" 10 -1 -1 1 0 0 -1 3 9 0 0 -1 0 0
+    Play#0 output Play#0 1 /15
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump sect-chr *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP sect-chr 0
+    Play#0 output Play#0 1 0 "sea" "." 0 -1 0 -1.00000 -1.00000 1 1 0.00000 0.00000 0 -1 0 0 0 0 0
+    Play#0 output Play#0 1 1 "mountain" "^" 1 1 75 2.40000 1.20000 0 1 1.00000 4.00000 5 -1 1 0 0 0 100
+    Play#0 output Play#0 1 2 "sanctuary" "s" 4 -1 0 -1.00000 -1.00000 0 1 0.00000 99.0000 127 -1 0 0 0 0 1000
+    Play#0 output Play#0 1 3 "wasteland" "\\134" 3 -1 0 -1.00000 -1.00000 0 1 0.00000 99.0000 0 -1 0 0 0 0 0
+    Play#0 output Play#0 1 4 "wilderness" "-" 4 -1 0 0.400000 0.400000 0 1 1.00000 2.00000 1 0 0 0 0 0 1000
+    Play#0 output Play#0 1 5 "capital" "c" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 30 0 1 0 0 1 1000
+    Play#0 output Play#0 1 6 "uranium\\040mine" "u" 4 4 100 0.400000 0.200000 0 1 1.00000 2.00000 15 0 1 0 0 0 1000
+    Play#0 output Play#0 1 7 "park" "p" 4 14 100 0.400000 0.200000 0 1 1.00000 1.50000 5 0 1 0 0 0 1000
+    Play#0 output Play#0 1 8 "defense\\040plant" "d" 4 6 100 0.400000 0.200000 0 1 1.00000 1.50000 7 0 1 0 0 0 1000
+    Play#0 output Play#0 1 9 "shell\\040industry" "i" 4 5 100 0.400000 0.200000 0 1 1.00000 1.50000 6 0 1 0 0 0 1000
+    Play#0 output Play#0 1 10 "mine" "m" 4 0 100 0.400000 0.200000 0 1 1.00000 2.00000 5 0 1 0 0 0 1000
+    Play#0 output Play#0 1 11 "gold\\040mine" "g" 4 1 100 0.400000 0.200000 0 1 1.00000 2.00000 8 0 1 0 0 0 1000
+    Play#0 output Play#0 1 12 "harbor" "h" 4 -1 0 0.400000 0.200000 2 2 1.00000 1.50000 12 0 1 0 0 0 1000
+    Play#0 output Play#0 1 13 "warehouse" "w" 4 -1 0 0.400000 0.200000 0 2 1.00000 1.50000 7 0 1 0 0 0 1000
+    Play#0 output Play#0 1 14 "airfield" "*" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.25000 12 0 1 0 0 0 1000
+    Play#0 output Play#0 1 15 "agribusiness" "a" 4 2 900 0.400000 0.200000 0 1 1.00000 1.50000 2 0 1 0 0 0 1000
+    Play#0 output Play#0 1 16 "oil\\040field" "o" 4 3 100 0.400000 0.200000 0 1 1.00000 1.50000 5 0 1 0 0 0 1000
+    Play#0 output Play#0 1 17 "light\\040manufacturing" "j" 4 9 100 0.400000 0.200000 0 1 1.00000 1.50000 3 0 1 0 0 0 1000
+    Play#0 output Play#0 1 18 "heavy\\040manufacturing" "k" 4 10 100 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
+    Play#0 output Play#0 1 19 "fortress" "f" 4 -1 0 0.400000 0.200000 0 1 2.00000 4.00000 10 0 5 0 1 0 1000
+    Play#0 output Play#0 1 20 "technical\\040center" "t" 4 11 100 0.400000 0.200000 0 1 1.00000 1.50000 10 0 1 0 0 0 1000
+    Play#0 output Play#0 1 21 "research\\040lab" "r" 4 12 100 0.400000 0.200000 0 1 1.00000 1.50000 9 0 1 0 0 0 1000
+    Play#0 output Play#0 1 22 "nuclear\\040plant" "n" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 10 0 1 0 0 0 1000
+    Play#0 output Play#0 1 23 "library/school" "l" 4 13 100 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
+    Play#0 output Play#0 1 24 "highway" "+" 4 -1 0 0.400000 0.00000 0 1 1.00000 1.00000 3 0 1 0 0 0 1000
+    Play#0 output Play#0 1 25 "radar\\040installation" ")" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
+    Play#0 output Play#0 1 26 "headquarters" "!" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 12 0 1 0 0 0 1000
+    Play#0 output Play#0 1 27 "bridge\\040head" "#" 4 -1 0 0.400000 0.00000 0 1 1.00000 1.00000 3 0 1 0 0 0 1000
+    Play#0 output Play#0 1 28 "bridge\\040span" "=" 0 -1 0 0.400000 0.00000 4 1 1.00000 1.00000 5 -1 1 0 0 0 100
+    Play#0 output Play#0 1 29 "bank" "b" 4 8 100 0.400000 0.200000 0 4 1.00000 2.25000 10 0 1 0 0 0 1000
+    Play#0 output Play#0 1 30 "refinery" "%" 4 7 1000 0.400000 0.200000 0 1 1.00000 1.50000 2 0 1 0 0 0 1000
+    Play#0 output Play#0 1 31 "enlistment\\040center" "e" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 7 0 1 0 0 0 1000
+    Play#0 output Play#0 1 32 "plains" "~" 32 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 1 -1 1 0 0 0 100
+    Play#0 output Play#0 1 33 "bridge\\040tower" "@" 0 -1 0 0.400000 0.00000 0 1 1.00000 1.50000 4 -1 1 0 0 0 100
+    Play#0 output Play#0 1 /34
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump ship-chr *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP ship-chr 0
+    Play#0 output Play#0 1 0 "fb\\040\\040\\040fishing\\040boat" 300 10 0 0 0 0 0 0 900 0 0 0 15 0 25 15 10 10 15 2 0 0 0 0 0 180 524289 0 0
+    Play#0 output Play#0 1 1 "ft\\040\\040\\040fishing\\040trawler" 300 10 0 0 0 0 0 0 900 0 0 0 15 0 25 15 10 25 15 2 0 0 0 0 35 300 524289 0 0
+    Play#0 output Play#0 1 2 "cs\\040\\040\\040cargo\\040ship" 600 50 300 50 0 0 0 0 900 0 1400 900 250 0 60 40 20 25 35 3 0 0 1 0 20 500 262144 0 2
+    Play#0 output Play#0 1 3 "os\\040\\040\\040ore\\040ship" 30 5 0 0 0 990 990 0 200 0 0 0 45 990 60 40 20 25 35 3 0 0 1 0 20 500 0 0 0
+    Play#0 output Play#0 1 4 "ss\\040\\040\\040slave\\040ship" 20 80 0 0 0 0 0 0 200 0 0 0 1200 0 60 40 20 10 35 3 0 0 1 0 0 300 0 0 0
+    Play#0 output Play#0 1 6 "frg\\040\\040frigate" 0 60 10 2 0 0 0 0 60 0 0 0 0 0 30 30 50 25 25 3 1 1 1 0 0 600 16384 0 2
+    Play#0 output Play#0 1 7 "oe\\040\\040\\040oil\\040exploration\\040boat" 10 5 0 0 0 0 0 0 100 1 0 0 0 0 25 15 10 25 15 2 0 0 0 0 40 800 524320 0 0
+    Play#0 output Play#0 1 8 "od\\040\\040\\040oil\\040derrick" 990 80 0 0 0 0 0 0 990 990 0 0 990 0 60 60 30 15 65 3 0 0 2 0 50 1500 32 0 0
+    Play#0 output Play#0 1 9 "pt\\040\\040\\040patrol\\040boat" 0 2 12 2 0 0 0 0 5 0 0 0 0 0 20 10 10 38 10 2 1 1 0 0 40 300 524290 0 0
+    Play#0 output Play#0 1 10 "lc\\040\\040\\040light\\040cruiser" 0 100 40 5 0 0 0 0 100 0 0 0 0 0 30 40 50 30 30 5 6 3 1 0 45 800 128 0 2
+    Play#0 output Play#0 1 11 "hc\\040\\040\\040heavy\\040cruiser" 0 120 100 8 0 0 0 0 200 0 0 0 0 0 40 50 70 30 30 5 8 4 1 0 50 1200 0 0 4
+    Play#0 output Play#0 1 12 "tt\\040\\040\\040troop\\040transport" 0 120 20 4 0 0 0 0 120 0 0 0 0 0 50 50 60 20 35 3 1 2 1 0 10 800 16384 0 2
+    Play#0 output Play#0 1 13 "bb\\040\\040\\040battleship" 0 200 200 10 0 0 0 0 900 0 0 0 0 0 50 70 95 25 35 6 10 7 1 0 45 1800 0 0 2
+    Play#0 output Play#0 1 14 "bbc\\040\\040battlecruiser" 0 180 100 10 0 0 0 0 400 0 0 0 0 0 50 60 55 30 35 6 10 6 1 0 75 1500 0 0 2
+    Play#0 output Play#0 1 15 "tk\\040\\040\\040tanker" 30 5 0 0 990 0 0 0 200 990 0 0 25 0 60 40 75 25 45 3 0 0 1 0 35 600 262144 0 0
+    Play#0 output Play#0 1 16 "ms\\040\\040\\040minesweeper" 0 10 100 1 0 0 0 0 90 0 0 0 0 0 25 15 10 25 15 2 0 0 0 0 40 400 524672 0 0
+    Play#0 output Play#0 1 17 "dd\\040\\040\\040destroyer" 0 60 40 4 0 0 0 0 80 0 0 0 0 0 30 30 45 35 20 4 6 3 1 0 70 600 196 0 1
+    Play#0 output Play#0 1 18 "sb\\040\\040\\040submarine" 0 25 36 5 0 0 0 0 80 0 0 0 0 0 30 30 25 20 5 4 3 3 0 0 60 650 706 0 0
+    Play#0 output Play#0 1 19 "sbc\\040\\040cargo\\040submarine" 5 10 104 20 100 0 0 0 900 0 500 300 0 0 40 40 50 30 2 3 0 0 0 0 150 1200 262720 0 0
+    Play#0 output Play#0 1 20 "cal\\040\\040light\\040carrier" 0 175 250 4 300 0 0 0 180 0 0 0 0 0 50 60 60 30 40 5 2 2 4 20 80 2700 8 20 0
+    Play#0 output Play#0 1 21 "car\\040\\040aircraft\\040carrier" 0 350 500 4 500 0 0 0 900 0 0 0 0 0 60 70 80 35 40 7 2 2 10 40 160 4500 8 40 0
+    Play#0 output Play#0 1 22 "can\\040\\040nuc\\040carrier" 0 350 999 4 999 0 0 0 900 0 0 0 0 0 70 80 100 45 40 9 2 2 20 4 305 8000 262152 60 0
+    Play#0 output Play#0 1 23 "ls\\040\\040\\040landing\\040ship" 0 400 10 1 0 0 0 0 300 0 0 0 0 0 60 40 40 30 30 2 0 0 2 0 145 1000 2048 0 6
+    Play#0 output Play#0 1 24 "af\\040\\040\\040asw\\040frigate" 0 60 60 4 0 0 0 0 120 0 0 0 0 0 40 30 50 35 30 5 2 2 4 0 220 800 4166 0 0
+    Play#0 output Play#0 1 25 "na\\040\\040\\040nuc\\040attack\\040sub" 0 25 60 6 0 0 0 0 500 0 0 0 0 0 30 40 45 40 3 6 5 3 0 0 260 1200 4802 0 0
+    Play#0 output Play#0 1 26 "ad\\040\\040\\040asw\\040destroyer" 0 100 80 6 40 0 0 0 500 0 0 0 0 0 40 40 60 40 35 6 8 3 10 2 240 1500 4166 0 0
+    Play#0 output Play#0 1 27 "nm\\040\\040\\040nuc\\040miss\\040sub" 0 25 200 1 0 0 0 0 500 0 0 0 0 0 30 40 55 35 2 6 0 0 0 0 270 1500 592 20 0
+    Play#0 output Play#0 1 28 "msb\\040\\040missile\\040sub" 0 25 100 1 0 0 0 0 500 0 0 0 0 0 30 30 35 30 3 3 0 0 0 0 230 1200 592 10 0
+    Play#0 output Play#0 1 29 "mb\\040\\040\\040missile\\040boat" 0 5 100 3 0 0 0 0 500 0 0 0 0 0 20 20 15 40 15 3 2 2 0 0 180 500 16 10 0
+    Play#0 output Play#0 1 30 "mf\\040\\040\\040missile\\040frigate" 0 60 220 4 0 0 0 0 120 0 0 0 0 0 40 30 50 35 30 5 2 2 2 0 280 1000 16 20 0
+    Play#0 output Play#0 1 31 "mc\\040\\040\\040missile\\040cruiser" 0 120 500 6 160 0 0 0 200 0 0 0 0 0 50 50 70 35 35 8 8 6 8 8 290 1500 1048592 40 0
+    Play#0 output Play#0 1 32 "aac\\040\\040aa\\040cruiser" 0 100 100 15 0 0 0 0 200 0 0 0 0 0 50 60 80 35 30 6 1 8 1 0 130 1500 1048576 0 4
+    Play#0 output Play#0 1 33 "agc\\040\\040aegis\\040cruiser" 0 200 400 25 40 0 0 0 900 0 0 0 0 0 50 60 80 35 30 6 1 16 30 2 265 4000 1048592 32 0
+    Play#0 output Play#0 1 34 "ncr\\040\\040nuc\\040cruiser" 0 200 400 8 40 0 0 0 900 0 0 0 0 0 50 50 100 45 35 6 14 7 10 2 325 1800 1048592 20 0
+    Play#0 output Play#0 1 35 "nas\\040\\040nuc\\040asw\\040cruiser" 0 200 120 6 160 0 0 0 500 0 0 0 0 0 50 50 80 45 35 9 10 4 25 8 330 1800 4166 0 0
+    Play#0 output Play#0 1 36 "nsp\\040\\040nuc\\040supply\\040ship" 50 50 600 50 999 0 0 0 999 0 1500 900 0 0 60 40 40 45 35 6 0 0 10 2 360 1500 262144 0 2
+    Play#0 output Play#0 1 /36
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump plane-chr *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP plane-chr 0
+    Play#0 output Play#0 1 0 "f1\\040\\040\\040Sopwith\\040Camel" 8 2 400 50 90 1 1 1 4 1 1 0 22
+    Play#0 output Play#0 1 1 "f2\\040\\040\\040P-51\\040Mustang" 8 2 400 80 80 1 4 4 8 1 1 0 70
+    Play#0 output Play#0 1 2 "jf1\\040\\040F-4\\040Phantom" 12 4 1000 125 45 1 14 14 11 2 3 0 70
+    Play#0 output Play#0 1 3 "jf2\\040\\040AV-8B\\040Harrier" 12 4 1400 195 30 1 17 17 14 2 3 0 86
+    Play#0 output Play#0 1 4 "sf\\040\\040\\040F-117A\\040Nighthawk" 15 5 3000 325 45 3 19 19 20 2 4 80 70
+    Play#0 output Play#0 1 5 "es\\040\\040\\040P-38\\040Lightning" 9 3 700 90 60 1 5 5 15 1 2 0 131074
+    Play#0 output Play#0 1 6 "jes\\040\\040F-14E\\040jet\\040escort" 14 8 1400 160 60 1 10 10 25 2 3 0 131074
+    Play#0 output Play#0 1 7 "lb\\040\\040\\040TBD-1\\040Devastator" 10 3 550 60 50 2 0 3 7 1 1 0 83
+    Play#0 output Play#0 1 8 "jl\\040\\040\\040A-6\\040Intruder" 14 4 1000 130 25 3 0 9 11 2 3 0 67
+    Play#0 output Play#0 1 9 "mb\\040\\040\\040medium\\040bomber" 14 5 1000 80 45 4 0 5 14 3 3 0 3
+    Play#0 output Play#0 1 10 "jfb\\040\\040FB-111\\040Aardvark\\040f/b" 20 10 1800 140 30 7 8 8 20 5 5 0 3
+    Play#0 output Play#0 1 11 "hb\\040\\040\\040B-26B\\040Marauder" 20 6 1100 90 90 5 0 4 15 2 2 0 1
+    Play#0 output Play#0 1 12 "jhb\\040\\040B-52\\040Strato-Fortress" 26 13 3200 150 80 12 0 11 35 5 6 0 1
+    Play#0 output Play#0 1 13 "sb\\040\\040\\040B-2\\040stealth\\040bomber" 15 5 4000 325 25 8 0 15 28 2 5 80 3
+    Play#0 output Play#0 1 14 "as\\040\\040\\040anti-sub\\040plane" 10 3 550 100 85 2 0 3 15 2 2 0 819202
+    Play#0 output Play#0 1 15 "np\\040\\040\\040naval\\040plane" 20 10 1800 135 70 3 0 4 28 4 2 0 819274
+    Play#0 output Play#0 1 16 "nc\\040\\040\\040AH-1\\040Cobra" 8 2 800 160 55 2 0 3 11 2 2 0 573458
+    Play#0 output Play#0 1 17 "ac\\040\\040\\040AH-64\\040Apache" 8 2 800 200 15 1 0 9 11 2 2 40 16402
+    Play#0 output Play#0 1 18 "tc\\040\\040\\040transport\\040chopper" 8 2 800 135 0 5 0 3 7 2 2 40 81944
+    Play#0 output Play#0 1 19 "tr\\040\\040\\040C-56\\040Lodestar" 14 5 1000 85 0 7 0 2 15 3 3 0 65544
+    Play#0 output Play#0 1 20 "jt\\040\\040\\040C-141\\040Starlifter" 18 5 1500 160 0 16 0 9 35 3 4 0 65544
+    Play#0 output Play#0 1 21 "zep\\040\\040Zeppelin" 6 2 1000 70 60 2 0 -3 15 3 2 0 154
+    Play#0 output Play#0 1 22 "re\\040\\040\\040recon" 12 4 800 130 0 0 0 4 15 2 2 20 128
+    Play#0 output Play#0 1 23 "sp\\040\\040\\040E2-C\\040Hawkeye" 15 5 2000 190 0 0 0 11 32 2 5 50 128
+    Play#0 output Play#0 1 24 "lst\\040\\040landsat" 20 20 2000 245 0 0 0 3 41 0 9 0 512
+    Play#0 output Play#0 1 25 "ss\\040\\040\\040KH-7\\040spysat" 20 20 4000 305 0 0 0 3 61 0 9 0 896
+    Play#0 output Play#0 1 26 "mi\\040\\040\\040Harpoon" 8 2 300 160 50 6 0 5 6 0 0 0 1048690
+    Play#0 output Play#0 1 27 "sam\\040\\040Sea\\040Sparrow" 3 1 200 180 0 0 0 18 2 0 0 0 8308
+    Play#0 output Play#0 1 28 "ssm\\040\\040V2" 15 15 800 145 60 3 0 3 4 0 0 0 50
+    Play#0 output Play#0 1 29 "srbm\\040Atlas" 20 20 1000 200 60 6 0 5 9 0 0 0 50
+    Play#0 output Play#0 1 30 "irbm\\040Titan" 20 20 1500 260 60 8 0 10 15 0 0 0 50
+    Play#0 output Play#0 1 31 "icbm\\040Minuteman" 20 20 3000 310 60 10 0 15 41 0 0 0 50
+    Play#0 output Play#0 1 32 "slbm\\040Trident" 20 20 2000 280 60 8 0 6 23 0 0 0 114
+    Play#0 output Play#0 1 33 "asat\\040anti-sat" 20 20 2000 305 50 6 0 7 13 0 4 0 560
+    Play#0 output Play#0 1 34 "abm\\040\\040Patriot" 16 8 1500 270 50 0 0 31 12 0 0 0 2096
+    Play#0 output Play#0 1 /35
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump land-chr *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP land-chr 0
+    Play#0 output Play#0 1 0 "cav\\040\\040cavalry" 0 20 0 0 0 0 0 0 12 0 0 0 0 0 10 5 30 500 1.20000 0.500000 80 32 18 4 3 0 0 0 0 0 80 0 0
+    Play#0 output Play#0 1 1 "linf\\040light\\040infantry" 0 25 1 0 0 0 0 0 15 0 0 0 0 0 8 4 40 300 1.00000 1.50000 60 28 15 2 1 0 0 0 1 1 272 0 0
+    Play#0 output Play#0 1 2 "inf\\040\\040infantry" 0 100 0 0 0 0 0 0 24 0 0 0 0 0 10 5 50 500 1.00000 1.50000 60 25 15 2 1 0 0 0 0 0 272 0 0
+    Play#0 output Play#0 1 3 "mtif\\040motor\\040inf" 0 100 8 0 0 0 0 0 60 0 0 0 0 0 15 10 190 400 1.20000 2.20000 60 33 17 1 3 0 0 0 2 3 16 0 0
+    Play#0 output Play#0 1 4 "mif\\040\\040mech\\040inf" 0 100 8 0 0 0 0 0 60 0 0 0 0 0 15 10 190 800 1.50000 2.50000 50 33 17 1 3 0 0 0 2 3 16 0 0
+    Play#0 output Play#0 1 5 "mar\\040\\040marines" 0 100 4 0 0 0 0 0 60 0 0 0 0 0 10 5 140 1000 1.40000 2.40000 60 25 14 2 1 0 0 0 1 2 304 0 0
+    Play#0 output Play#0 1 6 "sup\\040\\040supply" 0 25 200 10 300 100 100 10 300 0 200 100 0 0 10 5 50 500 0.100000 0.200000 80 25 20 1 0 0 0 0 0 0 20 0 0
+    Play#0 output Play#0 1 7 "tra\\040\\040train" 0 990 990 200 990 500 500 100 990 990 990 990 0 150 100 50 40 3500 0.00000 0.00000 120 10 25 3 0 0 0 0 0 0 6148 5 12
+    Play#0 output Play#0 1 8 "spy\\040\\040infiltrator" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 5 40 750 0.00000 0.00000 80 32 18 4 3 0 0 0 0 0 1360 0 0
+    Play#0 output Play#0 1 9 "com\\040\\040commando" 0 0 3 0 0 0 0 0 0 0 0 0 0 0 10 5 55 1500 0.00000 0.00000 80 32 18 4 3 0 0 0 0 0 1360 0 0
+    Play#0 output Play#0 1 10 "aau\\040\\040aa\\040unit" 0 20 5 0 0 0 0 0 12 0 0 0 0 0 20 10 70 500 0.500000 1.00000 60 18 20 1 1 0 0 0 1 2 528 0 0
+    Play#0 output Play#0 1 11 "art\\040\\040artillery" 0 25 40 10 0 0 0 0 24 0 0 0 0 0 20 10 35 800 0.100000 0.400000 70 18 20 1 0 8 50 5 2 1 16 0 0
+    Play#0 output Play#0 1 12 "lat\\040\\040lt\\040artillery" 0 25 20 6 0 0 0 0 12 0 0 0 0 0 20 10 70 500 0.200000 0.600000 60 30 18 1 1 5 10 3 1 1 16 0 0
+    Play#0 output Play#0 1 13 "hat\\040\\040hvy\\040artillery" 0 25 80 12 0 0 0 0 24 0 0 0 0 0 40 20 100 800 0.00000 0.200000 60 12 20 1 0 11 99 8 4 1 0 0 0
+    Play#0 output Play#0 1 14 "mat\\040\\040mech\\040artillery" 0 25 40 10 0 0 0 0 15 0 0 0 0 0 20 10 200 1000 0.200000 0.600000 50 35 17 1 1 8 35 6 3 3 16 0 0
+    Play#0 output Play#0 1 15 "eng\\040\\040engineer" 0 20 3 0 0 0 0 0 12 0 0 0 0 0 10 5 130 3000 1.20000 2.40000 50 25 14 2 1 0 0 0 1 1 274 0 0
+    Play#0 output Play#0 1 16 "meng\\040mech\\040engineer" 0 20 4 0 0 0 0 0 15 0 0 0 0 0 10 5 260 4500 1.80000 3.50000 45 33 15 3 3 0 0 0 1 5 274 0 0
+    Play#0 output Play#0 1 17 "lar\\040\\040lt\\040armor" 0 50 4 0 0 0 0 0 30 0 0 0 0 0 10 5 150 600 2.00000 1.00000 50 42 15 4 4 0 0 0 1 2 80 0 0
+    Play#0 output Play#0 1 18 "har\\040\\040hvy\\040armor" 0 100 3 0 0 0 0 0 48 0 0 0 0 0 20 10 120 500 2.00000 0.800000 50 18 17 1 1 0 0 0 2 1 0 0 0
+    Play#0 output Play#0 1 19 "arm\\040\\040armor" 0 50 4 0 0 0 0 0 30 0 0 0 0 0 20 10 170 1000 3.00000 1.50000 40 33 16 2 2 0 0 0 1 2 16 0 0
+    Play#0 output Play#0 1 20 "sec\\040\\040security" 0 50 4 0 0 0 0 0 30 0 0 0 0 0 10 5 170 600 1.00000 2.00000 60 25 15 2 1 0 0 0 1 1 24 0 0
+    Play#0 output Play#0 1 21 "rad\\040\\040radar\\040unit" 0 10 0 0 0 0 0 0 7 0 0 0 0 0 10 5 270 1000 0.00000 0.00000 50 33 15 3 0 0 0 0 0 2 144 1 0
+    Play#0 output Play#0 1 /22
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump nuke-chr *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP nuke-chr 0
+    Play#0 output Play#0 1 0 "10kt\\040\\040fission" 50 50 25 70 3 70 10000 280 4 0
+    Play#0 output Play#0 1 1 "15kt\\040\\040fission" 50 50 25 80 3 90 15000 290 5 0
+    Play#0 output Play#0 1 2 "50kt\\040\\040fission" 60 60 30 90 3 100 25000 300 6 0
+    Play#0 output Play#0 1 3 "100kt\\040fission" 75 75 40 120 4 125 30000 310 8 0
+    Play#0 output Play#0 1 4 "5kt\\040\\040\\040fusion" 15 15 15 30 2 80 12500 315 1 0
+    Play#0 output Play#0 1 5 "75kt\\040\\040fusion" 40 40 35 50 3 90 20000 320 3 0
+    Play#0 output Play#0 1 6 "250kt\\040fusion" 50 50 45 60 4 110 25000 330 4 0
+    Play#0 output Play#0 1 7 "500kt\\040fusion" 60 60 50 80 5 120 35000 340 5 0
+    Play#0 output Play#0 1 8 "1mt\\040\\040\\040fusion" 75 75 50 110 6 150 40000 350 5 0
+    Play#0 output Play#0 1 9 "60kt\\040\\040neutron" 60 60 30 100 3 30 30000 355 2 1
+    Play#0 output Play#0 1 10 "3mt\\040\\040\\040fusion" 100 100 75 130 7 170 45000 360 6 0
+    Play#0 output Play#0 1 11 "5mt\\040\\040\\040fusion" 120 120 100 150 8 190 50000 370 8 0
+    Play#0 output Play#0 1 12 "120kt\\040neutron" 75 75 40 120 5 50 36000 375 3 1
+    Play#0 output Play#0 1 /13
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump news-chr *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP news-chr 0
+    Play#0 output Play#0 1 1 "infantry\\040capture\\040%s\\040territory" "shock\\040troops\\040overrun\\040one\\040of\\040%s's\\040sectors" -4 2
+    Play#0 output Play#0 1 2 "infantry\\040beaten\\040back\\040by\\040%s\\040troops" "shock\\040troops\\040annihilated\\040in\\040failed\\040attack\\040on\\040%s" -4 2
+    Play#0 output Play#0 1 3 "spy\\040shot\\040by\\040%s\\040firing\\040squad" "spy\\040captured\\040and\\040shot\\040by\\040%s" -1 10
+    Play#0 output Play#0 1 4 "sends\\040a\\040telegram\\040to\\040%s" "telexes\\040%s" 1 11
+    Play#0 output Play#0 1 5 "diplomats\\040sign\\040a\\040treaty\\040with\\040%s" "ambassador\\040agrees\\040to\\040a\\040treaty\\040with\\040%s" 3 1
+    Play#0 output Play#0 1 6 "bankers\\040make\\040a\\040loan\\040to\\040%s" "Ministry\\040of\\040Finance\\040lends\\040money\\040to\\040%s" 2 7
+    Play#0 output Play#0 1 7 "repays\\040a\\040loan\\040from\\040%s" "makes\\040last\\040payment\\040on\\040loan\\040from\\040%s" 1 7
+    Play#0 output Play#0 1 8 "makes\\040a\\040sale\\040to\\040%s" "sells\\040goods\\040to\\040%s" 0 7
+    Play#0 output Play#0 1 9 "violates\\040%s\\040airspace" "overflies\\040%s\\040territory" -1 4
+    Play#0 output Play#0 1 10 "gunners\\040bombard\\040%s\\040territory" "artillery\\040fires\\040on\\040%s\\040sectors" -2 6
+    Play#0 output Play#0 1 11 "shells\\040a\\040ship\\040owned\\040by\\040%s" "fires\\040on\\040%s\\040ships" -2 3
+    Play#0 output Play#0 1 12 "takes\\040over\\040unoccupied\\040land" "attacks\\040unowned\\040land\\040for\\040some\\040reason" 0 2
+    Play#0 output Play#0 1 13 "ships\\040torpedoed\\040by\\040enemy\\040wolf-packs" "ships\\040torpedoed\\040by\\040marauding\\040U-boats" 0 3
+    Play#0 output Play#0 1 14 "gunners\\040fire\\040on\\040%s\\040in\\040self-defense" "gunners\\040decimate\\040%s\\040aggressors" 0 6
+    Play#0 output Play#0 1 15 "breaks\\040sanctuary" "no\\040longer\\040has\\040a\\040sanctuary" 0 1
+    Play#0 output Play#0 1 16 "planes\\040divebomb\\040one\\040of\\040%s's\\040sectors" "bombers\\040wreak\\040havoc\\040on\\040%s" -2 4
+    Play#0 output Play#0 1 17 "divebombs\\040a\\040ship\\040flying\\040the\\040flag\\040of\\040%s" "airforce\\040bombs\\040%s\\040ships" -2 3
+    Play#0 output Play#0 1 18 "seadogs\\040board\\040one\\040of\\040%s's\\040ships" "pirates\\040board\\040%s\\040ship" -2 3
+    Play#0 output Play#0 1 19 "is\\040repelled\\040by\\040%s\\040while\\040attempting\\040to\\040board\\040a\\040ship" "pirates\\040prove\\040inept\\040at\\040boarding\\040%s's\\040ships" -3 3
+    Play#0 output Play#0 1 21 "seizes\\040a\\040sector\\040from\\040%s\\040to\\040collect\\040on\\040a\\040loan" "collects\\040one\\040of\\040%s's\\040sectors\\040in\\040repayment\\040of\\040a\\040loan" -2 7
+    Play#0 output Play#0 1 22 "considers\\040an\\040action\\040which\\040would\\040violate\\040a\\040treaty\\040with\\040%s" "decides\\040not\\040to\\040violate\\040treaty\\040with\\040%s\\040(yet)" -1 1
+    Play#0 output Play#0 1 23 "violates\\040a\\040treaty\\040with\\040%s" "actions\\040violate\\040treaty\\040with\\040%s" -4 1
+    Play#0 output Play#0 1 25 "ship\\040hits\\040a\\040mine" "ship\\040severely\\040damaged\\040in\\040mine\\040field" 0 3
+    Play#0 output Play#0 1 26 "announces\\040an\\040alliance\\040with\\040%s" "/\\040%s\\040alliance\\040declared" 5 1
+    Play#0 output Play#0 1 28 "declares\\040TOTAL\\040WAR\\040on\\040%s" "gets\\040serious\\040with\\040%s\\040and\\040declares\\040WAR" -5 1
+    Play#0 output Play#0 1 29 "diplomats\\040disavow\\040former\\040alliance\\040with\\040%s" "is\\040no\\040longer\\040allied\\040with\\040%s" 0 1
+    Play#0 output Play#0 1 30 "is\\040no\\040longer\\040at\\040war\\040with\\040%s" "Foreign\\040Ministry\\040declares\\040\\042No\\040more\\040war\\040with\\040%s\\042" 5 1
+    Play#0 output Play#0 1 31 "reports\\040outbreak\\040of\\040the\\040black\\040plague" "sector\\040infected\\040with\\040bubonic\\040plague" 0 9
+    Play#0 output Play#0 1 32 "citizens\\040die\\040from\\040bubonic\\040plague" "sector\\040reports\\040plague\\040deaths" 0 9
+    Play#0 output Play#0 1 33 "goes\\040through\\040a\\040name\\040change" "adopts\\040a\\040new\\040country\\040name" 0 1
+    Play#0 output Play#0 1 34 "citizens\\040starve\\040in\\040disastrous\\040famine" "loses\\040citizens\\040to\\040mass\\040starvation" 0 9
+    Play#0 output Play#0 1 36 "pilots\\040down\\040%s\\040planes" "victorious\\040in\\040air-to-air\\040combat\\040against\\040%s" -3 4
+    Play#0 output Play#0 1 37 "nuclear\\040device\\040devastates\\040%s\\040sector" "explodes\\040a\\040nuclear\\040device\\040damaging\\040%s\\040territory" -10 5
+    Play#0 output Play#0 1 38 "terrorists\\040shoot\\040it\\040out\\040with\\040%s\\040special\\040forces" "underground\\040rises\\040up\\040against\\040%s\\040occupation" 0 9
+    Play#0 output Play#0 1 39 "execution\\040squads\\040gun\\040down\\040helpless\\040%s\\040civilians" "firing\\040squads\\040massacre\\040defenseless\\040%s\\040workers" -2 9
+    Play#0 output Play#0 1 40 "launches\\040a\\040satellite\\040into\\040orbit" "continues\\040its\\040conquest\\040of\\040space\\040with\\040a\\040successful\\040launch" 0 5
+    Play#0 output Play#0 1 41 "strikes\\040a\\040%s\\040big\\040bird" "rockets\\040damage\\040a\\040%s\\040satellite" -8 5
+    Play#0 output Play#0 1 42 "makes\\040a\\040contribution\\040to\\040%s" "helps\\040out\\040%s" 0 7
+    Play#0 output Play#0 1 43 "aids\\040%s\\040with\\040divine\\040intervention" "smiles\\040upon\\040%s" 0 9
+    Play#0 output Play#0 1 44 "hurts\\040%s\\040with\\040divine\\040intervention" "frowns\\040upon\\040%s" 0 9
+    Play#0 output Play#0 1 45 "sacrifices\\040to\\040%s" "makes\\040divine\\040payment\\040to\\040%s" 0 7
+    Play#0 output Play#0 1 46 "abms\\040intercept\\040a\\040%s\\040missile" "strategic\\040defense\\040systems\\040destroy\\040a\\040%s\\040missile" -10 5
+    Play#0 output Play#0 1 47 "missile\\040fired\\040at\\040one\\040of\\040%s's\\040sectors" "missile\\040wreaks\\040havoc\\040on\\040%s" -2 5
+    Play#0 output Play#0 1 48 "missile\\040fired\\040at\\040a\\040ship\\040flying\\040the\\040flag\\040of\\040%s" "missiles\\040hit\\040%s\\040ships" -2 5
+    Play#0 output Play#0 1 49 "engages\\040in\\040friendly\\040trade\\040with\\040%s" "profits\\040from\\040a\\040merchant\\040venture\\040with\\040%s" 2 7
+    Play#0 output Play#0 1 50 "pirates\\040dispose\\040of\\040%s\\040booty\\040in\\040trade" "buccaneers\\040sell\\040their\\040%s\\040goods" 0 7
+    Play#0 output Play#0 1 51 "pirates\\040keep\\040their\\040%s\\040booty" "buccaneers\\040laugh\\040and\\040bury\\040their\\040%s\\040goods" 0 7
+    Play#0 output Play#0 1 52 "ships\\040torpedoed\\040by\\040%s\\040torpedo-boats" "ships\\040sunk\\040by\\040marauding\\040%s\\040torpedo-boats" 0 3
+    Play#0 output Play#0 1 53 "planes\\040bomb\\040a\\040skulking\\040%s\\040submarine" "planes\\040drop\\040depth-charges\\040on\\040a\\040%s\\040sub" 0 3
+    Play#0 output Play#0 1 55 "divebombs\\040a\\040brave\\040%s\\040unit" "airforce\\040bombs\\040%s\\040units" -2 4
+    Play#0 output Play#0 1 56 "troops\\040run\\040afoul\\040of\\040a\\040landmine" "troops\\040severely\\040damaged\\040in\\040mine\\040field" 0 2
+    Play#0 output Play#0 1 57 "fortress\\040gunners\\040support\\040troops\\040attacking\\040%s" "fortress\\040artillery\\040massacres\\040%s\\040defenders" -2 6
+    Play#0 output Play#0 1 58 "gunners\\040support\\040troops\\040attacking\\040%s" "artillery\\040battery\\040massacres\\040%s\\040defenders" -2 6
+    Play#0 output Play#0 1 59 "naval\\040gunners\\040support\\040troops\\040attacking\\040%s" "naval\\040gunfire\\040massacres\\040%s\\040defenders" -2 6
+    Play#0 output Play#0 1 60 "sacks\\040%s\\040capital" "captures\\040and\\040pillages\\040%s's\\040capital" 10 1
+    Play#0 output Play#0 1 61 "announces\\040friendly\\040trade\\040relations\\040with\\040%s" "upgrades\\040%s's\\040trade\\040status\\040to\\040triple-A" 3 1
+    Play#0 output Play#0 1 62 "downgrades\\040relations\\040with\\040%s\\040to\\040friendly" "cools\\040relations\\040with\\040%s\\040to\\040friendly" 0 1
+    Play#0 output Play#0 1 63 "upgrades\\040relations\\040with\\040%s\\040to\\040neutral" "Foreign\\040Ministry\\040declares\\040\\042%s\\040is\\040A-OK.\\042" 2 1
+    Play#0 output Play#0 1 64 "downgrades\\040relations\\040with\\040%s\\040to\\040neutral" "gives\\040the\\040cold\\040shoulder\\040to\\040%s\\040and\\040declares\\040neutral\\040relations" 0 1
+    Play#0 output Play#0 1 65 "upgrades\\040relations\\040with\\040%s\\040to\\040hostile" "forgives\\040%s\\040of\\040past\\040war\\040crimes\\040but\\040remains\\040hostile" 3 1
+    Play#0 output Play#0 1 66 "downgrades\\040relations\\040with\\040%s\\040to\\040hostile" "is\\040suspicious\\040that\\040%s\\040has\\040hostile\\040intentions" 3 1
+    Play#0 output Play#0 1 67 "sector\\040is\\040struck\\040by\\040a\\040sub-launched\\040missile" "sector\\040devastated\\040by\\040missile" 0 5
+    Play#0 output Play#0 1 68 "ship\\040is\\040hit\\040by\\040a\\040sub-launched\\040missile" "ship\\040damaged\\040by\\040marine\\040missile" 0 5
+    Play#0 output Play#0 1 69 "pilgrims\\040settle\\040on\\040a\\040new\\040island" "discovers\\040new\\040land\\040and\\040starts\\040a\\040colony" 0 8
+    Play#0 output Play#0 1 70 "abms\\040intercept\\040an\\040incoming\\040sub-launched\\040missile" "strategic\\040defense\\040systems\\040destroy\\040an\\040incoming\\040sub-launched\\040warhead" 0 5
+    Play#0 output Play#0 1 71 "missile\\040fired\\040at\\040%s\\040ground\\040troops" "missile\\040hits\\040%s\\040troops" 2 5
+    Play#0 output Play#0 1 72 "regiment\\040struck\\040by\\040sub-launched\\040missile" "ground\\040troops\\040hit\\040by\\040missile" 0 5
+    Play#0 output Play#0 1 73 "navy\\040secures\\040a\\040beachhead\\040on\\040%s\\040territory" "sailors\\040take\\040a\\040coastal\\040sector\\040from\\040%s" -4 2
+    Play#0 output Play#0 1 74 "paratroopers\\040comandeer\\040a\\040sector\\040from\\040%s" "air\\040force\\040parachutists\\040overwhelm\\040a\\040%s\\040sector" -4 2
+    Play#0 output Play#0 1 75 "parachutists\\040grab\\040unoccupied\\040land" "paratroopers\\040break\\040new\\040ground" 0 8
+    Play#0 output Play#0 1 76 "sailors\\040repelled\\040by\\040%s\\040coast-guard" "naval\\040forces\\040massacred\\040in\\040failed\\040assault\\040of\\040%s" 4 2
+    Play#0 output Play#0 1 77 "paratroopers\\040destroyed\\040in\\040failed\\040air-assault\\040on\\040%s" "loses\\040parachutists\\040in\\040failed\\040air-assault\\040of\\040%s" 4 2
+    Play#0 output Play#0 1 80 "is\\040unable\\040to\\040fulfill\\040its\\040financial\\040obligations\\040to\\040%s" "welches\\040on\\040a\\040deal\\040with\\040%s" 0 7
+    Play#0 output Play#0 1 81 "is\\040repelled\\040by\\040%s\\040while\\040attempting\\040to\\040board\\040a\\040land\\040unit" "forces\\040prove\\040inept\\040at\\040boarding\\040%s's\\040land\\040unit" -3 2
+    Play#0 output Play#0 1 82 "mercenaries\\040board\\040one\\040of\\040%s's\\040land\\040units" "elite\\040forces\\040board\\040%s\\040land\\040unit" -2 2
+    Play#0 output Play#0 1 /75
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump infrastructure *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP infrastructure 0
+    Play#0 output Play#0 1 "road\\040network" 2 2 2 1 1
+    Play#0 output Play#0 1 "rail\\040network" 1 1 1 1 0
+    Play#0 output Play#0 1 "defense\\040factor" 1 1 1 1 0
+    Play#0 output Play#0 1 /3
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump updates *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP updates 0
+    Play#0 output Play#0 1 /0
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump table *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP table 0
+    Play#0 output Play#0 1 0 "sect"
+    Play#0 output Play#0 1 1 "ship"
+    Play#0 output Play#0 1 2 "plane"
+    Play#0 output Play#0 1 3 "land"
+    Play#0 output Play#0 1 4 "nuke"
+    Play#0 output Play#0 1 5 "news"
+    Play#0 output Play#0 1 6 "treaty"
+    Play#0 output Play#0 1 7 "trade"
+    Play#0 output Play#0 1 9 "nat"
+    Play#0 output Play#0 1 10 "loan"
+    Play#0 output Play#0 1 13 "commodity"
+    Play#0 output Play#0 1 14 "lost"
+    Play#0 output Play#0 1 15 "realm"
+    Play#0 output Play#0 1 16 "game"
+    Play#0 output Play#0 1 17 "item"
+    Play#0 output Play#0 1 18 "product"
+    Play#0 output Play#0 1 19 "sect-chr"
+    Play#0 output Play#0 1 20 "ship-chr"
+    Play#0 output Play#0 1 21 "plane-chr"
+    Play#0 output Play#0 1 22 "land-chr"
+    Play#0 output Play#0 1 23 "nuke-chr"
+    Play#0 output Play#0 1 24 "news-chr"
+    Play#0 output Play#0 1 25 "infrastructure"
+    Play#0 output Play#0 1 26 "updates"
+    Play#0 output Play#0 1 27 "table"
+    Play#0 output Play#0 1 28 "version"
+    Play#0 output Play#0 1 29 "meta"
+    Play#0 output Play#0 1 30 "agreement-status"
+    Play#0 output Play#0 1 31 "land-chr-flags"
+    Play#0 output Play#0 1 32 "level"
+    Play#0 output Play#0 1 33 "meta-flags"
+    Play#0 output Play#0 1 34 "meta-type"
+    Play#0 output Play#0 1 35 "missions"
+    Play#0 output Play#0 1 36 "nation-flags"
+    Play#0 output Play#0 1 37 "nation-rejects"
+    Play#0 output Play#0 1 38 "nation-relationships"
+    Play#0 output Play#0 1 39 "nation-status"
+    Play#0 output Play#0 1 40 "nuke-chr-flags"
+    Play#0 output Play#0 1 41 "packing"
+    Play#0 output Play#0 1 42 "page-headings"
+    Play#0 output Play#0 1 43 "plague-stages"
+    Play#0 output Play#0 1 44 "plane-chr-flags"
+    Play#0 output Play#0 1 45 "plane-flags"
+    Play#0 output Play#0 1 46 "resources"
+    Play#0 output Play#0 1 47 "retreat-flags"
+    Play#0 output Play#0 1 48 "sector-navigation"
+    Play#0 output Play#0 1 49 "ship-chr-flags"
+    Play#0 output Play#0 1 50 "treaty-flags"
+    Play#0 output Play#0 1 51 "country"
+    Play#0 output Play#0 1 /49
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump version *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP version 0
+    Play#0 output Play#0 1 "Wolfpack\\040Empire\\0404.3.32" 99 "Deity\\040forgot\\040to\\040edit\\040econfig" "careless@invalid" 64 32 60 0 0 1 "" "" "" 1 0 1 0 1 1 1 0 0 0 1 0 0 0 0 1 1 0 1 1 0 1 0 0 1 0.00120000 1440 640 15 5 120 0 1.00000 96.0000 2.00000 2.00000 192.000 48.0000 600000. 600000. 1.00000 127 100 1000.00 10.0000 300 3000.00 100.000 1.00000 2.00000 127 -0.00100000 1.00000 2.00000 127 -0.00100000 1.50000 3.00000 127 -0.00100000 40 8 8 8 1.75000 5.00000 1.00000 0.300000 0.100000 0.500000 1.00000 2 0.00250000 0.00833330 -0.0833333 -0.00833330 0.00177770 0.00600000 0.250000 0.000500000 0.00130000 0.00120000 0.00500000 50 0.00600000 0.00500000 0.00000 7200 7200 1.00000 0.990000 8 14 25 0.0250000 0.0350000 0.0500000 0.200000 0.100000
+    Play#0 output Play#0 1 /1
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump meta *
     Play#0 command xdump
+    Play#0 output Play#0 1 Usage: xdump ["meta"] <TYPE> [<RECORDS>]
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump sector *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP sector-navigation 0
+    Play#0 output Play#0 1 0 "land"
+    Play#0 output Play#0 1 1 "sea"
+    Play#0 output Play#0 1 2 "harbor"
+    Play#0 output Play#0 1 3 "canal"
+    Play#0 output Play#0 1 4 "bridge"
+    Play#0 output Play#0 1 /5
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump agreement-status *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP agreement-status 0
+    Play#0 output Play#0 1 0 "free"
+    Play#0 output Play#0 1 1 "proposed"
+    Play#0 output Play#0 1 2 "signed"
+    Play#0 output Play#0 1 /3
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump land-chr-flags *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP land-chr-flags 0
+    Play#0 output Play#0 1 2 "engineer"
+    Play#0 output Play#0 1 4 "supply"
+    Play#0 output Play#0 1 8 "security"
+    Play#0 output Play#0 1 16 "light"
+    Play#0 output Play#0 1 32 "marine"
+    Play#0 output Play#0 1 64 "recon"
+    Play#0 output Play#0 1 128 "radar"
+    Play#0 output Play#0 1 256 "assault"
+    Play#0 output Play#0 1 512 "flak"
+    Play#0 output Play#0 1 1024 "spy"
+    Play#0 output Play#0 1 2048 "train"
+    Play#0 output Play#0 1 4096 "heavy"
+    Play#0 output Play#0 1 /12
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump level *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP level 0
+    Play#0 output Play#0 1 -1 "none"
+    Play#0 output Play#0 1 0 "technology"
+    Play#0 output Play#0 1 1 "research"
+    Play#0 output Play#0 1 2 "education"
+    Play#0 output Play#0 1 3 "happiness"
+    Play#0 output Play#0 1 /5
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump meta-flags *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta-flags 0
+    Play#0 output Play#0 1 1 "deity"
+    Play#0 output Play#0 1 2 "extra"
+    Play#0 output Play#0 1 4 "const"
+    Play#0 output Play#0 1 8 "bits"
+    Play#0 output Play#0 1 /4
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump meta-type *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP meta-type 0
+    Play#0 output Play#0 1 1 "d"
+    Play#0 output Play#0 1 2 "g"
+    Play#0 output Play#0 1 3 "s"
+    Play#0 output Play#0 1 4 "d"
+    Play#0 output Play#0 1 5 "d"
+    Play#0 output Play#0 1 6 "d"
+    Play#0 output Play#0 1 7 "d"
+    Play#0 output Play#0 1 8 "d"
+    Play#0 output Play#0 1 9 "d"
+    Play#0 output Play#0 1 10 "d"
+    Play#0 output Play#0 1 11 "d"
+    Play#0 output Play#0 1 12 "d"
+    Play#0 output Play#0 1 13 "g"
+    Play#0 output Play#0 1 14 "c"
+    Play#0 output Play#0 1 /14
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump missions *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP missions 0
+    Play#0 output Play#0 1 0 "none"
+    Play#0 output Play#0 1 1 "interdiction"
+    Play#0 output Play#0 1 2 "support"
+    Play#0 output Play#0 1 3 "reserve"
+    Play#0 output Play#0 1 4 "escort"
+    Play#0 output Play#0 1 6 "air\\040defense"
+    Play#0 output Play#0 1 7 "defensive\\040support"
+    Play#0 output Play#0 1 8 "offensive\\040support"
+    Play#0 output Play#0 1 /8
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump nation-flags *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP nation-flags 0
+    Play#0 output Play#0 1 1 "inform"
+    Play#0 output Play#0 1 2 "flash"
+    Play#0 output Play#0 1 4 "beep"
+    Play#0 output Play#0 1 8 "coastwatch"
+    Play#0 output Play#0 1 16 "sonar"
+    Play#0 output Play#0 1 32 "techlists"
+    Play#0 output Play#0 1 64 "sacked"
+    Play#0 output Play#0 1 /7
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump nation-rejects *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP nation-rejects 0
+    Play#0 output Play#0 1 1 "telegrams"
+    Play#0 output Play#0 1 2 "treaties"
+    Play#0 output Play#0 1 4 "announcements"
+    Play#0 output Play#0 1 8 "loans"
+    Play#0 output Play#0 1 /4
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump nation-relationships *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP nation-relationships 0
+    Play#0 output Play#0 1 -1 "unknown"
+    Play#0 output Play#0 1 0 "at-war"
+    Play#0 output Play#0 1 1 "hostile"
+    Play#0 output Play#0 1 2 "neutral"
+    Play#0 output Play#0 1 3 "friendly"
+    Play#0 output Play#0 1 4 "allied"
+    Play#0 output Play#0 1 /6
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump nation-status *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP nation-status 0
+    Play#0 output Play#0 1 0 "unused"
+    Play#0 output Play#0 1 1 "new"
+    Play#0 output Play#0 1 2 "visitor"
+    Play#0 output Play#0 1 3 "sanctuary"
+    Play#0 output Play#0 1 4 "active"
+    Play#0 output Play#0 1 5 "deity"
+    Play#0 output Play#0 1 /6
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump nuke-chr-flags *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP nuke-chr-flags 0
+    Play#0 output Play#0 1 1 "neutron"
+    Play#0 output Play#0 1 /1
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump packing *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP packing 0
+    Play#0 output Play#0 1 0 "inefficient"
+    Play#0 output Play#0 1 1 "normal"
+    Play#0 output Play#0 1 2 "warehouse"
+    Play#0 output Play#0 1 3 "urban"
+    Play#0 output Play#0 1 4 "bank"
+    Play#0 output Play#0 1 /5
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump page-headings *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP page-headings 0
+    Play#0 output Play#0 1 0 "Comics"
+    Play#0 output Play#0 1 1 "Foreign\\040Affairs"
+    Play#0 output Play#0 1 2 "The\\040Front\\040Line"
+    Play#0 output Play#0 1 3 "The\\040High\\040Seas"
+    Play#0 output Play#0 1 4 "Sky\\040Watch"
+    Play#0 output Play#0 1 5 "Guidance\\040Systems"
+    Play#0 output Play#0 1 6 "Firestorms"
+    Play#0 output Play#0 1 7 "Business\\040&\\040Economics"
+    Play#0 output Play#0 1 8 "The\\040Frontier"
+    Play#0 output Play#0 1 9 "The\\040Home\\040Front"
+    Play#0 output Play#0 1 10 "Espionage"
+    Play#0 output Play#0 1 11 "Telecommunications"
+    Play#0 output Play#0 1 /12
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump plague-stages *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP plague-stages 0
+    Play#0 output Play#0 1 0 "healthy"
+    Play#0 output Play#0 1 1 "dying"
+    Play#0 output Play#0 1 2 "infect"
+    Play#0 output Play#0 1 3 "incubate"
+    Play#0 output Play#0 1 4 "exposed"
+    Play#0 output Play#0 1 /5
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump plane-chr-flags *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP plane-chr-flags 0
+    Play#0 output Play#0 1 2 "tactical"
+    Play#0 output Play#0 1 1 "bomber"
+    Play#0 output Play#0 1 4 "intercept"
+    Play#0 output Play#0 1 8 "cargo"
+    Play#0 output Play#0 1 16 "VTOL"
+    Play#0 output Play#0 1 32 "missile"
+    Play#0 output Play#0 1 64 "light"
+    Play#0 output Play#0 1 128 "spy"
+    Play#0 output Play#0 1 256 "image"
+    Play#0 output Play#0 1 512 "satellite"
+    Play#0 output Play#0 1 2048 "SDI"
+    Play#0 output Play#0 1 8192 "x-light"
+    Play#0 output Play#0 1 16384 "helo"
+    Play#0 output Play#0 1 32768 "ASW"
+    Play#0 output Play#0 1 65536 "para"
+    Play#0 output Play#0 1 131072 "escort"
+    Play#0 output Play#0 1 262144 "mine"
+    Play#0 output Play#0 1 524288 "sweep"
+    Play#0 output Play#0 1 1048576 "marine"
+    Play#0 output Play#0 1 /19
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump plane-flags *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP plane-flags 0
+    Play#0 output Play#0 1 1 "launched"
+    Play#0 output Play#0 1 2 "synchronous"
+    Play#0 output Play#0 1 4 "airburst"
+    Play#0 output Play#0 1 /3
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump resources *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP resources 0
+    Play#0 output Play#0 1 0 "none"
+    Play#0 output Play#0 1 0 "min"
+    Play#0 output Play#0 1 0 "gold"
+    Play#0 output Play#0 1 0 "fert"
+    Play#0 output Play#0 1 0 "ocontent"
+    Play#0 output Play#0 1 0 "uran"
+    Play#0 output Play#0 1 /6
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump retreat-flags *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP retreat-flags 0
+    Play#0 output Play#0 1 1 "group"
+    Play#0 output Play#0 1 2 "injured"
+    Play#0 output Play#0 1 4 "torped"
+    Play#0 output Play#0 1 8 "sonared"
+    Play#0 output Play#0 1 16 "helpless"
+    Play#0 output Play#0 1 32 "bombed"
+    Play#0 output Play#0 1 64 "depth-charged"
+    Play#0 output Play#0 1 128 "boarded"
+    Play#0 output Play#0 1 /8
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump ship-chr-flags *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP ship-chr-flags 0
+    Play#0 output Play#0 1 1 "fish"
+    Play#0 output Play#0 1 2 "torp"
+    Play#0 output Play#0 1 4 "dchrg"
+    Play#0 output Play#0 1 8 "plane"
+    Play#0 output Play#0 1 16 "miss"
+    Play#0 output Play#0 1 32 "oil"
+    Play#0 output Play#0 1 64 "sonar"
+    Play#0 output Play#0 1 128 "mine"
+    Play#0 output Play#0 1 256 "sweep"
+    Play#0 output Play#0 1 512 "sub"
+    Play#0 output Play#0 1 2048 "land"
+    Play#0 output Play#0 1 4096 "sub-torp"
+    Play#0 output Play#0 1 8192 "trade"
+    Play#0 output Play#0 1 16384 "semi-land"
+    Play#0 output Play#0 1 262144 "supply"
+    Play#0 output Play#0 1 524288 "canal"
+    Play#0 output Play#0 1 1048576 "anti-missile"
+    Play#0 output Play#0 1 /17
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump treaty-flags *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP treaty-flags 0
+    Play#0 output Play#0 1 1 "no\\040attacks\\040on\\040any\\040land\\040units"
+    Play#0 output Play#0 1 2 "no\\040attacks\\040on\\040any\\040ships"
+    Play#0 output Play#0 1 4 "no\\040shelling\\040any\\040ships"
+    Play#0 output Play#0 1 1024 "no\\040depth-charging\\040any\\040subs"
+    Play#0 output Play#0 1 8 "no\\040sector\\040attacks"
+    Play#0 output Play#0 1 16 "no\\040shelling\\040any\\040land"
+    Play#0 output Play#0 1 32 "no\\040building\\040ships"
+    Play#0 output Play#0 1 64 "no\\040new\\040nuclear\\040weapons"
+    Play#0 output Play#0 1 128 "no\\040building\\040planes"
+    Play#0 output Play#0 1 256 "no\\040building\\040land\\040units"
+    Play#0 output Play#0 1 512 "no\\040enlistment"
+    Play#0 output Play#0 1 /11
+    Play#0 output Play#0 6 4 640
     Play#0 input xdump country *
     Play#0 command xdump
+    Play#0 output Play#0 1 XDUMP country 0
+    Play#0 output Play#0 1 0 62 "127.0.0.1" "" "tester" 0 0 0 0 0 255 640 0 0 123456789 0 0 0 0 0.00000 0.00000 0.00000 0.00000
+    Play#0 output Play#0 1 /1
+    Play#0 output Play#0 6 4 640
     Play#0 input ctld
+    Play#0 output Play#0 1 Bye-bye
     Play#0 logout 0
+    Play#0 output Play#0 3 so long...
+    Conn64 output Conn64 2 Empire server ready
     Conn64 input user tester
+    Conn64 output Conn64 0 hello tester
     Conn64 input coun 1
+    Conn64 output Conn64 0 country name 1
     Conn64 input pass 1
+    Conn64 output Conn64 0 password ok
     Conn64 input play
     Conn64 login 1 127.0.0.1 tester
+    Play#1 output Play#1 2 2
+    Play#1 output Play#1 1 You have a new telegram waiting ...
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump sect 0,0
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP sect 0
+    Play#1 output Play#1 1 1 0 0 10 100 127 0 0 0 0 0 6 2 0 100 0 10 100 0 100 100 100 1 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 /1
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump ship *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP ship 0
+    Play#1 output Play#1 1 0 1 13 1 6 100 127 0 0 -5 13 0 0 "" -5 -5 13 13 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "" 0 "" 0 ""
+    Play#1 output Play#1 1 1 1 5 -1 2 100 127 0 31 -5 13 0 0 "" -5 -5 13 13 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 300 25 0 0 0 0 0 0 0 0 100 100 0 0 0 0 "" 1 "" 0 ""
+    Play#1 output Play#1 1 2 1 5 -1 15 100 127 0 44 -5 13 0 0 "" -5 -5 13 13 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "" 2 "" 0 ""
+    Play#1 output Play#1 1 3 1 5 -1 8 100 127 0 51 -5 13 0 0 "" 6 5 0 -1 -1 -1 -1 -1 -1 -1 9 -1 -1 -1 -1 -1 0 0 0 0 0 0 1 0 0 0 0 0 4 990 0 0 0 0 0 0 0 0 449 0 0 0 0 0 0 "" 3 "" 0 ""
+    Play#1 output Play#1 1 4 1 6 0 1 100 127 0 51 -5 13 0 0 "" 5 6 -1 0 8 -1 -1 -1 -1 -1 8 -1 -1 -1 -1 -1 30 0 0 0 0 0 30 0 0 0 0 0 4 300 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 "" 4 "" 0 ""
+    Play#1 output Play#1 1 /5
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump plane *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP plane 0
+    Play#1 output Play#1 1 0 1 11 -1 0 92 91 0 51 -5 13 0 0 "" 4 0 -1 -1 0 0 0.00000
+    Play#1 output Play#1 1 1 1 11 -1 0 95 93 0 51 -5 13 0 0 "" 4 0 -1 -1 0 0 0.00000
+    Play#1 output Play#1 1 2 1 11 -1 0 90 100 0 51 11 -1 8 2 "" 4 0 -1 -1 0 0 0.00000
+    Play#1 output Play#1 1 /3
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump land *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP land 0
+    Play#1 output Play#1 1 0 1 5 -1 0 100 127 0 31 -5 13 0 0 "" 1 0 42 0 "" 0 20 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
+    Play#1 output Play#1 1 3 1 5 -1 0 100 127 0 31 -5 13 0 0 "" -1 117 42 0 "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
+    Play#1 output Play#1 1 4 1 11 -1 0 73 127 0 31 -5 13 0 0 "" -1 30 42 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
+    Play#1 output Play#1 1 5 1 11 -1 11 98 119 0 37 -5 13 0 0 "" -1 0 42 0 "" 0 5 35 10 0 0 0 0 0 0 0 0 0 0 -1 0
+    Play#1 output Play#1 1 /4
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump nuke *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP nuke 0
+    Play#1 output Play#1 1 /0
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump news *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP news 0
+    Play#1 output Play#1 1 1 15 0 1 0 0
+    Play#1 output Play#1 1 2 15 0 1 0 0
+    Play#1 output Play#1 1 3 15 0 1 0 0
+    Play#1 output Play#1 1 4 15 0 1 0 0
+    Play#1 output Play#1 1 5 15 0 1 0 0
+    Play#1 output Play#1 1 6 15 0 1 0 0
+    Play#1 output Play#1 1 7 15 0 1 0 0
+    Play#1 output Play#1 1 8 15 0 1 0 0
+    Play#1 output Play#1 1 9 15 0 1 0 0
+    Play#1 output Play#1 1 10 15 0 1 0 0
+    Play#1 output Play#1 1 1 73 8 1 0 0
+    Play#1 output Play#1 1 8 38 1 1 0 0
+    Play#1 output Play#1 1 1 4 2 1 0 0
+    Play#1 output Play#1 1 1 28 8 1 0 0
+    Play#1 output Play#1 1 1 26 2 1 0 0
+    Play#1 output Play#1 1 2 26 1 1 0 0
+    Play#1 output Play#1 1 2 66 8 1 0 0
+    Play#1 output Play#1 1 8 28 1 1 0 0
+    Play#1 output Play#1 1 8 66 2 1 0 0
+    Play#1 output Play#1 1 1 9 8 6 0 0
+    Play#1 output Play#1 1 1 16 8 2 0 0
+    Play#1 output Play#1 1 1 10 8 1 0 0
+    Play#1 output Play#1 1 8 14 1 1 0 0
+    Play#1 output Play#1 1 1 58 8 1 0 0
+    Play#1 output Play#1 1 1 2 8 1 0 0
+    Play#1 output Play#1 1 /25
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump treaty *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP treaty 0
+    Play#1 output Play#1 1 /0
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump trade *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP trade 0
+    Play#1 output Play#1 1 /0
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump nat *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP nat 0
+    Play#1 output Play#1 1 0 5 "POGO" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 1 4 "1" 2 2 4 2 2 2 2 2 0 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 2 4 "2" 2 4 2 2 2 2 2 2 1 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 3 4 "3" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 4 4 "4" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 5 4 "5" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 6 4 "6" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 7 4 "7" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 8 4 "8" 2 0 1 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 9 4 "9" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 10 4 "10" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 11 2 "visitor" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    Play#1 output Play#1 1 /12
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump loan *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP loan 0
+    Play#1 output Play#1 1 /0
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump commodity *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP commodity 0
+    Play#1 output Play#1 1 /0
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump lost *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP lost 0
+    Play#1 output Play#1 1 0 1 3 1 6 0
+    Play#1 output Play#1 1 0 1 3 2 5 -1
+    Play#1 output Play#1 1 /2
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump realm *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP realm 0
+    Play#1 output Play#1 1 1 0 -8 16 -4 4
+    Play#1 output Play#1 1 1 1 -16 24 -8 8
+    Play#1 output Play#1 1 1 2 -8 10 -5 5
+    Play#1 output Play#1 1 1 3 -8 10 -5 5
+    Play#1 output Play#1 1 1 4 -8 10 -5 5
+    Play#1 output Play#1 1 1 5 -8 10 -5 5
+    Play#1 output Play#1 1 1 6 -8 10 -5 5
+    Play#1 output Play#1 1 1 7 -8 10 -5 5
+    Play#1 output Play#1 1 1 8 -8 10 -5 5
+    Play#1 output Play#1 1 1 9 -8 10 -5 5
+    Play#1 output Play#1 1 1 10 -8 10 -5 5
+    Play#1 output Play#1 1 1 11 -8 10 -5 5
+    Play#1 output Play#1 1 1 12 -8 10 -5 5
+    Play#1 output Play#1 1 1 13 -8 10 -5 5
+    Play#1 output Play#1 1 1 14 -8 10 -5 5
+    Play#1 output Play#1 1 1 15 -8 10 -5 5
+    Play#1 output Play#1 1 1 16 -8 10 -5 5
+    Play#1 output Play#1 1 1 17 -8 10 -5 5
+    Play#1 output Play#1 1 1 18 -8 10 -5 5
+    Play#1 output Play#1 1 1 19 -8 10 -5 5
+    Play#1 output Play#1 1 1 20 -8 10 -5 5
+    Play#1 output Play#1 1 1 21 -8 10 -5 5
+    Play#1 output Play#1 1 1 22 -8 10 -5 5
+    Play#1 output Play#1 1 1 23 -8 10 -5 5
+    Play#1 output Play#1 1 1 24 -8 10 -5 5
+    Play#1 output Play#1 1 1 25 -8 10 -5 5
+    Play#1 output Play#1 1 1 26 -8 10 -5 5
+    Play#1 output Play#1 1 1 27 -8 10 -5 5
+    Play#1 output Play#1 1 1 28 -8 10 -5 5
+    Play#1 output Play#1 1 1 29 -8 10 -5 5
+    Play#1 output Play#1 1 1 30 -8 10 -5 5
+    Play#1 output Play#1 1 1 31 -8 10 -5 5
+    Play#1 output Play#1 1 1 32 -8 10 -5 5
+    Play#1 output Play#1 1 1 33 -8 10 -5 5
+    Play#1 output Play#1 1 1 34 -8 10 -5 5
+    Play#1 output Play#1 1 1 35 -8 10 -5 5
+    Play#1 output Play#1 1 1 36 -8 10 -5 5
+    Play#1 output Play#1 1 1 37 -8 10 -5 5
+    Play#1 output Play#1 1 1 38 -8 10 -5 5
+    Play#1 output Play#1 1 1 39 -8 10 -5 5
+    Play#1 output Play#1 1 1 40 -8 10 -5 5
+    Play#1 output Play#1 1 1 41 -8 10 -5 5
+    Play#1 output Play#1 1 1 42 -8 10 -5 5
+    Play#1 output Play#1 1 1 43 -8 10 -5 5
+    Play#1 output Play#1 1 1 44 -8 10 -5 5
+    Play#1 output Play#1 1 1 45 -8 10 -5 5
+    Play#1 output Play#1 1 1 46 -8 10 -5 5
+    Play#1 output Play#1 1 1 47 -8 10 -5 5
+    Play#1 output Play#1 1 1 48 -8 10 -5 5
+    Play#1 output Play#1 1 1 49 -8 10 -5 5
+    Play#1 output Play#1 1 /50
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump game *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP game 0
+    Play#1 output Play#1 1 0 0 18
+    Play#1 output Play#1 1 /1
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump item *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP item 0
+    Play#1 output Play#1 1 0 "civilians" "c" 1 0 1 1 10 10 10 10 4
+    Play#1 output Play#1 1 1 "military" "m" 0 1 1 1 1 1 1 1 20
+    Play#1 output Play#1 1 2 "shells" "s" 5 1 1 1 1 10 1 1 80
+    Play#1 output Play#1 1 3 "guns" "g" 60 1 10 1 1 10 1 1 100
+    Play#1 output Play#1 1 4 "petrol" "p" 4 1 1 1 1 10 1 1 50
+    Play#1 output Play#1 1 5 "iron\\040ore" "i" 2 1 1 1 1 10 1 1 100
+    Play#1 output Play#1 1 6 "dust\\040(gold)" "d" 20 1 5 1 1 10 1 1 100
+    Play#1 output Play#1 1 7 "bars\\040of\\040gold" "b" 280 1 50 1 1 5 1 4 200
+    Play#1 output Play#1 1 8 "food" "f" 0 1 1 1 1 10 1 1 2
+    Play#1 output Play#1 1 9 "oil" "o" 8 1 1 1 1 10 1 1 50
+    Play#1 output Play#1 1 10 "light\\040products" "l" 2 1 1 1 1 10 1 1 100
+    Play#1 output Play#1 1 11 "heavy\\040products" "h" 4 1 1 1 1 10 1 1 100
+    Play#1 output Play#1 1 12 "uncompensated\\040workers" "u" 1 1 2 1 1 2 1 1 2
+    Play#1 output Play#1 1 13 "radioactive\\040materials" "r" 150 1 8 1 1 10 1 1 1000
+    Play#1 output Play#1 1 /14
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump product *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP product 0
+    Play#1 output Play#1 1 0 "iron\\040ore" "iron" -1 -1 -1 0 0 0 5 -1 0 0 0 -1 0 0
+    Play#1 output Play#1 1 1 "gold\\040dust" "dust" -1 -1 -1 0 0 0 6 -1 0 0 20 -1 0 0
+    Play#1 output Play#1 1 2 "food" "food" -1 -1 -1 0 0 0 8 -1 0 0 0 0 -10 10
+    Play#1 output Play#1 1 3 "oil" "oil" -1 -1 -1 0 0 0 9 -1 0 0 10 0 -10 10
+    Play#1 output Play#1 1 4 "radioactive\\040materials" "rad" -1 -1 -1 0 0 0 13 -1 2 0 35 0 40 10
+    Play#1 output Play#1 1 5 "shells" "shells" 10 11 -1 2 1 0 2 -1 3 0 0 0 20 10
+    Play#1 output Play#1 1 6 "guns" "guns" 9 10 11 1 5 10 3 -1 30 0 0 0 20 10
+    Play#1 output Play#1 1 7 "petrol" "petrol" 9 -1 -1 1 0 0 4 -1 1 0 0 0 20 10
+    Play#1 output Play#1 1 8 "gold\\040bars" "bars" 6 -1 -1 5 0 0 7 -1 10 0 0 -1 0 0
+    Play#1 output Play#1 1 9 "light\\040construction\\040materials" "lcm" 5 -1 -1 1 0 0 10 -1 0 0 0 0 -10 10
+    Play#1 output Play#1 1 10 "heavy\\040construction\\040materials" "hcm" 5 -1 -1 2 0 0 11 -1 0 0 0 0 -10 10
+    Play#1 output Play#1 1 11 "technological\\040breakthroughs" "tech" 6 9 10 1 5 10 -1 0 300 0 0 2 5 10
+    Play#1 output Play#1 1 12 "medical\\040discoveries" "medical" 6 9 10 1 5 10 -1 1 90 0 0 2 5 10
+    Play#1 output Play#1 1 13 "a\\040class\\040of\\040graduates" "edu" 10 -1 -1 1 0 0 -1 2 9 0 0 -1 0 0
+    Play#1 output Play#1 1 14 "happy\\040strollers" "happy" 10 -1 -1 1 0 0 -1 3 9 0 0 -1 0 0
+    Play#1 output Play#1 1 /15
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump sect-chr *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP sect-chr 0
+    Play#1 output Play#1 1 0 "sea" "." 0 -1 0 -1.00000 -1.00000 1 1 0.00000 0.00000 0 -1 0 0 0 0 0
+    Play#1 output Play#1 1 1 "mountain" "^" 1 1 75 2.40000 1.20000 0 1 1.00000 4.00000 5 -1 1 0 0 0 100
+    Play#1 output Play#1 1 2 "sanctuary" "s" 4 -1 0 -1.00000 -1.00000 0 1 0.00000 99.0000 127 -1 0 0 0 0 1000
+    Play#1 output Play#1 1 3 "wasteland" "\\134" 3 -1 0 -1.00000 -1.00000 0 1 0.00000 99.0000 0 -1 0 0 0 0 0
+    Play#1 output Play#1 1 4 "wilderness" "-" 4 -1 0 0.400000 0.400000 0 1 1.00000 2.00000 1 0 0 0 0 0 1000
+    Play#1 output Play#1 1 5 "capital" "c" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 30 0 1 0 0 1 1000
+    Play#1 output Play#1 1 6 "uranium\\040mine" "u" 4 4 100 0.400000 0.200000 0 1 1.00000 2.00000 15 0 1 0 0 0 1000
+    Play#1 output Play#1 1 7 "park" "p" 4 14 100 0.400000 0.200000 0 1 1.00000 1.50000 5 0 1 0 0 0 1000
+    Play#1 output Play#1 1 8 "defense\\040plant" "d" 4 6 100 0.400000 0.200000 0 1 1.00000 1.50000 7 0 1 0 0 0 1000
+    Play#1 output Play#1 1 9 "shell\\040industry" "i" 4 5 100 0.400000 0.200000 0 1 1.00000 1.50000 6 0 1 0 0 0 1000
+    Play#1 output Play#1 1 10 "mine" "m" 4 0 100 0.400000 0.200000 0 1 1.00000 2.00000 5 0 1 0 0 0 1000
+    Play#1 output Play#1 1 11 "gold\\040mine" "g" 4 1 100 0.400000 0.200000 0 1 1.00000 2.00000 8 0 1 0 0 0 1000
+    Play#1 output Play#1 1 12 "harbor" "h" 4 -1 0 0.400000 0.200000 2 2 1.00000 1.50000 12 0 1 0 0 0 1000
+    Play#1 output Play#1 1 13 "warehouse" "w" 4 -1 0 0.400000 0.200000 0 2 1.00000 1.50000 7 0 1 0 0 0 1000
+    Play#1 output Play#1 1 14 "airfield" "*" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.25000 12 0 1 0 0 0 1000
+    Play#1 output Play#1 1 15 "agribusiness" "a" 4 2 900 0.400000 0.200000 0 1 1.00000 1.50000 2 0 1 0 0 0 1000
+    Play#1 output Play#1 1 16 "oil\\040field" "o" 4 3 100 0.400000 0.200000 0 1 1.00000 1.50000 5 0 1 0 0 0 1000
+    Play#1 output Play#1 1 17 "light\\040manufacturing" "j" 4 9 100 0.400000 0.200000 0 1 1.00000 1.50000 3 0 1 0 0 0 1000
+    Play#1 output Play#1 1 18 "heavy\\040manufacturing" "k" 4 10 100 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
+    Play#1 output Play#1 1 19 "fortress" "f" 4 -1 0 0.400000 0.200000 0 1 2.00000 4.00000 10 0 5 0 1 0 1000
+    Play#1 output Play#1 1 20 "technical\\040center" "t" 4 11 100 0.400000 0.200000 0 1 1.00000 1.50000 10 0 1 0 0 0 1000
+    Play#1 output Play#1 1 21 "research\\040lab" "r" 4 12 100 0.400000 0.200000 0 1 1.00000 1.50000 9 0 1 0 0 0 1000
+    Play#1 output Play#1 1 22 "nuclear\\040plant" "n" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 10 0 1 0 0 0 1000
+    Play#1 output Play#1 1 23 "library/school" "l" 4 13 100 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
+    Play#1 output Play#1 1 24 "highway" "+" 4 -1 0 0.400000 0.00000 0 1 1.00000 1.00000 3 0 1 0 0 0 1000
+    Play#1 output Play#1 1 25 "radar\\040installation" ")" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
+    Play#1 output Play#1 1 26 "headquarters" "!" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 12 0 1 0 0 0 1000
+    Play#1 output Play#1 1 27 "bridge\\040head" "#" 4 -1 0 0.400000 0.00000 0 1 1.00000 1.00000 3 0 1 0 0 0 1000
+    Play#1 output Play#1 1 28 "bridge\\040span" "=" 0 -1 0 0.400000 0.00000 4 1 1.00000 1.00000 5 -1 1 0 0 0 100
+    Play#1 output Play#1 1 29 "bank" "b" 4 8 100 0.400000 0.200000 0 4 1.00000 2.25000 10 0 1 0 0 0 1000
+    Play#1 output Play#1 1 30 "refinery" "%" 4 7 1000 0.400000 0.200000 0 1 1.00000 1.50000 2 0 1 0 0 0 1000
+    Play#1 output Play#1 1 31 "enlistment\\040center" "e" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 7 0 1 0 0 0 1000
+    Play#1 output Play#1 1 32 "plains" "~" 32 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 1 -1 1 0 0 0 100
+    Play#1 output Play#1 1 33 "bridge\\040tower" "@" 0 -1 0 0.400000 0.00000 0 1 1.00000 1.50000 4 -1 1 0 0 0 100
+    Play#1 output Play#1 1 /34
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump ship-chr *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP ship-chr 0
+    Play#1 output Play#1 1 0 "fb\\040\\040\\040fishing\\040boat" 300 10 0 0 0 0 0 0 900 0 0 0 15 0 25 15 10 10 15 2 0 0 0 0 0 180 524289 0 0
+    Play#1 output Play#1 1 1 "ft\\040\\040\\040fishing\\040trawler" 300 10 0 0 0 0 0 0 900 0 0 0 15 0 25 15 10 25 15 2 0 0 0 0 35 300 524289 0 0
+    Play#1 output Play#1 1 2 "cs\\040\\040\\040cargo\\040ship" 600 50 300 50 0 0 0 0 900 0 1400 900 250 0 60 40 20 25 35 3 0 0 1 0 20 500 262144 0 2
+    Play#1 output Play#1 1 3 "os\\040\\040\\040ore\\040ship" 30 5 0 0 0 990 990 0 200 0 0 0 45 990 60 40 20 25 35 3 0 0 1 0 20 500 0 0 0
+    Play#1 output Play#1 1 4 "ss\\040\\040\\040slave\\040ship" 20 80 0 0 0 0 0 0 200 0 0 0 1200 0 60 40 20 10 35 3 0 0 1 0 0 300 0 0 0
+    Play#1 output Play#1 1 6 "frg\\040\\040frigate" 0 60 10 2 0 0 0 0 60 0 0 0 0 0 30 30 50 25 25 3 1 1 1 0 0 600 16384 0 2
+    Play#1 output Play#1 1 7 "oe\\040\\040\\040oil\\040exploration\\040boat" 10 5 0 0 0 0 0 0 100 1 0 0 0 0 25 15 10 25 15 2 0 0 0 0 40 800 524320 0 0
+    Play#1 output Play#1 1 8 "od\\040\\040\\040oil\\040derrick" 990 80 0 0 0 0 0 0 990 990 0 0 990 0 60 60 30 15 65 3 0 0 2 0 50 1500 32 0 0
+    Play#1 output Play#1 1 9 "pt\\040\\040\\040patrol\\040boat" 0 2 12 2 0 0 0 0 5 0 0 0 0 0 20 10 10 38 10 2 1 1 0 0 40 300 524290 0 0
+    Play#1 output Play#1 1 10 "lc\\040\\040\\040light\\040cruiser" 0 100 40 5 0 0 0 0 100 0 0 0 0 0 30 40 50 30 30 5 6 3 1 0 45 800 128 0 2
+    Play#1 output Play#1 1 11 "hc\\040\\040\\040heavy\\040cruiser" 0 120 100 8 0 0 0 0 200 0 0 0 0 0 40 50 70 30 30 5 8 4 1 0 50 1200 0 0 4
+    Play#1 output Play#1 1 12 "tt\\040\\040\\040troop\\040transport" 0 120 20 4 0 0 0 0 120 0 0 0 0 0 50 50 60 20 35 3 1 2 1 0 10 800 16384 0 2
+    Play#1 output Play#1 1 13 "bb\\040\\040\\040battleship" 0 200 200 10 0 0 0 0 900 0 0 0 0 0 50 70 95 25 35 6 10 7 1 0 45 1800 0 0 2
+    Play#1 output Play#1 1 14 "bbc\\040\\040battlecruiser" 0 180 100 10 0 0 0 0 400 0 0 0 0 0 50 60 55 30 35 6 10 6 1 0 75 1500 0 0 2
+    Play#1 output Play#1 1 15 "tk\\040\\040\\040tanker" 30 5 0 0 990 0 0 0 200 990 0 0 25 0 60 40 75 25 45 3 0 0 1 0 35 600 262144 0 0
+    Play#1 output Play#1 1 16 "ms\\040\\040\\040minesweeper" 0 10 100 1 0 0 0 0 90 0 0 0 0 0 25 15 10 25 15 2 0 0 0 0 40 400 524672 0 0
+    Play#1 output Play#1 1 17 "dd\\040\\040\\040destroyer" 0 60 40 4 0 0 0 0 80 0 0 0 0 0 30 30 45 35 20 4 6 3 1 0 70 600 196 0 1
+    Play#1 output Play#1 1 18 "sb\\040\\040\\040submarine" 0 25 36 5 0 0 0 0 80 0 0 0 0 0 30 30 25 20 5 4 3 3 0 0 60 650 706 0 0
+    Play#1 output Play#1 1 20 "cal\\040\\040light\\040carrier" 0 175 250 4 300 0 0 0 180 0 0 0 0 0 50 60 60 30 40 5 2 2 4 20 80 2700 8 20 0
+    Play#1 output Play#1 1 /19
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump plane-chr *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP plane-chr 0
+    Play#1 output Play#1 1 0 "f1\\040\\040\\040Sopwith\\040Camel" 8 2 400 50 90 1 1 1 4 1 1 0 22
+    Play#1 output Play#1 1 1 "f2\\040\\040\\040P-51\\040Mustang" 8 2 400 80 80 1 4 4 8 1 1 0 70
+    Play#1 output Play#1 1 7 "lb\\040\\040\\040TBD-1\\040Devastator" 10 3 550 60 50 2 0 3 7 1 1 0 83
+    Play#1 output Play#1 1 9 "mb\\040\\040\\040medium\\040bomber" 14 5 1000 80 45 4 0 5 14 3 3 0 3
+    Play#1 output Play#1 1 21 "zep\\040\\040Zeppelin" 6 2 1000 70 60 2 0 -3 15 3 2 0 154
+    Play#1 output Play#1 1 /5
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump land-chr *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP land-chr 0
+    Play#1 output Play#1 1 0 "cav\\040\\040cavalry" 0 20 0 0 0 0 0 0 12 0 0 0 0 0 10 5 30 500 1.20000 0.500000 80 32 18 4 3 0 0 0 0 0 80 0 0
+    Play#1 output Play#1 1 1 "linf\\040light\\040infantry" 0 25 1 0 0 0 0 0 15 0 0 0 0 0 8 4 40 300 1.00000 1.50000 60 28 15 2 1 0 0 0 1 1 272 0 0
+    Play#1 output Play#1 1 2 "inf\\040\\040infantry" 0 100 0 0 0 0 0 0 24 0 0 0 0 0 10 5 50 500 1.00000 1.50000 60 25 15 2 1 0 0 0 0 0 272 0 0
+    Play#1 output Play#1 1 6 "sup\\040\\040supply" 0 25 200 10 300 100 100 10 300 0 200 100 0 0 10 5 50 500 0.100000 0.200000 80 25 20 1 0 0 0 0 0 0 20 0 0
+    Play#1 output Play#1 1 7 "tra\\040\\040train" 0 990 990 200 990 500 500 100 990 990 990 990 0 150 100 50 40 3500 0.00000 0.00000 120 10 25 3 0 0 0 0 0 0 6148 5 12
+    Play#1 output Play#1 1 8 "spy\\040\\040infiltrator" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 5 40 750 0.00000 0.00000 80 32 18 4 3 0 0 0 0 0 1360 0 0
+    Play#1 output Play#1 1 9 "com\\040\\040commando" 0 0 3 0 0 0 0 0 0 0 0 0 0 0 10 5 55 1500 0.00000 0.00000 80 32 18 4 3 0 0 0 0 0 1360 0 0
+    Play#1 output Play#1 1 10 "aau\\040\\040aa\\040unit" 0 20 5 0 0 0 0 0 12 0 0 0 0 0 20 10 70 500 0.500000 1.00000 60 18 20 1 1 0 0 0 1 2 528 0 0
+    Play#1 output Play#1 1 11 "art\\040\\040artillery" 0 25 40 10 0 0 0 0 24 0 0 0 0 0 20 10 35 800 0.100000 0.400000 70 18 20 1 0 8 50 5 2 1 16 0 0
+    Play#1 output Play#1 1 12 "lat\\040\\040lt\\040artillery" 0 25 20 6 0 0 0 0 12 0 0 0 0 0 20 10 70 500 0.200000 0.600000 60 30 18 1 1 5 10 3 1 1 16 0 0
+    Play#1 output Play#1 1 /10
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump nuke-chr *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP nuke-chr 0
+    Play#1 output Play#1 1 /0
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump news-chr *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP news-chr 0
+    Play#1 output Play#1 1 1 "infantry\\040capture\\040%s\\040territory" "shock\\040troops\\040overrun\\040one\\040of\\040%s's\\040sectors" -4 2
+    Play#1 output Play#1 1 2 "infantry\\040beaten\\040back\\040by\\040%s\\040troops" "shock\\040troops\\040annihilated\\040in\\040failed\\040attack\\040on\\040%s" -4 2
+    Play#1 output Play#1 1 3 "spy\\040shot\\040by\\040%s\\040firing\\040squad" "spy\\040captured\\040and\\040shot\\040by\\040%s" -1 10
+    Play#1 output Play#1 1 4 "sends\\040a\\040telegram\\040to\\040%s" "telexes\\040%s" 1 11
+    Play#1 output Play#1 1 5 "diplomats\\040sign\\040a\\040treaty\\040with\\040%s" "ambassador\\040agrees\\040to\\040a\\040treaty\\040with\\040%s" 3 1
+    Play#1 output Play#1 1 6 "bankers\\040make\\040a\\040loan\\040to\\040%s" "Ministry\\040of\\040Finance\\040lends\\040money\\040to\\040%s" 2 7
+    Play#1 output Play#1 1 7 "repays\\040a\\040loan\\040from\\040%s" "makes\\040last\\040payment\\040on\\040loan\\040from\\040%s" 1 7
+    Play#1 output Play#1 1 8 "makes\\040a\\040sale\\040to\\040%s" "sells\\040goods\\040to\\040%s" 0 7
+    Play#1 output Play#1 1 9 "violates\\040%s\\040airspace" "overflies\\040%s\\040territory" -1 4
+    Play#1 output Play#1 1 10 "gunners\\040bombard\\040%s\\040territory" "artillery\\040fires\\040on\\040%s\\040sectors" -2 6
+    Play#1 output Play#1 1 11 "shells\\040a\\040ship\\040owned\\040by\\040%s" "fires\\040on\\040%s\\040ships" -2 3
+    Play#1 output Play#1 1 12 "takes\\040over\\040unoccupied\\040land" "attacks\\040unowned\\040land\\040for\\040some\\040reason" 0 2
+    Play#1 output Play#1 1 13 "ships\\040torpedoed\\040by\\040enemy\\040wolf-packs" "ships\\040torpedoed\\040by\\040marauding\\040U-boats" 0 3
+    Play#1 output Play#1 1 14 "gunners\\040fire\\040on\\040%s\\040in\\040self-defense" "gunners\\040decimate\\040%s\\040aggressors" 0 6
+    Play#1 output Play#1 1 15 "breaks\\040sanctuary" "no\\040longer\\040has\\040a\\040sanctuary" 0 1
+    Play#1 output Play#1 1 16 "planes\\040divebomb\\040one\\040of\\040%s's\\040sectors" "bombers\\040wreak\\040havoc\\040on\\040%s" -2 4
+    Play#1 output Play#1 1 17 "divebombs\\040a\\040ship\\040flying\\040the\\040flag\\040of\\040%s" "airforce\\040bombs\\040%s\\040ships" -2 3
+    Play#1 output Play#1 1 18 "seadogs\\040board\\040one\\040of\\040%s's\\040ships" "pirates\\040board\\040%s\\040ship" -2 3
+    Play#1 output Play#1 1 19 "is\\040repelled\\040by\\040%s\\040while\\040attempting\\040to\\040board\\040a\\040ship" "pirates\\040prove\\040inept\\040at\\040boarding\\040%s's\\040ships" -3 3
+    Play#1 output Play#1 1 21 "seizes\\040a\\040sector\\040from\\040%s\\040to\\040collect\\040on\\040a\\040loan" "collects\\040one\\040of\\040%s's\\040sectors\\040in\\040repayment\\040of\\040a\\040loan" -2 7
+    Play#1 output Play#1 1 22 "considers\\040an\\040action\\040which\\040would\\040violate\\040a\\040treaty\\040with\\040%s" "decides\\040not\\040to\\040violate\\040treaty\\040with\\040%s\\040(yet)" -1 1
+    Play#1 output Play#1 1 23 "violates\\040a\\040treaty\\040with\\040%s" "actions\\040violate\\040treaty\\040with\\040%s" -4 1
+    Play#1 output Play#1 1 25 "ship\\040hits\\040a\\040mine" "ship\\040severely\\040damaged\\040in\\040mine\\040field" 0 3
+    Play#1 output Play#1 1 26 "announces\\040an\\040alliance\\040with\\040%s" "/\\040%s\\040alliance\\040declared" 5 1
+    Play#1 output Play#1 1 28 "declares\\040TOTAL\\040WAR\\040on\\040%s" "gets\\040serious\\040with\\040%s\\040and\\040declares\\040WAR" -5 1
+    Play#1 output Play#1 1 29 "diplomats\\040disavow\\040former\\040alliance\\040with\\040%s" "is\\040no\\040longer\\040allied\\040with\\040%s" 0 1
+    Play#1 output Play#1 1 30 "is\\040no\\040longer\\040at\\040war\\040with\\040%s" "Foreign\\040Ministry\\040declares\\040\\042No\\040more\\040war\\040with\\040%s\\042" 5 1
+    Play#1 output Play#1 1 31 "reports\\040outbreak\\040of\\040the\\040black\\040plague" "sector\\040infected\\040with\\040bubonic\\040plague" 0 9
+    Play#1 output Play#1 1 32 "citizens\\040die\\040from\\040bubonic\\040plague" "sector\\040reports\\040plague\\040deaths" 0 9
+    Play#1 output Play#1 1 33 "goes\\040through\\040a\\040name\\040change" "adopts\\040a\\040new\\040country\\040name" 0 1
+    Play#1 output Play#1 1 34 "citizens\\040starve\\040in\\040disastrous\\040famine" "loses\\040citizens\\040to\\040mass\\040starvation" 0 9
+    Play#1 output Play#1 1 36 "pilots\\040down\\040%s\\040planes" "victorious\\040in\\040air-to-air\\040combat\\040against\\040%s" -3 4
+    Play#1 output Play#1 1 37 "nuclear\\040device\\040devastates\\040%s\\040sector" "explodes\\040a\\040nuclear\\040device\\040damaging\\040%s\\040territory" -10 5
+    Play#1 output Play#1 1 38 "terrorists\\040shoot\\040it\\040out\\040with\\040%s\\040special\\040forces" "underground\\040rises\\040up\\040against\\040%s\\040occupation" 0 9
+    Play#1 output Play#1 1 39 "execution\\040squads\\040gun\\040down\\040helpless\\040%s\\040civilians" "firing\\040squads\\040massacre\\040defenseless\\040%s\\040workers" -2 9
+    Play#1 output Play#1 1 40 "launches\\040a\\040satellite\\040into\\040orbit" "continues\\040its\\040conquest\\040of\\040space\\040with\\040a\\040successful\\040launch" 0 5
+    Play#1 output Play#1 1 41 "strikes\\040a\\040%s\\040big\\040bird" "rockets\\040damage\\040a\\040%s\\040satellite" -8 5
+    Play#1 output Play#1 1 42 "makes\\040a\\040contribution\\040to\\040%s" "helps\\040out\\040%s" 0 7
+    Play#1 output Play#1 1 43 "aids\\040%s\\040with\\040divine\\040intervention" "smiles\\040upon\\040%s" 0 9
+    Play#1 output Play#1 1 44 "hurts\\040%s\\040with\\040divine\\040intervention" "frowns\\040upon\\040%s" 0 9
+    Play#1 output Play#1 1 45 "sacrifices\\040to\\040%s" "makes\\040divine\\040payment\\040to\\040%s" 0 7
+    Play#1 output Play#1 1 46 "abms\\040intercept\\040a\\040%s\\040missile" "strategic\\040defense\\040systems\\040destroy\\040a\\040%s\\040missile" -10 5
+    Play#1 output Play#1 1 47 "missile\\040fired\\040at\\040one\\040of\\040%s's\\040sectors" "missile\\040wreaks\\040havoc\\040on\\040%s" -2 5
+    Play#1 output Play#1 1 48 "missile\\040fired\\040at\\040a\\040ship\\040flying\\040the\\040flag\\040of\\040%s" "missiles\\040hit\\040%s\\040ships" -2 5
+    Play#1 output Play#1 1 49 "engages\\040in\\040friendly\\040trade\\040with\\040%s" "profits\\040from\\040a\\040merchant\\040venture\\040with\\040%s" 2 7
+    Play#1 output Play#1 1 50 "pirates\\040dispose\\040of\\040%s\\040booty\\040in\\040trade" "buccaneers\\040sell\\040their\\040%s\\040goods" 0 7
+    Play#1 output Play#1 1 51 "pirates\\040keep\\040their\\040%s\\040booty" "buccaneers\\040laugh\\040and\\040bury\\040their\\040%s\\040goods" 0 7
+    Play#1 output Play#1 1 52 "ships\\040torpedoed\\040by\\040%s\\040torpedo-boats" "ships\\040sunk\\040by\\040marauding\\040%s\\040torpedo-boats" 0 3
+    Play#1 output Play#1 1 53 "planes\\040bomb\\040a\\040skulking\\040%s\\040submarine" "planes\\040drop\\040depth-charges\\040on\\040a\\040%s\\040sub" 0 3
+    Play#1 output Play#1 1 55 "divebombs\\040a\\040brave\\040%s\\040unit" "airforce\\040bombs\\040%s\\040units" -2 4
+    Play#1 output Play#1 1 56 "troops\\040run\\040afoul\\040of\\040a\\040landmine" "troops\\040severely\\040damaged\\040in\\040mine\\040field" 0 2
+    Play#1 output Play#1 1 57 "fortress\\040gunners\\040support\\040troops\\040attacking\\040%s" "fortress\\040artillery\\040massacres\\040%s\\040defenders" -2 6
+    Play#1 output Play#1 1 58 "gunners\\040support\\040troops\\040attacking\\040%s" "artillery\\040battery\\040massacres\\040%s\\040defenders" -2 6
+    Play#1 output Play#1 1 59 "naval\\040gunners\\040support\\040troops\\040attacking\\040%s" "naval\\040gunfire\\040massacres\\040%s\\040defenders" -2 6
+    Play#1 output Play#1 1 60 "sacks\\040%s\\040capital" "captures\\040and\\040pillages\\040%s's\\040capital" 10 1
+    Play#1 output Play#1 1 61 "announces\\040friendly\\040trade\\040relations\\040with\\040%s" "upgrades\\040%s's\\040trade\\040status\\040to\\040triple-A" 3 1
+    Play#1 output Play#1 1 62 "downgrades\\040relations\\040with\\040%s\\040to\\040friendly" "cools\\040relations\\040with\\040%s\\040to\\040friendly" 0 1
+    Play#1 output Play#1 1 63 "upgrades\\040relations\\040with\\040%s\\040to\\040neutral" "Foreign\\040Ministry\\040declares\\040\\042%s\\040is\\040A-OK.\\042" 2 1
+    Play#1 output Play#1 1 64 "downgrades\\040relations\\040with\\040%s\\040to\\040neutral" "gives\\040the\\040cold\\040shoulder\\040to\\040%s\\040and\\040declares\\040neutral\\040relations" 0 1
+    Play#1 output Play#1 1 65 "upgrades\\040relations\\040with\\040%s\\040to\\040hostile" "forgives\\040%s\\040of\\040past\\040war\\040crimes\\040but\\040remains\\040hostile" 3 1
+    Play#1 output Play#1 1 66 "downgrades\\040relations\\040with\\040%s\\040to\\040hostile" "is\\040suspicious\\040that\\040%s\\040has\\040hostile\\040intentions" 3 1
+    Play#1 output Play#1 1 67 "sector\\040is\\040struck\\040by\\040a\\040sub-launched\\040missile" "sector\\040devastated\\040by\\040missile" 0 5
+    Play#1 output Play#1 1 68 "ship\\040is\\040hit\\040by\\040a\\040sub-launched\\040missile" "ship\\040damaged\\040by\\040marine\\040missile" 0 5
+    Play#1 output Play#1 1 69 "pilgrims\\040settle\\040on\\040a\\040new\\040island" "discovers\\040new\\040land\\040and\\040starts\\040a\\040colony" 0 8
+    Play#1 output Play#1 1 70 "abms\\040intercept\\040an\\040incoming\\040sub-launched\\040missile" "strategic\\040defense\\040systems\\040destroy\\040an\\040incoming\\040sub-launched\\040warhead" 0 5
+    Play#1 output Play#1 1 71 "missile\\040fired\\040at\\040%s\\040ground\\040troops" "missile\\040hits\\040%s\\040troops" 2 5
+    Play#1 output Play#1 1 72 "regiment\\040struck\\040by\\040sub-launched\\040missile" "ground\\040troops\\040hit\\040by\\040missile" 0 5
+    Play#1 output Play#1 1 73 "navy\\040secures\\040a\\040beachhead\\040on\\040%s\\040territory" "sailors\\040take\\040a\\040coastal\\040sector\\040from\\040%s" -4 2
+    Play#1 output Play#1 1 74 "paratroopers\\040comandeer\\040a\\040sector\\040from\\040%s" "air\\040force\\040parachutists\\040overwhelm\\040a\\040%s\\040sector" -4 2
+    Play#1 output Play#1 1 75 "parachutists\\040grab\\040unoccupied\\040land" "paratroopers\\040break\\040new\\040ground" 0 8
+    Play#1 output Play#1 1 76 "sailors\\040repelled\\040by\\040%s\\040coast-guard" "naval\\040forces\\040massacred\\040in\\040failed\\040assault\\040of\\040%s" 4 2
+    Play#1 output Play#1 1 77 "paratroopers\\040destroyed\\040in\\040failed\\040air-assault\\040on\\040%s" "loses\\040parachutists\\040in\\040failed\\040air-assault\\040of\\040%s" 4 2
+    Play#1 output Play#1 1 80 "is\\040unable\\040to\\040fulfill\\040its\\040financial\\040obligations\\040to\\040%s" "welches\\040on\\040a\\040deal\\040with\\040%s" 0 7
+    Play#1 output Play#1 1 81 "is\\040repelled\\040by\\040%s\\040while\\040attempting\\040to\\040board\\040a\\040land\\040unit" "forces\\040prove\\040inept\\040at\\040boarding\\040%s's\\040land\\040unit" -3 2
+    Play#1 output Play#1 1 82 "mercenaries\\040board\\040one\\040of\\040%s's\\040land\\040units" "elite\\040forces\\040board\\040%s\\040land\\040unit" -2 2
+    Play#1 output Play#1 1 /75
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump infrastructure *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP infrastructure 0
+    Play#1 output Play#1 1 "road\\040network" 2 2 2 1 1
+    Play#1 output Play#1 1 "rail\\040network" 1 1 1 1 0
+    Play#1 output Play#1 1 "defense\\040factor" 1 1 1 1 0
+    Play#1 output Play#1 1 /3
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump updates *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP updates 0
+    Play#1 output Play#1 1 /0
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump table *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP table 0
+    Play#1 output Play#1 1 0 "sect"
+    Play#1 output Play#1 1 1 "ship"
+    Play#1 output Play#1 1 2 "plane"
+    Play#1 output Play#1 1 3 "land"
+    Play#1 output Play#1 1 4 "nuke"
+    Play#1 output Play#1 1 5 "news"
+    Play#1 output Play#1 1 6 "treaty"
+    Play#1 output Play#1 1 7 "trade"
+    Play#1 output Play#1 1 9 "nat"
+    Play#1 output Play#1 1 10 "loan"
+    Play#1 output Play#1 1 13 "commodity"
+    Play#1 output Play#1 1 14 "lost"
+    Play#1 output Play#1 1 15 "realm"
+    Play#1 output Play#1 1 16 "game"
+    Play#1 output Play#1 1 17 "item"
+    Play#1 output Play#1 1 18 "product"
+    Play#1 output Play#1 1 19 "sect-chr"
+    Play#1 output Play#1 1 20 "ship-chr"
+    Play#1 output Play#1 1 21 "plane-chr"
+    Play#1 output Play#1 1 22 "land-chr"
+    Play#1 output Play#1 1 23 "nuke-chr"
+    Play#1 output Play#1 1 24 "news-chr"
+    Play#1 output Play#1 1 25 "infrastructure"
+    Play#1 output Play#1 1 26 "updates"
+    Play#1 output Play#1 1 27 "table"
+    Play#1 output Play#1 1 28 "version"
+    Play#1 output Play#1 1 29 "meta"
+    Play#1 output Play#1 1 30 "agreement-status"
+    Play#1 output Play#1 1 31 "land-chr-flags"
+    Play#1 output Play#1 1 32 "level"
+    Play#1 output Play#1 1 33 "meta-flags"
+    Play#1 output Play#1 1 34 "meta-type"
+    Play#1 output Play#1 1 35 "missions"
+    Play#1 output Play#1 1 36 "nation-flags"
+    Play#1 output Play#1 1 37 "nation-rejects"
+    Play#1 output Play#1 1 38 "nation-relationships"
+    Play#1 output Play#1 1 39 "nation-status"
+    Play#1 output Play#1 1 40 "nuke-chr-flags"
+    Play#1 output Play#1 1 41 "packing"
+    Play#1 output Play#1 1 42 "page-headings"
+    Play#1 output Play#1 1 43 "plague-stages"
+    Play#1 output Play#1 1 44 "plane-chr-flags"
+    Play#1 output Play#1 1 45 "plane-flags"
+    Play#1 output Play#1 1 46 "resources"
+    Play#1 output Play#1 1 47 "retreat-flags"
+    Play#1 output Play#1 1 48 "sector-navigation"
+    Play#1 output Play#1 1 49 "ship-chr-flags"
+    Play#1 output Play#1 1 50 "treaty-flags"
+    Play#1 output Play#1 1 51 "country"
+    Play#1 output Play#1 1 /49
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump version *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP version 0
+    Play#1 output Play#1 1 "Wolfpack\\040Empire\\0404.3.32" 99 "Deity\\040forgot\\040to\\040edit\\040econfig" "careless@invalid" 64 32 60 0 0 1 "" "" "" 1 0 1 0 1 1 1 0 0 0 1 0 0 0 0 1 1 0 1 1 0 1 0 0 1 0.00120000 1440 640 15 5 120 0 1.00000 96.0000 2.00000 2.00000 192.000 48.0000 600000. 600000. 1.00000 127 100 1000.00 10.0000 300 3000.00 100.000 1.00000 2.00000 127 -0.00100000 1.00000 2.00000 127 -0.00100000 1.50000 3.00000 127 -0.00100000 40 8 8 8 1.75000 5.00000 1.00000 0.300000 0.100000 0.500000 1.00000 2 0.00250000 0.00833330 -0.0833333 -0.00833330 0.00177770 0.00600000 0.250000 0.000500000 0.00130000 0.00120000 0.00500000 50 0.00600000 0.00500000 0.00000 7200 7200 1.00000 0.990000 8 14 25 0.0250000 0.0350000 0.0500000 0.200000 0.100000
+    Play#1 output Play#1 1 /1
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump meta *
     Play#1 command xdump
+    Play#1 output Play#1 1 Usage: xdump ["meta"] <TYPE> [<RECORDS>]
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump sector *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP sector-navigation 0
+    Play#1 output Play#1 1 0 "land"
+    Play#1 output Play#1 1 1 "sea"
+    Play#1 output Play#1 1 2 "harbor"
+    Play#1 output Play#1 1 3 "canal"
+    Play#1 output Play#1 1 4 "bridge"
+    Play#1 output Play#1 1 /5
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump agreement-status *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP agreement-status 0
+    Play#1 output Play#1 1 0 "free"
+    Play#1 output Play#1 1 1 "proposed"
+    Play#1 output Play#1 1 2 "signed"
+    Play#1 output Play#1 1 /3
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump land-chr-flags *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP land-chr-flags 0
+    Play#1 output Play#1 1 2 "engineer"
+    Play#1 output Play#1 1 4 "supply"
+    Play#1 output Play#1 1 8 "security"
+    Play#1 output Play#1 1 16 "light"
+    Play#1 output Play#1 1 32 "marine"
+    Play#1 output Play#1 1 64 "recon"
+    Play#1 output Play#1 1 128 "radar"
+    Play#1 output Play#1 1 256 "assault"
+    Play#1 output Play#1 1 512 "flak"
+    Play#1 output Play#1 1 1024 "spy"
+    Play#1 output Play#1 1 2048 "train"
+    Play#1 output Play#1 1 4096 "heavy"
+    Play#1 output Play#1 1 /12
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump level *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP level 0
+    Play#1 output Play#1 1 -1 "none"
+    Play#1 output Play#1 1 0 "technology"
+    Play#1 output Play#1 1 1 "research"
+    Play#1 output Play#1 1 2 "education"
+    Play#1 output Play#1 1 3 "happiness"
+    Play#1 output Play#1 1 /5
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump meta-flags *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP meta-flags 0
+    Play#1 output Play#1 1 1 "deity"
+    Play#1 output Play#1 1 2 "extra"
+    Play#1 output Play#1 1 4 "const"
+    Play#1 output Play#1 1 8 "bits"
+    Play#1 output Play#1 1 /4
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump meta-type *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP meta-type 0
+    Play#1 output Play#1 1 1 "d"
+    Play#1 output Play#1 1 2 "g"
+    Play#1 output Play#1 1 3 "s"
+    Play#1 output Play#1 1 4 "d"
+    Play#1 output Play#1 1 5 "d"
+    Play#1 output Play#1 1 6 "d"
+    Play#1 output Play#1 1 7 "d"
+    Play#1 output Play#1 1 8 "d"
+    Play#1 output Play#1 1 9 "d"
+    Play#1 output Play#1 1 10 "d"
+    Play#1 output Play#1 1 11 "d"
+    Play#1 output Play#1 1 12 "d"
+    Play#1 output Play#1 1 13 "g"
+    Play#1 output Play#1 1 14 "c"
+    Play#1 output Play#1 1 /14
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump missions *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP missions 0
+    Play#1 output Play#1 1 0 "none"
+    Play#1 output Play#1 1 1 "interdiction"
+    Play#1 output Play#1 1 2 "support"
+    Play#1 output Play#1 1 3 "reserve"
+    Play#1 output Play#1 1 4 "escort"
+    Play#1 output Play#1 1 6 "air\\040defense"
+    Play#1 output Play#1 1 7 "defensive\\040support"
+    Play#1 output Play#1 1 8 "offensive\\040support"
+    Play#1 output Play#1 1 /8
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump nation-flags *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP nation-flags 0
+    Play#1 output Play#1 1 1 "inform"
+    Play#1 output Play#1 1 2 "flash"
+    Play#1 output Play#1 1 4 "beep"
+    Play#1 output Play#1 1 8 "coastwatch"
+    Play#1 output Play#1 1 16 "sonar"
+    Play#1 output Play#1 1 32 "techlists"
+    Play#1 output Play#1 1 64 "sacked"
+    Play#1 output Play#1 1 /7
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump nation-rejects *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP nation-rejects 0
+    Play#1 output Play#1 1 1 "telegrams"
+    Play#1 output Play#1 1 2 "treaties"
+    Play#1 output Play#1 1 4 "announcements"
+    Play#1 output Play#1 1 8 "loans"
+    Play#1 output Play#1 1 /4
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump nation-relationships *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP nation-relationships 0
+    Play#1 output Play#1 1 -1 "unknown"
+    Play#1 output Play#1 1 0 "at-war"
+    Play#1 output Play#1 1 1 "hostile"
+    Play#1 output Play#1 1 2 "neutral"
+    Play#1 output Play#1 1 3 "friendly"
+    Play#1 output Play#1 1 4 "allied"
+    Play#1 output Play#1 1 /6
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump nation-status *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP nation-status 0
+    Play#1 output Play#1 1 0 "unused"
+    Play#1 output Play#1 1 1 "new"
+    Play#1 output Play#1 1 2 "visitor"
+    Play#1 output Play#1 1 3 "sanctuary"
+    Play#1 output Play#1 1 4 "active"
+    Play#1 output Play#1 1 5 "deity"
+    Play#1 output Play#1 1 /6
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump nuke-chr-flags *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP nuke-chr-flags 0
+    Play#1 output Play#1 1 1 "neutron"
+    Play#1 output Play#1 1 /1
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump packing *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP packing 0
+    Play#1 output Play#1 1 0 "inefficient"
+    Play#1 output Play#1 1 1 "normal"
+    Play#1 output Play#1 1 2 "warehouse"
+    Play#1 output Play#1 1 3 "urban"
+    Play#1 output Play#1 1 4 "bank"
+    Play#1 output Play#1 1 /5
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump page-headings *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP page-headings 0
+    Play#1 output Play#1 1 0 "Comics"
+    Play#1 output Play#1 1 1 "Foreign\\040Affairs"
+    Play#1 output Play#1 1 2 "The\\040Front\\040Line"
+    Play#1 output Play#1 1 3 "The\\040High\\040Seas"
+    Play#1 output Play#1 1 4 "Sky\\040Watch"
+    Play#1 output Play#1 1 5 "Guidance\\040Systems"
+    Play#1 output Play#1 1 6 "Firestorms"
+    Play#1 output Play#1 1 7 "Business\\040&\\040Economics"
+    Play#1 output Play#1 1 8 "The\\040Frontier"
+    Play#1 output Play#1 1 9 "The\\040Home\\040Front"
+    Play#1 output Play#1 1 10 "Espionage"
+    Play#1 output Play#1 1 11 "Telecommunications"
+    Play#1 output Play#1 1 /12
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump plague-stages *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP plague-stages 0
+    Play#1 output Play#1 1 0 "healthy"
+    Play#1 output Play#1 1 1 "dying"
+    Play#1 output Play#1 1 2 "infect"
+    Play#1 output Play#1 1 3 "incubate"
+    Play#1 output Play#1 1 4 "exposed"
+    Play#1 output Play#1 1 /5
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump plane-chr-flags *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP plane-chr-flags 0
+    Play#1 output Play#1 1 2 "tactical"
+    Play#1 output Play#1 1 1 "bomber"
+    Play#1 output Play#1 1 4 "intercept"
+    Play#1 output Play#1 1 8 "cargo"
+    Play#1 output Play#1 1 16 "VTOL"
+    Play#1 output Play#1 1 32 "missile"
+    Play#1 output Play#1 1 64 "light"
+    Play#1 output Play#1 1 128 "spy"
+    Play#1 output Play#1 1 256 "image"
+    Play#1 output Play#1 1 512 "satellite"
+    Play#1 output Play#1 1 2048 "SDI"
+    Play#1 output Play#1 1 8192 "x-light"
+    Play#1 output Play#1 1 16384 "helo"
+    Play#1 output Play#1 1 32768 "ASW"
+    Play#1 output Play#1 1 65536 "para"
+    Play#1 output Play#1 1 131072 "escort"
+    Play#1 output Play#1 1 262144 "mine"
+    Play#1 output Play#1 1 524288 "sweep"
+    Play#1 output Play#1 1 1048576 "marine"
+    Play#1 output Play#1 1 /19
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump plane-flags *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP plane-flags 0
+    Play#1 output Play#1 1 1 "launched"
+    Play#1 output Play#1 1 2 "synchronous"
+    Play#1 output Play#1 1 4 "airburst"
+    Play#1 output Play#1 1 /3
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump resources *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP resources 0
+    Play#1 output Play#1 1 0 "none"
+    Play#1 output Play#1 1 0 "min"
+    Play#1 output Play#1 1 0 "gold"
+    Play#1 output Play#1 1 0 "fert"
+    Play#1 output Play#1 1 0 "ocontent"
+    Play#1 output Play#1 1 0 "uran"
+    Play#1 output Play#1 1 /6
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump retreat-flags *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP retreat-flags 0
+    Play#1 output Play#1 1 1 "group"
+    Play#1 output Play#1 1 2 "injured"
+    Play#1 output Play#1 1 4 "torped"
+    Play#1 output Play#1 1 8 "sonared"
+    Play#1 output Play#1 1 16 "helpless"
+    Play#1 output Play#1 1 32 "bombed"
+    Play#1 output Play#1 1 64 "depth-charged"
+    Play#1 output Play#1 1 128 "boarded"
+    Play#1 output Play#1 1 /8
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump ship-chr-flags *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP ship-chr-flags 0
+    Play#1 output Play#1 1 1 "fish"
+    Play#1 output Play#1 1 2 "torp"
+    Play#1 output Play#1 1 4 "dchrg"
+    Play#1 output Play#1 1 8 "plane"
+    Play#1 output Play#1 1 16 "miss"
+    Play#1 output Play#1 1 32 "oil"
+    Play#1 output Play#1 1 64 "sonar"
+    Play#1 output Play#1 1 128 "mine"
+    Play#1 output Play#1 1 256 "sweep"
+    Play#1 output Play#1 1 512 "sub"
+    Play#1 output Play#1 1 2048 "land"
+    Play#1 output Play#1 1 4096 "sub-torp"
+    Play#1 output Play#1 1 8192 "trade"
+    Play#1 output Play#1 1 16384 "semi-land"
+    Play#1 output Play#1 1 262144 "supply"
+    Play#1 output Play#1 1 524288 "canal"
+    Play#1 output Play#1 1 1048576 "anti-missile"
+    Play#1 output Play#1 1 /17
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump treaty-flags *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP treaty-flags 0
+    Play#1 output Play#1 1 1 "no\\040attacks\\040on\\040any\\040land\\040units"
+    Play#1 output Play#1 1 2 "no\\040attacks\\040on\\040any\\040ships"
+    Play#1 output Play#1 1 4 "no\\040shelling\\040any\\040ships"
+    Play#1 output Play#1 1 1024 "no\\040depth-charging\\040any\\040subs"
+    Play#1 output Play#1 1 8 "no\\040sector\\040attacks"
+    Play#1 output Play#1 1 16 "no\\040shelling\\040any\\040land"
+    Play#1 output Play#1 1 32 "no\\040building\\040ships"
+    Play#1 output Play#1 1 64 "no\\040new\\040nuclear\\040weapons"
+    Play#1 output Play#1 1 128 "no\\040building\\040planes"
+    Play#1 output Play#1 1 256 "no\\040building\\040land\\040units"
+    Play#1 output Play#1 1 512 "no\\040enlistment"
+    Play#1 output Play#1 1 /11
+    Play#1 output Play#1 6 4 640
     Play#1 input xdump country *
     Play#1 command xdump
+    Play#1 output Play#1 1 XDUMP country 0
+    Play#1 output Play#1 1 1 62 "127.0.0.1" "" "tester" 0 -2 0 0 0 255 640 0 28 58442 0 0 0 0 65.5867 21.7241 38.9091 12.0366
+    Play#1 output Play#1 1 /1
+    Play#1 output Play#1 6 4 640
     Play#1 input ctld
+    Play#1 output Play#1 1 Bye-bye
     Play#1 logout 1
+    Play#1 output Play#1 3 so long...
       Main shutdown
index 8f45f9671c244626c3a34b2d7209aa0e0511c95c..ea7219ae4c1194e4a14b105e44d0719de15a8580 100644 (file)
 All praise to POGO!
 Player 00 Turn 00 starting
-
-
-       -=O=-
-
-[0:640] Command : XDUMP meta sect 0
-"owner" 5 0 0 9
-"xloc" 9 4 0 -1
-"yloc" 10 4 0 -1
-"des" 4 0 0 19
-"effic" 4 0 0 -1
-"mobil" 4 0 0 -1
-"off" 5 0 0 -1
-"loyal" 5 1 0 -1
-"terr0" 5 0 0 -1
-"terr1" 5 0 0 -1
-"terr2" 5 0 0 -1
-"terr3" 5 0 0 -1
-"dterr" 5 1 0 -1
-"xdist" 9 0 0 -1
-"ydist" 10 0 0 -1
-"avail" 6 0 0 -1
-"elev" 6 1 0 -1
-"work" 5 0 0 -1
-"coastal" 5 0 0 -1
-"newdes" 4 0 0 19
-"min" 5 0 0 -1
-"gold" 5 0 0 -1
-"fert" 5 0 0 -1
-"ocontent" 5 0 0 -1
-"uran" 5 0 0 -1
-"oldown" 5 0 0 9
-"civil" 6 0 0 -1
-"milit" 6 0 0 -1
-"shell" 6 0 0 -1
-"gun" 6 0 0 -1
-"petrol" 6 0 0 -1
-"iron" 6 0 0 -1
-"dust" 6 0 0 -1
-"bar" 6 0 0 -1
-"food" 6 0 0 -1
-"oil" 6 0 0 -1
-"lcm" 6 0 0 -1
-"hcm" 6 0 0 -1
-"uw" 6 0 0 -1
-"rad" 6 0 0 -1
-"c_dist" 6 0 0 -1
-"m_dist" 6 0 0 -1
-"s_dist" 6 0 0 -1
-"g_dist" 6 0 0 -1
-"p_dist" 6 0 0 -1
-"i_dist" 6 0 0 -1
-"d_dist" 6 0 0 -1
-"b_dist" 6 0 0 -1
-"f_dist" 6 0 0 -1
-"o_dist" 6 0 0 -1
-"l_dist" 6 0 0 -1
-"h_dist" 6 0 0 -1
-"u_dist" 6 0 0 -1
-"r_dist" 6 0 0 -1
-"c_del" 6 0 0 -1
-"m_del" 6 0 0 -1
-"s_del" 6 0 0 -1
-"g_del" 6 0 0 -1
-"p_del" 6 0 0 -1
-"i_del" 6 0 0 -1
-"d_del" 6 0 0 -1
-"b_del" 6 0 0 -1
-"f_del" 6 0 0 -1
-"o_del" 6 0 0 -1
-"l_del" 6 0 0 -1
-"h_del" 6 0 0 -1
-"u_del" 6 0 0 -1
-"r_del" 6 0 0 -1
-"mines" 6 1 0 -1
-"pstage" 6 1 0 43
-"ptime" 6 1 0 -1
-"che" 5 1 0 -1
-"che_target" 5 1 0 9
-"fallout" 7 0 0 -1
-"access" 6 0 0 -1
-"road" 5 0 0 -1
-"rail" 5 0 0 -1
-"dfense" 5 0 0 -1
-/78
-
-[0:640] Command : XDUMP meta ship 0
-"uid" 8 0 0 1
-"owner" 5 0 0 9
-"xloc" 9 0 0 -1
-"yloc" 10 0 0 -1
-"type" 4 0 0 20
-"effic" 4 0 0 -1
-"mobil" 4 0 0 -1
-"off" 5 0 0 -1
-"tech" 6 0 0 -1
-"opx" 9 0 0 -1
-"opy" 10 0 0 -1
-"mission" 6 0 0 35
-"radius" 6 0 0 -1
-"fleet" 14 0 1 -1
-"xstart" 9 0 0 -1
-"xend" 9 0 0 -1
-"ystart" 10 0 0 -1
-"yend" 10 0 0 -1
-"cargostart" 4 0 6 17
-"cargoend" 4 0 6 17
-"amtstart" 6 0 6 -1
-"amtend" 6 0 6 -1
-"autonav" 5 0 0 -1
-"civil" 6 0 0 -1
-"milit" 6 0 0 -1
-"shell" 6 0 0 -1
-"gun" 6 0 0 -1
-"petrol" 6 0 0 -1
-"iron" 6 0 0 -1
-"dust" 6 0 0 -1
-"bar" 6 0 0 -1
-"food" 6 0 0 -1
-"oil" 6 0 0 -1
-"lcm" 6 0 0 -1
-"hcm" 6 0 0 -1
-"uw" 6 0 0 -1
-"rad" 6 0 0 -1
-"pstage" 6 1 0 43
-"ptime" 6 1 0 -1
-"access" 6 0 0 -1
-"mquota" 5 0 0 -1
-"path" 14 0 28 -1
-"follow" 8 0 0 -1
-"name" 14 0 24 -1
-"xbuilt" 9 1 0 -1
-"ybuilt" 10 1 0 -1
-"builder" 5 1 0 9
-"rflags" 8 8 0 47
-"rpath" 14 0 10 -1
-/49
-
-[0:640] Command : XDUMP meta plane 0
-"uid" 8 0 0 2
-"owner" 5 0 0 9
-"xloc" 9 0 0 -1
-"yloc" 10 0 0 -1
-"type" 4 0 0 21
-"effic" 4 0 0 -1
-"mobil" 4 0 0 -1
-"off" 5 0 0 -1
-"tech" 6 0 0 -1
-"opx" 9 0 0 -1
-"opy" 10 0 0 -1
-"mission" 6 0 0 35
-"radius" 6 0 0 -1
-"wing" 14 0 1 -1
-"range" 5 0 0 -1
-"harden" 4 0 0 -1
-"ship" 8 0 0 1
-"land" 8 0 0 3
-"flags" 8 8 0 45
-"access" 6 0 0 -1
-"theta" 13 0 0 -1
-/21
-
-[0:640] Command : XDUMP meta land 0
-"uid" 8 0 0 3
-"owner" 5 0 0 9
-"xloc" 9 0 0 -1
-"yloc" 10 0 0 -1
-"type" 4 0 0 22
-"effic" 4 0 0 -1
-"mobil" 4 0 0 -1
-"off" 5 0 0 -1
-"tech" 6 0 0 -1
-"opx" 9 0 0 -1
-"opy" 10 0 0 -1
-"mission" 6 0 0 35
-"radius" 6 0 0 -1
-"army" 14 0 1 -1
-"ship" 8 0 0 1
-"harden" 4 0 0 -1
-"retreat" 6 0 0 -1
-"rflags" 8 8 0 47
-"rpath" 14 0 10 -1
-"civil" 6 0 0 -1
-"milit" 6 0 0 -1
-"shell" 6 0 0 -1
-"gun" 6 0 0 -1
-"petrol" 6 0 0 -1
-"iron" 6 0 0 -1
-"dust" 6 0 0 -1
-"bar" 6 0 0 -1
-"food" 6 0 0 -1
-"oil" 6 0 0 -1
-"lcm" 6 0 0 -1
-"hcm" 6 0 0 -1
-"uw" 6 0 0 -1
-"rad" 6 0 0 -1
-"pstage" 6 1 0 43
-"ptime" 6 1 0 -1
-"land" 8 0 0 3
-"access" 6 0 0 -1
-/37
-
-[0:640] Command : XDUMP meta nuke 0
-"uid" 8 0 0 4
-"owner" 5 0 0 9
-"xloc" 9 0 0 -1
-"yloc" 10 0 0 -1
-"type" 4 0 0 23
-"effic" 4 0 0 -1
-"mobil" 4 0 0 -1
-"off" 5 0 0 -1
-"tech" 6 0 0 -1
-"opx" 9 0 0 -1
-"opy" 10 0 0 -1
-"mission" 6 0 0 35
-"radius" 6 0 0 -1
-"plane" 8 0 0 2
-/14
-
-[0:640] Command : XDUMP meta news 0
-"actor" 5 0 0 9
-"action" 5 0 0 24
-"victim" 5 0 0 9
-"times" 4 0 0 -1
-"duration" 6 0 0 -1
-"time" 12 0 0 -1
-/6
-
-[0:640] Command : XDUMP meta treaty 0
-"uid" 8 0 0 6
-"cna" 5 0 0 9
-"cnb" 5 0 0 9
-"status" 4 0 0 30
-"acond" 6 8 0 50
-"bcond" 6 8 0 50
-"exp" 12 0 0 -1
-/7
-
-[0:640] Command : XDUMP meta trade 0
-"uid" 8 0 0 7
-"owner" 5 0 0 9
-"type" 6 0 0 27
-"unitid" 8 0 0 -1
-"price" 8 0 0 -1
-"maxbidder" 8 0 0 9
-"markettime" 12 0 0 -1
-"xloc" 9 1 0 -1
-"yloc" 10 1 0 -1
-/9
-
-[0:640] Command : XDUMP meta nat 0
-"cnum" 5 0 0 9
-"stat" 8 0 0 39
-"flags" 8 9 0 36
-"cname" 14 0 20 -1
-"passwd" 14 1 20 -1
-"ip" 14 1 46 -1
-"hostname" 14 1 512 -1
-"userid" 14 1 32 -1
-"xcap" 9 1 0 -1
-"ycap" 10 1 0 -1
-"xorg" 9 1 0 -1
-"yorg" 10 1 0 -1
-"update" 4 1 0 -1
-"tgms" 7 1 0 -1
-"ann" 7 1 0 -1
-"timeused" 8 1 0 -1
-"btu" 6 1 0 -1
-"access" 6 1 0 -1
-"milreserve" 8 1 0 -1
-"money" 8 1 0 -1
-"login" 12 1 0 -1
-"logout" 12 1 0 -1
-"newstim" 12 1 0 -1
-"annotim" 12 1 0 -1
-"tech" 13 1 0 -1
-"research" 13 1 0 -1
-"education" 13 1 0 -1
-"happiness" 13 1 0 -1
-"relations" 11 0 99 38
-"contacts" 5 1 99 -1
-"rejects" 5 8 99 37
-/31
-
-[0:640] Command : XDUMP meta loan 0
-"uid" 8 0 0 10
-"loaner" 5 0 0 9
-"loanee" 5 0 0 9
-"status" 4 0 0 30
-"irate" 8 0 0 -1
-"ldur" 8 0 0 -1
-"amtpaid" 8 0 0 -1
-"amtdue" 8 0 0 -1
-"lastpay" 12 0 0 -1
-"duedate" 12 0 0 -1
-/10
-
-[0:640] Command : XDUMP meta commodity 0
-"uid" 8 0 0 13
-"owner" 5 0 0 9
-"type" 4 0 0 17
-"amount" 8 0 0 -1
-"price" 13 0 0 -1
-"maxbidder" 8 0 0 9
-"markettime" 12 0 0 -1
-"xbuy" 9 1 0 -1
-"ybuy" 9 1 0 -1
-"xsell" 9 1 0 -1
-"ysell" 10 1 0 -1
-/11
-
-[0:640] Command : XDUMP meta lost 0
-"timestamp" 12 0 0 -1
-"owner" 5 0 0 9
-"type" 6 0 0 27
-"id" 8 0 0 -1
-"x" 9 0 0 -1
-"y" 10 0 0 -1
-/6
-
-[0:640] Command : XDUMP meta realm 0
-"cnum" 5 4 0 9
-"realm" 7 4 0 -1
-"xl" 9 0 0 -1
-"xh" 9 0 0 -1
-"yl" 10 0 0 -1
-"yh" 10 0 0 -1
-/6
-
-[0:640] Command : XDUMP meta game 0
-"upd_disable" 4 0 0 -1
-"down" 4 0 0 -1
-"turn" 6 0 0 -1
-"tick" 6 1 0 -1
-"rt" 12 1 0 -1
-/5
-
-[0:640] Command : XDUMP meta item 0
-"uid" 4 0 0 17
-"name" 3 0 0 -1
-"mnem" 14 4 1 -1
-"value" 8 0 0 -1
-"sell" 8 0 0 -1
-"lbs" 8 0 0 -1
-"pkg" 8 0 5 -1
-"melt_denom" 8 0 0 -1
-/8
-
-[0:640] Command : XDUMP meta product 0
-"uid" 8 0 0 18
-"name" 3 0 0 -1
-"sname" 3 0 0 -1
-"ctype" 4 0 3 17
-"camt" 7 0 3 -1
-"type" 4 0 0 17
-"level" 8 0 0 32
-"cost" 8 0 0 -1
-"nrndx" 8 0 0 46
-"nrdep" 8 0 0 -1
-"nlndx" 8 0 0 32
-"nlmin" 8 0 0 -1
-"nllag" 8 0 0 -1
-/13
-
-[0:640] Command : XDUMP meta sect-chr 0
-"uid" 5 0 0 19
-"name" 3 0 0 -1
-"mnem" 14 4 1 -1
-"terrain" 5 0 0 19
-"prd" 8 0 0 18
-"peffic" 8 0 0 -1
-"mob0" 13 0 0 -1
-"mob1" 13 0 0 -1
-"nav" 8 0 0 48
-"pkg" 8 0 0 41
-"ostr" 13 0 0 -1
-"dstr" 13 0 0 -1
-"value" 8 0 0 -1
-"cost" 8 0 0 -1
-"build" 8 0 0 -1
-"lcms" 8 0 0 -1
-"hcms" 8 0 0 -1
-"maint" 8 0 0 -1
-"maxpop" 8 0 0 -1
-/19
-
-[0:640] Command : XDUMP meta ship-chr 0
-"type" 4 0 0 20
-"name" 3 0 0 -1
-"civil" 6 0 0 -1
-"milit" 6 0 0 -1
-"shell" 6 0 0 -1
-"gun" 6 0 0 -1
-"petrol" 6 0 0 -1
-"iron" 6 0 0 -1
-"dust" 6 0 0 -1
-"bar" 6 0 0 -1
-"food" 6 0 0 -1
-"oil" 6 0 0 -1
-"lcm" 6 0 0 -1
-"hcm" 6 0 0 -1
-"uw" 6 0 0 -1
-"rad" 6 0 0 -1
-"l_build" 8 0 0 -1
-"h_build" 8 0 0 -1
-"armor" 8 0 0 -1
-"speed" 8 0 0 -1
-"visib" 8 0 0 -1
-"vrnge" 8 0 0 -1
-"frnge" 8 0 0 -1
-"glim" 8 0 0 -1
-"nxlight" 5 0 0 -1
-"nchoppers" 5 0 0 -1
-"tech" 8 0 0 -1
-"cost" 8 0 0 -1
-"flags" 8 8 0 49
-"nplanes" 5 0 0 -1
-"nland" 5 0 0 -1
-/31
-
-[0:640] Command : XDUMP meta plane-chr 0
-"type" 4 0 0 21
-"name" 3 0 0 -1
-"l_build" 8 0 0 -1
-"h_build" 8 0 0 -1
-"cost" 8 0 0 -1
-"tech" 8 0 0 -1
-"acc" 8 0 0 -1
-"load" 8 0 0 -1
-"att" 8 0 0 -1
-"def" 8 0 0 -1
-"range" 8 0 0 -1
-"crew" 8 0 0 -1
-"fuel" 8 0 0 -1
-"stealth" 8 0 0 -1
-"flags" 8 8 0 44
-/15
-
-[0:640] Command : XDUMP meta land-chr 0
-"type" 4 0 0 22
-"name" 3 0 0 -1
-"civil" 6 0 0 -1
-"milit" 6 0 0 -1
-"shell" 6 0 0 -1
-"gun" 6 0 0 -1
-"petrol" 6 0 0 -1
-"iron" 6 0 0 -1
-"dust" 6 0 0 -1
-"bar" 6 0 0 -1
-"food" 6 0 0 -1
-"oil" 6 0 0 -1
-"lcm" 6 0 0 -1
-"hcm" 6 0 0 -1
-"uw" 6 0 0 -1
-"rad" 6 0 0 -1
-"l_build" 8 0 0 -1
-"h_build" 8 0 0 -1
-"tech" 8 0 0 -1
-"cost" 8 0 0 -1
-"att" 13 0 0 -1
-"def" 13 0 0 -1
-"vul" 8 0 0 -1
-"spd" 8 0 0 -1
-"vis" 8 0 0 -1
-"spy" 8 0 0 -1
-"rmax" 8 0 0 -1
-"frg" 8 0 0 -1
-"acc" 8 0 0 -1
-"dam" 8 0 0 -1
-"ammo" 8 0 0 -1
-"aaf" 8 0 0 -1
-"flags" 8 8 0 31
-"nxlight" 5 0 0 -1
-"nland" 5 0 0 -1
-/35
-
-[0:640] Command : XDUMP meta nuke-chr 0
-"type" 4 0 0 23
-"name" 3 0 0 -1
-"l_build" 8 0 0 -1
-"h_build" 8 0 0 -1
-"o_build" 8 0 0 -1
-"r_build" 8 0 0 -1
-"blast" 8 0 0 -1
-"dam" 8 0 0 -1
-"cost" 8 0 0 -1
-"tech" 8 0 0 -1
-"weight" 8 0 0 -1
-"flags" 8 8 0 40
-/12
-
-[0:640] Command : XDUMP meta news-chr 0
-"uid" 4 0 0 24
-"newstory" 3 0 2 -1
-"good_will" 8 0 0 -1
-"newspage" 8 0 0 42
-/4
-
-[0:640] Command : XDUMP meta infrastructure 0
-"name" 3 4 0 -1
-"lcms" 5 0 0 -1
-"hcms" 5 0 0 -1
-"dcost" 5 0 0 -1
-"mcost" 5 0 0 -1
-"enable" 5 0 0 -1
-/6
-
-[0:640] Command : XDUMP meta updates 0
-"time" 12 0 0 -1
-/1
-
-[0:640] Command : XDUMP meta table 0
-"uid" 8 0 0 27
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta version 0
-"version" 14 0 23 -1
-"maxnoc" 1 0 0 -1
-"privname" 3 0 0 -1
-"privlog" 3 0 0 -1
-"WORLD_X" 8 0 0 -1
-"WORLD_Y" 8 0 0 -1
-"etu_per_update" 8 0 0 -1
-"update_window" 8 0 0 -1
-"update_demand" 8 0 0 -1
-"update_wantmin" 8 0 0 -1
-"update_demandtimes" 3 0 0 -1
-"game_days" 3 0 0 -1
-"game_hours" 3 0 0 -1
-"ALL_BLEED" 8 0 0 -1
-"AUTO_POWER" 8 0 0 -1
-"BLITZ" 8 0 0 -1
-"BRIDGETOWERS" 8 0 0 -1
-"EASY_BRIDGES" 8 0 0 -1
-"FALLOUT" 8 0 0 -1
-"GODNEWS" 8 0 0 -1
-"GO_RENEW" 8 0 0 -1
-"GUINEA_PIGS" 8 0 0 -1
-"HIDDEN" 8 0 0 -1
-"INTERDICT_ATT" 8 0 0 -1
-"LOANS" 8 0 0 -1
-"LOSE_CONTACT" 8 0 0 -1
-"MARKET" 8 0 0 -1
-"MOB_ACCESS" 8 0 0 -1
-"NOFOOD" 8 0 0 -1
-"NOMOBCOST" 8 0 0 -1
-"NO_FORT_FIRE" 8 0 0 -1
-"NO_PLAGUE" 8 0 0 -1
-"RAILWAYS" 8 0 0 -1
-"RES_POP" 8 0 0 -1
-"SAIL" 8 0 0 -1
-"SUPER_BARS" 8 0 0 -1
-"TECH_POP" 8 0 0 -1
-"TREATIES" 8 0 0 -1
-"btu_build_rate" 13 0 0 -1
-"m_m_p_d" 8 0 0 -1
-"max_btus" 8 0 0 -1
-"max_idle" 8 0 0 -1
-"max_idle_visitor" 8 0 0 -1
-"login_grace_time" 8 0 0 -1
-"players_at_00" 8 0 0 -1
-"easy_tech" 13 0 0 -1
-"level_age_rate" 13 0 0 -1
-"tech_log_base" 13 0 0 -1
-"ally_factor" 13 0 0 -1
-"edu_avg" 13 0 0 -1
-"hap_avg" 13 0 0 -1
-"edu_cons" 2 0 0 -1
-"hap_cons" 2 0 0 -1
-"sect_mob_scale" 13 0 0 -1
-"sect_mob_max" 8 0 0 -1
-"buil_bh" 8 0 0 -1
-"buil_bc" 2 0 0 -1
-"buil_bt" 2 0 0 -1
-"buil_tower_bh" 8 0 0 -1
-"buil_tower_bc" 2 0 0 -1
-"buil_tower_bt" 2 0 0 -1
-"land_mob_scale" 13 0 0 -1
-"land_grow_scale" 13 0 0 -1
-"land_mob_max" 8 0 0 -1
-"money_land" 2 0 0 -1
-"plane_mob_scale" 13 0 0 -1
-"plane_grow_scale" 13 0 0 -1
-"plane_mob_max" 8 0 0 -1
-"money_plane" 2 0 0 -1
-"ship_mob_scale" 13 0 0 -1
-"ship_grow_scale" 13 0 0 -1
-"ship_mob_max" 8 0 0 -1
-"money_ship" 2 0 0 -1
-"torpedo_damage" 8 0 0 -1
-"fort_max_interdiction_range" 8 0 0 -1
-"land_max_interdiction_range" 8 0 0 -1
-"ship_max_interdiction_range" 8 0 0 -1
-"flakscale" 13 0 0 -1
-"combat_mob" 2 0 0 -1
-"people_damage" 2 0 0 -1
-"unit_damage" 2 0 0 -1
-"collateral_dam" 2 0 0 -1
-"assault_penalty" 2 0 0 -1
-"fire_range_factor" 13 0 0 -1
-"sect_mob_neg_factor" 8 0 0 -1
-"uwbrate" 2 0 0 -1
-"money_civ" 2 0 0 -1
-"money_mil" 2 0 0 -1
-"money_res" 2 0 0 -1
-"money_uw" 2 0 0 -1
-"babyeat" 2 0 0 -1
-"bankint" 2 0 0 -1
-"eatrate" 2 0 0 -1
-"fcrate" 2 0 0 -1
-"fgrate" 2 0 0 -1
-"obrate" 2 0 0 -1
-"rollover_avail_max" 8 0 0 -1
-"decay_per_etu" 2 0 0 -1
-"fallout_spread" 2 0 0 -1
-"drnuke_const" 13 0 0 -1
-"MARK_DELAY" 8 0 0 -1
-"TRADE_DELAY" 8 0 0 -1
-"buytax" 2 0 0 -1
-"tradetax" 2 0 0 -1
-"trade_1_dist" 8 0 0 -1
-"trade_2_dist" 8 0 0 -1
-"trade_3_dist" 8 0 0 -1
-"trade_1" 13 0 0 -1
-"trade_2" 13 0 0 -1
-"trade_3" 13 0 0 -1
-"trade_ally_bonus" 13 0 0 -1
-"trade_ally_cut" 13 0 0 -1
-/112
-
-[0:640] Command : XDUMP meta meta 0
-"name" 3 4 0 -1
-"type" 8 4 0 34
-"flags" 8 12 0 33
-"len" 7 4 0 -1
-"table" 8 4 0 27
-/5
-
-[0:640] Command : XDUMP meta sector-navigation 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta agreement-status 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta land-chr-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta level 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta meta-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta meta-type 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta missions 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta nation-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta nation-rejects 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta nation-relationships 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta nation-status 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta nuke-chr-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta packing 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta page-headings 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta plague-stages 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta plane-chr-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta plane-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta resources 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta retreat-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta ship-chr-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta treaty-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:640] Command : XDUMP meta country 0
-"cnum" 5 0 0 9
-"flags" 8 8 0 36
-"ip" 14 0 46 -1
-"hostname" 14 0 512 -1
-"userid" 14 0 32 -1
-"xcap" 9 0 0 -1
-"ycap" 10 0 0 -1
-"update" 4 0 0 -1
-"tgms" 7 0 0 -1
-"ann" 7 0 0 -1
-"timeused" 8 0 0 -1
-"btu" 6 0 0 -1
-"access" 6 0 0 -1
-"milreserve" 8 0 0 -1
-"money" 8 0 0 -1
-"login" 12 0 0 -1
-"logout" 12 0 0 -1
-"newstim" 12 0 0 -1
-"annotim" 12 0 0 -1
-"tech" 13 0 0 -1
-"research" 13 0 0 -1
-"education" 13 0 0 -1
-"happiness" 13 0 0 -1
-/23
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Player 00 Turn 00 completed successfully
 Player 01 Turn 00 starting
-
-
-       -=O=-
-
-[0:640] Command : Access to table sect denied
-command failed
-
-[0:640] Command : 0,0 is no longer a sanctuary.
-2,0 is no longer a sanctuary.
-
-[0:640] Command : No mobility used, 127 mob left in 0,0
-Sector 1,-1 is now yours.
-
-[0:639] Command : Total movement cost = 1, 126 mob left in 2,0
-Sector 4,0 is now yours.
-
-[0:638] Command : No mobility used, 126 mob left in 2,0
-Sector 3,-1 is now yours.
-
-[0:637] Command : Total movement cost = 1, 125 mob left in 2,0
-Sector 3,1 is now yours.
-
-[0:636] Command : Total movement cost = 1, 124 mob left in 2,0
-Sector 1,1 is now yours.
-
-[0:635] Command : No mobility used, 127 mob left in 0,0
-Sector -1,-1 is now yours.
-
-[0:634] Command : Total movement cost = 1, 126 mob left in 0,0
-Sector -2,0 is now yours.
-
-[0:633] Command : Total movement cost = 1, 125 mob left in 0,0
-Sector -1,1 is now yours.
-
-[0:632] Command : 
-[0:631] Command : Total movement cost = 1, 123 mob left in 2,0
-Sector 5,1 is now yours.
-
-[0:630] Command : Total movement cost = 1, 122 mob left in 2,0
-Sector 4,2 is now yours.
-
-[0:629] Command : No mobility used, 122 mob left in 2,0
-Sector 2,2 is now yours.
-
-[0:628] Command : Total movement cost = 1, 124 mob left in 0,0
-Sector -2,2 is now yours.
-
-[0:627] Command : No mobility used, 124 mob left in 0,0
-Sector -2,-2 is now yours.
-
-[0:626] Command : No mobility used, 124 mob left in 0,0
-Sector 0,-2 is now yours.
-
-[0:625] Command : Total movement cost = 1, 123 mob left in 0,0
-Sector 0,2 is now yours.
-
-[0:624] Command : Total movement cost = 1, 121 mob left in 2,0
-Sector 2,-2 is now yours.
-
-[0:623] Command : Total movement cost = 1, 120 mob left in 2,0
-Sector 4,-2 is now yours.
-
-[0:622] Command : Total movement cost = 1, 119 mob left in 2,0
-Sector 5,-1 is now yours.
-
-[0:621] Command : 
-[0:620] Command : Total movement cost = 1, 118 mob left in 2,0
-Sector 5,3 is now yours.
-
-[0:619] Command : Total movement cost = 1, 117 mob left in 2,0
-Sector 6,2 is now yours.
-
-[0:618] Command : Total movement cost = 1, 116 mob left in 2,0
-Sector 7,1 is now yours.
-
-[0:617] Command : Total movement cost = 1, 115 mob left in 2,0
-Sector 6,-2 is now yours.
-
-[0:616] Command : Total movement cost = 2, 121 mob left in 0,0
-Sector -1,3 is now yours.
-
-[0:615] Command : Total movement cost = 1, 120 mob left in 0,0
-Sector 1,3 is now yours.
-
-[0:614] Command : Total movement cost = 1, 119 mob left in 0,0
-Sector -4,-2 is now yours.
-
-[0:613] Command : Total movement cost = 1, 118 mob left in 0,0
-Sector 1,-3 is now yours.
-
-[0:612] Command : 
-[0:611] Command : Total movement cost = 2, 113 mob left in 2,0
-Sector 8,2 is now yours.
-
-[0:610] Command : 
-[0:609] Command : Total movement cost = 2, 111 mob left in 2,0
-Sector 10,2 is now yours.
-
-[0:608] Command : 
-[0:607] Command : Total movement cost = 30
-88 mob left in 0,0
-
-[0:606] Command : 55 demobilized in 0,0 (0 mil left)
-55 demobilized in 2,0 (0 mil left)
-Total new civilians : 110
-Military reserve stands at 110 (up 110)
-That just cost you $550.00
-
-[0:605] Command : 
-[0:604] Command : Looking for best path to -1,-1
-Using best path 'yh', movement cost 0.400
-Total movement cost = 24
-64 mob left in 0,0
-
-[0:603] Command : 
-[0:602] Command : Looking for best path to 1,-1
-Using best path 'uh', movement cost 0.400
-Total movement cost = 11
-53 mob left in 0,0
-
-[0:601] Command : Looking for best path to 1,-1
-Using best path 'yh', movement cost 0.400
-Total movement cost = 11
-100 mob left in 2,0
-
-[0:600] Command : 
-[0:599] Command : Deliver iron ore from capital @ 2,0 to 3,-1 (cutoff 224)
-
-[0:598] Command : Deliver iron ore from mine @ 1,-1 to 3,-1
-
-[0:597] Command : highway at 4,0 has no dist sector. 
-highway 4,0 now distributes to 2,0 (cost 0.200)
-
-
-[0:596] Command : 
-[0:595] Command : 
-[0:594] Command : Capital now at 0,-2.
-
-[0:594] Command : 
-[0:593] Command : 
-[0:592] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 00 completed successfully
 Player 02 Turn 00 starting
-
-
-       -=O=-
-
-[0:640] Command : 0,0 is no longer a sanctuary.
-2,0 is no longer a sanctuary.
-
-[0:640] Command : No mobility used, 127 mob left in 0,0
-Sector 1,-1 is now yours.
-
-[0:639] Command : 
-[0:638] Command : Total movement cost = 8
-119 mob left in 0,0
-
-[0:637] Command : 
-[0:636] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0   1
-   0,0    c  100%     119 .. ..      794   55   75    0 100%    0        0
-   2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
-3 sectors
-
-[0:636] Command : XDUMP meta sect 0
-"owner" 5 0 0 9
-"xloc" 9 4 0 -1
-"yloc" 10 4 0 -1
-"des" 4 0 0 19
-"effic" 4 0 0 -1
-"mobil" 4 0 0 -1
-"off" 5 0 0 -1
-"terr0" 5 0 0 -1
-"terr1" 5 0 0 -1
-"terr2" 5 0 0 -1
-"terr3" 5 0 0 -1
-"xdist" 9 0 0 -1
-"ydist" 10 0 0 -1
-"avail" 6 0 0 -1
-"work" 5 0 0 -1
-"coastal" 5 0 0 -1
-"newdes" 4 0 0 19
-"min" 5 0 0 -1
-"gold" 5 0 0 -1
-"fert" 5 0 0 -1
-"ocontent" 5 0 0 -1
-"uran" 5 0 0 -1
-"oldown" 5 0 0 9
-"civil" 6 0 0 -1
-"milit" 6 0 0 -1
-"shell" 6 0 0 -1
-"gun" 6 0 0 -1
-"petrol" 6 0 0 -1
-"iron" 6 0 0 -1
-"dust" 6 0 0 -1
-"bar" 6 0 0 -1
-"food" 6 0 0 -1
-"oil" 6 0 0 -1
-"lcm" 6 0 0 -1
-"hcm" 6 0 0 -1
-"uw" 6 0 0 -1
-"rad" 6 0 0 -1
-"c_dist" 6 0 0 -1
-"m_dist" 6 0 0 -1
-"s_dist" 6 0 0 -1
-"g_dist" 6 0 0 -1
-"p_dist" 6 0 0 -1
-"i_dist" 6 0 0 -1
-"d_dist" 6 0 0 -1
-"b_dist" 6 0 0 -1
-"f_dist" 6 0 0 -1
-"o_dist" 6 0 0 -1
-"l_dist" 6 0 0 -1
-"h_dist" 6 0 0 -1
-"u_dist" 6 0 0 -1
-"r_dist" 6 0 0 -1
-"c_del" 6 0 0 -1
-"m_del" 6 0 0 -1
-"s_del" 6 0 0 -1
-"g_del" 6 0 0 -1
-"p_del" 6 0 0 -1
-"i_del" 6 0 0 -1
-"d_del" 6 0 0 -1
-"b_del" 6 0 0 -1
-"f_del" 6 0 0 -1
-"o_del" 6 0 0 -1
-"l_del" 6 0 0 -1
-"h_del" 6 0 0 -1
-"u_del" 6 0 0 -1
-"r_del" 6 0 0 -1
-"fallout" 7 0 0 -1
-"access" 6 0 0 -1
-"road" 5 0 0 -1
-"rail" 5 0 0 -1
-"dfense" 5 0 0 -1
-/70
-
-[0:636] Command : XDUMP meta ship 0
-"uid" 8 0 0 1
-"owner" 5 0 0 9
-"xloc" 9 0 0 -1
-"yloc" 10 0 0 -1
-"type" 4 0 0 20
-"effic" 4 0 0 -1
-"mobil" 4 0 0 -1
-"off" 5 0 0 -1
-"tech" 6 0 0 -1
-"opx" 9 0 0 -1
-"opy" 10 0 0 -1
-"mission" 6 0 0 35
-"radius" 6 0 0 -1
-"fleet" 14 0 1 -1
-"xstart" 9 0 0 -1
-"xend" 9 0 0 -1
-"ystart" 10 0 0 -1
-"yend" 10 0 0 -1
-"cargostart" 4 0 6 17
-"cargoend" 4 0 6 17
-"amtstart" 6 0 6 -1
-"amtend" 6 0 6 -1
-"autonav" 5 0 0 -1
-"civil" 6 0 0 -1
-"milit" 6 0 0 -1
-"shell" 6 0 0 -1
-"gun" 6 0 0 -1
-"petrol" 6 0 0 -1
-"iron" 6 0 0 -1
-"dust" 6 0 0 -1
-"bar" 6 0 0 -1
-"food" 6 0 0 -1
-"oil" 6 0 0 -1
-"lcm" 6 0 0 -1
-"hcm" 6 0 0 -1
-"uw" 6 0 0 -1
-"rad" 6 0 0 -1
-"access" 6 0 0 -1
-"mquota" 5 0 0 -1
-"path" 14 0 28 -1
-"follow" 8 0 0 -1
-"name" 14 0 24 -1
-"rflags" 8 8 0 47
-"rpath" 14 0 10 -1
-/44
-
-[0:636] Command : XDUMP meta plane 0
-"uid" 8 0 0 2
-"owner" 5 0 0 9
-"xloc" 9 0 0 -1
-"yloc" 10 0 0 -1
-"type" 4 0 0 21
-"effic" 4 0 0 -1
-"mobil" 4 0 0 -1
-"off" 5 0 0 -1
-"tech" 6 0 0 -1
-"opx" 9 0 0 -1
-"opy" 10 0 0 -1
-"mission" 6 0 0 35
-"radius" 6 0 0 -1
-"wing" 14 0 1 -1
-"range" 5 0 0 -1
-"harden" 4 0 0 -1
-"ship" 8 0 0 1
-"land" 8 0 0 3
-"flags" 8 8 0 45
-"access" 6 0 0 -1
-"theta" 13 0 0 -1
-/21
-
-[0:636] Command : XDUMP meta land 0
-"uid" 8 0 0 3
-"owner" 5 0 0 9
-"xloc" 9 0 0 -1
-"yloc" 10 0 0 -1
-"type" 4 0 0 22
-"effic" 4 0 0 -1
-"mobil" 4 0 0 -1
-"off" 5 0 0 -1
-"tech" 6 0 0 -1
-"opx" 9 0 0 -1
-"opy" 10 0 0 -1
-"mission" 6 0 0 35
-"radius" 6 0 0 -1
-"army" 14 0 1 -1
-"ship" 8 0 0 1
-"harden" 4 0 0 -1
-"retreat" 6 0 0 -1
-"rflags" 8 8 0 47
-"rpath" 14 0 10 -1
-"civil" 6 0 0 -1
-"milit" 6 0 0 -1
-"shell" 6 0 0 -1
-"gun" 6 0 0 -1
-"petrol" 6 0 0 -1
-"iron" 6 0 0 -1
-"dust" 6 0 0 -1
-"bar" 6 0 0 -1
-"food" 6 0 0 -1
-"oil" 6 0 0 -1
-"lcm" 6 0 0 -1
-"hcm" 6 0 0 -1
-"uw" 6 0 0 -1
-"rad" 6 0 0 -1
-"land" 8 0 0 3
-"access" 6 0 0 -1
-/35
-
-[0:636] Command : XDUMP meta nuke 0
-"uid" 8 0 0 4
-"owner" 5 0 0 9
-"xloc" 9 0 0 -1
-"yloc" 10 0 0 -1
-"type" 4 0 0 23
-"effic" 4 0 0 -1
-"mobil" 4 0 0 -1
-"off" 5 0 0 -1
-"tech" 6 0 0 -1
-"opx" 9 0 0 -1
-"opy" 10 0 0 -1
-"mission" 6 0 0 35
-"radius" 6 0 0 -1
-"plane" 8 0 0 2
-/14
-
-[0:636] Command : XDUMP meta news 0
-"actor" 5 0 0 9
-"action" 5 0 0 24
-"victim" 5 0 0 9
-"times" 4 0 0 -1
-"duration" 6 0 0 -1
-"time" 12 0 0 -1
-/6
-
-[0:636] Command : XDUMP meta treaty 0
-"uid" 8 0 0 6
-"cna" 5 0 0 9
-"cnb" 5 0 0 9
-"status" 4 0 0 30
-"acond" 6 8 0 50
-"bcond" 6 8 0 50
-"exp" 12 0 0 -1
-/7
-
-[0:636] Command : XDUMP meta trade 0
-"uid" 8 0 0 7
-"owner" 5 0 0 9
-"type" 6 0 0 27
-"unitid" 8 0 0 -1
-"price" 8 0 0 -1
-"maxbidder" 8 0 0 9
-"markettime" 12 0 0 -1
-/7
-
-[0:636] Command : XDUMP meta nat 0
-"cnum" 5 0 0 9
-"stat" 8 0 0 39
-"cname" 14 0 20 -1
-"relations" 11 0 99 38
-"rejects" 5 8 99 37
-/5
-
-[0:636] Command : XDUMP meta loan 0
-"uid" 8 0 0 10
-"loaner" 5 0 0 9
-"loanee" 5 0 0 9
-"status" 4 0 0 30
-"irate" 8 0 0 -1
-"ldur" 8 0 0 -1
-"amtpaid" 8 0 0 -1
-"amtdue" 8 0 0 -1
-"lastpay" 12 0 0 -1
-"duedate" 12 0 0 -1
-/10
-
-[0:636] Command : XDUMP meta commodity 0
-"uid" 8 0 0 13
-"owner" 5 0 0 9
-"type" 4 0 0 17
-"amount" 8 0 0 -1
-"price" 13 0 0 -1
-"maxbidder" 8 0 0 9
-"markettime" 12 0 0 -1
-/7
-
-[0:636] Command : XDUMP meta lost 0
-"timestamp" 12 0 0 -1
-"owner" 5 0 0 9
-"type" 6 0 0 27
-"id" 8 0 0 -1
-"x" 9 0 0 -1
-"y" 10 0 0 -1
-/6
-
-[0:636] Command : XDUMP meta realm 0
-"cnum" 5 4 0 9
-"realm" 7 4 0 -1
-"xl" 9 0 0 -1
-"xh" 9 0 0 -1
-"yl" 10 0 0 -1
-"yh" 10 0 0 -1
-/6
-
-[0:636] Command : XDUMP meta game 0
-"upd_disable" 4 0 0 -1
-"down" 4 0 0 -1
-"turn" 6 0 0 -1
-/3
-
-[0:636] Command : XDUMP meta item 0
-"uid" 4 0 0 17
-"name" 3 0 0 -1
-"mnem" 14 4 1 -1
-"value" 8 0 0 -1
-"sell" 8 0 0 -1
-"lbs" 8 0 0 -1
-"pkg" 8 0 5 -1
-"melt_denom" 8 0 0 -1
-/8
-
-[0:636] Command : XDUMP meta product 0
-"uid" 8 0 0 18
-"name" 3 0 0 -1
-"sname" 3 0 0 -1
-"ctype" 4 0 3 17
-"camt" 7 0 3 -1
-"type" 4 0 0 17
-"level" 8 0 0 32
-"cost" 8 0 0 -1
-"nrndx" 8 0 0 46
-"nrdep" 8 0 0 -1
-"nlndx" 8 0 0 32
-"nlmin" 8 0 0 -1
-"nllag" 8 0 0 -1
-/13
-
-[0:636] Command : XDUMP meta sect-chr 0
-"uid" 5 0 0 19
-"name" 3 0 0 -1
-"mnem" 14 4 1 -1
-"terrain" 5 0 0 19
-"prd" 8 0 0 18
-"peffic" 8 0 0 -1
-"mob0" 13 0 0 -1
-"mob1" 13 0 0 -1
-"nav" 8 0 0 48
-"pkg" 8 0 0 41
-"ostr" 13 0 0 -1
-"dstr" 13 0 0 -1
-"value" 8 0 0 -1
-"cost" 8 0 0 -1
-"build" 8 0 0 -1
-"lcms" 8 0 0 -1
-"hcms" 8 0 0 -1
-"maint" 8 0 0 -1
-"maxpop" 8 0 0 -1
-/19
-
-[0:636] Command : XDUMP meta ship-chr 0
-"type" 4 0 0 20
-"name" 3 0 0 -1
-"civil" 6 0 0 -1
-"milit" 6 0 0 -1
-"shell" 6 0 0 -1
-"gun" 6 0 0 -1
-"petrol" 6 0 0 -1
-"iron" 6 0 0 -1
-"dust" 6 0 0 -1
-"bar" 6 0 0 -1
-"food" 6 0 0 -1
-"oil" 6 0 0 -1
-"lcm" 6 0 0 -1
-"hcm" 6 0 0 -1
-"uw" 6 0 0 -1
-"rad" 6 0 0 -1
-"l_build" 8 0 0 -1
-"h_build" 8 0 0 -1
-"armor" 8 0 0 -1
-"speed" 8 0 0 -1
-"visib" 8 0 0 -1
-"vrnge" 8 0 0 -1
-"frnge" 8 0 0 -1
-"glim" 8 0 0 -1
-"nxlight" 5 0 0 -1
-"nchoppers" 5 0 0 -1
-"tech" 8 0 0 -1
-"cost" 8 0 0 -1
-"flags" 8 8 0 49
-"nplanes" 5 0 0 -1
-"nland" 5 0 0 -1
-/31
-
-[0:636] Command : XDUMP meta plane-chr 0
-"type" 4 0 0 21
-"name" 3 0 0 -1
-"l_build" 8 0 0 -1
-"h_build" 8 0 0 -1
-"cost" 8 0 0 -1
-"tech" 8 0 0 -1
-"acc" 8 0 0 -1
-"load" 8 0 0 -1
-"att" 8 0 0 -1
-"def" 8 0 0 -1
-"range" 8 0 0 -1
-"crew" 8 0 0 -1
-"fuel" 8 0 0 -1
-"stealth" 8 0 0 -1
-"flags" 8 8 0 44
-/15
-
-[0:636] Command : XDUMP meta land-chr 0
-"type" 4 0 0 22
-"name" 3 0 0 -1
-"civil" 6 0 0 -1
-"milit" 6 0 0 -1
-"shell" 6 0 0 -1
-"gun" 6 0 0 -1
-"petrol" 6 0 0 -1
-"iron" 6 0 0 -1
-"dust" 6 0 0 -1
-"bar" 6 0 0 -1
-"food" 6 0 0 -1
-"oil" 6 0 0 -1
-"lcm" 6 0 0 -1
-"hcm" 6 0 0 -1
-"uw" 6 0 0 -1
-"rad" 6 0 0 -1
-"l_build" 8 0 0 -1
-"h_build" 8 0 0 -1
-"tech" 8 0 0 -1
-"cost" 8 0 0 -1
-"att" 13 0 0 -1
-"def" 13 0 0 -1
-"vul" 8 0 0 -1
-"spd" 8 0 0 -1
-"vis" 8 0 0 -1
-"spy" 8 0 0 -1
-"rmax" 8 0 0 -1
-"frg" 8 0 0 -1
-"acc" 8 0 0 -1
-"dam" 8 0 0 -1
-"ammo" 8 0 0 -1
-"aaf" 8 0 0 -1
-"flags" 8 8 0 31
-"nxlight" 5 0 0 -1
-"nland" 5 0 0 -1
-/35
-
-[0:636] Command : XDUMP meta nuke-chr 0
-"type" 4 0 0 23
-"name" 3 0 0 -1
-"l_build" 8 0 0 -1
-"h_build" 8 0 0 -1
-"o_build" 8 0 0 -1
-"r_build" 8 0 0 -1
-"blast" 8 0 0 -1
-"dam" 8 0 0 -1
-"cost" 8 0 0 -1
-"tech" 8 0 0 -1
-"weight" 8 0 0 -1
-"flags" 8 8 0 40
-/12
-
-[0:636] Command : XDUMP meta news-chr 0
-"uid" 4 0 0 24
-"newstory" 3 0 2 -1
-"good_will" 8 0 0 -1
-"newspage" 8 0 0 42
-/4
-
-[0:636] Command : XDUMP meta infrastructure 0
-"name" 3 4 0 -1
-"lcms" 5 0 0 -1
-"hcms" 5 0 0 -1
-"dcost" 5 0 0 -1
-"mcost" 5 0 0 -1
-"enable" 5 0 0 -1
-/6
-
-[0:636] Command : XDUMP meta updates 0
-"time" 12 0 0 -1
-/1
-
-[0:636] Command : XDUMP meta table 0
-"uid" 8 0 0 27
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta version 0
-"version" 14 0 23 -1
-"maxnoc" 1 0 0 -1
-"privname" 3 0 0 -1
-"privlog" 3 0 0 -1
-"WORLD_X" 8 0 0 -1
-"WORLD_Y" 8 0 0 -1
-"etu_per_update" 8 0 0 -1
-"update_window" 8 0 0 -1
-"update_demand" 8 0 0 -1
-"update_wantmin" 8 0 0 -1
-"update_demandtimes" 3 0 0 -1
-"game_days" 3 0 0 -1
-"game_hours" 3 0 0 -1
-"ALL_BLEED" 8 0 0 -1
-"AUTO_POWER" 8 0 0 -1
-"BLITZ" 8 0 0 -1
-"BRIDGETOWERS" 8 0 0 -1
-"EASY_BRIDGES" 8 0 0 -1
-"FALLOUT" 8 0 0 -1
-"GODNEWS" 8 0 0 -1
-"GO_RENEW" 8 0 0 -1
-"GUINEA_PIGS" 8 0 0 -1
-"HIDDEN" 8 0 0 -1
-"INTERDICT_ATT" 8 0 0 -1
-"LOANS" 8 0 0 -1
-"LOSE_CONTACT" 8 0 0 -1
-"MARKET" 8 0 0 -1
-"MOB_ACCESS" 8 0 0 -1
-"NOFOOD" 8 0 0 -1
-"NOMOBCOST" 8 0 0 -1
-"NO_FORT_FIRE" 8 0 0 -1
-"NO_PLAGUE" 8 0 0 -1
-"RAILWAYS" 8 0 0 -1
-"RES_POP" 8 0 0 -1
-"SAIL" 8 0 0 -1
-"SUPER_BARS" 8 0 0 -1
-"TECH_POP" 8 0 0 -1
-"TREATIES" 8 0 0 -1
-"btu_build_rate" 13 0 0 -1
-"m_m_p_d" 8 0 0 -1
-"max_btus" 8 0 0 -1
-"max_idle" 8 0 0 -1
-"max_idle_visitor" 8 0 0 -1
-"login_grace_time" 8 0 0 -1
-"players_at_00" 8 0 0 -1
-"easy_tech" 13 0 0 -1
-"level_age_rate" 13 0 0 -1
-"tech_log_base" 13 0 0 -1
-"ally_factor" 13 0 0 -1
-"edu_avg" 13 0 0 -1
-"hap_avg" 13 0 0 -1
-"edu_cons" 2 0 0 -1
-"hap_cons" 2 0 0 -1
-"sect_mob_scale" 13 0 0 -1
-"sect_mob_max" 8 0 0 -1
-"buil_bh" 8 0 0 -1
-"buil_bc" 2 0 0 -1
-"buil_bt" 2 0 0 -1
-"buil_tower_bh" 8 0 0 -1
-"buil_tower_bc" 2 0 0 -1
-"buil_tower_bt" 2 0 0 -1
-"land_mob_scale" 13 0 0 -1
-"land_grow_scale" 13 0 0 -1
-"land_mob_max" 8 0 0 -1
-"money_land" 2 0 0 -1
-"plane_mob_scale" 13 0 0 -1
-"plane_grow_scale" 13 0 0 -1
-"plane_mob_max" 8 0 0 -1
-"money_plane" 2 0 0 -1
-"ship_mob_scale" 13 0 0 -1
-"ship_grow_scale" 13 0 0 -1
-"ship_mob_max" 8 0 0 -1
-"money_ship" 2 0 0 -1
-"torpedo_damage" 8 0 0 -1
-"fort_max_interdiction_range" 8 0 0 -1
-"land_max_interdiction_range" 8 0 0 -1
-"ship_max_interdiction_range" 8 0 0 -1
-"flakscale" 13 0 0 -1
-"combat_mob" 2 0 0 -1
-"people_damage" 2 0 0 -1
-"unit_damage" 2 0 0 -1
-"collateral_dam" 2 0 0 -1
-"assault_penalty" 2 0 0 -1
-"fire_range_factor" 13 0 0 -1
-"sect_mob_neg_factor" 8 0 0 -1
-"uwbrate" 2 0 0 -1
-"money_civ" 2 0 0 -1
-"money_mil" 2 0 0 -1
-"money_res" 2 0 0 -1
-"money_uw" 2 0 0 -1
-"babyeat" 2 0 0 -1
-"bankint" 2 0 0 -1
-"eatrate" 2 0 0 -1
-"fcrate" 2 0 0 -1
-"fgrate" 2 0 0 -1
-"obrate" 2 0 0 -1
-"rollover_avail_max" 8 0 0 -1
-"decay_per_etu" 2 0 0 -1
-"fallout_spread" 2 0 0 -1
-"drnuke_const" 13 0 0 -1
-"MARK_DELAY" 8 0 0 -1
-"TRADE_DELAY" 8 0 0 -1
-"buytax" 2 0 0 -1
-"tradetax" 2 0 0 -1
-"trade_1_dist" 8 0 0 -1
-"trade_2_dist" 8 0 0 -1
-"trade_3_dist" 8 0 0 -1
-"trade_1" 13 0 0 -1
-"trade_2" 13 0 0 -1
-"trade_3" 13 0 0 -1
-"trade_ally_bonus" 13 0 0 -1
-"trade_ally_cut" 13 0 0 -1
-/112
-
-[0:636] Command : XDUMP meta meta 0
-"name" 3 4 0 -1
-"type" 8 4 0 34
-"flags" 8 12 0 33
-"len" 7 4 0 -1
-"table" 8 4 0 27
-/5
-
-[0:636] Command : XDUMP meta sector-navigation 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta agreement-status 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta land-chr-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta level 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta meta-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta meta-type 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta missions 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta nation-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta nation-rejects 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta nation-relationships 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta nation-status 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta nuke-chr-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta packing 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta page-headings 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta plague-stages 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta plane-chr-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta plane-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta resources 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta retreat-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta ship-chr-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta treaty-flags 0
-"value" 8 4 0 -1
-"name" 3 4 0 -1
-/2
-
-[0:636] Command : XDUMP meta country 0
-"cnum" 5 0 0 9
-"flags" 8 8 0 36
-"ip" 14 0 46 -1
-"hostname" 14 0 512 -1
-"userid" 14 0 32 -1
-"xcap" 9 0 0 -1
-"ycap" 10 0 0 -1
-"update" 4 0 0 -1
-"tgms" 7 0 0 -1
-"ann" 7 0 0 -1
-"timeused" 8 0 0 -1
-"btu" 6 0 0 -1
-"access" 6 0 0 -1
-"milreserve" 8 0 0 -1
-"money" 8 0 0 -1
-"login" 12 0 0 -1
-"logout" 12 0 0 -1
-"newstim" 12 0 0 -1
-"annotim" 12 0 0 -1
-"tech" 13 0 0 -1
-"research" 13 0 0 -1
-"education" 13 0 0 -1
-"happiness" 13 0 0 -1
-/23
-
-[0:636] Command : Bye-bye
-Exit: so long...
 Player 02 Turn 00 completed successfully
 Player 03 Turn 00 starting
-
-
-       -=O=-
-
-[0:640] Command : 0,0 is no longer a sanctuary.
-2,0 is no longer a sanctuary.
-
-[0:640] Command : Total movement cost = 1, 126 mob left in 0,0
-Sector 1,-1 is now yours.
-
-[0:639] Command : 
-[0:638] Command : Total movement cost = 8
-118 mob left in 0,0
-
-[0:637] Command : 
-[0:636] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
-   0,0    c  100%     118 .. ..      794   55   75    0 100%    0        0
-   2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
-3 sectors
-
-[0:636] Command : Bye-bye
-Exit: so long...
 Player 03 Turn 00 completed successfully
 Player 04 Turn 00 starting
-
-
-       -=O=-
-
-[0:640] Command : 0,0 is no longer a sanctuary.
-2,0 is no longer a sanctuary.
-
-[0:640] Command : Total movement cost = 1, 126 mob left in 0,0
-Sector 1,-1 is now yours.
-
-[0:639] Command : 
-[0:638] Command : Total movement cost = 8
-118 mob left in 0,0
-
-[0:637] Command : 
-[0:636] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
-   0,0    c  100%     118 .. ..      794   55   75    0 100%    0        0
-   2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
-3 sectors
-
-[0:636] Command : Bye-bye
-Exit: so long...
 Player 04 Turn 00 completed successfully
 Player 05 Turn 00 starting
-
-
-       -=O=-
-
-[0:640] Command : 0,0 is no longer a sanctuary.
-2,0 is no longer a sanctuary.
-
-[0:640] Command : No mobility used, 127 mob left in 0,0
-Sector 1,-1 is now yours.
-
-[0:639] Command : 
-[0:638] Command : Total movement cost = 8
-119 mob left in 0,0
-
-[0:637] Command : 
-[0:636] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
-   0,0    c  100%     119 .. ..      794   55   75    0 100%    0        0   1
-   2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
-3 sectors
-
-[0:636] Command : Bye-bye
-Exit: so long...
 Player 05 Turn 00 completed successfully
 Player 06 Turn 00 starting
-
-
-       -=O=-
-
-[0:640] Command : 0,0 is no longer a sanctuary.
-2,0 is no longer a sanctuary.
-
-[0:640] Command : Total movement cost = 1, 126 mob left in 0,0
-Sector 1,-1 is now yours.
-
-[0:639] Command : 
-[0:638] Command : Total movement cost = 8
-118 mob left in 0,0
-
-[0:637] Command : 
-[0:636] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
-   0,0    c  100%     118 .. ..      794   55   75    0 100%    0        0
-   2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
-3 sectors
-
-[0:636] Command : Bye-bye
-Exit: so long...
 Player 06 Turn 00 completed successfully
 Player 07 Turn 00 starting
-
-
-       -=O=-
-
-[0:640] Command : 0,0 is no longer a sanctuary.
-2,0 is no longer a sanctuary.
-
-[0:640] Command : No mobility used, 127 mob left in 0,0
-Sector 1,-1 is now yours.
-
-[0:639] Command : 
-[0:638] Command : Total movement cost = 8
-119 mob left in 0,0
-
-[0:637] Command : 
-[0:636] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
-   0,0    c  100%     119 .. ..      794   55   75    0 100%    0        0
-   2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
-3 sectors
-
-[0:636] Command : Bye-bye
-Exit: so long...
 Player 07 Turn 00 completed successfully
 Player 08 Turn 00 starting
-
-
-       -=O=-
-
-[0:640] Command : 0,0 is no longer a sanctuary.
-2,0 is no longer a sanctuary.
-
-[0:640] Command : No mobility used, 127 mob left in 0,0
-Sector 1,-1 is now yours.
-
-[0:639] Command : 
-[0:638] Command : Total movement cost = 8
-119 mob left in 0,0
-
-[0:637] Command : 
-[0:636] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0
-   0,0    c  100%     119 .. ..      794   55   75    0 100%    0        0
-   2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
-3 sectors
-
-[0:636] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 00 completed successfully
 Player 09 Turn 00 starting
-
-
-       -=O=-
-
-[0:640] Command : 0,0 is no longer a sanctuary.
-2,0 is no longer a sanctuary.
-
-[0:640] Command : Total movement cost = 1, 126 mob left in 0,0
-Sector 1,-1 is now yours.
-
-[0:639] Command : 
-[0:638] Command : Total movement cost = 8
-118 mob left in 0,0
-
-[0:637] Command : 
-[0:636] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0   1
-   0,0    c  100%     118 .. ..      794   55   75    0 100%    0        0
-   2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0
-3 sectors
-
-[0:636] Command : Bye-bye
-Exit: so long...
 Player 09 Turn 00 completed successfully
 Player 10 Turn 00 starting
-
-
-       -=O=-
-
-[0:640] Command : 0,0 is no longer a sanctuary.
-2,0 is no longer a sanctuary.
-
-[0:640] Command : No mobility used, 127 mob left in 0,0
-Sector 1,-1 is now yours.
-
-[0:639] Command : 
-[0:638] Command : Total movement cost = 8
-119 mob left in 0,0
-
-[0:637] Command : 
-[0:636] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-1   g    0%       0 .. ..      206    0    0    0 100%    0        0   1
-   0,0    c  100%     119 .. ..      794   55   75    0 100%    0        0
-   2,0    c  100%     127 .. ..     1000   55   75    0 100%    0        0   1
-3 sectors
-
-[0:636] Command : Bye-bye
-Exit: so long...
 Player 10 Turn 00 completed successfully
 Update Turn 01 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        2   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
-     0.96
-        3   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
-     0.96
-        4   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
-     0.96
-        5   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
-     0.96
-        6   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
-     0.96
-        7   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
-     0.96
-        8   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
-     0.96
-        9   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
-     0.96
-       10   3   67% 2.0K 110    0    0    0    0    0    0    0    0    0   25K
-     0.96
-        1  30    7% 2.1K   0    0    0    0    0    0    0    0    0    0   24K
-     0.95
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  57   35%  20K 990    0    0    0    0    0    0    0    0    0  249K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                  0.00        0.00        0.00        0.00     5,-15 
- 2     2                  0.00        0.00        0.00        0.00    16,10  
- 3     3                  0.00        0.00        0.00        0.00    -4,10  
- 4     4                  0.00        0.00        0.00        0.00   -15,1   
- 5     5                  0.00        0.00        0.00        0.00   -30,8   
- 6     6                  0.00        0.00        0.00        0.00     2,-2  
- 7     7                  0.00        0.00        0.00        0.00    24,0   
- 8     8                  0.00        0.00        0.00        0.00    23,-11 
- 9     9                  0.00        0.00        0.00        0.00   -26,-6  
- 10    10                 0.00        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    1,-15  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    3,-15  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    5,-15  c    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    7,-15  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-15  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1   11,-15  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    4,-14  g    0%       0 .. ..      601    0    0    0 100%    0    0   1
-  1    6,-14  m    0%       0 .. ..      550    0    0    0 100%    0    0
-  1    8,-14  +    0%       0 .. ..        1    0    0    0 100%    0    0
-  1   10,-14  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    3,-13  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    5,-13  cg 100%      53 .. ..      168    0    0    0 100%    0    0
-  1    7,-13  cm 100%     100 .. ..      765    0  150    0 100%    0    0
-  1    9,-13  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    4,-12  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    6,-12  +    0%       0 .. ..        1    0    0    0 100%    0    0
-  1    8,-12  +    0%       0 .. ..        1    0    0    0 100%    0    0
-  1   10,-12  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1   12,-12  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   24,-12  g    0%       0 .. ..      206    0    0    0 100%    0    0
- 10  -11,-11  g    0%       0 .. ..      206    0    0    0 100%    0    0   1
-  1    3,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    5,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0
-  1    7,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1   11,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1   13,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1   15,-11  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   23,-11  c  100%     119 .. ..      794   55   75    0 100%    0    0
-  8   25,-11  c  100%     127 .. ..     1000   55   75    0 100%    0    0
- 10  -12,-10  c  100%     119 .. ..      794   55   75    0 100%    0    0
- 10  -10,-10  c  100%     127 .. ..     1000   55   75    0 100%    0    0   1
-  1    4,-10  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    6,-10  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1   10,-10  +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  9  -25,-7   g    0%       0 .. ..      206    0    0    0 100%    0    0   1
-  9  -26,-6   c  100%     118 .. ..      794   55   75    0 100%    0    0
-  9  -24,-6   c  100%     127 .. ..     1000   55   75    0 100%    0    0
-  6    3,-3   g    0%       0 .. ..      206    0    0    0 100%    0    0
-  6    2,-2   c  100%     118 .. ..      794   55   75    0 100%    0    0
-  6    4,-2   c  100%     127 .. ..     1000   55   75    0 100%    0    0
-  7   25,-1   g    0%       0 .. ..      206    0    0    0 100%    0    0
-  4  -14,0    g    0%       0 .. ..      206    0    0    0 100%    0    0
-  7   24,0    c  100%     119 .. ..      794   55   75    0 100%    0    0
-  7   26,0    c  100%     127 .. ..     1000   55   75    0 100%    0    0
-  4  -15,1    c  100%     118 .. ..      794   55   75    0 100%    0    0
-  4  -13,1    c  100%     127 .. ..     1000   55   75    0 100%    0    0
-  5  -29,7    g    0%       0 .. ..      206    0    0    0 100%    0    0
-  5  -30,8    c  100%     119 .. ..      794   55   75    0 100%    0    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55   75    0 100%    0    0
-  3   -3,9    g    0%       0 .. ..      206    0    0    0 100%    0    0
-  2   17,9    g    0%       0 .. ..      206    0    0    0 100%    0    0   1
-  3   -4,10   c  100%     118 .. ..      794   55   75    0 100%    0    0
-  3   -2,10   c  100%     127 .. ..     1000   55   75    0 100%    0    0
-  2   16,10   c  100%     119 .. ..      794   55   75    0 100%    0    0
-  2   18,10   c  100%     127 .. ..     1000   55   75    0 100%    0    0
-57 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  11,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-14  g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-14  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-13  c .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  c ...u...... ...0......   0   0    0    0    0   0    0    0    0   0
-  1   9,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-12  g .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-57 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  +    0%    0    0   82  58    0
-  1    1,-15  +    0%    6    0   67  32    0
-  1    3,-15  +    0%   11    0   61  21    0
-  1    5,-15  c    0%   28    5   37   0    0
-  1    7,-15  +    0%    0    0   76  47    0
-  1    9,-15  +    0%   39   14   21   0    0
-  1   11,-15  +    0%    0    0   91  72    0
-  1    4,-14  g    0%   34   10   28   0    0
-  1    6,-14  m    0%  100   69    0   0   97
-  1    8,-14  +    0%   96   60    0   0   77
-  1   10,-14  +    0%   45   19   13   0    0
-  1    3,-13  +    0%   23    1   43   0    0
-  1    5,-13  cg 100%  100  100  100 100  100
-  1    7,-13  cm 100%  100  100  100 100  100
-  1    9,-13  +    0%   17    0   52   7    0
-  1    4,-12  +    0%   74   42    0   0   37
-  1    6,-12  +    0%  100   80    0   0  100
-  1    8,-12  +    0%  100   65    0   0   88
-  1   10,-12  +    0%   50   23    6   0    0
-  1   12,-12  +    0%   63   33    0   0   17
-  8   24,-12  g    0%  100   80    0   0  100
- 10  -11,-11  g    0%   78   46    0   0   45
-  1    3,-11  +    0%    0    0  100  87    0
-  1    5,-11  +    0%  100   74    0   0  100
-  1    7,-11  +    0%   91   56    0   0   68
-  1    9,-11  +    0%   85   51    0   0   57
-  1   11,-11  +    0%   78   46    0   0   45
-  1   13,-11  +    0%   67   37    0   0   25
-  1   15,-11  +    0%   56   28    0   0    5
-  8   23,-11  c  100%  100  100  100 100  100
-  8   25,-11  c  100%  100  100  100 100  100
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +    0%    0    0  100 100    0
-  1    6,-10  +    0%    0    0  100 100    0
-  1   10,-10  +    0%    0    0  100  98    0
-  9  -25,-7   g    0%   28    5   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g    0%  100   80    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g    0%  100   69    0   0   97
-  4  -14,0    g    0%   96   60    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g    0%  100   74    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g    0%  100   74    0   0  100
-  2   17,9    g    0%   34   10   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-57 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 01 completed successfully
 Player 01 Turn 01 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:592] Command : Realm #0 is -8:12,-4:4
-
-[0:592] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -4,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -2,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   0,-2   c    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   2,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   6,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -1,-1   g  100%      60 .. ..      782    0    0    0 100%    8        0   1
-   1,-1   m  100%      60 .. ..      715    0    0    0 100%    0        0
-   3,-1   +    0%      60 .. ..        1    0    0    0 100%    0        0
-   5,-1   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -2,0    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   0,0    g   40%     113 .. ..      219    0    0    0 100%   65        0
-   2,0    m  100%     125 .. ..      994    0  172    0 100%    0        0
-   4,0    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -1,1    +    0%      60 .. ..        2    0    0    0 100%    0        0   1
-   1,1    +    0%      60 .. ..        2    0    0    0 100%    0        0
-   3,1    +    0%      60 .. ..        1    0    0    0 100%    0        0
-   5,1    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   7,1    +    0%      60 .. ..        2    0    0    0 100%    0        0   1
-  -2,2    +    0%      60 .. ..        2    0    0    0 100%    0        0   1
-   0,2    +    0%      60 .. ..        1    0    0    0 100%    0        0
-   2,2    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   4,2    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   6,2    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   8,2    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  10,2    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -1,3    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   1,3    +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   5,3    +    0%      60 .. ..        2    0    0    0 100%    0        0   1
-30 sectors
-
-[0:592] Command :      --------0000000000111
-     876543210123456789012
-  -4     . . . . .         -4  
-  -3    . . . + . . .      -3  
-  -2   . + + c + + + .     -2  
-  -1  - . . g m + + .      -1  
-   0   - . + g m + . .     0   
-   1    - . + + + + + . .  1   
-   2     . + + + + + + + . 2   
-   3      . + + . + . . .  3   
-   4       . . . . .       4   
-     --------0000000000111
-     876543210123456789012
-
-[0:592] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2110, yielding 0.00 hap, 0.00 edu
-0.0000 tech, 0.0000 research produced
-money delta was $-142 for this update
-
-
-[0:592] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 01 completed successfully
 Update Turn 02 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  30   11% 2.7K   0    0    0    0  903   36    0    0    0    0   24K
-     1.13
-        6   3   93% 2.3K 110    0    0    0    0   51    0    0    0    0   25K
-     1.06
-        8   3   93% 2.3K 110    0    0    0    0   51    0    0    0    0   25K
-     1.06
-        3   3   93% 2.3K 110    0    0    0    0   47    0    0    0    0   25K
-     1.05
-        5   3   93% 2.3K 110    0    0    0    0   47    0    0    0    0   25K
-     1.05
-        7   3   93% 2.3K 110    0    0    0    0   44    0    0    0    0   25K
-     1.05
-        4   3   93% 2.3K 110    0    0    0    0   38    0    0    0    0   25K
-     1.05
-       10   3   93% 2.3K 110    0    0    0    0   29    0    0    0    0   25K
-     1.05
-        2   3   93% 2.3K 110    0    0    0    0    6    0    0    0    0   25K
-     1.04
-        9   3   93% 2.3K 110    0    0    0    0    3    0    0    0    0   25K
-     1.04
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  57   50%  23K 990    0    0    0  903  352    0    0    0    0  251K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                  0.00        0.00        0.00        0.00     5,-15 
- 2     2                  0.00        0.00        0.00        0.00    16,10  
- 3     3                  0.00        0.00        0.00        0.00    -4,10  
- 4     4                  0.00        0.00        0.00        0.00   -15,1   
- 5     5                  0.00        0.00        0.00        0.00   -30,8   
- 6     6                  0.00        0.00        0.00        0.00     2,-2  
- 7     7                  0.00        0.00        0.00        0.00    24,0   
- 8     8                  0.00        0.00        0.00        0.00    23,-11 
- 9     9                  0.00        0.00        0.00        0.00   -26,-6  
- 10    10                 0.00        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    1,-15  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    3,-15  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    5,-15  c    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    7,-15  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-15  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1   11,-15  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    4,-14  g  100%      60 .. ..      782    0    0    0 100%    8    0   1
-  1    6,-14  m  100%      60 .. ..      715    0    0    0 100%    0    0
-  1    8,-14  +    0%      60 .. ..        1    0    0    0 100%    0    0
-  1   10,-14  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    3,-13  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    5,-13  g   40%     113 .. ..      219    0    0    0 100%   65    0
-  1    7,-13  m  100%     125 .. ..      994    0  172    0 100%    0    0
-  1    9,-13  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    4,-12  +    0%      60 .. ..        2    0    0    0 100%    0    0   1
-  1    6,-12  +    0%      60 .. ..        2    0    0    0 100%    0    0
-  1    8,-12  +    0%      60 .. ..        1    0    0    0 100%    0    0
-  1   10,-12  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1   12,-12  +    0%      60 .. ..        2    0    0    0 100%    0    0   1
-  8   24,-12  g   80%      60 .. ..      268    0    0    0 100%    0    0
- 10  -11,-11  g   79%      60 .. ..      267    0    0    0 100%    0    0   1
-  1    3,-11  +    0%      60 .. ..        2    0    0    0 100%    0    0   1
-  1    5,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0
-  1    7,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1   11,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1   13,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1   15,-11  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   23,-11  c  100%     127 .. ..     1000   55   87    0 100%  664    0
-  8   25,-11  c  100%     127 .. ..     1000   55   86    0 100%  664    0
- 10  -12,-10  c  100%     127 .. ..     1000   55   86    0 100%  664    0
- 10  -10,-10  c  100%     127 .. ..     1000   55   86    0 100%  664    0   1
-  1    4,-10  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    6,-10  +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1   10,-10  +    0%      60 .. ..        2    0    0    0 100%    0    0   1
-  9  -25,-7   g   80%      60 .. ..      268    0    0    0 100%    5    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55   86    0 100%  664    0
-  9  -24,-6   c  100%     127 .. ..     1000   55   86    0 100%  664    0
-  6    3,-3   g   80%      60 .. ..      268    0    0    0 100%    0    0
-  6    2,-2   c  100%     127 .. ..     1000   55   86    0 100%  664    0
-  6    4,-2   c  100%     127 .. ..     1000   55   86    0 100%  664    0
-  7   25,-1   g   80%      60 .. ..      268    0    0    0 100%    0    0
-  4  -14,0    g   80%      60 .. ..      268    0    0    0 100%    1    0
-  7   24,0    c  100%     127 .. ..     1000   55   87    0 100%  664    0
-  7   26,0    c  100%     127 .. ..     1000   55   86    0 100%  664    0
-  4  -15,1    c  100%     127 .. ..     1000   55   86    0 100%  664    0
-  4  -13,1    c  100%     127 .. ..     1000   55   87    0 100%  665    0
-  5  -29,7    g   80%      60 .. ..      268    0    0    0 100%    1    0
-  5  -30,8    c  100%     127 .. ..     1000   55   86    0 100%  664    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55   86    0 100%  664    0
-  3   -3,9    g   80%      60 .. ..      268    0    0    0 100%    0    0
-  2   17,9    g   79%      60 .. ..      267    0    0    0 100%    4    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55   87    0 100%  664    0
-  3   -2,10   c  100%     127 .. ..     1000   55   87    0 100%  665    0
-  2   16,10   c  100%     127 .. ..     1000   55   86    0 100%  664    0
-  2   18,10   c  100%     127 .. ..     1000   55   87    0 100%  665    0
-57 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  11,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-14  g .......... ..........   0   0    0    0   36   0    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0  329    0   0    0    0    0   0
-  1   8,-14  + .......... ..........   0   0    0  350    0   0    0    0    0   0
-  1  10,-14  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...u...... ...0......   0   0    0  224    0   0    0    0    0   0
-  1   9,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-12  g .......... ..........   0   0    0    0   51   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0   29   0    0    0    0   0
-  1   3,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0    3   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0   51   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0   44   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0   38   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0   47   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0   47   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0    6   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-57 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  +    0%    0    0   82  58    0
-  1    1,-15  +    0%    6    0   67  32    0
-  1    3,-15  +    0%   11    0   61  21    0
-  1    5,-15  c    0%   28    5   37   0    0
-  1    7,-15  +    0%    0    0   76  47    0
-  1    9,-15  +    0%   39   14   21   0    0
-  1   11,-15  +    0%    0    0   91  72    0
-  1    4,-14  g  100%   34    3   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  +    0%   96   60    0   0   77
-  1   10,-14  +    0%   45   19   13   0    0
-  1    3,-13  +    0%   23    1   43   0    0
-  1    5,-13  g   40%  100  100  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  +    0%   17    0   52   7    0
-  1    4,-12  +    0%   74   42    0   0   37
-  1    6,-12  +    0%  100   80    0   0  100
-  1    8,-12  +    0%  100   65    0   0   88
-  1   10,-12  +    0%   50   23    6   0    0
-  1   12,-12  +    0%   63   33    0   0   17
-  8   24,-12  g   80%  100   70    0   0  100
- 10  -11,-11  g   79%   78   40    0   0   45
-  1    3,-11  +    0%    0    0  100  87    0
-  1    5,-11  +    0%  100   74    0   0  100
-  1    7,-11  +    0%   91   56    0   0   68
-  1    9,-11  +    0%   85   51    0   0   57
-  1   11,-11  +    0%   78   46    0   0   45
-  1   13,-11  +    0%   67   37    0   0   25
-  1   15,-11  +    0%   56   28    0   0    5
-  8   23,-11  c  100%  100  100  100 100  100
-  8   25,-11  c  100%  100  100  100 100  100
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +    0%    0    0  100 100    0
-  1    6,-10  +    0%    0    0  100 100    0
-  1   10,-10  +    0%    0    0  100  98    0
-  9  -25,-7   g   80%   28    5   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g   80%  100   70    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g   80%  100   60    0   0   97
-  4  -14,0    g   80%   96   52    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g   80%  100   65    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g   80%  100   65    0   0  100
-  2   17,9    g   79%   34    9   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-57 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 02 completed successfully
 Player 01 Turn 02 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:592] Command : 
-[0:591] Command : Looking for best path to 4,0
-Using best path 'jh', movement cost 0.400
-Total movement cost = 80
-44 mob left in 2,0
-
-[0:590] Command : Total movement cost = 2
-89 mob left in 1,-1
-
-[0:589] Command : Looking for best path to 4,0
-Using best path 'njjh', movement cost 0.800
-Total movement cost = 24
-96 mob left in -1,-1
-
-[0:588] Command : Looking for best path to 3,-1
-Using best path 'jjh', movement cost 0.600
-Total movement cost = 18
-78 mob left in -1,-1
-
-[0:587] Command : Looking for best path to 3,-1
-Using best path 'jh', movement cost 0.400
-Total movement cost = 7
-82 mob left in 1,-1
-
-[0:586] Command : Deliver iron ore from mine @ 2,0 to 4,0
-
-[0:585] Command : Deliver iron ore from mine @ 1,-1 to 3,-1
-
-[0:584] Command : Looking for best path to 5,-1
-Using best path 'ujh', movement cost 0.800
-Total movement cost = 18
-26 mob left in 2,0
-
-[0:583] Command : 
-[0:582] Command : 
-[0:581] Command : highway at 1,-3 has no dist sector. 
-highway 1,-3 now distributes to 5,-1 (cost 1.200)
-
-highway at -4,-2 has no dist sector. 
-highway -4,-2 now distributes to 5,-1 (cost 1.600)
-
-highway at -2,-2 has no dist sector. 
-highway -2,-2 now distributes to 5,-1 (cost 1.200)
-
-capital at 0,-2 has no dist sector. 
-capital 0,-2 now distributes to 5,-1 (cost 1.000)
-
-highway at 2,-2 has no dist sector. 
-highway 2,-2 now distributes to 5,-1 (cost 0.800)
-
-highway at 4,-2 has no dist sector. 
-highway 4,-2 now distributes to 5,-1 (cost 0.400)
-
-highway at 6,-2 has no dist sector. 
-highway 6,-2 now distributes to 5,-1 (cost 0.400)
-
-gold mine at -1,-1 has no dist sector. 
-gold mine -1,-1 now distributes to 5,-1 (cost 1.000)
-
-mine at 1,-1 has no dist sector. 
-mine 1,-1 now distributes to 5,-1 (cost 0.800)
-
-light manufacturing at 3,-1 has no dist sector. 
-light manufacturing 3,-1 now distributes to 5,-1 (cost 0.400)
-
-highway at 5,-1 has no dist sector. 
-Distribution from and to highway 5,-1 terminated
-
-highway at -2,0 has no dist sector. 
-highway -2,0 now distributes to 5,-1 (cost 1.200)
-
-gold mine at 0,0 has no dist sector. 
-gold mine 0,0 now distributes to 5,-1 (cost 1.000)
-
-mine at 2,0 has no dist sector. 
-mine 2,0 now distributes to 5,-1 (cost 0.800)
-
-heavy manufacturing at 4,0 distributes to 2,0. 
-heavy manufacturing 4,0 now distributes to 5,-1 (cost 0.400)
-
-highway at -1,1 has no dist sector. 
-highway -1,1 now distributes to 5,-1 (cost 1.200)
-
-highway at 1,1 has no dist sector. 
-highway 1,1 now distributes to 5,-1 (cost 1.000)
-
-highway at 3,1 has no dist sector. 
-highway 3,1 now distributes to 5,-1 (cost 0.800)
-
-highway at 5,1 has no dist sector. 
-highway 5,1 now distributes to 5,-1 (cost 0.800)
-
-highway at 7,1 has no dist sector. 
-highway 7,1 now distributes to 5,-1 (cost 1.200)
-
-highway at -2,2 has no dist sector. 
-highway -2,2 now distributes to 5,-1 (cost 1.600)
-
-highway at 0,2 has no dist sector. 
-highway 0,2 now distributes to 5,-1 (cost 1.400)
-
-highway at 2,2 has no dist sector. 
-highway 2,2 now distributes to 5,-1 (cost 1.200)
-
-highway at 4,2 has no dist sector. 
-highway 4,2 now distributes to 5,-1 (cost 1.200)
-
-highway at 6,2 has no dist sector. 
-highway 6,2 now distributes to 5,-1 (cost 1.200)
-
-highway at 8,2 has no dist sector. 
-highway 8,2 now distributes to 5,-1 (cost 1.600)
-
-highway at 10,2 has no dist sector. 
-highway 10,2 now distributes to 5,-1 (cost 2.000)
-
-highway at -1,3 has no dist sector. 
-highway -1,3 now distributes to 5,-1 (cost 1.800)
-
-highway at 1,3 has no dist sector. 
-highway 1,3 now distributes to 5,-1 (cost 1.600)
-
-highway at 5,3 has no dist sector. 
-highway 5,3 now distributes to 5,-1 (cost 1.600)
-
-
-[0:580] Command : 
-[0:579] Command : 
-[0:578] Command : 
-[0:577] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 02 completed successfully
 Update Turn 03 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  30   13% 3.3K   0    0    0    0  2.2K 211    0    0    0    0   25K
-     1.37
-        6   3  100% 2.3K 110    0    0    0    0  182    0    0    0    0   26K
-     1.14
-        8   3  100% 2.3K 110    0    0    0    0  182    0    0    0    0   26K
-     1.14
-        3   3  100% 2.3K 110    0    0    0    0  169    0    0    0    0   26K
-     1.13
-        5   3  100% 2.3K 110    0    0    0    0  169    0    0    0    0   26K
-     1.13
-        7   3  100% 2.3K 110    0    0    0    0  156    0    0    0    0   26K
-     1.13
-        4   3  100% 2.3K 110    0    0    0    0  136    0    0    0    0   26K
-     1.12
-       10   3  100% 2.3K 110    0    0    0    0  103    0    0    0    0   26K
-     1.10
-        2   3  100% 2.3K 110    0    0    0    0   23    0    0    0    0   26K
-     1.07
-        9   3  100% 2.3K 110    0    0    0    0   12    0    0    0    0   26K
-     1.07
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  57   54%  24K 990    0    0    0  2.2K 1.3K   0    0    0    0  256K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                  0.00        0.00        0.00        0.00     5,-15 
- 2     2                  0.00        0.00        0.00        0.00    16,10  
- 3     3                  0.00        0.00        0.00        0.00    -4,10  
- 4     4                  0.00        0.00        0.00        0.00   -15,1   
- 5     5                  0.00        0.00        0.00        0.00   -30,8   
- 6     6                  0.00        0.00        0.00        0.00     2,-2  
- 7     7                  0.00        0.00        0.00        0.00    24,0   
- 8     8                  0.00        0.00        0.00        0.00    23,-11 
- 9     9                  0.00        0.00        0.00        0.00   -26,-6  
- 10    10                 0.00        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  1    1,-15  +    0%     120 .. ..        2    0    0    0 100%    0    0   1
-  1    3,-15  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  1    5,-15  c    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  1    7,-15  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-15  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  1   11,-15  +    0%     120 .. ..        2    0    0    0 100%    0    0   1
-  1    4,-14  gb 100%      78 .. ..      400    0    0    0 100%  107    0   1
-  1    6,-14  m  100%      82 .. ..      755    0    0    0 100%    0    0
-  1    8,-14  j    0%     120 .. ..      476    0    0    0 100%    0    0
-  1   10,-14  h    0%     120 .. ..      231    0    0    0 100%    0    0   1
-  1    3,-13  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  1    5,-13  g  100%     127 .. ..      285    0    0    0 100%    0    0
-  1    7,-13  m  100%      26 .. ..      770    0  197    0 100%    0    0
-  1    9,-13  k    0%     120 .. ..      301    0    0    0 100%    0    0   1
-  1    4,-12  +    0%     120 .. ..        3    0    0    0 100%    1    0   1
-  1    6,-12  +    0%     120 .. ..        3    0    0    0 100%    1    0
-  1    8,-12  +    0%     120 .. ..        1    0    0    0 100%    0    0
-  1   10,-12  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  1   12,-12  +    0%     120 .. ..        3    0    0    0 100%    1    0   1
-  8   24,-12  g  100%     120 .. ..      348    0    0    0 100%    1    0
- 10  -11,-11  g  100%     120 .. ..      348    0    0    0 100%    2    0   1
-  1    3,-11  +    0%     120 .. ..        3    0    0    0 100%    1    0   1
-  1    5,-11  +    0%     120 .. ..        1    0    0    0 100%    0    0
-  1    7,-11  +    0%     120 .. ..        2    0    0    0 100%    0    0   1
-  1    9,-11  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  1   11,-11  +    0%     120 .. ..        2    0    0    0 100%    0    0   1
-  1   13,-11  +    0%     120 .. ..        2    0    0    0 100%    0    0   1
-  1   15,-11  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  8   23,-11  c  100%     127 .. ..     1000   55  100    0 100%  722    0
-  8   25,-11  c  100%     127 .. ..     1000   55   99    0 100%  721    0
- 10  -12,-10  c  100%     127 .. ..     1000   55   98    0 100%  721    0
- 10  -10,-10  c  100%     127 .. ..     1000   55   99    0 100%  721    0   1
-  1    4,-10  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  1    6,-10  +    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  1   10,-10  +    0%     120 .. ..        3    0    0    0 100%    1    0   1
-  9  -25,-7   g  100%     120 .. ..      348    0    0    0 100%   13    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55   99    0 100%  721    0
-  9  -24,-6   c  100%     127 .. ..     1000   55   99    0 100%  721    0
-  6    3,-3   g  100%     120 .. ..      348    0    0    0 100%    0    0
-  6    2,-2   c  100%     127 .. ..     1000   55   99    0 100%  721    0
-  6    4,-2   c  100%     127 .. ..     1000   55   99    0 100%  721    0
-  7   25,-1   g  100%     120 .. ..      348    0    0    0 100%    1    0
-  4  -14,0    g  100%     120 .. ..      349    0    0    0 100%    0    0
-  7   24,0    c  100%     127 .. ..     1000   55  100    0 100%  722    0
-  7   26,0    c  100%     127 .. ..     1000   55   98    0 100%  721    0
-  4  -15,1    c  100%     127 .. ..     1000   55   99    0 100%  721    0
-  4  -13,1    c  100%     127 .. ..     1000   55  100    0 100%  722    0
-  5  -29,7    g  100%     120 .. ..      348    0    0    0 100%    1    0
-  5  -30,8    c  100%     127 .. ..     1000   55   99    0 100%  721    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55   98    0 100%  721    0
-  3   -3,9    g  100%     120 .. ..      348    0    0    0 100%    1    0
-  2   17,9    g  100%     120 .. ..      347    0    0    0 100%    2    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  100    0 100%  722    0
-  3   -2,10   c  100%     127 .. ..     1000   55  100    0 100%  722    0
-  2   16,10   c  100%     127 .. ..     1000   55   99    0 100%  721    0
-  2   18,10   c  100%     127 .. ..     1000   55  100    0 100%  722    0
-57 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  11,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-14  g .......... ..........   0   0    0    0   51   0    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0  584    0   0    0    0    0   0
-  1   8,-14  j .......... .......0..   0   0    0 1272    0   0    0    0    0   0
-  1  10,-14  h .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-13  g .......... ....0.....   0   0    0    0  160   0    0    0    0   0
-  1   7,-13  m ...j...... ...0......   0   0    0  122    0   0    0    0    0   0
-  1   9,-13  k .......... ........0.   0   0    0  200    0   0    0    0    0   0
-  1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-12  g .......... ..........   0   0    0    0  182   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  103   0    0    0    0   0
-  1   3,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   12   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  182   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  156   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  136   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  169   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  169   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0   23   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-57 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  +    0%    0    0   82  58    0
-  1    1,-15  +    0%    6    0   67  32    0
-  1    3,-15  +    0%   11    0   61  21    0
-  1    5,-15  c    0%   28    5   37   0    0
-  1    7,-15  +    0%    0    0   76  47    0
-  1    9,-15  +    0%   39   14   21   0    0
-  1   11,-15  +    0%    0    0   91  72    0
-  1    4,-14  gb 100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  j    0%   96   60    0   0   77
-  1   10,-14  h    0%   45   19   13   0    0
-  1    3,-13  +    0%   23    1   43   0    0
-  1    5,-13  g  100%  100   68  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k    0%   17    0   52   7    0
-  1    4,-12  +    0%   74   42    0   0   37
-  1    6,-12  +    0%  100   80    0   0  100
-  1    8,-12  +    0%  100   65    0   0   88
-  1   10,-12  +    0%   50   23    6   0    0
-  1   12,-12  +    0%   63   33    0   0   17
-  8   24,-12  g  100%  100   44    0   0  100
- 10  -11,-11  g  100%   78   25    0   0   45
-  1    3,-11  +    0%    0    0  100  87    0
-  1    5,-11  +    0%  100   74    0   0  100
-  1    7,-11  +    0%   91   56    0   0   68
-  1    9,-11  +    0%   85   51    0   0   57
-  1   11,-11  +    0%   78   46    0   0   45
-  1   13,-11  +    0%   67   37    0   0   25
-  1   15,-11  +    0%   56   28    0   0    5
-  8   23,-11  c  100%  100  100  100 100  100
-  8   25,-11  c  100%  100  100  100 100  100
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +    0%    0    0  100 100    0
-  1    6,-10  +    0%    0    0  100 100    0
-  1   10,-10  +    0%    0    0  100  98    0
-  9  -25,-7   g  100%   28    3   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100   44    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100   37    0   0   97
-  4  -14,0    g  100%   96   32    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100   41    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g  100%  100   41    0   0  100
-  2   17,9    g  100%   34    6   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-57 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 03 completed successfully
 Player 01 Turn 03 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:577] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -4,-2   +    0%     127 .. ..        3    0    0    0 100%    1        0   1
-  -2,-2   +    0%     127 .. ..        2    0    0    0 100%    0        0   1
-   0,-2   c    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   +    0%     127 .. ..        2    0    0    0 100%    0        0   1
-   6,-2   +    0%     127 .. ..        3    0    0    0 100%    1        0   1
-  -1,-1   b  100%     127 .. ..      520    0    0    0 100%  137        0   1
-   1,-1   m  100%     102 .. ..      982    0    0    0 100%    0        0
-   3,-1   j  100%     127 .. ..      619    0    0    0 100%    0        0
-   5,-1   h   89%     127 .. ..      300    0    0    0 100%   90        0   1
-  -2,0    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   0,0    g  100%     127 .. ..      370    0    0    0 100%    2        0
-   2,0    m  100%      72 .. ..     1000    0  227    0 100%    0        0
-   4,0    k  100%     127 .. ..      391    0    0    0 100%    0        0   1
-  -1,1    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-   1,1    +    1%     127 .. ..        4    0    0    0 100%    1        0
-   3,1    +    0%     127 .. ..        1    0    0    0 100%    0        0
-   5,1    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   7,1    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-  -2,2    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-   0,2    +    0%     127 .. ..        1    0    0    0 100%    0        0
-   2,2    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
-   4,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   6,2    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
-   8,2    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
-  10,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -1,3    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   1,3    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   5,3    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-30 sectors
-
-[0:577] Command :      --------0000000000111
-     876543210123456789012
-  -4     . . . . . . .     -4  
-  -3    . . . + . . . .    -3  
-  -2   . + + c + + + . .   -2  
-  -1  - . . b m j h . . -  -1  
-   0   - . + g m k . . .   0   
-   1    - . + + + + + . .  1   
-   2     . + + + + + + + . 2   
-   3      . + + . + . . .  3   
-   4       . . . . .       4   
-     --------0000000000111
-     876543210123456789012
-
-[0:577] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2741, yielding 0.00 hap, 0.00 edu
-0.0000 tech, 0.0000 research produced
-money delta was $1134 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 3256, yielding 0.00 hap, 0.00 edu
-0.0000 tech, 0.0000 research produced
-money delta was $495 for this update
-
-
-[0:577] Command : frg  frigate (#0) built in sector 5,-1
-That just cost you $120.00
-
-[0:576] Command : Looking for best path to 6,-2
-Using best path 'uh', movement cost 0.400
-Total movement cost = 4
-123 mob left in 5,-1
-
-[0:575] Command : Looking for best path to 6,-2
-Using best path 'uuh', movement cost 0.622
-Total movement cost = 16
-111 mob left in 4,0
-
-[0:574] Command : 
-[0:573] Command : 
-[0:572] Command : Looking for best path to -2,2
-Using best path 'gbbh', movement cost 0.992
-Total movement cost = 29
-43 mob left in 2,0
-
-[0:571] Command : Deliver iron ore from mine @ 2,0 to 4,0
-
-[0:570] Command : Deliver iron ore from mine @ 1,-1 to 3,-1
-
-[0:569] Command : 
-[0:568] Command : 
-[0:567] Command : 2,0 old threshold 1
-
-[0:566] Command : 
-[0:565] Command : 
-[0:564] Command : 
-[0:563] Command : 
-[0:562] Command : 
-[0:561] Command : 
-[0:560] Command : 
-[0:559] Command : 
-[0:558] Command : 
-[0:557] Command : 
-[0:556] Command : 
-[0:555] Command : 
-[0:554] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   6,-2   l 100%   102  102  1.00 $918   102l            102l             102
-  -1,-1   b 100%   455    0b 1.00 $0       0d            455d              91
-   1,-1   m 100%   600  600i 1.00 $0                                      600
-   3,-1   j 100%   482  241l 0.50 $0     482i            482i             241
-   0,0    g  38%   290  110d 1.00 $0                                      110
-   2,0    m 100%   702  702i 1.00 $0                                      702
-   4,0    k 100%   105   26h 0.50 $0     104i            104i              26
-  -2,2    o  87%   138   60o 0.50 $0                                       60
-8 sectors
-
-[0:554] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 03 completed successfully
 Player 08 Turn 03 starting
-
-
-       -=O=-
-You have three new telegrams waiting ...
-
-[0:640] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-1   g  100%     127 .. ..      452    0    0    0 100%    1        0
-   0,0    c  100%     127 .. ..     1000   55  115    0 100%  732        0
-   2,0    c  100%     127 .. ..     1000   55  114    0 100%  731        0
-3 sectors
-
-[0:640] Command :      --------00000000001
-     8765432101234567890
-  -5                     -5  
-  -4       . - . .       -4  
-  -3      - - - . .      -3  
-  -2     - - - - - -     -2  
-  -1    . - - g - - -    -1  
-   0   . . - c c - - -   0   
-   1    . - - - - . .    1   
-   2     . . . . . .     2   
-   3      . . . . .      3   
-   4                     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:640] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2000, yielding 0.00 hap, 0.00 edu
-0.0000 tech, 0.0000 research produced
-money delta was $165 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2268, yielding 0.00 hap, 0.00 edu
-0.0000 tech, 0.0000 research produced
-money delta was $437 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2348, yielding 0.00 hap, 0.00 edu
-0.0000 tech, 0.0000 research produced
-money delta was $528 for this update
-
-
-[0:640] Command : Total movement cost = 100, 27 mob left in 0,0
-Sector -7,-3 is now yours.
-
-[0:639] Command : 
-[0:638] Command : Thu Jan  1 00:00:00 1970
-DUMP LOST ITEMS 0
-type id x y timestamp
-*: Nothing lost.
-
-[0:638] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 03 completed successfully
 Update Turn 04 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  30   23% 4.2K   0    0    0    0  3.1K 311    0    0    1    0   26K
-     1.75
-        8   4   75% 2.5K 110    0    0    0    0  301    0    0    0    0   26K
-     1.22
-        6   3  100% 2.5K 110    0    0    0    0  300    0    0    0    0   26K
-     1.22
-        3   3  100% 2.5K 110    0    0    0    0  280    0    0    0    0   26K
-     1.21
-        5   3  100% 2.5K 110    0    0    0    0  280    0    0    0    0   26K
-     1.21
-        7   3  100% 2.5K 110    0    0    0    0  256    0    0    0    0   26K
-     1.20
-        4   3  100% 2.5K 110    0    0    0    0  223    0    0    0    0   26K
-     1.18
-       10   3  100% 2.5K 110    0    0    0    0  171    0    0    0    0   26K
-     1.16
-        2   3  100% 2.5K 110    0    0    0    0   39    0    0    0    0   26K
-     1.11
-        9   3  100% 2.5K 110    0    0    0    0   20    0    0    0    0   26K
-     1.10
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  58   58%  26K 990    0    0    0  3.1K 2.2K   0    0    1    0  261K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                  0.00        0.00        0.00        0.00     5,-15 
- 2     2                  0.00        0.00        0.00        0.00    16,10  
- 3     3                  0.00        0.00        0.00        0.00    -4,10  
- 4     4                  0.00        0.00        0.00        0.00   -15,1   
- 5     5                  0.00        0.00        0.00        0.00   -30,8   
- 6     6                  0.00        0.00        0.00        0.00     2,-2  
- 7     7                  0.00        0.00        0.00        0.00    24,0   
- 8     8                  0.00        0.00        0.00        0.00    23,-11 
- 9     9                  0.00        0.00        0.00        0.00   -26,-6  
- 10    10                 0.00        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    1,-15  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  1    3,-15  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  1    5,-15  c    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-15  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  1   11,-15  l    0%     127 .. ..      258    0    0    0 100%    1    0   1
-  1    4,-14  b  100%     127 .. ..      520    0    0    0 100%  137    0   1
-  1    6,-14  m  100%     102 .. ..      982    0    0    0 100%    0    0
-  1    8,-14  j  100%     127 .. ..      619    0    0    0 100%    0    0
-  1   10,-14  h   89%     123 .. ..      300    0    0    0 100%   68    0   1
-  8   16,-14  )    0%       0 .. ..       50    0    0    0 100%    0    0   1
-  1    3,-13  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    5,-13  g  100%     127 .. ..      370    0    0    0 100%    2    0
-  1    7,-13  m  100%      43 .. ..      700    0  227    0 100%    0    0
-  1    9,-13  k  100%     111 .. ..      136    0    0    0 100%    0    0   1
-  1    4,-12  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  1    6,-12  g    0%     127 .. ..        4    0    0    0 100%    1    0
-  1    8,-12  +    0%     127 .. ..        1    0    0    0 100%    0    0
-  1   10,-12  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1   12,-12  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  8   24,-12  g  100%     127 .. ..      452    0    0    0 100%    1    0
- 10  -11,-11  g  100%     127 .. ..      452    0    0    0 100%    0    0   1
-  1    3,-11  o    0%     127 .. ..      304    0    0    0 100%    1    0   1
-  1    5,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0
-  1    7,-11  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  1    9,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1   11,-11  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  1   13,-11  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  1   15,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   23,-11  c  100%      27 .. ..      950   55  115    0 100%  732    0
-  8   25,-11  c  100%     127 .. ..     1000   55  114    0 100%  731    0
- 10  -12,-10  c  100%     127 .. ..     1000   55  113    0 100%  731    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  114    0 100%  731    0   1
-  1    4,-10  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    6,-10  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1   10,-10  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  9  -25,-7   g  100%     127 .. ..      453    0    0    0 100%   17    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  114    0 100%  731    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  114    0 100%  731    0
-  6    3,-3   g  100%     127 .. ..      452    0    0    0 100%    1    0
-  6    2,-2   c  100%     127 .. ..     1000   55  114    0 100%  731    0
-  6    4,-2   c  100%     127 .. ..     1000   55  114    0 100%  731    0
-  7   25,-1   g  100%     127 .. ..      452    0    0    0 100%    1    0
-  4  -14,0    g  100%     127 .. ..      454    0    0    0 100%    0    0
-  7   24,0    c  100%     127 .. ..     1000   55  115    0 100%  732    0
-  7   26,0    c  100%     127 .. ..     1000   55  113    0 100%  731    0
-  4  -15,1    c  100%     127 .. ..     1000   55  114    0 100%  731    0
-  4  -13,1    c  100%     127 .. ..     1000   55  115    0 100%  732    0
-  5  -29,7    g  100%     127 .. ..      452    0    0    0 100%    0    0
-  5  -30,8    c  100%     127 .. ..     1000   55  113    0 100%  730    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  113    0 100%  731    0
-  3   -3,9    g  100%     127 .. ..      452    0    0    0 100%    0    0
-  2   17,9    g  100%     127 .. ..      451    0    0    0 100%    6    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  115    0 100%  732    0
-  3   -2,10   c  100%     127 .. ..     1000   55  115    0 100%  732    0
-  2   16,10   c  100%     127 .. ..     1000   55  113    0 100%  730    0
-  2   18,10   c  100%     127 .. ..     1000   55  115    0 100%  732    0
-58 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  + .......... ....0.01..   0   0    0    0    0   0    0    0    0   0
-  1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  102    0   0
-  1   4,-14  b .......... ....0.....   0   0    0    0    1  10    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0  354    0   0    0    0    0   0
-  1   8,-14  j .......... .......0..   0   0    0 1821    0   0    0    1    0   0
-  1  10,-14  h .......... ..........   0   0    0  598  309   0    0   26   26   0
-  8  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0    1    0   0    0    0    0   0
-  1   9,-13  k .......... ........0.   0   0    0  325    0   0    0    0    1   0
-  1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-12  g .......... ..........   0   0    0    0  301   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  171   0    0    0    0   0
-  1   3,-11  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   20   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  300   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  256   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  223   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  280   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  280   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0   39   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-58 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  +    0%    0    0   82  58    0
-  1    1,-15  +    0%    6    0   67  32    0
-  1    3,-15  +    0%   11    0   61  21    0
-  1    5,-15  c    0%   28    5   37   0    0
-  1    7,-15  +    0%    0    0   76  47    0
-  1    9,-15  +    0%   39   14   21   0    0
-  1   11,-15  l    0%    0    0   91  72    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  j  100%   96   60    0   0   77
-  1   10,-14  h   89%   45   19   13   0    0
-  8   16,-14  )    0%    0    0  100  98    0
-  1    3,-13  +    0%   23    1   43   0    0
-  1    5,-13  g  100%  100   38  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  1    4,-12  +    1%   74   42    0   0   37
-  1    6,-12  g    0%  100   80    0   0  100
-  1    8,-12  +    0%  100   65    0   0   88
-  1   10,-12  +    0%   50   23    6   0    0
-  1   12,-12  +    1%   63   33    0   0   17
-  8   24,-12  g  100%  100   20    0   0  100
- 10  -11,-11  g  100%   78   11    0   0   45
-  1    3,-11  o    0%    0    0  100  87    0
-  1    5,-11  +    0%  100   74    0   0  100
-  1    7,-11  +    0%   91   56    0   0   68
-  1    9,-11  +    0%   85   51    0   0   57
-  1   11,-11  +    0%   78   46    0   0   45
-  1   13,-11  +    0%   67   37    0   0   25
-  1   15,-11  +    0%   56   28    0   0    5
-  8   23,-11  c  100%  100  100  100 100  100
-  8   25,-11  c  100%  100  100  100 100  100
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +    0%    0    0  100 100    0
-  1    6,-10  +    0%    0    0  100 100    0
-  1   10,-10  +    1%    0    0  100  98    0
-  9  -25,-7   g  100%   28    2   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100   20    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100   17    0   0   97
-  4  -14,0    g  100%   96   15    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100   19    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g  100%  100   19    0   0  100
-  2   17,9    g  100%   34    3   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-58 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 04 completed successfully
 Player 01 Turn 04 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:554] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -4,-2   +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-  -2,-2   +    0%     127 .. ..        3    0    0    0 100%    1        0   1
-   0,-2   c    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   +    0%     127 .. ..      370    0    0    0 100%    1        0   1
-   6,-2   l  100%     127 .. ..      250    0    0    0 100%    0        0   1
-  -1,-1   b  100%     127 .. ..      768    0    0    0 100%  455        0   1
-   1,-1   m  100%     115 .. ..      768    0    0    0 100%    0        0
-   3,-1   j  100%     127 .. ..      768    0    0    0 100%    0        0
-   5,-1   h  100%     127 .. ..        1    0    0    0 100%  185        0   1
-  -2,0    +    0%     127 .. ..      426    0    0    0 100%    0        0   1
-   0,0    g  100%     127 .. ..      481    0    0    0 100%    1        0
-   2,0    m  100%      83 .. ..      768    0  261    0 100%    0        0
-   4,0    k  100%     127 .. ..      176    0    0    0 100%    1        0   1
-  -1,1    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
-   1,1    g    1%     127 .. ..        5    0    0    0 100%    2        0
-   3,1    +    0%     127 .. ..        2    0    0    0 100%    0        0
-   5,1    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   7,1    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
-  -2,2    o  100%     127 .. ..      395    0    0    0 100%    1        0   1
-   0,2    +    0%     127 .. ..        1    0    0    0 100%    0        0
-   2,2    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-   4,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   6,2    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-   8,2    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-  10,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -1,3    +    0%     127 .. ..        2    0    0    0 100%    0        0   1
-   1,3    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   5,3    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
-30 sectors
-
-[0:554] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate        5,-1      100%   0   0   0   0  0  0  0  0  90    0
-1 ship
-
-[0:554] Command :      --------0000000000111
-     876543210123456789012
-  -4     . . . . . . . .   -4  
-  -3    . . . + . . . . .  -3  
-  -2   . + + c + + l . . - -2  
-  -1  - . . b m j h . . ?  -1  
-   0   - . + g m k . . .   0   
-   1  - - . + g + + + . .  1   
-   2 - - . o + + + + + + . 2   
-   3  - - . + + . + . . .  3   
-   4   - - . . . . .       4   
-     --------0000000000111
-     876543210123456789012
-
-[0:554] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-a class of graduates (101.00) produced in 6,-2
-  0 happiness, 101 education produced
-total pop was 4232, yielding 0.00 hap, 64.20 edu
-0.0000 tech, 0.0000 research produced
-Army delta $0, Navy delta $-516, Air force delta $0
-money delta was $216 for this update
-
-
-[0:554] Command : 
-[0:553] Command :  60 enlisted in -2,0 (60)
-Total new enlistment : 60
-Military reserves stand at 38
-Paperwork at recruiting stations ... 1
-
-[0:550] Command : Looking for best path to 5,-1
-Using best path 'jjjuh', movement cost 0.800
-Total movement cost = 48
-61 mob left in -2,0
-
-[0:549] Command : 60 military loaded onto frg  frigate (#0) at 5,-1
-1 ship loaded
-
-[0:548] Command : Flagship is frg  frigate (#0)
- t l 
-j h .
- k . 
-<90.0:90.0: 5,-1>  l . 
-h . .
- . . 
-<74.6:74.6: 7,-1>  . . 
-. . )
- . . 
-<59.3:59.3: 9,-1> frg  frigate (#0) stopped at 9,-1
-Path taken: jj
-
-[0:547] Command : 11,-1 is a 20% 8 radar installation with approximately 0 military.
-Number of mil from frg  frigate (#0) (max 59) : 
-             Initial attack strength:       35
-              Final assault strength:       35
-              Final defense strength:        0
-                          Final odds:      100%
-
-- Casualties -
-     Yours: 0
-    Theirs: 0
-Papershuffling ... 0.0 B.T.U
-We have secured a beachhead at 11,-1, sir!
-1 mil from frg  frigate (#0) moves into 11,-1
-35 of your troops now occupy 11,-1
-
-[0:544] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   4,-2   t 100%   189  5.07 0.51 $3000   10d  50o 100l   11d  55o 110l  5.58
-   6,-2   l 100%   195  144  1.00 $1296  144l            195l             195
-  -1,-1   b 100%   648   10b 1.00 $100    50d            645d             129
-   1,-1   m 100%   598  598i 1.00 $0                                      598
-   3,-1   j 100%   598  299l 0.50 $0     598i            598i             299
-   0,0    g  16%   376   60d 1.00 $0                                       60
-   2,0    m 100%   778  778i 1.00 $0                                      778
-   4,0    k 100%   137   34h 0.50 $0     136i            136i              34
-  -2,2    o  75%   308  116o 0.50 $0                                      116
-9 sectors
-
-[0:544] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 04 completed successfully
 Player 08 Turn 04 starting
-
-
-       -=O=-
-You have two new telegrams waiting ...
-
-[0:640] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-1   g  100%     127 .. ..      588    0    0    0 100%    3        0
-   0,0    c  100%      87 .. ..     1000   55  132    0 100%  742        0
-   2,0    c  100%     127 .. ..     1000   55  131    0 100%  741        0
-3 sectors
-
-[0:640] Command :      --------00000000001
-     8765432101234567890
-  -5                     -5  
-  -4       . - . .       -4  
-  -3      - - - . .      -3  
-  -2     - - - - - -     -2  
-  -1    . - - g - - -    -1  
-   0   . . - c c - - -   0   
-   1    . - - - - . .    1   
-   2     . . . . . .     2   
-   3      . . . . .      3   
-   4                     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:640] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2452, yielding 0.00 hap, 0.00 edu
-0.0000 tech, 0.0000 research produced
-money delta was $538 for this update
-
-> BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
-1 frg  frigate (#0) sighted at -9,-3
-
-Odds are bad for us...support cancelled.
-
-1 (#1) lost 0 troops assaulting and taking -7,-3
-We lost 0 troops defending
-
-
-[0:640] Command : Thu Jan  1 00:00:00 1970
-DUMP LOST ITEMS 0
-type id x y timestamp
-0 0 -7 -3 0
-1 lost item.
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 04 completed successfully
 Update Turn 05 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  31   30% 5.2K  60    0    0    0  3.8K 421   59    0    1    0   26K
-     2.12
-        6   3  100% 2.6K 110    0    0    0    0  370    0    0    0    0   27K
-     1.28
-        8   3  100% 2.6K 110    0    0    0    0  371    0    0    0    0   27K
-     1.28
-        3   3  100% 2.6K 110    0    0    0    0  346    0    0    0    0   27K
-     1.27
-        5   3  100% 2.6K 110    0    0    0    0  346    0    0    0    0   27K
-     1.27
-        7   3  100% 2.6K 110    0    0    0    0  316    0    0    0    0   27K
-     1.26
-        4   3  100% 2.6K 110    0    0    0    0  276    0    0    0    0   27K
-     1.24
-       10   3  100% 2.6K 110    0    0    0    0  209    0    0    0    0   27K
-     1.22
-        2   3  100% 2.6K 110    0    0    0    0   49    0    0    0    0   27K
-     1.15
-        9   3  100% 2.6K 110    0    0    0    0   27    0    0    0    0   27K
-     1.14
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  58   63%  29K 1.1K   0    0    0  3.8K 2.7K  59    0    1    0  266K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                  0.00        0.00       15.28        0.00     5,-15 
- 2     2                  0.00        0.00        0.00        0.00    16,10  
- 3     3                  0.00        0.00        0.00        0.00    -4,10  
- 4     4                  0.00        0.00        0.00        0.00   -15,1   
- 5     5                  0.00        0.00        0.00        0.00   -30,8   
- 6     6                  0.00        0.00        0.00        0.00     2,-2  
- 7     7                  0.00        0.00        0.00        0.00    24,0   
- 8     8                  0.00        0.00        0.00        0.00    23,-11 
- 9     9                  0.00        0.00        0.00        0.00   -26,-6  
- 10    10                 0.00        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    1,-15  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  1    3,-15  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  1    5,-15  c    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-15  t    0%     127 .. ..      370    0    0    0 100%    1    0   1
-  1   11,-15  l  100%     127 .. ..      250    0    0    0 100%    0    0   1
-  1    4,-14  b  100%     127 .. ..      768    0    0    0 100%  455    0   1
-  1    6,-14  m  100%     115 .. ..      768    0    0    0 100%    0    0
-  1    8,-14  j  100%     127 .. ..      768    0    0    0 100%    0    0
-  1   10,-14  h  100%     127 .. ..        1    0    0    0 100%  185    0   1
-  1   16,-14  )   19% no    0 .. ..   8   58   35    0    0 100%    0    0   1
-  1    3,-13  +    0%      61 .. ..      366    0    0    0 100%    0    0   1
-  1    5,-13  g  100%     127 .. ..      481    0    0    0 100%    1    0
-  1    7,-13  m  100%      83 .. ..      768    0  261    0 100%    0    0
-  1    9,-13  k  100%     127 .. ..      176    0    0    0 100%    1    0   1
-  1    4,-12  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  1    6,-12  g    1%     127 .. ..        5    0    0    0 100%    2    0
-  1    8,-12  +    0%     127 .. ..        2    0    0    0 100%    0    0
-  1   10,-12  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1   12,-12  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  8   24,-12  g  100%     127 .. ..      588    0    0    0 100%    3    0
- 10  -11,-11  g  100%     127 .. ..      587    0    0    0 100%    7    0   1
-  1    3,-11  o  100%     127 .. ..      395    0    0    0 100%    1    0   1
-  1    5,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0
-  1    7,-11  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  1    9,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1   11,-11  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  1   13,-11  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  1   15,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   23,-11  c  100%      87 .. ..     1000   55  132    0 100%  742    0
-  8   25,-11  c  100%     127 .. ..     1000   55  131    0 100%  741    0
- 10  -12,-10  c  100%     127 .. ..     1000   55  130    0 100%  741    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  131    0 100%  741    0   1
-  1    4,-10  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  1    6,-10  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1   10,-10  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  9  -25,-7   g  100%     127 .. ..      589    0    0    0 100%   19    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  131    0 100%  741    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  131    0 100%  741    0
-  6    3,-3   g  100%     127 .. ..      587    0    0    0 100%    3    0
-  6    2,-2   c  100%     127 .. ..     1000   55  131    0 100%  741    0
-  6    4,-2   c  100%     127 .. ..     1000   55  132    0 100%  741    0
-  7   25,-1   g  100%     127 .. ..      588    0    0    0 100%    1    0
-  4  -14,0    g  100%     127 .. ..      591    0    0    0 100%    0    0
-  7   24,0    c  100%     127 .. ..     1000   55  133    0 100%  742    0
-  7   26,0    c  100%     127 .. ..     1000   55  130    0 100%  741    0
-  4  -15,1    c  100%     127 .. ..     1000   55  131    0 100%  741    0
-  4  -13,1    c  100%     127 .. ..     1000   55  132    0 100%  742    0
-  5  -29,7    g  100%     127 .. ..      588    0    0    0 100%    4    0
-  5  -30,8    c  100%     127 .. ..     1000   55  130    0 100%  741    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  130    0 100%  741    0
-  3   -3,9    g  100%     127 .. ..      588    0    0    0 100%    5    0
-  2   17,9    g  100%     127 .. ..      586    0    0    0 100%   24    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  132    0 100%  742    0
-  3   -2,10   c  100%     127 .. ..     1000   55  132    0 100%  742    0
-  2   16,10   c  100%     127 .. ..     1000   55  130    0 100%  741    0
-  2   18,10   c  100%     127 .. ..     1000   55  132    0 100%  742    0
-58 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
-  1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  144    0   0
-  1   4,-14  b .......... ....0.....   0   0    0    0   50  10    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  j .......... .......0..   0   0    0 2292    0   0    0    1    0   0
-  1  10,-14  h .......... ..........   0   0    0  598  359   0    8    0   28   0
-  1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0  284    0   0    0    0    0   0
-  1   9,-13  k .......... ........0.   0   0    0  640    0   0    0    0    1   0
-  1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-12  g .......... ..........   0   0    0    0  371   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  209   0    0    0    0   0
-  1   3,-11  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   27   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  370   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  316   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  276   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  346   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  346   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0   49   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-58 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  +    0%    0    0   82  58    0
-  1    1,-15  +    1%    6    0   67  32    0
-  1    3,-15  +    0%   11    0   61  21    0
-  1    5,-15  c    0%   28    5   37   0    0
-  1    7,-15  +    0%    0    0   76  47    0
-  1    9,-15  t    0%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  j  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   16,-14  )   19%    0    0  100  98    0
-  1    3,-13  +    0%   23    1   43   0    0
-  1    5,-13  g  100%  100   16  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  1    4,-12  +    2%   74   42    0   0   37
-  1    6,-12  g    1%  100   80    0   0  100
-  1    8,-12  +    0%  100   65    0   0   88
-  1   10,-12  +    0%   50   23    6   0    0
-  1   12,-12  +    2%   63   33    0   0   17
-  8   24,-12  g  100%  100    6    0   0  100
- 10  -11,-11  g  100%   78    3    0   0   45
-  1    3,-11  o  100%    0    0  100  75    0
-  1    5,-11  +    0%  100   74    0   0  100
-  1    7,-11  +    1%   91   56    0   0   68
-  1    9,-11  +    0%   85   51    0   0   57
-  1   11,-11  +    1%   78   46    0   0   45
-  1   13,-11  +    1%   67   37    0   0   25
-  1   15,-11  +    0%   56   28    0   0    5
-  8   23,-11  c  100%  100  100  100 100  100
-  8   25,-11  c  100%  100  100  100 100  100
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +    0%    0    0  100 100    0
-  1    6,-10  +    0%    0    0  100 100    0
-  1   10,-10  +    2%    0    0  100  98    0
-  9  -25,-7   g  100%   28    1   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    6    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    5    0   0   97
-  4  -14,0    g  100%   96    4    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    5    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g  100%  100    6    0   0  100
-  2   17,9    g  100%   34    1   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-58 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 05 completed successfully
 Player 01 Turn 05 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:544] Command : Realm #0 is -8:16,-4:4
-
-[0:544] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -4,-2   +    2%     127 .. ..        5    0    0    0 100%    2        0   1
-  -2,-2   +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-   0,-2   c    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   t  100%     127 .. ..      370    0    0    0 100%   29        0   1
-   6,-2   l  100%     127 .. ..      250    0    0    0 100%   51        0   1
-  -1,-1   b  100%     127 .. ..      768    0    0    0 100%  598        0   1
-   1,-1   m  100%     127 .. ..      768    0    0    0 100%    0        0
-   3,-1   j  100%     127 .. ..      768    0    0    0 100%    0        0
-   5,-1   h  100%     127 .. ..        1    0    0    0 100%   50        0   1
-  11,-1   )   19%      60 .. ..   8   76   28    0    0 100%    0        0   1
-  -2,0    +  100%     121 .. ..      768    0    0    0 100%  185        0   1
-   0,0    g  100%     127 .. ..      768    0    0    0 100%    0        0
-   2,0    m  100%     103 .. ..      768    0  301    0 100%    0        0
-   4,0    k  100%     127 .. ..      768    0    0    0 100%    1        0   1
-  -1,1    +    5%     127 .. ..        7    0    0    0 100%    3        0   1
-   1,1    g    3%     127 .. ..      139    0    0    0 100%    3        0
-   3,1    +    0%     127 .. ..        3    0    0    0 100%    1        0
-   5,1    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   7,1    +    5%     127 .. ..        7    0    0    0 100%    3        0   1
-  -2,2    o  100%     127 .. ..      513    0    0    0 100%    0        0   1
-   0,2    +    0%     127 .. ..        1    0    0    0 100%    0        0
-   2,2    +    3%     127 .. ..        6    0    0    0 100%    2        0   1
-   4,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   6,2    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
-   8,2    +    3%     127 .. ..        6    0    0    0 100%    2        0   1
-  10,2    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -1,3    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
-   1,3    +    0%     127 .. ..        2    0    0    0 100%    0        0   1
-   5,3    +    5%     127 .. ..        7    0    0    0 100%    3        0   1
-31 sectors
-
-[0:544] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate        9,-1      100%   0  25   0   0  0  0  0  0 127    0
-1 ship
-
-[0:544] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4     . . . . . . . .       -4  
-  -3    . . . + . . . . .      -3  
-  -2   . + + c + t l . . -     -2  
-  -1  - . . b m j h . . ) -    -1  
-   0 - - . + g m k . . . .     0   
-   1  - - . + g + + + . .      1   
-   2 - - . o + + + + + + .     2   
-   3  - - . + + . + . . .      3   
-   4   - - . . . . .           4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:544] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-Guerrilla warfare in 11,-1
-  body count: troops: 7, rebels: 7
-technological breakthroughs (5.07) produced in 4,-2
-a class of graduates (144.00) produced in 6,-2
-  0 happiness, 144 education produced
-total pop was 5162, yielding 0.00 hap, 72.48 edu
-3.3420 tech, 0.0000 research produced
-Army delta $0, Navy delta $-36, Air force delta $0
-money delta was $-2626 for this update
-
-
-[0:544] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   4,-2   t 100%   317  7.05 0.71 $3000   10d  50o 100l   19d  95o 190l 13.40
-   6,-2   l 100%   245  150  1.00 $1350  150l            245l             245
-  -1,-1   b 100%   648   10b 1.00 $100    50d            645d             129
-   1,-1   m 100%   598  598i 1.00 $0                                      598
-   3,-1   j 100%   598  342l 0.57 $0     598i            598i             342
-   0,0    g   4%   598   20d 1.00 $0                                       20
-   2,0    m 100%   806  806i 1.00 $0                                      806
-   4,0    k 100%   599  171h 0.57 $0     598i            598i             171
-  -2,2    o  52%   399  118o 0.57 $0                                      118
-9 sectors
-
-[0:544] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 05 completed successfully
 Update Turn 06 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  31   37% 6.8K  53    0    0    0  4.5K 421  125    0    1    0   23K
-     8.29
-        6   3  100% 2.8K 110    0    0    0    0  397    0    0    0    0   27K
-     2.23
-        8   3  100% 2.8K 110    0    0    0    0  398    0    0    0    0   27K
-     2.23
-        3   3  100% 2.8K 110    0    0    0    0  373    0    0    0    0   27K
-     2.21
-        5   3  100% 2.8K 110    0    0    0    0  369    0    0    0    0   27K
-     2.21
-        7   3  100% 2.8K 110    0    0    0    0  338    0    0    0    0   27K
-     2.19
-        4   3  100% 2.8K 110    0    0    0    0  294    0    0    0    0   27K
-     2.16
-       10   3  100% 2.8K 110    0    0    0    0  222    0    0    0    0   27K
-     2.11
-        2   3  100% 2.8K 110    0    0    0    0   53    0    0    0    0   27K
-     2.00
-        9   3  100% 2.8K 110    0    0    0    0   31    0    0    0    0   27K
-     1.98
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  58   66%  32K 1.0K   0    0    0  4.5K 2.9K 125    0    1    0  270K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                  3.32        0.00       28.90        0.00     5,-15 
- 2     2                  1.66        0.00        0.00        0.00    16,10  
- 3     3                  1.66        0.00        0.00        0.00    -4,10  
- 4     4                  1.66        0.00        0.00        0.00   -15,1   
- 5     5                  1.66        0.00        0.00        0.00   -30,8   
- 6     6                  1.66        0.00        0.00        0.00     2,-2  
- 7     7                  1.66        0.00        0.00        0.00    24,0   
- 8     8                  1.66        0.00        0.00        0.00    23,-11 
- 9     9                  1.66        0.00        0.00        0.00   -26,-6  
- 10    10                 1.66        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    1,-15  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  1    3,-15  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  1    5,-15  c    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-15  t  100%     127 .. ..      370    0    0    0 100%   29    0   1
-  1   11,-15  l  100%     127 .. ..      250    0    0    0 100%   51    0   1
-  1    4,-14  b  100%     127 .. ..      768    0    0    0 100%  598    0   1
-  1    6,-14  m  100%     127 .. ..      768    0    0    0 100%    0    0
-  1    8,-14  j  100%     127 .. ..      768    0    0    0 100%    0    0
-  1   10,-14  h  100%     127 .. ..        1    0    0    0 100%   50    0   1
-  1   16,-14  )   19%      60 .. ..   8   76   28    0    0 100%    0    0   1
-  1    3,-13  +  100%     121 .. ..      768    0    0    0 100%  185    0   1
-  1    5,-13  g  100%     127 .. ..      768    0    0    0 100%    0    0
-  1    7,-13  m  100%     103 .. ..      768    0  301    0 100%    0    0
-  1    9,-13  k  100%     127 .. ..      768    0    0    0 100%    1    0   1
-  1    4,-12  +    5%     127 .. ..        7    0    0    0 100%    3    0   1
-  1    6,-12  g    3%     127 .. ..      139    0    0    0 100%    3    0
-  1    8,-12  +    0%     127 .. ..        3    0    0    0 100%    1    0
-  1   10,-12  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1   12,-12  +    5%     127 .. ..        7    0    0    0 100%    3    0   1
-  8   24,-12  g  100%     127 .. ..      764    0    0    0 100%   10    0
- 10  -11,-11  g  100%     127 .. ..      763    0    0    0 100%   31    0   1
-  1    3,-11  o  100%     127 .. ..      513    0    0    0 100%    0    0   1
-  1    5,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0
-  1    7,-11  +    3%     127 .. ..        6    0    0    0 100%    2    0   1
-  1    9,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1   11,-11  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  1   13,-11  +    3%     127 .. ..        6    0    0    0 100%    2    0   1
-  1   15,-11  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   23,-11  c  100%     127 .. ..     1000   55  152    0 100%  754    0
-  8   25,-11  c  100%     127 .. ..     1000   55  151    0 100%  753    0
- 10  -12,-10  c  100%     127 .. ..     1000   55  149    0 100%  752    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  151    0 100%  753    0   1
-  1    4,-10  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  1    6,-10  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  1   10,-10  +    5%     127 .. ..        7    0    0    0 100%    3    0   1
-  9  -25,-7   g  100%     127 .. ..      765    0    0    0 100%   77    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  150    0 100%  752    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  150    0 100%  752    0
-  6    3,-3   g  100%     127 .. ..      763    0    0    0 100%   10    0
-  6    2,-2   c  100%     127 .. ..     1000   55  151    0 100%  753    0
-  6    4,-2   c  100%     127 .. ..     1000   55  152    0 100%  754    0
-  7   25,-1   g  100%     127 .. ..      764    0    0    0 100%   18    0
-  4  -14,0    g  100%     127 .. ..      768    0    0    0 100%   10    0
-  7   24,0    c  100%     127 .. ..     1000   55  153    0 100%  755    0
-  7   26,0    c  100%     127 .. ..     1000   55  149    0 100%  752    0
-  4  -15,1    c  100%     127 .. ..     1000   55  151    0 100%  753    0
-  4  -13,1    c  100%     127 .. ..     1000   55  151    0 100%  753    0
-  5  -29,7    g  100%     127 .. ..      764    0    0    0 100%    1    0
-  5  -30,8    c  100%     127 .. ..     1000   55  150    0 100%  753    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  150    0 100%  753    0
-  3   -3,9    g  100%     127 .. ..      764    0    0    0 100%   12    0
-  2   17,9    g  100%     127 .. ..      762    0    0    0 100%   80    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  152    0 100%  754    0
-  3   -2,10   c  100%     127 .. ..     1000   55  152    0 100%  754    0
-  2   16,10   c  100%     127 .. ..     1000   55  150    0 100%  753    0
-  2   18,10   c  100%     127 .. ..     1000   55  152    0 100%  754    0
-58 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
-  1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  150    0   0
-  1   4,-14  b .......... ....0.....   0   0    0    0   50  20    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  j .......... .......0..   0   0    0 2292    0   0    0    1    0   0
-  1  10,-14  h .......... ..........   0   0    0  598  359   0   74   49   62   0
-  1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-13  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0  244    0   0    0    0    0   0
-  1   9,-13  k .......... ........0.   0   0    0 1323    0   0    0    0    1   0
-  1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   8,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-12  g .......... ..........   0   0    0    0  398   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  222   0    0    0    0   0
-  1   3,-11  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   5,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  338   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  373   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-58 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  +    0%    0    0   82  58    0
-  1    1,-15  +    2%    6    0   67  32    0
-  1    3,-15  +    1%   11    0   61  21    0
-  1    5,-15  c    0%   28    5   37   0    0
-  1    7,-15  +    0%    0    0   76  47    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  j  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   16,-14  )   19%    0    0  100  98    0
-  1    3,-13  +  100%   23    1   43   0    0
-  1    5,-13  g  100%  100    4  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  1    4,-12  +    5%   74   42    0   0   37
-  1    6,-12  g    3%  100   80    0   0  100
-  1    8,-12  +    0%  100   65    0   0   88
-  1   10,-12  +    0%   50   23    6   0    0
-  1   12,-12  +    5%   63   33    0   0   17
-  8   24,-12  g  100%  100    1    0   0  100
- 10  -11,-11  g  100%   78    1    0   0   45
-  1    3,-11  o  100%    0    0  100  52    0
-  1    5,-11  +    0%  100   74    0   0  100
-  1    7,-11  +    3%   91   56    0   0   68
-  1    9,-11  +    0%   85   51    0   0   57
-  1   11,-11  +    2%   78   46    0   0   45
-  1   13,-11  +    3%   67   37    0   0   25
-  1   15,-11  +    0%   56   28    0   0    5
-  8   23,-11  c  100%  100  100  100 100  100
-  8   25,-11  c  100%  100  100  100 100  100
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +    0%    0    0  100 100    0
-  1    6,-10  +    0%    0    0  100 100    0
-  1   10,-10  +    5%    0    0  100  98    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    1    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g  100%  100    1    0   0  100
-  2   17,9    g  100%   34    0   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-58 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 06 completed successfully
 Player 01 Turn 06 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:544] Command : Realm #1 is -16:24,-8:8
-
-[0:544] Command : Thu Jan  1 00:00:00 1970
-  sect    subversion activity report
-  ----    --------------------------
-  11,-1   Sector mobility/troop strength will allow 28 troops to engage.
-          Body count:  Military 0 - Guerillas 0.
-          Partisans cleared out of this sector for now.
-1 sector
-
-[0:541] Command :  76 conquered civilians converted in 11,-1 (76)
-Total civilians converted: 76
-Paperwork at conversion places ... 1
-That just cost you $114.00
-
-[0:538] Command : 
-[0:537] Command : Looking for best path to 0,2
-Using best path 'jh', movement cost 0.400
-Total movement cost = 2
-125 mob left in -2,2
-
-[0:536] Command : 
-[0:535] Command : 
-[0:534] Command : 
-[0:533] Command : 
-[0:532] Command : 
-[0:531] Command : 
-[0:530] Command : 
-[0:529] Command : Deliver iron ore from gold mine @ 0,0 to -2,0
-
-[0:528] Command : -1,-1 old threshold 50
-
-[0:527] Command : 0,0 old threshold 1
-
-[0:526] Command : Looking for best path to -1,-1
-Using best path 'yh', movement cost 0.200
-Total movement cost = 1
-126 mob left in 0,0
-
-[0:525] Command : 
-[0:524] Command : 6,-2 old threshold 250
-
-[0:523] Command : -1,-1 old threshold 768
-
-[0:522] Command : 
-[0:521] Command : 
-[0:520] Command : 
-[0:519] Command : -2,0 old threshold 768
-
-[0:518] Command : 
-[0:517] Command :      1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-  -8                                           -8  
-  -7                                           -7  
-  -6                                           -6  
-  -5                                           -5  
-  -4             . . . . . . . .               -4  
-  -3            . . . + . . . . .              -3  
-  -2           . + + c + t l . . -             -2  
-  -1          - . . b m j h . . ) -            -1  
-   0         - - . + g m k . . . .             0   
-   1          - - . + g g + + . .              1   
-   2         - - . o g + + + + + .             2   
-   3          - - . + + . + . . .              3   
-   4           - - . . . . .                   4   
-   5                                           5   
-   6                                           6   
-   7                                           7   
-   8                                           8   
-     1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-
-[0:517] Command : Flagship is frg  frigate (#0)
-frg  frigate (#0) stopped at 13,1
-Path taken: njn
-
-[0:516] Command : POGO (#0) wilderness 0% efficient @ 14,0
-POGO (#0) wilderness 0% efficient @ 15,1
-
-[0:515] Command : frg  frigate (#0) at 13,1 efficiency 100%, max range 1
- . ? 
-. 0 ?
- . . 
-
-
-[0:514] Command : 11,-1 efficiency 51%, max range 2
-  . . .  
- . . ? ? 
-. . 0 ? ?
- . . . ? 
-  . . F  
-
-
-[0:513] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -4,-2   +    4%     127 .. ..        6    0    0    0 100%    3        0   1
-  -2,-2   +    2%     127 .. ..        5    0    0    0 100%    2        0   1
-   0,-2   c    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   t  100%     127 .. ..      370    0    0    0 100%  157        0   1
-   6,-2   l  100%     127 .. ..      250    0    0    0 100%   95        0   1
-  -1,-1   b  100%     127 .. ..      768    0    0    0 100%  598        0   1
-   1,-1   m  100%     127 .. ..      768    0    0    0 100%    0        0
-   3,-1   j  100%     127 .. ..      768    0    0    0 100%    0        0
-   5,-1   h  100%     127 .. ..     1212    0    0    0 100%   50        0   1
-  11,-1   )   51%     105 .. ..   8   22   28   76    0 100%   33        0   1
-  -2,0    +j 100%     127 .. ..      768    0    0    0 100%  648        0   1
-   0,0    gm 100%     126 .. ..      768    0    0    0 100%   98        0
-   2,0    m  100%     113 .. ..      768    0  346    0 100%    0        0
-   4,0    k  100%     127 .. ..      768    0    0    0 100%    1        0   1
-  -1,1    +    9%     127 .. ..        9    0    0    0 100%    4        0   1
-   1,1    g   58%     127 .. ..      768    0    0    0 100%   55        0
-   3,1    g    0%     127 .. ..        4    0    0    0 100%    1        0
-   5,1    +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   7,1    +    9%     127 .. ..        9    0    0    0 100%    4        0   1
-  -2,2    o  100%     125 .. ..      620    0    0    0 100%    1        0   1
-   0,2    g    0%     127 .. ..       49    0    0    0 100%    0        0
-   2,2    +g   6%     127 .. ..        8    0    0    0 100%    3        0   1
-   4,2    +    0%     127 .. ..        2    0    0    0 100%    0        0   1
-   6,2    +    4%     127 .. ..        6    0    0    0 100%    3        0   1
-   8,2    +    6%     127 .. ..        8    0    0    0 100%    3        0   1
-  10,2    +    0%     127 .. ..        2    0    0    0 100%    0        0   1
-  -1,3    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-   1,3    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
-   5,3    +    9%     127 .. ..        9    0    0    0 100%    4        0   1
-31 sectors
-
-[0:513] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0  80    0
-1 ship
-
-[0:513] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4     . . . . . . . .       -4  
-  -3    . . . + . . . . . .    -3  
-  -2   . + + c + t l . . - -   -2  
-  -1  - . . b m j h . . ) - -  -1  
-   0 - - . + g m k . . . . -   0   
-   1  - - . + g g + + . . .    1   
-   2 - - . o g + + + + + .     2   
-   3  - - . + + . + . . .      3   
-   4   - - . . . . .           4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:513] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-technological breakthroughs (7.05) produced in 4,-2
-a class of graduates (150.00) produced in 6,-2
-  0 happiness, 150 education produced
-total pop was 6711, yielding 0.00 hap, 61.04 edu
-3.8177 tech, 0.0000 research produced
-Army delta $0, Navy delta $-36, Air force delta $0
-money delta was $-1350 for this update
-
-
-[0:513] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   4,-2   t 100%   338  7.59 0.76 $3000   10d  50o 100l   21d 105o 210l 15.95
-   6,-2   l 100%   245  150  1.00 $1350  150l            245l             245
-  -1,-1   b 100%   648   10b 1.00 $100    50d            645d             129
-   1,-1   m 100%   598  598i 1.00 $0                                      598
-   3,-1   j 100%   598  377l 0.63 $0     598i            598i             377
-  -2,0    j 100%   473    0l 0.63 $0       0i            473i             298
-   0,0    m 100%   473  473i 1.00 $0                                      473
-   2,0    m 100%   837  837i 1.00 $0                                      837
-   4,0    k 100%   599  189h 0.63 $0     598i            598i             189
-   1,1    g  80%   606  400d 1.00 $0                                      400
-  -2,2    o  31%   484   95o 0.63 $0                                       95
-11 sectors
-
-[0:513] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 06 completed successfully
 Player 08 Turn 06 starting
-
-
-       -=O=-
-You have two new telegrams waiting ...
-
-[0:640] Command : No mobility used, 127 mob left in 0,0
-Sector -2,0 is now yours.
-
-[0:639] Command : No mobility used, 127 mob left in 0,0
-Sector -1,-1 is now yours.
-
-[0:638] Command : Total movement cost = 1, 126 mob left in 0,0
-Sector -3,-1 is now yours.
-
-[0:637] Command : Total movement cost = 1, 125 mob left in 0,0
-Sector -2,-2 is now yours.
-
-[0:636] Command : Total movement cost = 1, 124 mob left in 0,0
-Sector -3,-3 is now yours.
-
-[0:635] Command : Total movement cost = 2, 122 mob left in 0,0
-Sector -4,-4 is now yours.
-
-[0:634] Command : Total movement cost = 1, 121 mob left in 0,0
-Sector -4,-2 is now yours.
-
-[0:633] Command : Total movement cost = 2, 119 mob left in 0,0
-Sector -5,-3 is now yours.
-
-[0:632] Command : Total movement cost = 2, 117 mob left in 0,0
-Sector -6,-4 is now yours.
-
-[0:631] Command : No mobility used, 117 mob left in 0,0
-Sector -1,1 is now yours.
-
-[0:630] Command : Total movement cost = 1, 116 mob left in 0,0
-Sector -3,1 is now yours.
-
-[0:629] Command : No mobility used, 116 mob left in 0,0
-Sector 1,1 is now yours.
-
-[0:628] Command : No mobility used, 116 mob left in 0,0
-Sector 3,1 is now yours.
-
-[0:627] Command : Total movement cost = 1, 115 mob left in 0,0
-Sector 0,-2 is now yours.
-
-[0:626] Command : Total movement cost = 2, 113 mob left in 0,0
-Sector -1,-3 is now yours.
-
-[0:625] Command : Total movement cost = 1, 112 mob left in 0,0
-Sector 1,-3 is now yours.
-
-[0:624] Command : Total movement cost = 1, 111 mob left in 0,0
-Sector 0,-4 is now yours.
-
-[0:623] Command : No mobility used, 127 mob left in 2,0
-Sector 4,0 is now yours.
-
-[0:622] Command : Total movement cost = 1, 126 mob left in 2,0
-Sector 6,0 is now yours.
-
-[0:621] Command : Total movement cost = 2, 124 mob left in 2,0
-Sector 8,0 is now yours.
-
-[0:620] Command : Total movement cost = 1, 123 mob left in 2,0
-Sector 3,-1 is now yours.
-
-[0:619] Command : No mobility used, 123 mob left in 2,0
-Sector 5,-1 is now yours.
-
-[0:618] Command : Total movement cost = 1, 122 mob left in 2,0
-Sector 7,-1 is now yours.
-
-[0:617] Command : Total movement cost = 1, 121 mob left in 2,0
-Sector 2,-2 is now yours.
-
-[0:616] Command : Total movement cost = 1, 120 mob left in 2,0
-Sector 4,-2 is now yours.
-
-[0:615] Command : Total movement cost = 1, 119 mob left in 2,0
-Sector 6,-2 is now yours.
-
-[0:614] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-4   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -4,-4   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-   0,-4   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -5,-3   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -3,-3   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -1,-3   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-   1,-3   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -4,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -2,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0
-   0,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0
-   2,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-   6,-2   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -3,-1   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -1,-1   -    0%       0 .. ..        1    0    0    0 100%    0        0
-   1,-1   g  100%     127 .. ..      994    0    0    0 100%  106        0
-   3,-1   -    0%       0 .. ..        1    0    0    0 100%    0        0
-   5,-1   -    0%       0 .. ..        1    0    0    0 100%    0        0
-   7,-1   -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -2,0    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-   0,0    c  100%     111 .. ..      983   55  175    0 100%  767        0
-   2,0    c  100%     119 .. ..      991   55  174    0 100%  766        0
-   4,0    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-   6,0    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-   8,0    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -3,1    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -1,1    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-   1,1    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-   3,1    -    0%       0 .. ..        1    0    0    0 100%    0        0   1
-29 sectors
-
-[0:614] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . .          -5  
-  -4 . - - . - . .       -4  
-  -3  ? - - - - . . .    -3  
-  -2   . - - - - - - .   -2  
-  -1    . - - g - - - .  -1  
-   0   . . - c c - - - . 0   
-   1    . - - - - . . .  1   
-   2     . . . . . .     2   
-   3      . . . . .      3   
-   4                     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:614] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2588, yielding 0.00 hap, 0.00 edu
-1.6710 technology (0.0000 + 1.6710), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $654 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2764, yielding 0.00 hap, 0.00 edu
-1.9088 technology (0.0000 + 1.9088), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $746 for this update
-
-
-[0:614] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-1   g   0%   650    0d 1.00 $0                                        0
-1 sector
-
-[0:614] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 06 completed successfully
 Update Turn 07 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  31   41% 8.7K  53    0    0    0  4.7K 381  193    0    1    0   22K
-    21.21
-        8  29   10% 3.0K 110    0    0    0    0  403    0    0    0    0   28K
-     4.98
-        6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   28K
-     4.97
-        3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   28K
-     4.94
-        5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   28K
-     4.93
-        7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   28K
-     4.90
-        4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   28K
-     4.83
-       10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   28K
-     4.73
-        2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   28K
-     4.48
-        9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   28K
-     4.45
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  84   47%  36K 1.0K   0    0    0  4.7K 2.9K 193    0    1    0  275K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                  7.09        0.00       36.55        0.00     5,-15 
- 2     2                  3.55        0.00        0.00        0.00    16,10  
- 3     3                  3.55        0.00        0.00        0.00    -4,10  
- 4     4                  3.55        0.00        0.00        0.00   -15,1   
- 5     5                  3.55        0.00        0.00        0.00   -30,8   
- 6     6                  3.55        0.00        0.00        0.00     2,-2  
- 7     7                  3.55        0.00        0.00        0.00    24,0   
- 8     8                  3.55        0.00        0.00        0.00    23,-11 
- 9     9                  3.55        0.00        0.00        0.00   -26,-6  
- 10    10                 3.55        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    1,-15  +    4%     127 .. ..        6    0    0    0 100%    3    0   1
-  1    3,-15  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  1    5,-15  c    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-15  t  100%     127 .. ..      370    0    0    0 100%  157    0   1
-  1   11,-15  l  100%     127 .. ..      250    0    0    0 100%   95    0   1
-  8   17,-15  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   19,-15  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   23,-15  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    4,-14  b  100%     127 .. ..      768    0    0    0 100%  598    0   1
-  1    6,-14  m  100%     127 .. ..      768    0    0    0 100%    0    0
-  1    8,-14  j  100%     127 .. ..      768    0    0    0 100%    0    0
-  1   10,-14  h  100%     127 .. ..     1212    0    0    0 100%   50    0   1
-  1   16,-14  )   51%     105 .. ..   8   22   28   76    0 100%   33    0   1
-  8   18,-14  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   20,-14  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-14  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   24,-14  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    3,-13  +j 100%     127 .. ..      768    0    0    0 100%  648    0   1
-  1    5,-13  gm 100%     126 .. ..      768    0    0    0 100%   98    0
-  1    7,-13  m  100%     113 .. ..      768    0  346    0 100%    0    0
-  1    9,-13  k  100%     127 .. ..      768    0    0    0 100%    1    0   1
-  8   19,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   21,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0
-  8   23,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0
-  8   25,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   27,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   29,-13  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  1    4,-12  +    9%     127 .. ..        9    0    0    0 100%    4    0   1
-  1    6,-12  g   58%     127 .. ..      768    0    0    0 100%   55    0
-  1    8,-12  g    0%     127 .. ..        4    0    0    0 100%    1    0
-  1   10,-12  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1   12,-12  +    9%     127 .. ..        9    0    0    0 100%    4    0   1
-  8   20,-12  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-12  -    0%       0 .. ..        1    0    0    0 100%    0    0
-  8   24,-12  g  100%     127 .. ..      994    0    0    0 100%  106    0
-  8   26,-12  -    0%       0 .. ..        1    0    0    0 100%    0    0
-  8   28,-12  -    0%       0 .. ..        1    0    0    0 100%    0    0
-  8   30,-12  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
- 10  -11,-11  g  100%     127 .. ..      992    0    0    0 100%  125    0   1
-  1    3,-11  o  100%     125 .. ..      620    0    0    0 100%    1    0   1
-  1    5,-11  g    0%     127 .. ..       49    0    0    0 100%    0    0
-  1    7,-11  +g   6%     127 .. ..        8    0    0    0 100%    3    0   1
-  1    9,-11  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  1   11,-11  +    4%     127 .. ..        6    0    0    0 100%    3    0   1
-  1   13,-11  +    6%     127 .. ..        8    0    0    0 100%    3    0   1
-  1   15,-11  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  8   21,-11  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   23,-11  c  100%     111 .. ..      983   55  175    0 100%  767    0
-  8   25,-11  c  100%     119 .. ..      991   55  174    0 100%  766    0
-  8   27,-11  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   29,-11  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   31,-11  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
- 10  -12,-10  c  100%     127 .. ..     1000   55  172    0 100%  765    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  173    0 100%  766    0   1
-  1    4,-10  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  1    6,-10  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  1   10,-10  +    9%     127 .. ..        9    0    0    0 100%    4    0   1
-  8   20,-10  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-10  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   24,-10  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  8   26,-10  -    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  9  -25,-7   g  100%     127 .. ..      994    0    0    0 100%  646    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  172    0 100%  766    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  173    0 100%  766    0
-  6    3,-3   g  100%     127 .. ..      992    0    0    0 100%  604    0
-  6    2,-2   c  100%     127 .. ..     1000   55  174    0 100%  766    0
-  6    4,-2   c  100%     127 .. ..     1000   55  175    0 100%  767    0
-  7   25,-1   g  100%     127 .. ..      993    0    0    0 100%  113    0
-  4  -14,0    g  100%     127 .. ..      999    0    0    0 100%  608    0
-  7   24,0    c  100%     127 .. ..     1000   55  176    0 100%  768    0
-  7   26,0    c  100%     127 .. ..     1000   55  171    0 100%  765    0
-  4  -15,1    c  100%     127 .. ..     1000   55  174    0 100%  766    0
-  4  -13,1    c  100%     127 .. ..     1000   55  173    0 100%  766    0
-  5  -29,7    g  100%     127 .. ..      993    0    0    0 100%  596    0
-  5  -30,8    c  100%     127 .. ..     1000   55  173    0 100%  766    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  172    0 100%  766    0
-  3   -3,9    g  100%     127 .. ..      993    0    0    0 100%  107    0
-  2   17,9    g  100%     127 .. ..      991    0    0    0 100%  644    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  175    0 100%  767    0
-  3   -2,10   c  100%     127 .. ..     1000   55  174    0 100%  767    0
-  2   16,10   c  100%     127 .. ..     1000   55  172    0 100%  766    0
-  2   18,10   c  100%     127 .. ..     1000   55  175    0 100%  767    0
-84 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   1,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
-  1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  150    0   0
-  8  17,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-14  b .......... ....3.....   0   0    0    0   51  30    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  j .......... ...9...0..   0   0    0 2292    0   0    0    1    0   0
-  1  10,-14  h .......... ..........   0   0    0  598  319   0  142  141  232   0
-  1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  18,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   3,-13  + .......... .......0..   0   0    0    0    0   0    0    0    0   0
-  1   5,-13  g ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0   31    0   0    0    0    0   0
-  1   9,-13  k .......... ...9....0.   0   0    0 1744    0   0    0    0    1   0
-  8  19,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  21,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  25,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  29,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   8,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  20,-12  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-12  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-12  g .......... ..........   0   0    0    0  403   0    0    0    0   0
-  8  26,-12  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  28,-12  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  30,-12  - .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
-  1   3,-11  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   5,-11  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  + .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1   9,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  11,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  13,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  21,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  25,-11  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  27,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  29,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  31,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  20,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  26,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-84 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  +    0%    0    0   82  58    0
-  1    1,-15  +    4%    6    0   67  32    0
-  1    3,-15  +    2%   11    0   61  21    0
-  1    5,-15  c    0%   28    5   37   0    0
-  1    7,-15  +    0%    0    0   76  47    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  8   17,-15  -    0%    0    0  100  87    0
-  8   19,-15  -    0%    0    0  100 100    0
-  8   23,-15  -    0%   11    0   61  21    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  j  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   16,-14  )   51%    0    0  100  98    0
-  8   18,-14  -    0%    0    0   91  72    0
-  8   20,-14  -    0%    0    0   82  58    0
-  8   22,-14  -    0%   50   23    6   0    0
-  8   24,-14  -    0%   45   19   13   0    0
-  1    3,-13  +j 100%   23    1   43   0    0
-  1    5,-13  gm 100%  100    0  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  8   19,-13  -    0%   56   28    0   0    5
-  8   21,-13  -    0%   96   60    0   0   77
-  8   23,-13  -    0%  100   65    0   0   88
-  8   25,-13  -    0%   63   33    0   0   17
-  8   27,-13  -    0%    0    0   76  47    0
-  8   29,-13  -    0%   28    5   37   0    0
-  1    4,-12  +    9%   74   42    0   0   37
-  1    6,-12  g   58%  100   80    0   0  100
-  1    8,-12  g    0%  100   65    0   0   88
-  1   10,-12  +    0%   50   23    6   0    0
-  1   12,-12  +    9%   63   33    0   0   17
-  8   20,-12  -    0%   74   42    0   0   37
-  8   22,-12  -    0%  100   69    0   0   97
-  8   24,-12  g  100%  100    0    0   0  100
-  8   26,-12  -    0%  100   74    0   0  100
-  8   28,-12  -    0%   91   56    0   0   68
-  8   30,-12  -    0%   23    1   43   0    0
- 10  -11,-11  g  100%   78    0    0   0   45
-  1    3,-11  o  100%    0    0  100  31    0
-  1    5,-11  g    0%  100   74    0   0  100
-  1    7,-11  +g   6%   91   56    0   0   68
-  1    9,-11  +    0%   85   51    0   0   57
-  1   11,-11  +    4%   78   46    0   0   45
-  1   13,-11  +    6%   67   37    0   0   25
-  1   15,-11  +    0%   56   28    0   0    5
-  8   21,-11  -    0%   85   51    0   0   57
-  8   23,-11  c  100%  100  100  100 100  100
-  8   25,-11  c  100%  100  100  100 100  100
-  8   27,-11  -    0%   39   14   21   0    0
-  8   29,-11  -    0%   34   10   28   0    0
-  8   31,-11  -    0%    0    0  100 100    0
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +    1%    0    0  100 100    0
-  1    6,-10  +    0%    0    0  100 100    0
-  1   10,-10  +    9%    0    0  100  98    0
-  8   20,-10  -    0%   78   46    0   0   45
-  8   22,-10  -    0%    6    0   67  32    0
-  8   24,-10  -    0%   67   37    0   0   25
-  8   26,-10  -    0%   17    0   52   7    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    0    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g  100%  100    0    0   0  100
-  2   17,9    g  100%   34    0   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-84 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 07 completed successfully
 Player 01 Turn 07 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:516] Command : Bridge span built over 7,-1
-That just cost you $1000.00
-
-[0:515] Command : No mobility used, 127 mob left in 5,-1
-Sector 7,-1 is now yours.
-
-[0:514] Command : Looking for best path to 7,-1
-Using best path 'jh', movement cost 0.320
-Total movement cost = 3
-124 mob left in 5,-1
-
-[0:513] Command : 
-[0:512] Command : highway at 1,-3 distributes to 5,-1. 
-highway 1,-3 now distributes to 5,-1 (cost 0.800)
-
-highway at -4,-2 distributes to 5,-1. 
-highway -4,-2 now distributes to 5,-1 (cost 1.184)
-
-highway at -2,-2 distributes to 5,-1. 
-highway -2,-2 now distributes to 5,-1 (cost 0.800)
-
-capital at 0,-2 distributes to 5,-1. 
-capital 0,-2 now distributes to 5,-1 (cost 0.600)
-
-highway at 2,-2 distributes to 5,-1. 
-highway 2,-2 now distributes to 5,-1 (cost 0.400)
-
-technical center at 4,-2 distributes to 5,-1. 
-technical center 4,-2 now distributes to 5,-1 (cost 0.200)
-
-library/school at 6,-2 distributes to 5,-1. 
-library/school 6,-2 now distributes to 5,-1 (cost 0.200)
-
-bank at -1,-1 distributes to 5,-1. 
-bank -1,-1 now distributes to 5,-1 (cost 0.600)
-
-mine at 1,-1 distributes to 5,-1. 
-mine 1,-1 now distributes to 5,-1 (cost 0.400)
-
-light manufacturing at 3,-1 distributes to 5,-1. 
-light manufacturing 3,-1 now distributes to 5,-1 (cost 0.200)
-
-harbor at 5,-1 has no dist sector. 
-Distribution from and to harbor 5,-1 terminated
-
-bridge span at 7,-1 has no dist sector. 
-bridge span 7,-1 now distributes to 5,-1 (cost 0.200)
-
-radar installation at 11,-1 has no dist sector. 
-No owned path from 5,-1 to 11,-1.
-light manufacturing at -2,0 distributes to 5,-1. 
-light manufacturing -2,0 now distributes to 5,-1 (cost 0.800)
-
-mine at 0,0 distributes to 5,-1. 
-mine 0,0 now distributes to 5,-1 (cost 0.600)
-
-mine at 2,0 distributes to 5,-1. 
-mine 2,0 now distributes to 5,-1 (cost 0.400)
-
-heavy manufacturing at 4,0 distributes to 5,-1. 
-heavy manufacturing 4,0 now distributes to 5,-1 (cost 0.200)
-
-highway at -1,1 distributes to 5,-1. 
-highway -1,1 now distributes to 5,-1 (cost 0.800)
-
-gold mine at 1,1 distributes to 5,-1. 
-gold mine 1,1 now distributes to 5,-1 (cost 0.600)
-
-gold mine at 3,1 distributes to 5,-1. 
-gold mine 3,1 now distributes to 5,-1 (cost 0.400)
-
-highway at 5,1 distributes to 5,-1. 
-highway 5,1 now distributes to 5,-1 (cost 0.400)
-
-highway at 7,1 distributes to 5,-1. 
-highway 7,1 now distributes to 5,-1 (cost 0.800)
-
-oil field at -2,2 distributes to 5,-1. 
-oil field -2,2 now distributes to 5,-1 (cost 1.144)
-
-gold mine at 0,2 distributes to 5,-1. 
-gold mine 0,2 now distributes to 5,-1 (cost 0.800)
-
-gold mine at 2,2 distributes to 5,-1. 
-gold mine 2,2 now distributes to 5,-1 (cost 0.796)
-
-highway at 4,2 distributes to 5,-1. 
-highway 4,2 now distributes to 5,-1 (cost 0.796)
-
-highway at 6,2 distributes to 5,-1. 
-highway 6,2 now distributes to 5,-1 (cost 0.800)
-
-highway at 8,2 distributes to 5,-1. 
-highway 8,2 now distributes to 5,-1 (cost 1.144)
-
-highway at 10,2 distributes to 5,-1. 
-highway 10,2 now distributes to 5,-1 (cost 1.504)
-
-highway at -1,3 distributes to 5,-1. 
-highway -1,3 now distributes to 5,-1 (cost 1.162)
-
-highway at 1,3 distributes to 5,-1. 
-highway 1,3 now distributes to 5,-1 (cost 1.162)
-
-highway at 5,3 distributes to 5,-1. 
-highway 5,3 now distributes to 5,-1 (cost 1.172)
-
-
-[0:511] Command : 
-[0:510] Command : Deliver iron ore from gold mine @ 1,1 to -1,1
-
-[0:509] Command : 1,1 old threshold 1
-
-[0:508] Command : Looking for best path to -1,-1
-Using best path 'yyh', movement cost 0.400
-Total movement cost = 2
-125 mob left in 1,1
-
-[0:507] Command : 
-[0:506] Command : 
-[0:505] Command : 
-[0:504] Command : 
-[0:503] Command : 
-[0:502] Command : 
-[0:501] Command : 
-[0:500] Command : 
-[0:499] Command : 
-[0:498] Command : 
-[0:497] Command : 
-[0:496] Command : 
-[0:495] Command : 1,-1 old threshold 768
-3,-1 old threshold 768
-5,-1 old threshold 768
-0,0 old threshold 768
-2,0 old threshold 768
-4,0 old threshold 768
-1,1 old threshold 768
-
-[0:494] Command :      1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-  -8                                           -8  
-  -7                                           -7  
-  -6                                           -6  
-  -5                                           -5  
-  -4             . . . . . . . .               -4  
-  -3            . . . o . . . . . .            -3  
-  -2           . + o c + t l . . - -           -2  
-  -1          - . . b m j h = . ) - -          -1  
-   0         - - . + g m k . . . . -           0   
-   1          - - . + g g + + . . . ?          1   
-   2         - - . o g + g + + + . .           2   
-   3          - - . + + . + . . .              3   
-   4           - - . . . . .                   4   
-   5                                           5   
-   6                                           6   
-   7                                           7   
-   8                                           8   
-     1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-
-[0:494] Command : 11,-1 efficiency 100%, max range 4
-    . . . . .    
-   . . . . . .   
-  . . . . . . .  
- t l . . - ? . ? 
-j h = . 0 - ? ? ?
- k . . . . ? ? ? 
-  + + . . F ? ?  
-   + + + . . ?   
-    . . . . ?    
-
-
-[0:493] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   o    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -4,-2   +o   7%     127 .. ..        8    0    0    0 100%    4        0   1
-  -2,-2   o    0%     127 .. ..        6    0    0    0 100%    3        0   1
-   0,-2   c    0%     127 .. ..      100    0    0    0 100%    0        0   1
-   2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   t  100%     127 .. ..      370    0    0    0 100%  178        0   1
-   6,-2   l  100%     127 .. ..      210    0    0    0 100%   95        0   1
-  -1,-1   b  100%     127 .. ..      100    0    0    0 100%  598        0   1
-   1,-1   m  100%     127 .. ..      768    0    0    0 100%    0        0
-   3,-1   j  100%     127 .. ..      768    0    0    0 100%    0        0
-   5,-1   h  100%     124 .. ..     1369    0    0    0 100%  610        0   1
-   7,-1   =   20%       0 .. ..       77    0    0    0 100%    0        0   1
-  11,-1   )  100%     127 .. ..   8   29   28   88    0 100%   60        0   1
-  -2,0    j  100%     127 .. ..      769    0    0    0 100%  473        0   1
-   0,0    m  100%     127 .. ..      768    0    0    0 100%    0        0
-   2,0    m  100%     127 .. ..      768    0  398    0 100%    0        0
-   4,0    k  100%     127 .. ..      768    0    0    0 100%    1        0   1
-  -1,1    +k  14%     127 .. ..       11    0    0    0 100%    5        0   1
-   1,1    gm 100%     125 .. ..      768    0    0    0 100%  106        0
-   3,1    g    2%     127 .. ..      769    0    0    0 100%    2        0
-   5,1    +    0%     127 .. ..        2    0    0    0 100%    0        0   1
-   7,1    +   14%     127 .. ..       12    0    0    0 100%    5        0   1
-  -2,2    o  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   0,2    g   19%     127 .. ..      769    0    0    0 100%   19        0
-   2,2    g    0%     127 .. ..      769    0    0    0 100%    3        0   1
-   4,2    g    0%     127 .. ..        2    0    0    0 100%    1        0   1
-   6,2    +g   7%     127 .. ..        8    0    0    0 100%    4        0   1
-   8,2    +g  10%     127 .. ..       10    0    0    0 100%    4        0   1
-  10,2    +    0%     127 .. ..        3    0    0    0 100%    1        0   1
-  -1,3    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
-   1,3    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-   5,3    +   14%     127 .. ..       11    0    0    0 100%    5        0   1
-32 sectors
-
-[0:493] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
-1 ship
-
-[0:493] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4     . . . . . . . . . .   -4  
-  -3    . . . o . . . . . . .  -3  
-  -2   . + o c + t l . . ? ? . -2  
-  -1  - . . b m j h = . ) ? ?  -1  
-   0 - - . j m m k . . . . ? ? 0   
-   1  - - . + g g + + . . . ?  1   
-   2 - - . o g g g + + + . .   2   
-   3  - - . + + . + . . .      3   
-   4   - - . . . . .           4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:493] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-technological breakthroughs (7.59) produced in 4,-2
-a class of graduates (150.00) produced in 6,-2
-  0 happiness, 150 education produced
-total pop was 8724, yielding 0.00 hap, 50.01 edu
-3.9248 tech, 0.0000 research produced
-Army delta $0, Navy delta $-36, Air force delta $0
-money delta was $-590 for this update
-
-
-[0:493] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   4,-2   t 100%   338  7.77 0.78 $3000   10d  50o 100l   21d 105o 210l 16.31
-   6,-2   l 100%   213  150  1.00 $1350  150l            213l             213
-  -1,-1   b 100%   128   25b 1.00 $250   125d            125d              25
-   1,-1   m 100%   598  598i 1.00 $0                                      598
-   3,-1   j 100%   598  405l 0.68 $0     598i            598i             405
-  -2,0    j 100%   649  320l 0.68 $0     473i            649i             439
-   0,0    m 100%   598  598i 1.00 $0                                      598
-   2,0    m 100%   873  873i 1.00 $0                                      873
-   4,0    k 100%   599  202h 0.68 $0     598i            598i             202
-   1,1    m 100%   473  473i 1.00 $0                                      473
-   3,1    g  65%   503  325d 1.00 $0                                      325
-  -2,2    o  16%   599   64o 0.68 $0                                       64
-   0,2    g  74%   537  370d 1.00 $0                                      370
-   2,2    g  56%   502  280d 1.00 $0                                      280
-14 sectors
-
-[0:493] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 07 completed successfully
 Player 08 Turn 07 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : 
-[0:639] Command : Capital now at 7,-1.
-
-[0:639] Command : 
-[0:638] Command : 
-[0:637] Command : -1,-3 threshold unchanged (left at 1)
-1,-3 threshold unchanged (left at 1)
--4,-2 threshold unchanged (left at 1)
--2,-2 threshold unchanged (left at 1)
-0,-2 threshold unchanged (left at 1)
-2,-2 threshold unchanged (left at 1)
-6,-2 threshold unchanged (left at 1)
--3,-1 threshold unchanged (left at 1)
--1,-1 threshold unchanged (left at 1)
-1,-1 threshold unchanged (left at 1)
-3,-1 threshold unchanged (left at 1)
-5,-1 threshold unchanged (left at 1)
--2,0 threshold unchanged (left at 1)
-4,0 threshold unchanged (left at 1)
-6,0 threshold unchanged (left at 1)
--3,1 threshold unchanged (left at 1)
-1,1 threshold unchanged (left at 1)
-
-[0:636] Command : 4,0 old threshold 1
-
-[0:635] Command : 1,-1 threshold unchanged (left at 1)
-
-[0:634] Command : 
-[0:633] Command : 
-[0:632] Command : 
-[0:631] Command : 
-[0:630] Command : 
-[0:629] Command : 
-[0:628] Command : 
-[0:627] Command : oil field at -6,-4 has no dist sector. 
-oil field -6,-4 now distributes to 3,1 (cost 2.400)
-
-wilderness at -4,-4 has no dist sector. 
-wilderness -4,-4 now distributes to 3,1 (cost 2.000)
-
-wilderness at 0,-4 has no dist sector. 
-wilderness 0,-4 now distributes to 3,1 (cost 1.600)
-
-oil field at -5,-3 has no dist sector. 
-oil field -5,-3 now distributes to 3,1 (cost 2.000)
-
-wilderness at -3,-3 has no dist sector. 
-wilderness -3,-3 now distributes to 3,1 (cost 1.600)
-
-gold mine at -1,-3 has no dist sector. 
-gold mine -1,-3 now distributes to 3,1 (cost 1.200)
-
-gold mine at 1,-3 has no dist sector. 
-gold mine 1,-3 now distributes to 3,1 (cost 1.200)
-
-gold mine at -4,-2 has no dist sector. 
-gold mine -4,-2 now distributes to 3,1 (cost 1.600)
-
-gold mine at -2,-2 has no dist sector. 
-gold mine -2,-2 now distributes to 3,1 (cost 1.200)
-
-gold mine at 0,-2 has no dist sector. 
-gold mine 0,-2 now distributes to 3,1 (cost 0.800)
-
-gold mine at 2,-2 has no dist sector. 
-gold mine 2,-2 now distributes to 3,1 (cost 0.800)
-
-wilderness at 4,-2 has no dist sector. 
-wilderness 4,-2 now distributes to 3,1 (cost 1.000)
-
-gold mine at 6,-2 has no dist sector. 
-gold mine 6,-2 now distributes to 3,1 (cost 1.200)
-
-gold mine at -3,-1 has no dist sector. 
-gold mine -3,-1 now distributes to 3,1 (cost 1.200)
-
-gold mine at -1,-1 has no dist sector. 
-gold mine -1,-1 now distributes to 3,1 (cost 0.800)
-
-gold mine at 1,-1 has no dist sector. 
-gold mine 1,-1 now distributes to 3,1 (cost 0.600)
-
-gold mine at 3,-1 has no dist sector. 
-gold mine 3,-1 now distributes to 3,1 (cost 0.600)
-
-gold mine at 5,-1 has no dist sector. 
-gold mine 5,-1 now distributes to 3,1 (cost 0.800)
-
-capital at 7,-1 has no dist sector. 
-capital 7,-1 now distributes to 3,1 (cost 1.200)
-
-gold mine at -2,0 has no dist sector. 
-gold mine -2,0 now distributes to 3,1 (cost 0.800)
-
-capital at 0,0 has no dist sector. 
-capital 0,0 now distributes to 3,1 (cost 0.600)
-
-capital at 2,0 has no dist sector. 
-capital 2,0 now distributes to 3,1 (cost 0.400)
-
-gold mine at 4,0 has no dist sector. 
-gold mine 4,0 now distributes to 3,1 (cost 0.400)
-
-gold mine at 6,0 has no dist sector. 
-gold mine 6,0 now distributes to 3,1 (cost 0.800)
-
-wilderness at 8,0 has no dist sector. 
-wilderness 8,0 now distributes to 3,1 (cost 1.200)
-
-gold mine at -3,1 has no dist sector. 
-gold mine -3,1 now distributes to 3,1 (cost 1.200)
-
-wilderness at -1,1 has no dist sector. 
-wilderness -1,1 now distributes to 3,1 (cost 0.800)
-
-gold mine at 1,1 has no dist sector. 
-gold mine 1,1 now distributes to 3,1 (cost 0.400)
-
-warehouse at 3,1 has no dist sector. 
-Distribution from and to warehouse 3,1 terminated
-
-
-[0:626] Command : 
-[0:625] Command : 
-[0:624] Command : 
-[0:623] Command : 
-[0:622] Command : Total movement cost = 10
-117 mob left in 2,0
-
-[0:621] Command : Total movement cost = 14
-113 mob left in 0,0
-
-[0:620] Command : Total movement cost = 10
-117 mob left in 1,-1
-
-[0:619] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . .          -5  
-  -4 . o - . - . .       -4  
-  -3  ) o - g g . . .    -3  
-  -2   . g g g g - g .   -2  
-  -1    . g g g g g c .  -1  
-   0   . . g c c g g - . 0   
-   1    . g - g w . . .  1   
-   2     . . . . . .     2   
-   3      . . . . .      3   
-   4                     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:619] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-4   o    0%      60 .. ..        2    0    0    0 100%    0        0   1
-  -4,-4   -    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   0,-4   -    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -5,-3   o    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -3,-3   -    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -1,-3   g    0%      60 .. ..        2    0    0    0 100%    0        0   1
-   1,-3   g    0%      60 .. ..        2    0    0    0 100%    0        0   1
-  -4,-2   g    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -2,-2   g    0%      60 .. ..        1    0    0    0 100%    0        0
-   0,-2   g    0%      60 .. ..        1    0    0    0 100%    0        0
-   2,-2   g    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   -    0%      60 .. ..        2    0    0    0 100%    0        0   1
-   6,-2   g    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -3,-1   g    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -1,-1   g    0%      60 .. ..        1    0    0    0 100%    0        0
-   1,-1   gm 100%     117 .. ..      769    0    0    0 100%  649        0
-   3,-1   g    0%      60 .. ..      232    0    0    0 100%    0        0
-   5,-1   g    0%      60 .. ..        1    0    0    0 100%    0        0
-   7,-1   c    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -2,0    g    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   0,0    cg 100%     113 .. ..      769   55  201    0 100%  783        0
-   2,0    cg 100%     117 .. ..      769   55  200    0 100%  783        0
-   4,0    g    0%      60 .. ..      463    0    0    0 100%    0        0   1
-   6,0    g    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   8,0    -    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -3,1    g    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -1,1    -    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   1,1    g    0%      60 .. ..        1    0    0    0 100%    0        0   1
-   3,1    w    0%      60 .. ..        1    0    0    0 100%    0        0   1
-29 sectors
-
-[0:619] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . .          -5  
-  -4 . o - . - . .       -4  
-  -3  ? o - g g . . .    -3  
-  -2   . g g g g - g .   -2  
-  -1    . g g g g g c .  -1  
-   0   . . g c c g g - . 0   
-   1    . g - g w . . .  1   
-   2     . . . . . .     2   
-   3      . . . . .      3   
-   4                     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:619] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2994, yielding 0.00 hap, 0.00 edu
-1.9624 technology (0.0000 + 1.9624), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $853 for this update
-
-
-[0:619] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-1   m 100%   474  474i 1.00 $0                                      474
-   3,-1   g  67%    90   59d 1.00 $0                                       59
-   0,0    g 100%   626  500d 1.00 $0                                      500
-   2,0    g 100%   625  500d 1.00 $0                                      500
-   4,0    g  14%   260   36d 1.00 $0                                       36
-5 sectors
-
-[0:619] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 07 completed successfully
 Update Turn 08 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  32   44%  11K  53    0    0    0  5.4K 721  238    0    1    0   20K
-    39.83
-        8  29   10% 3.0K 110    0    0    0    0  403    0    0    0    0   29K
-     7.82
-        6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   29K
-     7.78
-        3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   29K
-     7.73
-        5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   29K
-     7.71
-        7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   29K
-     7.66
-        4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   29K
-     7.55
-       10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   29K
-     7.40
-        2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   29K
-     7.02
-        9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   29K
-     6.97
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  85   48%  38K 1.0K   0    0    0  5.4K 3.2K 238    0    1    0  281K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                 10.95        0.00       39.76        0.00     5,-15 
- 2     2                  5.48        0.00        0.00        0.00    16,10  
- 3     3                  5.48        0.00        0.00        0.00    -4,10  
- 4     4                  5.48        0.00        0.00        0.00   -15,1   
- 5     5                  5.48        0.00        0.00        0.00   -30,8   
- 6     6                  5.48        0.00        0.00        0.00     2,-2  
- 7     7                  5.48        0.00        0.00        0.00    24,0   
- 8     8                  5.48        0.00        0.00        0.00    30,-12 
- 9     9                  5.48        0.00        0.00        0.00   -26,-6  
- 10    10                 5.48        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  o    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    1,-15  +o   7%     127 .. ..        8    0    0    0 100%    4    0   1
-  1    3,-15  o    0%     127 .. ..        6    0    0    0 100%    3    0   1
-  1    5,-15  c    0%     127 .. ..      100    0    0    0 100%    0    0   1
-  1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-15  t  100%     127 .. ..      370    0    0    0 100%  178    0   1
-  1   11,-15  l  100%     127 .. ..      210    0    0    0 100%   95    0   1
-  8   17,-15  o    0%      60 .. ..        2    0    0    0 100%    0    0   1
-  8   19,-15  -    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   23,-15  -    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    4,-14  b  100%     127 .. ..      100    0    0    0 100%  598    0   1
-  1    6,-14  m  100%     127 .. ..      768    0    0    0 100%    0    0
-  1    8,-14  j  100%     127 .. ..      768    0    0    0 100%    0    0
-  1   10,-14  h  100%     124 .. ..     1369    0    0    0 100%  610    0   1
-  1   12,-14  =   20%       0 .. ..       77    0    0    0 100%    0    0   1
-  1   16,-14  )  100%     127 .. ..   8   29   28   88    0 100%   60    0   1
-  8   18,-14  o    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   20,-14  -    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-14  g    0%      60 .. ..        2    0    0    0 100%    0    0   1
-  8   24,-14  g    0%      60 .. ..        2    0    0    0 100%    0    0   1
-  1    3,-13  j  100%     127 .. ..      769    0    0    0 100%  473    0   1
-  1    5,-13  m  100%     127 .. ..      768    0    0    0 100%    0    0
-  1    7,-13  m  100%     127 .. ..      768    0  398    0 100%    0    0
-  1    9,-13  k  100%     127 .. ..      768    0    0    0 100%    1    0   1
-  8   19,-13  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   21,-13  g    0%      60 .. ..        1    0    0    0 100%    0    0
-  8   23,-13  g    0%      60 .. ..        1    0    0    0 100%    0    0
-  8   25,-13  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   27,-13  -    0%      60 .. ..        2    0    0    0 100%    0    0   1
-  8   29,-13  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  1    4,-12  +k  14%     127 .. ..       11    0    0    0 100%    5    0   1
-  1    6,-12  gm 100%     125 .. ..      768    0    0    0 100%  106    0
-  1    8,-12  g    2%     127 .. ..      769    0    0    0 100%    2    0
-  1   10,-12  +    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  1   12,-12  +   14%     127 .. ..       12    0    0    0 100%    5    0   1
-  8   20,-12  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-12  g    0%      60 .. ..        1    0    0    0 100%    0    0
-  8   24,-12  gm 100%     117 .. ..      769    0    0    0 100%  649    0
-  8   26,-12  g    0%      60 .. ..      232    0    0    0 100%    0    0
-  8   28,-12  g    0%      60 .. ..        1    0    0    0 100%    0    0
-  8   30,-12  c    0%      60 .. ..        1    0    0    0 100%    0    0   1
- 10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  649    0   1
-  1    3,-11  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    5,-11  g   19%     127 .. ..      769    0    0    0 100%   19    0
-  1    7,-11  g    0%     127 .. ..      769    0    0    0 100%    3    0   1
-  1    9,-11  g    0%     127 .. ..        2    0    0    0 100%    1    0   1
-  1   11,-11  +g   7%     127 .. ..        8    0    0    0 100%    4    0   1
-  1   13,-11  +g  10%     127 .. ..       10    0    0    0 100%    4    0   1
-  1   15,-11  +    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  8   21,-11  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   23,-11  cg 100%     113 .. ..      769   55  201    0 100%  783    0
-  8   25,-11  cg 100%     117 .. ..      769   55  200    0 100%  783    0
-  8   27,-11  g    0%      60 .. ..      463    0    0    0 100%    0    0   1
-  8   29,-11  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   31,-11  -    0%      60 .. ..        1    0    0    0 100%    0    0   1
- 10  -12,-10  c  100%     127 .. ..     1000   55  198    0 100%  781    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  199    0 100%  782    0   1
-  1    4,-10  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  1    6,-10  +    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  1   10,-10  +   14%     127 .. ..       11    0    0    0 100%    5    0   1
-  8   20,-10  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-10  -    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   24,-10  g    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  8   26,-10  w    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  649    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  198    0 100%  781    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  199    0 100%  782    0
-  6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  649    0
-  6    2,-2   c  100%     127 .. ..     1000   55  200    0 100%  782    0
-  6    4,-2   c  100%     127 .. ..     1000   55  202    0 100%  784    0
-  7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  649    0
-  4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  649    0
-  7   24,0    c  100%     127 .. ..     1000   55  202    0 100%  783    0
-  7   26,0    c  100%     127 .. ..     1000   55  197    0 100%  780    0
-  4  -15,1    c  100%     127 .. ..     1000   55  200    0 100%  782    0
-  4  -13,1    c  100%     127 .. ..     1000   55  199    0 100%  782    0
-  5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  649    0
-  5  -30,8    c  100%     127 .. ..     1000   55  199    0 100%  782    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  198    0 100%  781    0
-  3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  649    0
-  2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  649    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  201    0 100%  783    0
-  3   -2,10   c  100%     127 .. ..     1000   55  200    0 100%  782    0
-  2   16,10   c  100%     127 .. ..     1000   55  197    0 100%  781    0
-  2   18,10   c  100%     127 .. ..     1000   55  202    0 100%  784    0
-85 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  1   1,-15  + .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  1   3,-15  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
-  1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  150    0   0
-  8  17,-15  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-14  b .......... ....3.....   0   0    0    0  301  40    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  1  10,-14  h .......... ..........   0   0    0 2906  407   0  187  267  320   0
-  1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  18,-14  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-14  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  24,-14  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1   3,-13  j .......... .......0..   0   0    0  473    0   0    0    1    0   0
-  1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-13  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
-  8  19,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  21,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  23,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  25,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  29,-13  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1   4,-12  + .......... ........0.   0   0    0    0    0   0    0    0    0   0
-  1   6,-12  g ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1  10,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  12,-12  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  20,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  22,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  24,-12  g .......... ...00.....   0   0    0    0  403   0    0    0    0   0
-  8  26,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  28,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
-  1   3,-11  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   5,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   7,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   9,-11  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1  11,-11  + .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1  13,-11  + .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  21,-11  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  23,-11  c .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  25,-11  c .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  27,-11  g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  29,-11  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  31,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  20,-10  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  22,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-10  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  26,-10  w .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-85 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  o    0%    0    0   82  58    0
-  1    1,-15  +o   7%    6    0   67  32    0
-  1    3,-15  o    0%   11    0   61  21    0
-  1    5,-15  c    0%   28    5   37   0    0
-  1    7,-15  +    0%    0    0   76  47    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  8   17,-15  o    0%    0    0  100  87    0
-  8   19,-15  -    0%    0    0  100 100    0
-  8   23,-15  -    0%   11    0   61  21    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  j  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   12,-14  =   20%    0    0   45  11    0
-  1   16,-14  )  100%    0    0  100  98    0
-  8   18,-14  o    0%    0    0   91  72    0
-  8   20,-14  -    0%    0    0   82  58    0
-  8   22,-14  g    0%   50   23    6   0    0
-  8   24,-14  g    0%   45   19   13   0    0
-  1    3,-13  j  100%   23    1   43   0    0
-  1    5,-13  m  100%  100    0  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  8   19,-13  g    0%   56   28    0   0    5
-  8   21,-13  g    0%   96   60    0   0   77
-  8   23,-13  g    0%  100   65    0   0   88
-  8   25,-13  g    0%   63   33    0   0   17
-  8   27,-13  -    0%    0    0   76  47    0
-  8   29,-13  g    0%   28    5   37   0    0
-  1    4,-12  +k  14%   74   42    0   0   37
-  1    6,-12  gm 100%  100    0    0   0  100
-  1    8,-12  g    2%  100   65    0   0   88
-  1   10,-12  +    0%   50   23    6   0    0
-  1   12,-12  +   14%   63   33    0   0   17
-  8   20,-12  g    0%   74   42    0   0   37
-  8   22,-12  g    0%  100   69    0   0   97
-  8   24,-12  gm 100%  100    0    0   0  100
-  8   26,-12  g    0%  100   74    0   0  100
-  8   28,-12  g    0%   91   56    0   0   68
-  8   30,-12  c    0%   23    1   43   0    0
- 10  -11,-11  g  100%   78    0    0   0   45
-  1    3,-11  o  100%    0    0  100  16    0
-  1    5,-11  g   19%  100   74    0   0  100
-  1    7,-11  g    0%   91   56    0   0   68
-  1    9,-11  g    0%   85   51    0   0   57
-  1   11,-11  +g   7%   78   46    0   0   45
-  1   13,-11  +g  10%   67   37    0   0   25
-  1   15,-11  +    0%   56   28    0   0    5
-  8   21,-11  g    0%   85   51    0   0   57
-  8   23,-11  cg 100%  100  100  100 100  100
-  8   25,-11  cg 100%  100  100  100 100  100
-  8   27,-11  g    0%   39   14   21   0    0
-  8   29,-11  g    0%   34   10   28   0    0
-  8   31,-11  -    0%    0    0  100 100    0
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +    2%    0    0  100 100    0
-  1    6,-10  +    1%    0    0  100 100    0
-  1   10,-10  +   14%    0    0  100  98    0
-  8   20,-10  g    0%   78   46    0   0   45
-  8   22,-10  -    0%    6    0   67  32    0
-  8   24,-10  g    0%   67   37    0   0   25
-  8   26,-10  w    0%   17    0   52   7    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    0    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g  100%  100    0    0   0  100
-  2   17,9    g  100%   34    0   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-85 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 08 completed successfully
 Player 01 Turn 08 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : 
-[0:639] Command : Deliver iron ore from gold mine @ 0,2 to 2,2
-
-[0:638] Command : 0,2 old threshold 1
-
-[0:637] Command : Looking for best path to -1,-1
-Using best path 'uyyh', movement cost 0.600
-Total movement cost = 3
-124 mob left in 0,2
-
-[0:636] Command : 
-[0:635] Command : Deliver iron ore from gold mine @ 3,1 to 5,1
-
-[0:634] Command : 3,1 old threshold 1
-
-[0:633] Command : Looking for best path to -1,-1
-Using best path 'yygh', movement cost 0.600
-Total movement cost = 3
-124 mob left in 3,1
-
-[0:632] Command : 
-[0:631] Command : 
-[0:630] Command : 2,2 old threshold 1
-
-[0:629] Command : Looking for best path to -1,-1
-Using best path 'yyyh', movement cost 0.600
-Total movement cost = 3
-124 mob left in 2,2
-
-[0:628] Command : 4,-2 old threshold 10
-
-[0:627] Command : 4,-2 old threshold 50
-
-[0:626] Command : 4,-2 old threshold 100
-
-[0:625] Command : 
-[0:624] Command : 
-[0:623] Command : 
-[0:622] Command : 
-[0:621] Command : 
-[0:620] Command : 
-[0:619] Command : 11,-1 efficiency 100%, max range 4
-    . . . . .    
-   . . . . . .   
-  . . . . . . .  
- t l . . o ? . ? 
-j h = . 0 o ? ? ?
- k . . . . ? ? ? 
-  g + . . F ? ?  
-   g g g . . ?   
-    . . . . ?    
-
-
-[0:618] Command :      1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-  -8                                           -8  
-  -7                                           -7  
-  -6                                           -6  
-  -5                        . . . . .          -5  
-  -4             . . . . . . . . . . .         -4  
-  -3            . . . o . . . . . . . .        -3  
-  -2           . + o c + t l . . o ? . ?       -2  
-  -1          - . . b m j h = . ) o ? ? ?      -1  
-   0         - - . j m m k . . . . ? ? ?       0   
-   1          - - . + g g g + . . . ? ?        1   
-   2         - - . o g g g g g g . . ?         2   
-   3          - - . + + . + . . . . ?          3   
-   4           - - . . . . .                   4   
-   5                                           5   
-   6                                           6   
-   7                                           7   
-   8                                           8   
-     1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-
-[0:618] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   o    0%     127 .. ..      769    0    0    0 100%    0        0   1
-  -4,-2   o    0%     127 .. ..      769    0    0    0 100%    3        0   1
-  -2,-2   o    3%     127 .. ..      769    0    0    0 100%    4        0   1
-   0,-2   c   39%     127 .. ..      100    0    0    0 100%   39        0   1
-   2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   t  100%     127 .. ..      370    0    0    0 100%  178        0   1
-   6,-2   l  100%     127 .. ..      210    0    0    0 100%   63        0   1
-  -1,-1   b  100%     127 .. ..      100    0    0    0 100%    3        0   1
-   1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,-1   h  100%     127 .. ..        1    0    0    0 100%  650        0   1
-   7,-1   =   49%      60 .. ..      100    0    0    0 100%   30        0   1
-  11,-1   )  100%     127 .. ..   8   37   28  102    0 100%  139        0   1
-  -2,0    j  100%     127 .. ..      769    0    0    0 100%  176        0   1
-   0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,0    m  100%     127 .. ..      769    0  458    0 100%    0        0
-   4,0    k  100%     127 .. ..      769    0    0    0 100%    1        0   1
-  -1,1    +k   2%     127 .. ..      769    0    0    0 100%    4        0   1
-   1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,1    gm 100%     124 .. ..      769    0    0    0 100%    3        0
-   5,1    g    0%     127 .. ..        3    0    0    0 100%    1        0   1
-   7,1    +g  20%     127 .. ..       15    0    0    0 100%    7        0   1
-  -2,2    o  100%     127 .. ..      769    0    0    0 100%    5        0   1
-   0,2    gm 100%     124 .. ..      769    0    0    0 100%   37        0
-   2,2    gk 100%     124 .. ..      769    0    0    0 100%    2        0   1
-   4,2    g    1%     127 .. ..      721    0    0    0 100%    1        0   1
-   6,2    g    0%     127 .. ..       10    0    0    0 100%    3        0   1
-   8,2    g    0%     127 .. ..       13    0    0    0 100%    4        0   1
-  10,2    g    0%     127 .. ..        4    0    0    0 100%    1        0   1
-  -1,3    +    4%     127 .. ..        6    0    0    0 100%    3        0   1
-   1,3    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
-   5,3    +   20%     127 .. ..       14    0    0    0 100%    6        0   1
-32 sectors
-
-[0:618] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
-1 ship
-
-[0:618] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4     . . . . . . . . . .   -4  
-  -3    . . . o . . . . . . .  -3  
-  -2   . o o c + t l . . ? ? . -2  
-  -1  - . . b m j h = . ) ? ?  -1  
-   0 - - . j m m k . . . . ? ? 0   
-   1  - - . + m g g + . . . ?  1   
-   2 - - . o g g g g g g . .   2   
-   3  - - . + + . + . . .      3   
-   4   - - . . . . . .         4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:618] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-technological breakthroughs (7.77) produced in 4,-2
-a class of graduates (150.00) produced in 6,-2
-  0 happiness, 150 education produced
-total pop was 10763, yielding 0.00 hap, 42.78 edu
-3.9571 tech, 0.0000 research produced
-Army delta $0, Navy delta $-36, Air force delta $0
-money delta was $-636 for this update
-
-
-[0:618] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-3   o  58%   499  206o 0.71 $0                                      206
-  -4,-2   o  32%   502  114o 0.71 $0                                      114
-  -2,-2   o  21%   506   76o 0.71 $0                                       76
-   4,-2   t 100%   338  7.80 0.78 $3000   10d  50o 100l   21d 105o 210l 16.38
-   6,-2   l 100%   213  150  1.00 $1350  150l            213l             213
-  -1,-1   b 100%    81   16b 1.00 $160    80d             80d              16
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   j 100%   599  427l 0.71 $0     599i            599i             427
-  -2,0    j 100%   649  426l 0.71 $0     598i            649i             463
-   0,0    m 100%   599  599i 1.00 $0                                      599
-   2,0    m 100%   915  915i 1.00 $0                                      915
-   4,0    k 100%   600  214h 0.71 $0     600i            600i             214
-  -1,1    k 100%   498  168h 0.71 $0     472i            498i             177
-   1,1    m 100%   599  599i 1.00 $0                                      599
-   3,1    m 100%   474  474i 1.00 $0                                      474
-  -2,2    o   6%   604   26o 0.71 $0                                       26
-   0,2    m 100%   474  474i 1.00 $0                                      474
-   2,2    k 100%   474    0h 0.71 $0       0i            474i             169
-   4,2    g  51%   464  236d 1.00 $0                                      236
-19 sectors
-
-[0:618] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 08 completed successfully
 Player 08 Turn 08 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:619] Command : 
-[0:618] Command : 
-[0:617] Command : 
-[0:616] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . .          -5  
-  -4 . o - . - . .       -4  
-  -3  ) o - g g . . .    -3  
-  -2   . g g g g - g .   -2  
-  -1    . g g g g g c .  -1  
-   0   . . g c c g g - . 0   
-   1    . g - g w . . .  1   
-   2     . . . . . .     2   
-   3      . . . . .      3   
-   4                     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:616] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-4   o    0%     120 .. ..        3    0    0    0 100%    1        0   1
-  -4,-4   -    0%     120 .. ..        2    0    0    0 100%    0        0   1
-   0,-4   -    0%     120 .. ..        2    0    0    0 100%    0        0   1
-  -5,-3   o    0%     120 .. ..        2    0    0    0 100%    0        0   1
-  -3,-3   -    0%     120 .. ..        1    0    0    0 100%    0        0   1
-  -1,-3   g    0%     120 .. ..        3    0    0    0 100%    1        0   1
-   1,-3   g    0%     120 .. ..        2    0    0    0 100%    1        0   1
-  -4,-2   g    0%     120 .. ..        1    0    0    0 100%    0        0   1
-  -2,-2   g    0%     120 .. ..        1    0    0    0 100%    0        0
-   0,-2   g    0%     120 .. ..        1    0    0    0 100%    0        0
-   2,-2   g    0%     120 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   -    0%     120 .. ..        3    0    0    0 100%    1        0   1
-   6,-2   g    0%     120 .. ..        1    0    0    0 100%    0        0   1
-  -3,-1   g    0%     120 .. ..        1    0    0    0 100%    0        0   1
-  -1,-1   g    0%     120 .. ..        1    0    0    0 100%    0        0
-   1,-1   m  100%      61 .. ..      769    0    0    0 100%    0        0
-   3,-1   g   90%     103 .. ..      769    0    0    0 100%    1        0
-   5,-1   g    0%     120 .. ..        1    0    0    0 100%    0        0
-   7,-1   c    0%     120 .. ..        1    0    0    0 100%    0        0   1
-  -2,0    g    0%     120 .. ..        1    0    0    0 100%    0        0   1
-   0,0    gm 100%      61 .. ..      769   55  231    0 100%  126        0
-   2,0    gm 100%      78 .. ..      769   55  230    0 100%  125        0
-   4,0    g  100%     119 .. ..      350    0    0    0 100%    3        0   1
-   6,0    g    0%     120 .. ..        1    0    0    0 100%    0        0   1
-   8,0    -    0%     120 .. ..        2    0    0    0 100%    0        0   1
-  -3,1    g    0%     120 .. ..        1    0    0    0 100%    0        0   1
-  -1,1    -    0%     120 .. ..        1    0    0    0 100%    0        0   1
-   1,1    g    0%     120 .. ..        1    0    0    0 100%    0        0   1
-   3,1    w    0%     101 .. ..      476    0    0    0 100%    0        0   1
-29 sectors
-
-[0:616] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . .          -5  
-  -4 . o - . - . . .     -4  
-  -3  ? o - g g . . .    -3  
-  -2   . g g g g - g .   -2  
-  -1    . g g m g g c .  -1  
-   0   . . g g g g g - . 0   
-   1    . g - g w . . .  1   
-   2     . . . . . . .   2   
-   3      . . . . . .    3   
-   4                     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:616] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 3030, yielding 0.00 hap, 0.00 edu
-1.9786 technology (0.0000 + 1.9786), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $-99 for this update
-
-
-[0:616] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   g  62%   590  310d 1.00 $0                                      310
-   0,0    m 100%   646  646i 1.00 $0                                      646
-   2,0    m 100%   646  646i 1.00 $0                                      646
-   4,0    g   7%   276   19d 1.00 $0                                       19
-5 sectors
-
-[0:616] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 08 completed successfully
 Update Turn 09 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  32   54%  13K  53    0    0    0  6.2K 1.6K 252    0    1    0   20K
-    70.57
-        8  29   17% 3.9K 110    0    0    0  474  1.5K   0    0    0    0   29K
-    15.50
-        6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   30K
-    10.65
-        3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   30K
-    10.59
-        5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   30K
-    10.57
-        7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   30K
-    10.49
-        4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   30K
-    10.35
-       10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   30K
-    10.15
-        2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   30K
-     9.63
-        9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   30K
-     9.57
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  85   54%  41K 1.0K   0    0    0  6.7K 5.2K 252    0    1    0  287K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                 14.81        0.00       40.48        0.00     5,-15 
- 2     2                  7.41        0.00        0.00        0.00    16,10  
- 3     3                  7.41        0.00        0.00        0.00    -4,10  
- 4     4                  7.41        0.00        0.00        0.00   -15,1   
- 5     5                  7.41        0.00        0.00        0.00   -30,8   
- 6     6                  7.41        0.00        0.00        0.00     2,-2  
- 7     7                  7.41        0.00        0.00        0.00    24,0   
- 8     8                  7.41        0.00        0.00        0.00    30,-12 
- 9     9                  7.41        0.00        0.00        0.00   -26,-6  
- 10    10                 7.41        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  o    0%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    1,-15  o    0%     127 .. ..      769    0    0    0 100%    3    0   1
-  1    3,-15  o    3%     127 .. ..      769    0    0    0 100%    4    0   1
-  1    5,-15  c   39%     127 .. ..      100    0    0    0 100%   39    0   1
-  1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-15  t  100%     127 .. ..      370    0    0    0 100%  178    0   1
-  1   11,-15  l  100%     127 .. ..      210    0    0    0 100%   63    0   1
-  8   17,-15  o    0%     120 .. ..        3    0    0    0 100%    1    0   1
-  8   19,-15  -    0%     120 .. ..        2    0    0    0 100%    0    0   1
-  8   23,-15  -    0%     120 .. ..        2    0    0    0 100%    0    0   1
-  1    4,-14  b  100%     127 .. ..      100    0    0    0 100%    3    0   1
-  1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-14  j  100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-14  h  100%     127 .. ..        1    0    0    0 100%  650    0   1
-  1   12,-14  =   49%      60 .. ..      100    0    0    0 100%   30    0   1
-  1   16,-14  )  100%     127 .. ..   8   37   28  102    0 100%  139    0   1
-  8   18,-14  o    0%     120 .. ..        2    0    0    0 100%    0    0   1
-  8   20,-14  -    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-14  g    0%     120 .. ..        3    0    0    0 100%    1    0   1
-  8   24,-14  g    0%     120 .. ..        2    0    0    0 100%    1    0   1
-  1    3,-13  j  100%     127 .. ..      769    0    0    0 100%  176    0   1
-  1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-13  m  100%     127 .. ..      769    0  458    0 100%    0    0
-  1    9,-13  k  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  8   19,-13  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  8   21,-13  g    0%     120 .. ..        1    0    0    0 100%    0    0
-  8   23,-13  g    0%     120 .. ..        1    0    0    0 100%    0    0
-  8   25,-13  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  8   27,-13  -    0%     120 .. ..        3    0    0    0 100%    1    0   1
-  8   29,-13  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  1    4,-12  +k   2%     127 .. ..      769    0    0    0 100%    4    0   1
-  1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-12  gm 100%     124 .. ..      769    0    0    0 100%    3    0
-  1   10,-12  g    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  1   12,-12  +g  20%     127 .. ..       15    0    0    0 100%    7    0   1
-  8   20,-12  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-12  g    0%     120 .. ..        1    0    0    0 100%    0    0
-  8   24,-12  m  100%      61 .. ..      769    0    0    0 100%    0    0
-  8   26,-12  g   90%     103 .. ..      769    0    0    0 100%    1    0
-  8   28,-12  g    0%     120 .. ..        1    0    0    0 100%    0    0
-  8   30,-12  c    0%     120 .. ..        1    0    0    0 100%    0    0   1
- 10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  1    3,-11  o  100%     127 .. ..      769    0    0    0 100%    5    0   1
-  1    5,-11  gm 100%     124 .. ..      769    0    0    0 100%   37    0
-  1    7,-11  gk 100%     124 .. ..      769    0    0    0 100%    2    0   1
-  1    9,-11  g    1%     127 .. ..      721    0    0    0 100%    1    0   1
-  1   11,-11  g    0%     127 .. ..       10    0    0    0 100%    3    0   1
-  1   13,-11  g    0%     127 .. ..       13    0    0    0 100%    4    0   1
-  1   15,-11  g    0%     127 .. ..        4    0    0    0 100%    1    0   1
-  8   21,-11  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  8   23,-11  gm 100%      61 .. ..      769   55  231    0 100%  126    0
-  8   25,-11  gm 100%      78 .. ..      769   55  230    0 100%  125    0
-  8   27,-11  g  100%     119 .. ..      350    0    0    0 100%    3    0   1
-  8   29,-11  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  8   31,-11  -    0%     120 .. ..        2    0    0    0 100%    0    0   1
- 10  -12,-10  c  100%     127 .. ..     1000   55  228    0 100%  800    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  228    0 100%  799    0   1
-  1    4,-10  +    4%     127 .. ..        6    0    0    0 100%    3    0   1
-  1    6,-10  +    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  1   10,-10  +   20%     127 .. ..       14    0    0    0 100%    6    0   1
-  8   20,-10  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-10  -    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  8   24,-10  g    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  8   26,-10  w    0%     101 .. ..      476    0    0    0 100%    0    0   1
-  9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  228    0 100%  800    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  229    0 100%  800    0
-  6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  6    2,-2   c  100%     127 .. ..     1000   55  230    0 100%  801    0
-  6    4,-2   c  100%     127 .. ..     1000   55  233    0 100%  802    0
-  7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  7   24,0    c  100%     127 .. ..     1000   55  233    0 100%  802    0
-  7   26,0    c  100%     127 .. ..     1000   55  227    0 100%  799    0
-  4  -15,1    c  100%     127 .. ..     1000   55  230    0 100%  801    0
-  4  -13,1    c  100%     127 .. ..     1000   55  229    0 100%  800    0
-  5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  5  -30,8    c  100%     127 .. ..     1000   55  229    0 100%  800    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  228    0 100%  800    0
-  3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  231    0 100%  801    0
-  3   -2,10   c  100%     127 .. ..     1000   55  230    0 100%  801    0
-  2   16,10   c  100%     127 .. ..     1000   55  227    0 100%  799    0
-  2   18,10   c  100%     127 .. ..     1000   55  232    0 100%  802    0
-85 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   1,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   3,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
-  1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  150    0   0
-  8  17,-15  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-14  b .......... ....3.....   0   0    0    0  303  65    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  1  10,-14  h .......... ..........   0   0    0 3181 1245   0  198  741  522   0
-  1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  18,-14  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  24,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   3,-13  j .......... .......0..   0   0    0  598    0   0    0    1    0   0
-  1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-13  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
-  8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  25,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  29,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   4,-12  + .......... ........0.   0   0    0  473    0   0    0    0    1   0
-  1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  g ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  1  12,-12  + .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  20,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  22,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  24,-12  m .......... ...00.....   0   0    0    1  110   0    0    0    0   0
-  8  26,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
-  1   3,-11  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   5,-11  g ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  g .......... ........0.   0   0    0    0    0   0    0    0    0   0
-  1   9,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1  11,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1  13,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1  15,-11  g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-11  g .......... ...00.....   0   0    0    0  127   0    0    0    0   0
-  8  25,-11  g .......... ...00.....   0   0    0    0    1   0    0    0    0   0
-  8  27,-11  g .......... ..........   0   0    0    0   36   0    0    0    0   0
-  8  29,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  31,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  20,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  22,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  26,-10  w .......... ..........   0   0    0  473 1209   0    0    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-85 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  o    0%    0    0   82  58    0
-  1    1,-15  o    0%    6    0   67  32    0
-  1    3,-15  o    3%   11    0   61  21    0
-  1    5,-15  c   39%   28    5   37   0    0
-  1    7,-15  +    0%    0    0   76  47    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  8   17,-15  o    0%    0    0  100  87    0
-  8   19,-15  -    0%    0    0  100 100    0
-  8   23,-15  -    0%   11    0   61  21    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  j  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   12,-14  =   49%    0    0   45  11    0
-  1   16,-14  )  100%    0    0  100  98    0
-  8   18,-14  o    0%    0    0   91  72    0
-  8   20,-14  -    0%    0    0   82  58    0
-  8   22,-14  g    0%   50   23    6   0    0
-  8   24,-14  g    0%   45   19   13   0    0
-  1    3,-13  j  100%   23    1   43   0    0
-  1    5,-13  m  100%  100    0  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  8   19,-13  g    0%   56   28    0   0    5
-  8   21,-13  g    0%   96   60    0   0   77
-  8   23,-13  g    0%  100   65    0   0   88
-  8   25,-13  g    0%   63   33    0   0   17
-  8   27,-13  -    0%    0    0   76  47    0
-  8   29,-13  g    0%   28    5   37   0    0
-  1    4,-12  +k   2%   74   42    0   0   37
-  1    6,-12  m  100%  100    0    0   0  100
-  1    8,-12  gm 100%  100    0    0   0   88
-  1   10,-12  g    0%   50   23    6   0    0
-  1   12,-12  +g  20%   63   33    0   0   17
-  8   20,-12  g    0%   74   42    0   0   37
-  8   22,-12  g    0%  100   69    0   0   97
-  8   24,-12  m  100%  100    0    0   0  100
-  8   26,-12  g   90%  100   62    0   0  100
-  8   28,-12  g    0%   91   56    0   0   68
-  8   30,-12  c    0%   23    1   43   0    0
- 10  -11,-11  g  100%   78    0    0   0   45
-  1    3,-11  o  100%    0    0  100   6    0
-  1    5,-11  gm 100%  100    0    0   0  100
-  1    7,-11  gk 100%   91    0    0   0   68
-  1    9,-11  g    1%   85   51    0   0   57
-  1   11,-11  g    0%   78   46    0   0   45
-  1   13,-11  g    0%   67   37    0   0   25
-  1   15,-11  g    0%   56   28    0   0    5
-  8   21,-11  g    0%   85   51    0   0   57
-  8   23,-11  gm 100%  100    0  100 100  100
-  8   25,-11  gm 100%  100    0  100 100  100
-  8   27,-11  g  100%   39    7   21   0    0
-  8   29,-11  g    0%   34   10   28   0    0
-  8   31,-11  -    0%    0    0  100 100    0
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +    4%    0    0  100 100    0
-  1    6,-10  +    2%    0    0  100 100    0
-  1   10,-10  +   20%    0    0  100  98    0
-  8   20,-10  g    0%   78   46    0   0   45
-  8   22,-10  -    0%    6    0   67  32    0
-  8   24,-10  g    0%   67   37    0   0   25
-  8   26,-10  w    0%   17    0   52   7    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    0    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g  100%  100    0    0   0  100
-  2   17,9    g  100%   34    0   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-85 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 09 completed successfully
 Player 01 Turn 09 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : Looking for best path to 7,-1
-Using best path 'ujjh', movement cost 0.424
-Total movement cost = 9
-118 mob left in 2,0
-
-[0:639] Command : 
-[0:638] Command : 
-[0:637] Command : 
-[0:636] Command : 
-[0:635] Command : -2,2 old threshold 1
-
-[0:634] Command : Looking for best path to 4,-2
-Using best path 'uuujuh', movement cost 1.000
-Total movement cost = 1
-126 mob left in -2,2
-
-[0:633] Command : 1,-3 threshold unchanged (left at 769)
--4,-2 threshold unchanged (left at 769)
--2,-2 threshold unchanged (left at 769)
-0,-2 old threshold 100
-4,-2 old threshold 370
-6,-2 old threshold 210
--1,-1 old threshold 100
-1,-1 threshold unchanged (left at 769)
-3,-1 threshold unchanged (left at 769)
-5,-1 threshold unchanged (left at 769)
--2,0 threshold unchanged (left at 769)
-0,0 threshold unchanged (left at 769)
-2,0 threshold unchanged (left at 769)
-4,0 threshold unchanged (left at 769)
--1,1 threshold unchanged (left at 769)
-1,1 threshold unchanged (left at 769)
-3,1 threshold unchanged (left at 769)
-5,1 threshold unchanged (left at 769)
-7,1 threshold unchanged (left at 769)
--2,2 threshold unchanged (left at 769)
-0,2 threshold unchanged (left at 769)
-2,2 threshold unchanged (left at 769)
-4,2 threshold unchanged (left at 769)
-6,2 threshold unchanged (left at 769)
-8,2 threshold unchanged (left at 769)
-10,2 threshold unchanged (left at 769)
-
-[0:632] Command : -1,3 old threshold 769
-1,3 old threshold 769
-
-[0:631] Command :      1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-  -8                                           -8  
-  -7                                           -7  
-  -6                                           -6  
-  -5                        . . . . .          -5  
-  -4             . . . . . . . . . . .         -4  
-  -3            . . . o . . . . . . . .        -3  
-  -2           . o o c + t l . . o ? . ?       -2  
-  -1          - . . b m j h = . ) o ? ? ?      -1  
-   0         - - . j m m k . . . . ? ? ?       0   
-   1          - - . + m g g + . . . ? ?        1   
-   2         - - . o g g g g g g . . ?         2   
-   3          - - . + + . + . . . . ?          3   
-   4           - - . . . . . .                 4   
-   5                                           5   
-   6                                           6   
-   7                                           7   
-   8                                           8   
-     1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-
-[0:631] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -4,-2   o  100%     127 .. ..      769    0    0    0 100%    2        0   1
-  -2,-2   o  100%     127 .. ..      769    0    0    0 100%    1        0   1
-   0,-2   c   97%     127 .. ..      100    0    0    0 100%   59        0   1
-   2,-2   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   t  100%     127 .. ..      370    0    0    0 100%  178        0   1
-   6,-2   l  100%     127 .. ..      210    0    0    0 100%   63        0   1
-  -1,-1   b  100%     127 .. ..      100    0    0    0 100%    1        0   1
-   1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,-1   h  100%     127 .. ..      105    0    0    0 100%   50        0   1
-   7,-1   =   94%     120 .. ..       77    0   10    0 100%   45        0   1
-  11,-1   )  100%     127 .. ..   8   48   28  118    0 100%  156        0   1
-  -2,0    j  100%     127 .. ..      769    0    0    0 100%   51        0   1
-   0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,0    m  100%     118 .. ..      769    0  516    0 100%    0        0
-   4,0    k  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,1    k  100%     127 .. ..      769    0    0    0 100%   26        0   1
-   1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,1    g    1%     127 .. ..      769    0    0    0 100%    1        0   1
-   7,1    g    0%     127 .. ..      769    0    0    0 100%    6        0   1
-  -2,2    oi 100%     126 .. ..      769    0    0    0 100%    4        0   1
-   0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,2    k  100%     127 .. ..      769    0    0    0 100%  474        0   1
-   4,2    g  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   6,2    g    5%     127 .. ..      769    0    0    0 100%    5        0   1
-   8,2    g    6%     127 .. ..      769    0    0    0 100%    7        0   1
-  10,2    g    1%     127 .. ..      769    0    0    0 100%    2        0   1
-  -1,3    +    7%     127 .. ..        7    0    0    0 100%    3        0   1
-   1,3    +    4%     127 .. ..        6    0    0    0 100%    3        0   1
-   5,3    +   28%     127 .. ..       18    0    0    0 100%    8        0   1
-32 sectors
-
-[0:631] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
-1 ship
-
-[0:631] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4 - . . . . . . . . . . .   -4  
-  -3  - . . . o . . . . . . .  -3  
-  -2 . . o o c + t l . . ? ? . -2  
-  -1  - . . b m j h = . ) ? ?  -1  
-   0 - - . j m m k . . . . ? ? 0   
-   1  - - . k m m g g . . . ?  1   
-   2 - - . o m k g g g g . .   2   
-   3  - - . + + . + . . .      3   
-   4   - - . . . . . .         4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:631] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-technological breakthroughs (7.80) produced in 4,-2
-a class of graduates (150.00) produced in 6,-2
-  0 happiness, 150 education produced
-total pop was 13208, yielding 0.00 hap, 36.86 edu
-3.9637 tech, 0.0000 research produced
-Army delta $0, Navy delta $-36, Air force delta $0
-money delta was $-219 for this update
-
-
-[0:631] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-3   o  29%   599  128o 0.74 $0                                      128
-  -4,-2   o  16%   601   71o 0.74 $0                                       71
-  -2,-2   o  10%   600   44o 0.74 $0                                       44
-   4,-2   t 100%   338 11.64 0.78 $4500   15d  75o 150l   21d 105o 210l 16.29
-   6,-2   l 100%   213  150  1.00 $1350  150l            213l             213
-  -1,-1   b 100%    79   15b 1.00 $150    75d             75d              15
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   j 100%   599  444l 0.74 $0     599i            599i             444
-  -2,0    j 100%   649  444l 0.74 $0     599i            649i             481
-   0,0    m 100%   599  599i 1.00 $0                                      599
-   2,0    m 100%   955  955i 1.00 $0                                      955
-   4,0    k 100%   599  222h 0.74 $0     598i            598i             222
-  -1,1    k 100%   625  222h 0.74 $0     600i            624i             231
-   1,1    m 100%   599  599i 1.00 $0                                      599
-   3,1    m 100%   599  599i 1.00 $0                                      599
-   5,1    g  23%   501  115d 1.00 $0                                      115
-   7,1    g  33%   505  165d 1.00 $0                                      165
-  -2,2    i 100%   474    0s 0.00 $0       0l   0h         0l   0h          0
-   0,2    m 100%   599  599i 1.00 $0                                      599
-   2,2    k 100%   649  176h 0.74 $0     474i            648i             240
-   4,2    g   4%   599   20d 1.00 $0                                       20
-   6,2    g  46%   509  230d 1.00 $0                                      230
-   8,2    g  37%   512  185d 1.00 $0                                      185
-  10,2    g  28%   502  140d 1.00 $0                                      140
-24 sectors
-
-[0:631] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 09 completed successfully
 Player 08 Turn 09 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:616] Command : 1,-1 old threshold 1
-
-[0:615] Command : Looking for best path to 4,0
-Using best path 'njh', movement cost 0.400
-Total movement cost = 2
-115 mob left in 1,-1
-
-[0:614] Command : 
-[0:613] Command : 
-[0:612] Command : 3,-1 old threshold 1
-
-[0:611] Command : Looking for best path to 4,0
-Using best path 'nh', movement cost 0.200
-Total movement cost = 1
-126 mob left in 3,-1
-
-[0:610] Command : 
-[0:609] Command : 
-[0:608] Command : 
-[0:607] Command : 
-[0:606] Command : 
-[0:605] Command : 0,0 old threshold 1
-2,0 old threshold 1
-
-[0:604] Command : Looking for best path to 4,0
-Using best path 'jjh', movement cost 0.400
-Total movement cost = 2
-115 mob left in 0,0
-
-[0:603] Command : Looking for best path to 4,0
-Using best path 'jh', movement cost 0.200
-Total movement cost = 1
-126 mob left in 2,0
-
-[0:602] Command : 
-[0:601] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . .          -5  
-  -4 . o - . - . . .     -4  
-  -3  ) o - g g . . .    -3  
-  -2   . g g g g - g .   -2  
-  -1    . g g m g g c .  -1  
-   0   . . g g g g g - . 0   
-   1    . g - g w . . .  1   
-   2     . . . . . . .   2   
-   3      . . . . . .    3   
-   4                     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:601] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-4   o    1%     127 .. ..        4    0    0    0 100%    1        0   1
-  -4,-4   -    0%     127 .. ..        3    0    0    0 100%    1        0   1
-   0,-4   -    0%     127 .. ..        2    0    0    0 100%    1        0   1
-  -5,-3   o    0%     127 .. ..        2    0    0    0 100%    1        0   1
-  -3,-3   -    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -1,-3   g    1%     127 .. ..        4    0    0    0 100%    1        0   1
-   1,-3   g    1%     127 .. ..        3    0    0    0 100%    1        0   1
-  -4,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -2,-2   g    0%     127 .. ..        2    0    0    0 100%    0        0
-   0,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0
-   2,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   -    1%     127 .. ..        3    0    0    0 100%    1        0   1
-   6,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -3,-1   g    0%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,-1   g    0%     127 .. ..      769    0    0    0 100%    0        0
-   1,-1   m  100%     115 .. ..      769    0    0    0 100%    0        0
-   3,-1   gm 100%     126 .. ..      769    0    0    0 100%   90        0
-   5,-1   g    0%     127 .. ..        1    0    0    0 100%    0        0
-   7,-1   c    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -2,0    g    0%     127 .. ..        2    0    0    0 100%    0        0   1
-   0,0    m  100%     115 .. ..      769   55  266    0 100%    0        0
-   2,0    m  100%     126 .. ..      769   55  264    0 100%    0        0
-   4,0    gb 100%     127 .. ..      350    0    0    0 100%    4        0   1
-   6,0    g    0%     127 .. ..        2    0    0    0 100%    0        0   1
-   8,0    -    0%     127 .. ..        3    0    0    0 100%    1        0   1
-  -3,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -1,1    -    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   1,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   3,1    w  100%     127 .. ..      108    0    0    0 100%  270        0   1
-29 sectors
-
-[0:601] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . .          -5  
-  -4 . o - . - . . .     -4  
-  -3  ? o - g g . . .    -3  
-  -2   . g g g g - g .   -2  
-  -1    . g g m g g c .  -1  
-   0   . . g m m g g - . 0   
-   1    . g - g w . . .  1   
-   2     . . . . . . .   2   
-   3      . . . . . .    3   
-   4         . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:601] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 3936, yielding 0.00 hap, 0.00 edu
-1.9818 technology (0.0000 + 1.9818), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $752 for this update
-
-
-[0:601] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-  -3,-1   g  42%   499  209d 1.00 $0                                      209
-  -1,-1   g  69%   499  344d 1.00 $0                                      344
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   m 100%   474  474i 1.00 $0                                      474
-   0,0    m 100%   795  795i 1.00 $0                                      795
-   2,0    m 100%   794  794i 1.00 $0                                      794
-   4,0    b 100%   148   11b 1.00 $110    55d            145d              29
-7 sectors
-
-[0:601] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 09 completed successfully
 Update Turn 10 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  32   73%  17K  53    0    0    0  7.6K 1.7K 623    0    1    0   19K
-   114.48
-        8  29   21% 5.1K 110    0    0    0  2.4K 1.8K   0    0    0    0   30K
-    23.65
-        6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   31K
-    13.58
-        3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   31K
-    13.51
-        5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   31K
-    13.47
-        7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   31K
-    13.38
-        4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   31K
-    13.20
-       10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   31K
-    12.94
-        2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   31K
-    12.29
-        9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   31K
-    12.21
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  85   63%  46K 1.0K   0    0    0   10K 5.6K 623    0    1    0  295K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                 18.66        0.00       39.62        0.00     5,-15 
- 2     2                  9.33        0.00        0.00        0.00    16,10  
- 3     3                  9.33        0.00        0.00        0.00    -4,10  
- 4     4                  9.33        0.00        0.00        0.00   -15,1   
- 5     5                  9.33        0.00        0.00        0.00   -30,8   
- 6     6                  9.33        0.00        0.00        0.00     2,-2  
- 7     7                  9.33        0.00        0.00        0.00    24,0   
- 8     8                  9.33        0.00        0.00        0.00    30,-12 
- 9     9                  9.33        0.00        0.00        0.00   -26,-6  
- 10    10                 9.33        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    1,-15  o  100%     127 .. ..      769    0    0    0 100%    2    0   1
-  1    3,-15  o  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  1    5,-15  c   97%     127 .. ..      100    0    0    0 100%   59    0   1
-  1    7,-15  +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    9,-15  t  100%     127 .. ..      370    0    0    0 100%  178    0   1
-  1   11,-15  l  100%     127 .. ..      210    0    0    0 100%   63    0   1
-  8   17,-15  o    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  8   19,-15  -    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  8   23,-15  -    0%     127 .. ..        2    0    0    0 100%    1    0   1
-  1    4,-14  b  100%     127 .. ..      100    0    0    0 100%    1    0   1
-  1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-14  j  100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-14  h  100%     127 .. ..      105    0    0    0 100%   50    0   1
-  1   12,-14  =   94%     120 .. ..       77    0   10    0 100%   45    0   1
-  1   16,-14  )  100%     127 .. ..   8   48   28  118    0 100%  156    0   1
-  8   18,-14  o    0%     127 .. ..        2    0    0    0 100%    1    0   1
-  8   20,-14  -    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-14  g    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  8   24,-14  g    1%     127 .. ..        3    0    0    0 100%    1    0   1
-  1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   51    0   1
-  1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-13  m  100%     118 .. ..      769    0  516    0 100%    0    0
-  1    9,-13  k  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   19,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   21,-13  g    0%     127 .. ..        2    0    0    0 100%    0    0
-  8   23,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0
-  8   25,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   27,-13  -    1%     127 .. ..        3    0    0    0 100%    1    0   1
-  8   29,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   26    0   1
-  1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-12  g    1%     127 .. ..      769    0    0    0 100%    1    0   1
-  1   12,-12  g    0%     127 .. ..      769    0    0    0 100%    6    0   1
-  8   20,-12  g    0%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   22,-12  g    0%     127 .. ..      769    0    0    0 100%    0    0
-  8   24,-12  m  100%     115 .. ..      769    0    0    0 100%    0    0
-  8   26,-12  gm 100%     126 .. ..      769    0    0    0 100%   90    0
-  8   28,-12  g    0%     127 .. ..        1    0    0    0 100%    0    0
-  8   30,-12  c    0%     127 .. ..        1    0    0    0 100%    0    0   1
- 10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  1    3,-11  oi 100%     126 .. ..      769    0    0    0 100%    4    0   1
-  1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-11  k  100%     127 .. ..      769    0    0    0 100%  474    0   1
-  1    9,-11  g  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1   11,-11  g    5%     127 .. ..      769    0    0    0 100%    5    0   1
-  1   13,-11  g    6%     127 .. ..      769    0    0    0 100%    7    0   1
-  1   15,-11  g    1%     127 .. ..      769    0    0    0 100%    2    0   1
-  8   21,-11  g    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  8   23,-11  m  100%     115 .. ..      769   55  266    0 100%    0    0
-  8   25,-11  m  100%     126 .. ..      769   55  264    0 100%    0    0
-  8   27,-11  gb 100%     127 .. ..      350    0    0    0 100%    4    0   1
-  8   29,-11  g    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  8   31,-11  -    0%     127 .. ..        3    0    0    0 100%    1    0   1
- 10  -12,-10  c  100%     127 .. ..     1000   55  263    0 100%  821    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  262    0 100%  820    0   1
-  1    4,-10  +    7%     127 .. ..        7    0    0    0 100%    3    0   1
-  1    6,-10  +    4%     127 .. ..        6    0    0    0 100%    3    0   1
-  1   10,-10  +   28%     127 .. ..       18    0    0    0 100%    8    0   1
-  8   20,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-10  -    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   24,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   26,-10  w  100%     127 .. ..      108    0    0    0 100%  270    0   1
-  9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  262    0 100%  820    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  263    0 100%  820    0
-  6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  6    2,-2   c  100%     127 .. ..     1000   55  264    0 100%  821    0
-  6    4,-2   c  100%     127 .. ..     1000   55  268    0 100%  824    0
-  7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  7   24,0    c  100%     127 .. ..     1000   55  268    0 100%  824    0
-  7   26,0    c  100%     127 .. ..     1000   55  261    0 100%  819    0
-  4  -15,1    c  100%     127 .. ..     1000   55  265    0 100%  822    0
-  4  -13,1    c  100%     127 .. ..     1000   55  264    0 100%  821    0
-  5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  5  -30,8    c  100%     127 .. ..     1000   55  263    0 100%  820    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  262    0 100%  820    0
-  3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  265    0 100%  821    0
-  3   -2,10   c  100%     127 .. ..     1000   55  265    0 100%  822    0
-  2   16,10   c  100%     127 .. ..     1000   55  261    0 100%  819    0
-  2   18,10   c  100%     127 .. ..     1000   55  266    0 100%  822    0
-85 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   1,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   3,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   76  150    0   0
-  1  11,-15  l .......... .......1..   0   0    0    0    0   0    0  150    0   0
-  8  17,-15  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-14  b .......... ....3.....   0   0    0    0  300  81    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  1  10,-14  h .......... ..........   0   0    0 3496 1386   0  544 1294  903   0
-  1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  18,-14  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  24,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
-  1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-13  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
-  8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  25,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  29,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   4,-12  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
-  1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  g .......... ....0.....   0   0    0  474    1   0    0    0    0   0
-  1  12,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  20,-12  g .......... ...90.....   0   0    0    0    1   0    0    0    0   0
-  8  22,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  26,-12  g .......... ...0......   0   0    0    0    0   0    0    0    0   0
-  8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
-  1   3,-11  o .......... 0......63.   0   0    0    0    0   0    0    0    0   0
-  1   5,-11  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  k .......... ........0.   0   0    0  474    0   0    0    0    1   0
-  1   9,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1  11,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1  13,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1  15,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  25,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  27,-11  g .......... ....3.....   0   0    0    0   59   0    0    0    0   0
-  8  29,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  31,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  20,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  22,-10  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  26,-10  w .......... ..........   0   0    0 2362 1754   0    0    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-85 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  o  100%    0    0   82  29    0
-  1    1,-15  o  100%    6    0   67  16    0
-  1    3,-15  o  100%   11    0   61  10    0
-  1    5,-15  c   97%   28    5   37   0    0
-  1    7,-15  +    0%    0    0   76  47    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  8   17,-15  o    1%    0    0  100  87    0
-  8   19,-15  -    0%    0    0  100 100    0
-  8   23,-15  -    0%   11    0   61  21    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  j  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   12,-14  =   94%    0    0   45  11    0
-  1   16,-14  )  100%    0    0  100  98    0
-  8   18,-14  o    0%    0    0   91  72    0
-  8   20,-14  -    0%    0    0   82  58    0
-  8   22,-14  g    1%   50   23    6   0    0
-  8   24,-14  g    1%   45   19   13   0    0
-  1    3,-13  j  100%   23    1   43   0    0
-  1    5,-13  m  100%  100    0  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  8   19,-13  g    0%   56   28    0   0    5
-  8   21,-13  g    0%   96   60    0   0   77
-  8   23,-13  g    0%  100   65    0   0   88
-  8   25,-13  g    0%   63   33    0   0   17
-  8   27,-13  -    1%    0    0   76  47    0
-  8   29,-13  g    0%   28    5   37   0    0
-  1    4,-12  k  100%   74   42    0   0   37
-  1    6,-12  m  100%  100    0    0   0  100
-  1    8,-12  m  100%  100    0    0   0   88
-  1   10,-12  g    1%   50   23    6   0    0
-  1   12,-12  g    0%   63   33    0   0   17
-  8   20,-12  g    0%   74   42    0   0   37
-  8   22,-12  g    0%  100   69    0   0   97
-  8   24,-12  m  100%  100    0    0   0  100
-  8   26,-12  gm 100%  100    0    0   0  100
-  8   28,-12  g    0%   91   56    0   0   68
-  8   30,-12  c    0%   23    1   43   0    0
- 10  -11,-11  g  100%   78    0    0   0   45
-  1    3,-11  oi 100%    0    0  100   3    0
-  1    5,-11  m  100%  100    0    0   0  100
-  1    7,-11  k  100%   91    0    0   0   68
-  1    9,-11  g  100%   85    4    0   0   57
-  1   11,-11  g    5%   78   46    0   0   45
-  1   13,-11  g    6%   67   37    0   0   25
-  1   15,-11  g    1%   56   28    0   0    5
-  8   21,-11  g    0%   85   51    0   0   57
-  8   23,-11  m  100%  100    0  100 100  100
-  8   25,-11  m  100%  100    0  100 100  100
-  8   27,-11  gb 100%   39    3   21   0    0
-  8   29,-11  g    0%   34   10   28   0    0
-  8   31,-11  -    0%    0    0  100 100    0
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +    7%    0    0  100 100    0
-  1    6,-10  +    4%    0    0  100 100    0
-  1   10,-10  +   28%    0    0  100  98    0
-  8   20,-10  g    0%   78   46    0   0   45
-  8   22,-10  -    0%    6    0   67  32    0
-  8   24,-10  g    0%   67   37    0   0   25
-  8   26,-10  w  100%   17    0   52   7    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    0    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g  100%  100    0    0   0  100
-  2   17,9    g  100%   34    0   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-85 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 10 completed successfully
 Player 01 Turn 10 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : Looking for best path to 7,-1
-Using best path 'jh', movement cost 0.001
-No mobility used
-127 mob left in 5,-1
-
-[0:639] Command : Bridge span built over 9,-1
-That just cost you $1000.00
-
-[0:638] Command : No mobility used, 127 mob left in 7,-1
-Sector 9,-1 is now yours.
-
-[0:637] Command : 
-[0:636] Command : Only moving 11.
-Looking for best path to 4,0
-Using best path 'gbh', movement cost 0.400
-Total movement cost = 8
-119 mob left in 7,-1
-
-[0:635] Command : 
-[0:634] Command : 
-[0:633] Command : 4,0 old threshold 999
-
-[0:632] Command : 
-[0:631] Command : 6,-2 old threshold 150
-
-[0:630] Command : 
-[0:629] Command : 
-[0:628] Command : 
-[0:627] Command : 
-[0:626] Command : 
-[0:625] Command : 7,1 old threshold 1
-
-[0:624] Command : Looking for best path to -1,-1
-Using best path 'gyggyh', movement cost 1.000
-Total movement cost = 5
-122 mob left in 7,1
-
-[0:623] Command : 
-[0:622] Command : 
-[0:621] Command : 5,1 old threshold 1
-
-[0:620] Command : Looking for best path to -1,-1
-Using best path 'ggyyh', movement cost 0.800
-Total movement cost = 4
-123 mob left in 5,1
-
-[0:619] Command : 
-[0:618] Command : 
-[0:617] Command : 
-[0:616] Command : 4,2 old threshold 1
-
-[0:615] Command : 
-[0:614] Command : 6,2 old threshold 1
-
-[0:613] Command : Looking for best path to -1,-1
-Using best path 'yygygh', movement cost 1.000
-Total movement cost = 5
-122 mob left in 6,2
-
-[0:612] Command : 
-[0:611] Command : 8,2 old threshold 1
-
-[0:610] Command : Looking for best path to -1,-1
-Using best path 'ygyyggh', movement cost 1.200
-Total movement cost = 6
-121 mob left in 8,2
-
-[0:609] Command : 
-[0:608] Command : 
-[0:607] Command : 
-[0:606] Command : 
-[0:605] Command : 
-[0:604] Command : 
-[0:603] Command : 10,2 old threshold 1
-
-[0:602] Command : Looking for best path to -1,-1
-Using best path 'gygyyggh', movement cost 1.400
-Total movement cost = 7
-120 mob left in 10,2
-
-[0:601] Command : 
-[0:600] Command : 
-[0:599] Command : oil field at 1,-3 distributes to 5,-1. 
-oil field 1,-3 now distributes to 5,-1 (cost 0.800)
-
-oil field at -4,-2 distributes to 5,-1. 
-oil field -4,-2 now distributes to 5,-1 (cost 1.000)
-
-oil field at -2,-2 distributes to 5,-1. 
-oil field -2,-2 now distributes to 5,-1 (cost 0.800)
-
-capital at 0,-2 distributes to 5,-1. 
-capital 0,-2 now distributes to 5,-1 (cost 0.600)
-
-highway at 2,-2 distributes to 5,-1. 
-highway 2,-2 now distributes to 5,-1 (cost 0.400)
-
-technical center at 4,-2 distributes to 5,-1. 
-technical center 4,-2 now distributes to 5,-1 (cost 0.200)
-
-library/school at 6,-2 distributes to 5,-1. 
-library/school 6,-2 now distributes to 5,-1 (cost 0.200)
-
-bank at -1,-1 distributes to 5,-1. 
-bank -1,-1 now distributes to 5,-1 (cost 0.600)
-
-mine at 1,-1 distributes to 5,-1. 
-mine 1,-1 now distributes to 5,-1 (cost 0.400)
-
-light manufacturing at 3,-1 distributes to 5,-1. 
-light manufacturing 3,-1 now distributes to 5,-1 (cost 0.200)
-
-harbor at 5,-1 has no dist sector. 
-Distribution from and to harbor 5,-1 terminated
-
-bridge span at 7,-1 distributes to 5,-1. 
-bridge span 7,-1 now distributes to 5,-1 (cost 0.200)
-
-bridge span at 9,-1 has no dist sector. 
-bridge span 9,-1 now distributes to 5,-1 (cost 0.201)
-
-radar installation at 11,-1 has no dist sector. 
-radar installation 11,-1 now distributes to 5,-1 (cost 0.521)
-
-light manufacturing at -2,0 distributes to 5,-1. 
-light manufacturing -2,0 now distributes to 5,-1 (cost 0.800)
-
-mine at 0,0 distributes to 5,-1. 
-mine 0,0 now distributes to 5,-1 (cost 0.600)
-
-mine at 2,0 distributes to 5,-1. 
-mine 2,0 now distributes to 5,-1 (cost 0.400)
-
-heavy manufacturing at 4,0 distributes to 5,-1. 
-heavy manufacturing 4,0 now distributes to 5,-1 (cost 0.200)
-
-heavy manufacturing at -1,1 distributes to 5,-1. 
-heavy manufacturing -1,1 now distributes to 5,-1 (cost 0.800)
-
-mine at 1,1 distributes to 5,-1. 
-mine 1,1 now distributes to 5,-1 (cost 0.600)
-
-mine at 3,1 distributes to 5,-1. 
-mine 3,1 now distributes to 5,-1 (cost 0.400)
-
-gold mine at 5,1 distributes to 5,-1. 
-gold mine 5,1 now distributes to 5,-1 (cost 0.400)
-
-gold mine at 7,1 distributes to 5,-1. 
-gold mine 7,1 now distributes to 5,-1 (cost 0.600)
-
-shell industry at -2,2 distributes to 5,-1. 
-shell industry -2,2 now distributes to 5,-1 (cost 1.000)
-
-mine at 0,2 distributes to 5,-1. 
-mine 0,2 now distributes to 5,-1 (cost 0.800)
-
-heavy manufacturing at 2,2 distributes to 5,-1. 
-heavy manufacturing 2,2 now distributes to 5,-1 (cost 0.600)
-
-gold mine at 4,2 distributes to 5,-1. 
-gold mine 4,2 now distributes to 5,-1 (cost 0.600)
-
-gold mine at 6,2 distributes to 5,-1. 
-gold mine 6,2 now distributes to 5,-1 (cost 0.600)
-
-gold mine at 8,2 distributes to 5,-1. 
-gold mine 8,2 now distributes to 5,-1 (cost 0.800)
-
-gold mine at 10,2 distributes to 5,-1. 
-gold mine 10,2 now distributes to 5,-1 (cost 1.000)
-
-highway at -1,3 distributes to 5,-1. 
-highway -1,3 now distributes to 5,-1 (cost 1.000)
-
-highway at 1,3 distributes to 5,-1. 
-highway 1,3 now distributes to 5,-1 (cost 0.800)
-
-highway at 5,3 distributes to 5,-1. 
-highway 5,3 now distributes to 5,-1 (cost 0.800)
-
-
-[0:598] Command : -1,3 old threshold 100
-1,3 old threshold 100
-
-[0:597] Command : SPY report
-Thu Jan  1 00:00:00 1970
-                 old sct rd  rl  def
-   sect   de own own eff eff eff eff  civ  mil  shl gun  pet food bars
-  12,-2   o    8   8   0   0   0   0  770    0    0   0    0    0    0
-  13,-1   o    8   8   0   0   0   0    0    0    0   0    0    0    0
-
-[0:595] Command :      1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-  -8                                           -8  
-  -7                                           -7  
-  -6                                           -6  
-  -5                        . . . . .          -5  
-  -4         - . . . . . . . . . . . .         -4  
-  -3          - . . . o . . . . . . . .        -3  
-  -2         . . o o c + t l . . o ? . ?       -2  
-  -1          - . . b m j h = = ) o ? ? ?      -1  
-   0         - - . j m m k . . . . ? ? ?       0   
-   1          - - . k m m g g . . . ? ?        1   
-   2         - - . o m k g g g g . . ?         2   
-   3          - - . + + . + . . . . ?          3   
-   4           - - . . . . . .                 4   
-   5                                           5   
-   6                                           6   
-   7                                           7   
-   8                                           8   
-     1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-
-[0:595] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   o  100%     127 .. ..      769    0    0    0 100%    3        0   1
-  -4,-2   o  100%     127 .. ..      769    0    0    0 100%    1        0   1
-  -2,-2   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   0,-2   c  100%     127 .. ..      769    0    0    0 100%  125        0   1
-   2,-2   +    0%     127 .. ..      769    0    0    0 100%    0        0   1
-   4,-2   t  100%     127 .. ..      769    0    0    0 100%   98        0   1
-   6,-2   l  100%     127 .. ..      769    0    0    0 100%   63        0   1
-  -1,-1   b  100%     127 .. ..      769    0    0    0 100%    4        0   1
-   1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,-1   h  100%     127 .. ..     1245    0    0    0 100%  132        0   1
-   7,-1   =  100%     119 .. ..       76    0    0    0 100%   65        0   1
-   9,-1   =   20%       0 .. ..        1    0    0    0 100%    0        0   1
-  11,-1   )  100%     127 .. 0.   8   62   28  135    0 100%  174        0   1
-  -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
-   0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769    0  593    0 100%    0        0
-   4,0    k  100%     127 .. 8.      769    0   11    0 100%    1        0   1
-  -1,1    k  100%     127 .. ..      769    0    0    0 100%   25        0   1
-   1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,1    gj 100%     123 .. ..      769    0    0    0 100%    1        0   1
-   7,1    gd 100%     122 .. ..      769    0    0    0 100%    5        0   1
-  -2,2    i  100%     127 .. ..      769    0    0    0 100%  474        0   1
-   0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,2    k  100%     127 .. ..      769    0    0    0 100%  175        0   1
-   4,2    gr 100%     127 .. ..      769    0    0    0 100%   99        0   1
-   6,2    gw 100%     122 .. ..      769    0    0    0 100%    9        0   1
-   8,2    ge 100%     121 .. ..      769    0    0    0 100%   12        0   1
-  10,2    g! 100%     120 .. ..      769    0    0    0 100%    2        0   1
-  -1,3    +   11%     127 .. ..      100    0    0    0 100%    4        0   1
-   1,3    +    7%     127 .. ..      100    0    0    0 100%    3        0   1
-   5,3    +p  38%     127 .. ..      769    0    0    0 100%   11        0   1
-33 sectors
-
-[0:595] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
-1 ship
-
-[0:595] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4 - . . . . . . . . . . .   -4  
-  -3  - . . . o . . . . . . .  -3  
-  -2 . . o o c + t l . . ? ? . -2  
-  -1  - . . b m j h = = ) ? ?  -1  
-   0 - - . j m m k . . . . ? ? 0   
-   1  - - . k m m g g . . . ?  1   
-   2 - - . i m k g g g g . . ? 2   
-   3  - - . + + . + . . . . ?  3   
-   4   - - . . . . . . . . .   4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:595] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-technological breakthroughs (11.64) produced in 4,-2
-a class of graduates (150.00) produced in 6,-2
-  0 happiness, 150 education produced
-total pop was 17143, yielding 0.00 hap, 30.64 edu
-4.5408 tech, 0.0000 research produced
-Army delta $0, Navy delta $-36, Air force delta $0
-money delta was $950 for this update
-
-
-[0:595] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-3   o  11%   602   51o 0.77 $0                                       51
-  -4,-2   o   7%   600   32o 0.77 $0                                       32
-  -2,-2   o   4%   599   18o 0.77 $0                                       18
-   4,-2   t 100%   649 11.47 0.76 $4500   15d  75o 150l   40d 200o 400l 30.58
-   6,-2   l 100%   649  150  1.00 $1350  150l            649l             649
-  -1,-1   b 100%   603   61b 1.00 $610   305d            600d             120
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   j 100%   599  460l 0.77 $0     599i            599i             460
-  -2,0    j 100%   649  460l 0.77 $0     599i            649i             498
-   0,0    m 100%   599  599i 1.00 $0                                      599
-   2,0    m 100%  1008  999i 1.00 $0                                      999
-   4,0    k 100%   607  233h 0.77 $0     606i            606i             233
-  -1,1    k 100%   624  230h 0.77 $0     598i            624i             240
-   1,1    m 100%   599  599i 1.00 $0                                      599
-   3,1    m 100%   599  599i 1.00 $0                                      599
-   5,1    j 100%   474  364l 0.77 $0     474i            474i             364
-   7,1    d 100%   474    0g 0.23 $0       0o   0l   0h   29o 145l 290h     7
-  -2,2    i 100%   649   51s 0.23 $648   432l 216h       432l 216h         51
-   0,2    m 100%   599  599i 1.00 $0                                      599
-   2,2    k 100%   649  230h 0.77 $0     598i            648i             249
-   4,2    r 100%   474  0.00 0.76 $0       0d   0o   0l   29d 145o 290l 22.17
-   8,2    e 100%   474   30m 1.00 $90     30c             30c             499
-   5,3    p 100%   489    0  1.00 $0       0l            489l             489
-23 sectors
-
-[0:595] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 10 completed successfully
 Player 08 Turn 10 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:602] Command : 
-[0:601] Command : -3,-1 threshold unchanged (left at 999)
-
-[0:600] Command : 
-[0:599] Command : 
-[0:598] Command : -3,-1 old threshold 1
-
-[0:597] Command : Looking for best path to 4,0
-Using best path 'jjjnh', movement cost 0.800
-Total movement cost = 4
-123 mob left in -3,-1
-
-[0:596] Command : 
-[0:595] Command : 
-[0:594] Command : 
-[0:593] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . .          -5  
-  -4 . o - . - . . .     -4  
-  -3  ) o - g g . . .    -3  
-  -2   . g g g g - g .   -2  
-  -1    . g g m g g c .  -1  
-   0   . . g m m g g - . 0   
-   1    . g - g w . . .  1   
-   2     . . . . . . .   2   
-   3      . . . . . .    3   
-   4         . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:593] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-4   o    3%     127 .. ..      769    0    0    0 100%    2        0   1
-  -4,-4   -    1%     127 .. ..        4    0    0    0 100%    1        0   1
-   0,-4   -    1%     127 .. ..        3    0    0    0 100%    1        0   1
-  -5,-3   o    1%     127 .. ..        3    0    0    0 100%    1        0   1
-  -3,-3   -    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -1,-3   g    2%     127 .. ..        5    0    0    0 100%    2        0   1
-   1,-3   g    2%     127 .. ..      769    0    0    0 100%    1        0   1
-  -4,-2   g    0%     127 .. ..        2    0    0    0 100%    0        0   1
-  -2,-2   g    0%     127 .. ..        2    0    0    0 100%    1        0
-   0,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0
-   2,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   -    2%     127 .. ..        4    0    0    0 100%    1        0   1
-   6,-2   g    0%     127 .. ..      100    0    0    0 100%    0        0   1
-  -3,-1   gj 100%     123 .. ..      769    0    0    0 100%    1        0   1
-  -1,-1   g  100%     127 .. ..      769    0    0    0 100%    0        0
-   1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,-1   g    0%     127 .. ..        1    0    0    0 100%    0        0
-   7,-1   c    0%     127 .. ..        2    0    0    0 100%    0        0   1
-  -2,0    g    0%     127 .. ..        3    0    0    0 100%    1        0   1
-   0,0    m  100%     127 .. ..      769   55  306    0 100%    0        0
-   2,0    m  100%     127 .. ..      769   55  303    0 100%    0        0
-   4,0    b  100%     127 .. ..      350    0    0    0 100%   93        0   1
-   6,0    g    0%     127 .. ..        3    0    0    0 100%    1        0   1
-   8,0    -    1%     127 .. ..        4    0    0    0 100%    1        0   1
-  -3,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -1,1    -    0%     127 .. ..        2    0    0    0 100%    0        0   1
-   1,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   3,1    w  100%     127 .. ..        1    0    0    0 100%  133        0   1
-29 sectors
-
-[0:593] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . .          -5  
-  -4 . o - . - . . .     -4  
-  -3  ? o - g g . . .    -3  
-  -2 . . g g g g - g .   -2  
-  -1  . . g g m m g c .  -1  
-   0 ? . . g m m b g - . 0   
-   1  . . g - g w . . .  1   
-   2   . . . . . . . .   2   
-   3      . . . . . .    3   
-   4         . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:593] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 5112, yielding 0.00 hap, 0.00 edu
-2.2704 technology (0.0000 + 2.2704), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $648 for this update
-
-
-[0:593] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-  -6,-4   o  87%   504  299o 0.68 $0                                      299
-   1,-3   g  19%   502   95d 1.00 $0                                       95
-  -3,-1   j 100%   474  324l 0.68 $0     474i            474i             324
-  -1,-1   g   0%   599    0d 1.00 $0                                        0
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   m 100%   599  599i 1.00 $0                                      599
-   0,0    m 100%   823  823i 1.00 $0                                      823
-   2,0    m 100%   821  821i 1.00 $0                                      821
-   4,0    b 100%   323   60b 1.00 $600   300d            320d              64
-9 sectors
-
-[0:593] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 10 completed successfully
 Update Turn 11 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  33   87%  22K  53    0    0    0  8.7K 2.5K 792    0    1    0   19K
-   184.19
-        8  29   28% 6.6K 110    0    0    0  5.0K 2.3K   0    0    0    0   30K
-    36.55
-        6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   32K
-    16.98
-        3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   32K
-    16.90
-        5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   32K
-    16.85
-        7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   32K
-    16.73
-        4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   32K
-    16.51
-       10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   32K
-    16.20
-        2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   32K
-    15.40
-        9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   32K
-    15.30
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  86   71%  53K 1.0K   0    0    0   14K 6.9K 792    0    1    0  303K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                 23.06        0.00       37.48        0.00     5,-15 
- 2     2                 11.53        0.00        0.00        0.00    16,10  
- 3     3                 11.53        0.00        0.00        0.00    -4,10  
- 4     4                 11.53        0.00        0.00        0.00   -15,1   
- 5     5                 11.53        0.00        0.00        0.00   -30,8   
- 6     6                 11.53        0.00        0.00        0.00     2,-2  
- 7     7                 11.53        0.00        0.00        0.00    24,0   
- 8     8                 11.53        0.00        0.00        0.00    30,-12 
- 9     9                 11.53        0.00        0.00        0.00   -26,-6  
- 10    10                11.53        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  o  100%     127 .. ..      769    0    0    0 100%    3    0   1
-  1    1,-15  o  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  1    3,-15  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  125    0   1
-  1    7,-15  +    0%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    9,-15  t  100%     127 .. ..      769    0    0    0 100%   98    0   1
-  1   11,-15  l  100%     127 .. ..      769    0    0    0 100%   63    0   1
-  8   17,-15  o    3%     127 .. ..      769    0    0    0 100%    2    0   1
-  8   19,-15  -    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  8   23,-15  -    1%     127 .. ..        3    0    0    0 100%    1    0   1
-  1    4,-14  b  100%     127 .. ..      769    0    0    0 100%    4    0   1
-  1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-14  j  100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-14  h  100%     127 .. ..     1245    0    0    0 100%  132    0   1
-  1   12,-14  =  100%     119 .. ..       76    0    0    0 100%   65    0   1
-  1   14,-14  =   20%       0 .. ..        1    0    0    0 100%    0    0   1
-  1   16,-14  )  100%     127 .. 0.   8   62   28  135    0 100%  174    0   1
-  8   18,-14  o    1%     127 .. ..        3    0    0    0 100%    1    0   1
-  8   20,-14  -    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-14  g    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  8   24,-14  g    2%     127 .. ..      769    0    0    0 100%    1    0   1
-  1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
-  1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-13  m  100%     127 .. 5.      769    0  593    0 100%    0    0
-  1    9,-13  k  100%     127 .. 8.      769    0   11    0 100%    1    0   1
-  8   19,-13  g    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  8   21,-13  g    0%     127 .. ..        2    0    0    0 100%    1    0
-  8   23,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0
-  8   25,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   27,-13  -    2%     127 .. ..        4    0    0    0 100%    1    0   1
-  8   29,-13  g    0%     127 .. ..      100    0    0    0 100%    0    0   1
-  1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   25    0   1
-  1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-12  gj 100%     123 .. ..      769    0    0    0 100%    1    0   1
-  1   12,-12  gd 100%     122 .. ..      769    0    0    0 100%    5    0   1
-  8   20,-12  gj 100%     123 .. ..      769    0    0    0 100%    1    0   1
-  8   22,-12  g  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   24,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   26,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   28,-12  g    0%     127 .. ..        1    0    0    0 100%    0    0
-  8   30,-12  c    0%     127 .. ..        2    0    0    0 100%    0    0   1
- 10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  1    3,-11  i  100%     127 .. ..      769    0    0    0 100%  474    0   1
-  1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-11  k  100%     127 .. ..      769    0    0    0 100%  175    0   1
-  1    9,-11  gr 100%     127 .. ..      769    0    0    0 100%   99    0   1
-  1   11,-11  gw 100%     122 .. ..      769    0    0    0 100%    9    0   1
-  1   13,-11  ge 100%     121 .. ..      769    0    0    0 100%   12    0   1
-  1   15,-11  g! 100%     120 .. ..      769    0    0    0 100%    2    0   1
-  8   21,-11  g    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  8   23,-11  m  100%     127 .. ..      769   55  306    0 100%    0    0
-  8   25,-11  m  100%     127 .. ..      769   55  303    0 100%    0    0
-  8   27,-11  b  100%     127 .. ..      350    0    0    0 100%   93    0   1
-  8   29,-11  g    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  8   31,-11  -    1%     127 .. ..        4    0    0    0 100%    1    0   1
- 10  -12,-10  c  100%     127 .. ..     1000   55  303    0 100%  845    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  301    0 100%  843    0   1
-  1    4,-10  +   11%     127 .. ..      100    0    0    0 100%    4    0   1
-  1    6,-10  +    7%     127 .. ..      100    0    0    0 100%    3    0   1
-  1   10,-10  +p  38%     127 .. ..      769    0    0    0 100%   11    0   1
-  8   20,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-10  -    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  8   24,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   26,-10  w  100%     127 .. ..        1    0    0    0 100%  133    0   1
-  9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  301    0 100%  843    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  303    0 100%  845    0
-  6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  6    2,-2   c  100%     127 .. ..     1000   55  304    0 100%  845    0
-  6    4,-2   c  100%     127 .. ..     1000   55  308    0 100%  848    0
-  7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  7   24,0    c  100%     127 .. ..     1000   55  308    0 100%  848    0
-  7   26,0    c  100%     127 .. ..     1000   55  300    0 100%  842    0
-  4  -15,1    c  100%     127 .. ..     1000   55  304    0 100%  845    0
-  4  -13,1    c  100%     127 .. ..     1000   55  303    0 100%  844    0
-  5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  5  -30,8    c  100%     127 .. ..     1000   55  303    0 100%  845    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  302    0 100%  844    0
-  3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  305    0 100%  846    0
-  3   -2,10   c  100%     127 .. ..     1000   55  304    0 100%  845    0
-  2   16,10   c  100%     127 .. ..     1000   55  300    0 100%  842    0
-  2   18,10   c  100%     127 .. ..     1000   55  306    0 100%  846    0
-86 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   1,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   3,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
-  1  11,-15  l .......... .......2..   0   0    0    0    0   0    0  150    0   0
-  8  17,-15  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-15  - .......... ...9......   0   0    0    0    0   0    0    0    0   0
-  1   4,-14  b .......... ....3.....   0   0    0    0  305  96    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  1  10,-14  h .......... ..........   0   0    0 3853 2151   0  714 1282 1122   0
-  1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  18,-14  o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  24,-14  g .......... ....0..3..   0   0    0    0    1   0    0    0    0   0
-  1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
-  1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-13  k .......... ...a....0.   0   0    0  999    0   0    0    0    1   0
-  8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  25,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  29,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  1   4,-12  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
-  1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  g .......... .......0..   0   0    0 1073    0   0    0    0    0   0
-  1  12,-12  g .......... .0....021.   0   0    0    0    0   0    0    0    0   0
-  8  20,-12  g .......... ...9...0..   0   0    0  999    0   0    0    0    0   0
-  8  22,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
-  1   3,-11  i .......... 0......63.   0   0    0    0    0   0    0  600  300   0
-  1   5,-11  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
-  1   9,-11  g .......... ....0.01..   0   0    0    0    1   0    0    0    0   0
-  1  11,-11  g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  13,-11  g .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  g .......... 20.....22.   0   0    0    0    0   0    0    0    0   0
-  8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  25,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  27,-11  b .......... ....3.....   0   0    0    0  301  11    0    0    0   0
-  8  29,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  31,-11  - .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  + .......... .......0..   0   0    0    0    0   0    0    0    0   0
-  8  20,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  22,-10  - .......... ...9......   0   0    0    0    0   0    0    0    0   0
-  8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  26,-10  w .......... ..........   0   0    0 4025 2011   0    0    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-86 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  o  100%    0    0   82  11    0
-  1    1,-15  o  100%    6    0   67   7    0
-  1    3,-15  o  100%   11    0   61   4    0
-  1    5,-15  c  100%   28    5   37   0    0
-  1    7,-15  +    0%    0    0   76  47    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  8   17,-15  o    3%    0    0  100  87    0
-  8   19,-15  -    1%    0    0  100 100    0
-  8   23,-15  -    1%   11    0   61  21    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  j  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   12,-14  =  100%    0    0   45  11    0
-  1   14,-14  =   20%    0    0   63  46    0
-  1   16,-14  )  100%    0    0  100  98    0
-  8   18,-14  o    1%    0    0   91  72    0
-  8   20,-14  -    0%    0    0   82  58    0
-  8   22,-14  g    2%   50   23    6   0    0
-  8   24,-14  g    2%   45   19   13   0    0
-  1    3,-13  j  100%   23    1   43   0    0
-  1    5,-13  m  100%  100    0  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  8   19,-13  g    0%   56   28    0   0    5
-  8   21,-13  g    0%   96   60    0   0   77
-  8   23,-13  g    0%  100   65    0   0   88
-  8   25,-13  g    0%   63   33    0   0   17
-  8   27,-13  -    2%    0    0   76  47    0
-  8   29,-13  g    0%   28    5   37   0    0
-  1    4,-12  k  100%   74   42    0   0   37
-  1    6,-12  m  100%  100    0    0   0  100
-  1    8,-12  m  100%  100    0    0   0   88
-  1   10,-12  gj 100%   50    0    6   0    0
-  1   12,-12  gd 100%   63    0    0   0   17
-  8   20,-12  gj 100%   74    1    0   0   37
-  8   22,-12  g  100%  100    0    0   0   97
-  8   24,-12  m  100%  100    0    0   0  100
-  8   26,-12  m  100%  100    0    0   0  100
-  8   28,-12  g    0%   91   56    0   0   68
-  8   30,-12  c    0%   23    1   43   0    0
- 10  -11,-11  g  100%   78    0    0   0   45
-  1    3,-11  i  100%    0    0  100   3    0
-  1    5,-11  m  100%  100    0    0   0  100
-  1    7,-11  k  100%   91    0    0   0   68
-  1    9,-11  gr 100%   85    0    0   0   57
-  1   11,-11  gw 100%   78    0    0   0   45
-  1   13,-11  ge 100%   67    0    0   0   25
-  1   15,-11  g! 100%   56    0    0   0    5
-  8   21,-11  g    0%   85   51    0   0   57
-  8   23,-11  m  100%  100    0  100 100  100
-  8   25,-11  m  100%  100    0  100 100  100
-  8   27,-11  b  100%   39    3   21   0    0
-  8   29,-11  g    0%   34   10   28   0    0
-  8   31,-11  -    1%    0    0  100 100    0
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +   11%    0    0  100 100    0
-  1    6,-10  +    7%    0    0  100 100    0
-  1   10,-10  +p  38%    0    0  100  98    0
-  8   20,-10  g    0%   78   46    0   0   45
-  8   22,-10  -    0%    6    0   67  32    0
-  8   24,-10  g    0%   67   37    0   0   25
-  8   26,-10  w  100%   17    0   52   7    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    0    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g  100%  100    0    0   0  100
-  2   17,9    g  100%   34    0   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-86 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 11 completed successfully
 Player 01 Turn 11 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : 6,-2 old threshold 250
-
-[0:639] Command : 
-[0:638] Command : 
-[0:637] Command : 
-[0:636] Command : 
-[0:635] Command : 
-[0:634] Command : oil field at 1,-3 distributes to 5,-1. 
-oil field 1,-3 now distributes to 6,2 (cost 0.801)
-
-oil field at -4,-2 distributes to 5,-1. 
-oil field -4,-2 now distributes to 6,2 (cost 1.201)
-
-oil field at -2,-2 distributes to 5,-1. 
-oil field -2,-2 now distributes to 6,2 (cost 1.001)
-
-capital at 0,-2 distributes to 5,-1. 
-capital 0,-2 now distributes to 6,2 (cost 0.801)
-
-highway at 2,-2 distributes to 5,-1. 
-highway 2,-2 now distributes to 6,2 (cost 0.800)
-
-technical center at 4,-2 distributes to 5,-1. 
-technical center 4,-2 now distributes to 6,2 (cost 0.800)
-
-library/school at 6,-2 distributes to 5,-1. 
-library/school 6,-2 now distributes to 6,2 (cost 0.800)
-
-bank at -1,-1 distributes to 5,-1. 
-bank -1,-1 now distributes to 6,2 (cost 1.000)
-
-mine at 1,-1 distributes to 5,-1. 
-mine 1,-1 now distributes to 6,2 (cost 0.800)
-
-light manufacturing at 3,-1 distributes to 5,-1. 
-light manufacturing 3,-1 now distributes to 6,2 (cost 0.600)
-
-harbor at 5,-1 has no dist sector. 
-harbor 5,-1 now distributes to 6,2 (cost 0.600)
-
-bridge span at 7,-1 distributes to 5,-1. 
-bridge span 7,-1 now distributes to 6,2 (cost 0.800)
-
-bridge span at 9,-1 distributes to 5,-1. 
-bridge span 9,-1 now distributes to 6,2 (cost 0.801)
-
-radar installation at 11,-1 distributes to 5,-1. 
-radar installation 11,-1 now distributes to 6,2 (cost 1.121)
-
-light manufacturing at -2,0 distributes to 5,-1. 
-light manufacturing -2,0 now distributes to 6,2 (cost 1.000)
-
-mine at 0,0 distributes to 5,-1. 
-mine 0,0 now distributes to 6,2 (cost 0.800)
-
-mine at 2,0 distributes to 5,-1. 
-mine 2,0 now distributes to 6,2 (cost 0.600)
-
-heavy manufacturing at 4,0 distributes to 5,-1. 
-heavy manufacturing 4,0 now distributes to 6,2 (cost 0.400)
-
-heavy manufacturing at -1,1 distributes to 5,-1. 
-heavy manufacturing -1,1 now distributes to 6,2 (cost 0.800)
-
-mine at 1,1 distributes to 5,-1. 
-mine 1,1 now distributes to 6,2 (cost 0.600)
-
-mine at 3,1 distributes to 5,-1. 
-mine 3,1 now distributes to 6,2 (cost 0.400)
-
-light manufacturing at 5,1 distributes to 5,-1. 
-light manufacturing 5,1 now distributes to 6,2 (cost 0.200)
-
-defense plant at 7,1 distributes to 5,-1. 
-defense plant 7,1 now distributes to 6,2 (cost 0.200)
-
-shell industry at -2,2 distributes to 5,-1. 
-shell industry -2,2 now distributes to 6,2 (cost 0.800)
-
-mine at 0,2 distributes to 5,-1. 
-mine 0,2 now distributes to 6,2 (cost 0.600)
-
-heavy manufacturing at 2,2 distributes to 5,-1. 
-heavy manufacturing 2,2 now distributes to 6,2 (cost 0.400)
-
-research lab at 4,2 distributes to 5,-1. 
-research lab 4,2 now distributes to 6,2 (cost 0.200)
-
-warehouse at 6,2 distributes to 5,-1. 
-Distribution from and to warehouse 6,2 terminated
-
-enlistment center at 8,2 distributes to 5,-1. 
-enlistment center 8,2 now distributes to 6,2 (cost 0.200)
-
-headquarters at 10,2 distributes to 5,-1. 
-headquarters 10,2 now distributes to 6,2 (cost 0.400)
-
-highway at -1,3 distributes to 5,-1. 
-highway -1,3 now distributes to 6,2 (cost 0.800)
-
-highway at 1,3 distributes to 5,-1. 
-highway 1,3 now distributes to 6,2 (cost 0.600)
-
-park at 5,3 distributes to 5,-1. 
-park 5,3 now distributes to 6,2 (cost 0.200)
-
-
-[0:633] Command : You can't build that!
-Use `show land build 27' to show types you can build.
-command failed
-
-[0:632] Command :      1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-  -8                                           -8  
-  -7                                           -7  
-  -6                                           -6  
-  -5                        . . . . .          -5  
-  -4         - . . . . . . . . . . . .         -4  
-  -3          - . . . o . . . . . . . .        -3  
-  -2         . . o o c + t l . . o ? . ?       -2  
-  -1          - . . b m j h = = ) o ? ? ?      -1  
-   0         - - . j m m k . . . . ? ? ?       0   
-   1          - - . k m m g g . . . ? ?        1   
-   2         - - . i m k g g g g . . ?         2   
-   3          - - . + + . + . . . . ?          3   
-   4           - - . . . . . . . . .           4   
-   5                                           5   
-   6                                           6   
-   7                                           7   
-   8                                           8   
-     1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-
-[0:632] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   o  100%     127 .. ..      769    0    0    0 100%    2        0   1
-  -4,-2   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -2,-2   o  100%     127 .. ..      769    0    0    0 100%   24        0   1
-   0,-2   c  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   2,-2   +  100%     127 .. ..      769    0    0    0 100%  499        0   1
-   4,-2   t  100%     127 .. ..      769    0    0    0 100%  409        0   1
-   6,-2   l  100%     127 .. ..      769    0    0    0 100%  499        0   1
-  -1,-1   b  100%     127 .. ..      769    0    0    0 100%  298        0   1
-   1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,-1   h  100%     127 .. ..     5870   29    0    0 100%  650        0   1
-   7,-1   =  100%     127 .. ..       77    0    0    0 100%  108        0   1
-   9,-1   =   20%      60 .. ..       77    0    0    0 100%    0        0   1
-  11,-1   )  100%     127 .. 0.   8   80   28    1    0 100%  196        0   1
-  -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
-   0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769    0  579    0 100%   10        0
-   4,0    k  100%     127 .. 8.      769    0  269    0 100%    0        0   1
-  -1,1    k  100%     127 .. ..      769    0    0    0 100%   26        0   1
-   1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   7,1    d  100%     127 .. ..      769    0    0    0 100%  474        0   1
-  -2,2    i  100%     127 .. ..      769    0    0    0 100%    1        0   1
-   0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,2    k  100%     127 .. ..      769    0    0    0 100%   51        0   1
-   4,2    r  100%     127 .. ..      769    0    0    0 100%  474        0   1
-   6,2    w  100%     127 .. ..      769    0    0    0 100%  474        0   1
-   8,2    e  100%     127 .. ..      769    1    0    0 100%  474        0   1
-  10,2    !  100%     127 .. ..      769    0    0    0 100%  474        0   1
-  -1,3    +   52%     127 .. ..      769    0    0    0 100%   41        0   1
-   1,3    +   47%     127 .. ..      769    0    0    0 100%   41        0   1
-   5,3    p  100%     127 .. ..      769    0    0    0 100%  489        0   1
-33 sectors
-
-[0:632] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
-1 ship
-
-[0:632] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4 - . . . . . . . . . . .   -4  
-  -3  - . . . o . . . . . . .  -3  
-  -2 . . o o c + t l . . ? ? . -2  
-  -1  - . . b m j h = = ) ? ?  -1  
-   0 - - . j m m k . . . . ? ? 0   
-   1  - - . k m m j d . . . ?  1   
-   2 - - . i m k r w e ! . . ? 2   
-   3  - - . + + . p . . . . ?  3   
-   4   - - . . . . . . . . .   4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:632] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-technological breakthroughs (11.47) produced in 4,-2
-a class of graduates (150.00) produced in 6,-2
-  0 happiness, 150 education produced
-total pop was 22285, yielding 0.00 hap, 25.59 edu
-4.5197 tech, 0.0000 research produced
-Army delta $0, Navy delta $-36, Air force delta $0
-money delta was $3326 for this update
-
-
-[0:632] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-3   o   5%   601   24o 0.79 $0                                       24
-  -4,-2   o   3%   599   13o 0.79 $0                                       13
-  -2,-2   o   2%   623    9o 0.79 $0                                        9
-   4,-2   t 100%   649 11.22 0.75 $4500   15d  75o 150l   40d 200o 400l 29.91
-   6,-2   l 100%   649  250  1.00 $2250  250l            649l             649
-  -1,-1   b 100%   649   60b 1.00 $600   300d            645d             129
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   j 100%   599  473l 0.79 $0     599i            599i             473
-  -2,0    j 100%   649  473l 0.79 $0     599i            649i             512
-   0,0    m 100%   599  599i 1.00 $0                                      599
-   2,0    m 100%  1008  999i 1.00 $0                                      999
-   4,0    k 100%   784  309h 0.79 $0     784i            784i             309
-  -1,1    k 100%   625  237h 0.79 $0     600i            624i             246
-   1,1    m 100%   599  599i 1.00 $0                                      599
-   3,1    m 100%   599  599i 1.00 $0                                      599
-   5,1    j 100%   599  473l 0.79 $0     599i            599i             473
-   7,1    d 100%   649    4g 0.43 $300    10o  50l 100h   40o 200l 400h    17
-  -2,2    i 100%   600   85s 0.43 $600   400l 200h       400l 200h         85
-   0,2    m 100%   599  599i 1.00 $0                                      599
-   2,2    k 100%   649  237h 0.79 $0     600i            648i             256
-   4,2    r 100%   649  7.48 0.75 $900    10d  50o 100l   40d 200o 400l 29.91
-   8,2    e 100%   649   33m 1.00 $99     33c             33c             498
-   5,3    p 100%   649   75  1.00 $675    75l            649l             649
-23 sectors
-
-[0:632] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 11 completed successfully
 Player 08 Turn 11 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:593] Command : 
-[0:592] Command : 
-[0:591] Command : -1,-1 old threshold 1
-
-[0:590] Command : Looking for best path to 4,0
-Using best path 'jjnh', movement cost 0.600
-Total movement cost = 3
-124 mob left in -1,-1
-
-[0:589] Command : 
-[0:588] Command : 
-[0:587] Command : 
-[0:586] Command : 
-[0:585] Command : 
-[0:584] Command : 1,-3 old threshold 1
-
-[0:583] Command : 
-[0:582] Command : 
-[0:581] Command : 6,-2 old threshold 1
-
-[0:580] Command : 
-[0:579] Command : 
-[0:578] Command : 
-[0:577] Command : 
-[0:576] Command : 
-[0:575] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . .          -5  
-  -4 . o - . k . . .     -4  
-  -3  ) o - g g . . .    -3  
-  -2 . . g g g g - g .   -2  
-  -1  . . g g m m g c .  -1  
-   0 ? . . g m m b g - . 0   
-   1  . . g j g w . . .  1   
-   2   . . . . . . . .   2   
-   3      . . . . . .    3   
-   4         . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:575] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-4   o  100%     127 .. ..      769    0    0    0 100%    1        0   1
-  -4,-4   -    2%     127 .. ..        5    0    0    0 100%    2        0   1
-   0,-4   k    0%     127 .. ..        4    0    0    0 100%    1        0   1
-  -5,-3   o    2%     127 .. ..        4    0    0    0 100%    1        0   1
-  -3,-3   -    0%     127 .. ..        2    0    0    0 100%    0        0   1
-  -1,-3   g    5%     127 .. ..        7    0    0    0 100%    3        0   1
-   1,-3   gl 100%     127 .. ..      769    0    0    0 100%    2        0   1
-  -4,-2   g    0%     127 .. ..        2    0    0    0 100%    1        0   1
-  -2,-2   g    1%     127 .. ..        2    0    0    0 100%    1        0
-   0,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0
-   2,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   4,-2   -    3%     127 .. ..        5    0    0    0 100%    2        0   1
-   6,-2   g   39%     127 .. ..      769    0    0    0 100%   39        0   1
-  -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,-1   gm 100%     124 .. ..      769    0    0    0 100%  599        0
-   1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,-1   g    0%     127 .. ..        2    0    0    0 100%    0        0
-   7,-1   c    0%     127 .. ..        3    0    0    0 100%    1        0   1
-  -2,0    g    1%     127 .. ..        4    0    0    0 100%    1        0   1
-   0,0    m  100%     127 .. ..      769   55  352    0 100%    0        0
-   2,0    m  100%     127 .. ..      769   55  349    0 100%    0        0
-   4,0    b  100%     127 .. ..      350    0    0    0 100%   23        0   1
-   6,0    g    1%     127 .. ..      769    0    0    0 100%    1        0   1
-   8,0    -    3%     127 .. ..        6    0    0    0 100%    2        0   1
-  -3,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -1,1    j    0%     127 .. ..        3    0    0    0 100%    1        0   1
-   1,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   3,1    w  100%     127 .. ..      549    0    0    0 100%   50        0   1
-29 sectors
-
-[0:575] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . . . .      -5  
-  -4 . o - . k . . .     -4  
-  -3  ? o - g g . . . .  -3  
-  -2 . . g g g g - g .   -2  
-  -1  . . j g m m g c .  -1  
-   0 ? . . g m m b g - . 0   
-   1  . . g j g w . . .  1   
-   2   . . . . . . . .   2   
-   3      . . . . . .    3   
-   4         . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:575] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 6646, yielding 0.00 hap, 0.00 edu
-2.2598 technology (0.0000 + 2.2598), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $1155 for this update
-
-
-[0:575] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-  -6,-4   o  43%   600  181o 0.70 $0                                      181
-   1,-3   l 100%   474  300  1.00 $2700  300l            474l             474
-   6,-2   g   5%   577   25d 1.00 $0                                       25
-  -3,-1   j 100%   599  421l 0.70 $0     599i            599i             421
-  -1,-1   m 100%   474  474i 1.00 $0                                      474
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   m 100%   599  599i 1.00 $0                                      599
-   0,0    m 100%   855  855i 1.00 $0                                      855
-   2,0    m 100%   853  853i 1.00 $0                                      853
-   4,0    b 100%   296   59b 1.00 $590   295d            295d              59
-   6,0    g  10%   501   50d 1.00 $0                                       50
-11 sectors
-
-[0:575] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 11 completed successfully
 Update Turn 12 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  33   95%  28K  83   50    0    0  9.2K 2.2K 818    0    1    0   23K
-   264.18
-        8  29   36% 8.6K 110    0    0    0  7.4K 2.1K 299    0    0    0   31K
-    52.78
-        6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   33K
-    20.43
-        3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   33K
-    20.33
-        5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   33K
-    20.28
-        7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   33K
-    20.14
-        4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   33K
-    19.87
-       10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   33K
-    19.50
-        2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   33K
-    18.54
-        9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   33K
-    18.42
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  86   76%  61K 1.1K  50    0    0   17K 6.4K 1.1K   0    1    0  314K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                 27.40        0.00       34.65        0.00     5,-15 
- 2     2                 13.70        0.00        0.00        0.00    16,10  
- 3     3                 13.70        0.00        0.00        0.00    -4,10  
- 4     4                 13.70        0.00        0.00        0.00   -15,1   
- 5     5                 13.70        0.00        0.00        0.00   -30,8   
- 6     6                 13.70        0.00        0.00        0.00     2,-2  
- 7     7                 13.70        0.00        0.00        0.00    24,0   
- 8     8                 13.70        0.00        0.00        0.00    30,-12 
- 9     9                 13.70        0.00        0.00        0.00   -26,-6  
- 10    10                13.70        0.00        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  o  100%     127 .. ..      769    0    0    0 100%    2    0   1
-  1    1,-15  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    3,-15  o  100%     127 .. ..      769    0    0    0 100%   24    0   1
-  1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1    7,-15  +  100%     127 .. ..      769    0    0    0 100%  499    0   1
-  1    9,-15  t  100%     127 .. ..      769    0    0    0 100%  409    0   1
-  1   11,-15  l  100%     127 .. ..      769    0    0    0 100%  499    0   1
-  8   17,-15  o  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  8   19,-15  -    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  8   23,-15  k    0%     127 .. ..        4    0    0    0 100%    1    0   1
-  1    4,-14  b  100%     127 .. ..      769    0    0    0 100%  298    0   1
-  1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-14  j  100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-14  h  100%     127 .. ..     5870   29    0    0 100%  650    0   1
-  1   12,-14  =  100%     127 .. ..       77    0    0    0 100%  108    0   1
-  1   14,-14  =   20%      60 .. ..       77    0    0    0 100%    0    0   1
-  1   16,-14  )  100%     127 .. 0.   8   80   28    1    0 100%  196    0   1
-  8   18,-14  o    2%     127 .. ..        4    0    0    0 100%    1    0   1
-  8   20,-14  -    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  8   22,-14  g    5%     127 .. ..        7    0    0    0 100%    3    0   1
-  8   24,-14  gl 100%     127 .. ..      769    0    0    0 100%    2    0   1
-  1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
-  1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-13  m  100%     127 .. 5.      769    0  579    0 100%   10    0
-  1    9,-13  k  100%     127 .. 8.      769    0  269    0 100%    0    0   1
-  8   19,-13  g    0%     127 .. ..        2    0    0    0 100%    1    0   1
-  8   21,-13  g    1%     127 .. ..        2    0    0    0 100%    1    0
-  8   23,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0
-  8   25,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   27,-13  -    3%     127 .. ..        5    0    0    0 100%    2    0   1
-  8   29,-13  g   39%     127 .. ..      769    0    0    0 100%   39    0   1
-  1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   26    0   1
-  1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1   12,-12  d  100%     127 .. ..      769    0    0    0 100%  474    0   1
-  8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   22,-12  gm 100%     124 .. ..      769    0    0    0 100%  599    0
-  8   24,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   26,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   28,-12  g    0%     127 .. ..        2    0    0    0 100%    0    0
-  8   30,-12  c    0%     127 .. ..        3    0    0    0 100%    1    0   1
- 10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  1    3,-11  i  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-11  k  100%     127 .. ..      769    0    0    0 100%   51    0   1
-  1    9,-11  r  100%     127 .. ..      769    0    0    0 100%  474    0   1
-  1   11,-11  w  100%     127 .. ..      769    0    0    0 100%  474    0   1
-  1   13,-11  e  100%     127 .. ..      769    1    0    0 100%  474    0   1
-  1   15,-11  !  100%     127 .. ..      769    0    0    0 100%  474    0   1
-  8   21,-11  g    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  8   23,-11  m  100%     127 .. ..      769   55  352    0 100%    0    0
-  8   25,-11  m  100%     127 .. ..      769   55  349    0 100%    0    0
-  8   27,-11  b  100%     127 .. ..      350    0    0    0 100%   23    0   1
-  8   29,-11  g    1%     127 .. ..      769    0    0    0 100%    1    0   1
-  8   31,-11  -    3%     127 .. ..        6    0    0    0 100%    2    0   1
- 10  -12,-10  c  100%     127 .. ..     1000   55  348    0 100%  872    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  346    0 100%  870    0   1
-  1    4,-10  +   52%     127 .. ..      769    0    0    0 100%   41    0   1
-  1    6,-10  +   47%     127 .. ..      769    0    0    0 100%   41    0   1
-  1   10,-10  p  100%     127 .. ..      769    0    0    0 100%  489    0   1
-  8   20,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   22,-10  j    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  8   24,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   26,-10  w  100%     127 .. ..      549    0    0    0 100%   50    0   1
-  9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  346    0 100%  870    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  349    0 100%  872    0
-  6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  6    2,-2   c  100%     127 .. ..     1000   55  350    0 100%  872    0
-  6    4,-2   c  100%     127 .. ..     1000   55  354    0 100%  875    0
-  7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  7   24,0    c  100%     127 .. ..     1000   55  354    0 100%  875    0
-  7   26,0    c  100%     127 .. ..     1000   55  345    0 100%  870    0
-  4  -15,1    c  100%     127 .. ..     1000   55  350    0 100%  872    0
-  4  -13,1    c  100%     127 .. ..     1000   55  348    0 100%  872    0
-  5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  5  -30,8    c  100%     127 .. ..     1000   55  349    0 100%  872    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  347    0 100%  871    0
-  3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  351    0 100%  873    0
-  3   -2,10   c  100%     127 .. ..     1000   55  349    0 100%  872    0
-  2   16,10   c  100%     127 .. ..     1000   55  345    0 100%  870    0
-  2   18,10   c  100%     127 .. ..     1000   55  352    0 100%  873    0
-86 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   1,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   3,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
-  1  11,-15  l .......... .......3..   0   0    0    0    0   0    0  250    0   0
-  8  17,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    0   0
-  1   4,-14  b .......... ....3.....   0   0    0    0  300 157    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  1  10,-14  h .......... ...00.022.   0   0    0 4043 1827   0  670 1157 1300   0
-  1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  18,-14  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  24,-14  g .......... .......3..   0   0    0    0    1   0    0  300    0   0
-  1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
-  1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
-  8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  25,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  27,-13  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  29,-13  g .......... ....0.13..   0   0    0    0    1   0    0    0    0   0
-  1   4,-12  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
-  1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  j .......... .......0..   0   0    0 1198    0   0    0    1    0   0
-  1  12,-12  d .......... .0....021.   0   0    0    0    0   0   20  200  100   0
-  8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  8  22,-12  g .......... ...0......   0   0    0    0    0   0    0    0    0   0
-  8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
-  1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
-  1   5,-11  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
-  1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
-  1  11,-11  w .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  ! .......... 20.....22.  49   0    0    0    0   0    0  200  200   0
-  8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  25,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  27,-11  b .......... ....3.....   0   0    0    0  301  71    0    0    0   0
-  8  29,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  31,-11  - .......... .......63.   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
-  8  20,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    0    0   0
-  8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  26,-10  w .......... ..........   0   0    0 4397 1807   0  297   23    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-86 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  o  100%    0    0   82   5    0
-  1    1,-15  o  100%    6    0   67   3    0
-  1    3,-15  o  100%   11    0   61   2    0
-  1    5,-15  c  100%   28    5   37   0    0
-  1    7,-15  +  100%    0    0   76  47    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  8   17,-15  o  100%    0    0  100  43    0
-  8   19,-15  -    2%    0    0  100 100    0
-  8   23,-15  k    0%   11    0   61  21    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  j  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   12,-14  =  100%    0    0   45  11    0
-  1   14,-14  =   20%    0    0   63  46    0
-  1   16,-14  )  100%    0    0  100  98    0
-  8   18,-14  o    2%    0    0   91  72    0
-  8   20,-14  -    0%    0    0   82  58    0
-  8   22,-14  g    5%   50   23    6   0    0
-  8   24,-14  gl 100%   45    0   13   0    0
-  1    3,-13  j  100%   23    1   43   0    0
-  1    5,-13  m  100%  100    0  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  8   19,-13  g    0%   56   28    0   0    5
-  8   21,-13  g    1%   96   60    0   0   77
-  8   23,-13  g    0%  100   65    0   0   88
-  8   25,-13  g    0%   63   33    0   0   17
-  8   27,-13  -    3%    0    0   76  47    0
-  8   29,-13  g   39%   28    5   37   0    0
-  1    4,-12  k  100%   74   42    0   0   37
-  1    6,-12  m  100%  100    0    0   0  100
-  1    8,-12  m  100%  100    0    0   0   88
-  1   10,-12  j  100%   50    0    6   0    0
-  1   12,-12  d  100%   63    0    0   0   17
-  8   20,-12  j  100%   74    1    0   0   37
-  8   22,-12  gm 100%  100    0    0   0   97
-  8   24,-12  m  100%  100    0    0   0  100
-  8   26,-12  m  100%  100    0    0   0  100
-  8   28,-12  g    0%   91   56    0   0   68
-  8   30,-12  c    0%   23    1   43   0    0
- 10  -11,-11  g  100%   78    0    0   0   45
-  1    3,-11  i  100%    0    0  100   3    0
-  1    5,-11  m  100%  100    0    0   0  100
-  1    7,-11  k  100%   91    0    0   0   68
-  1    9,-11  r  100%   85    0    0   0   57
-  1   11,-11  w  100%   78    0    0   0   45
-  1   13,-11  e  100%   67    0    0   0   25
-  1   15,-11  !  100%   56    0    0   0    5
-  8   21,-11  g    1%   85   51    0   0   57
-  8   23,-11  m  100%  100    0  100 100  100
-  8   25,-11  m  100%  100    0  100 100  100
-  8   27,-11  b  100%   39    3   21   0    0
-  8   29,-11  g    1%   34   10   28   0    0
-  8   31,-11  -    3%    0    0  100 100    0
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +   52%    0    0  100 100    0
-  1    6,-10  +   47%    0    0  100 100    0
-  1   10,-10  p  100%    0    0  100  98    0
-  8   20,-10  g    0%   78   46    0   0   45
-  8   22,-10  j    0%    6    0   67  32    0
-  8   24,-10  g    0%   67   37    0   0   25
-  8   26,-10  w  100%   17    0   52   7    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    0    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g  100%  100    0    0   0  100
-  2   17,9    g  100%   34    0   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-86 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 12 completed successfully
 Player 01 Turn 12 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : cav  cavalry #0 built in sector 10,2
-cav  cavalry #1 built in sector 10,2
-cav  cavalry #2 built in sector 10,2
-cav  cavalry #3 built in sector 10,2
-cav  cavalry #4 built in sector 10,2
-That just cost you $250.00
-
-[0:639] Command : cs   cargo ship (#1) built in sector 5,-1
-cs   cargo ship (#2) built in sector 5,-1
-cs   cargo ship (#3) built in sector 5,-1
-That just cost you $300.00
-
-[0:638] Command : 
-[0:637] Command : 
-[0:636] Command : 
-[0:635] Command :      1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-  -8                                           -8  
-  -7                                           -7  
-  -6                                           -6  
-  -5                        . . . . .          -5  
-  -4         - . . . . . . . . . . . .         -4  
-  -3          - . . . o . . . . . . . .        -3  
-  -2         . . o o c + t l . . o ? . ?       -2  
-  -1          - . . b m j h = = ) o ? ? ?      -1  
-   0         - - . j m m k . . . . ? ? ?       0   
-   1          - - . k m m j d . . . ? ?        1   
-   2         - - . i m k r w e ! . . ?         2   
-   3          - - . + + . p . . . . ?          3   
-   4           - - . . . . . . . . .           4   
-   5                                           5   
-   6                                           6   
-   7                                           7   
-   8                                           8   
-     1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-
-[0:635] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   o  100%     127 .. ..      769    0    0    0 100%    1        0   1
-  -4,-2   o  100%     127 .. ..      769    0    0    0 100%   33        0   1
-  -2,-2   o  100%     127 .. ..      769    0    0    0 100%   23        0   1
-   0,-2   c  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   2,-2   +  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   4,-2   t  100%     127 .. ..      769    0    0    0 100%  409        0   1
-   6,-2   l  100%     127 .. ..      769    0    0    0 100%  399        0   1
-  -1,-1   b  100%     127 .. ..      769    0    0    0 100%  349        0   1
-   1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,-1   h  100%      93 .. ..      769   29    0    0 100%  560        0   1
-   7,-1   =  100%     127 .. ..       77    0    0    0 100%  109        0   1
-   9,-1   =   49%     120 .. ..       77    0    0    0 100%   30        0   1
-  11,-1   )  100%     127 .. 0.   8  104   28    1    0 100%  120        0   1
-  -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
-   0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769    0  579    0 100%    9        0
-   4,0    k  100%     127 .. 8.      769    0  397    0 100%    0        0   1
-  -1,1    k  100%     127 .. ..      769    0    0    0 100%   25        0   1
-   1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   7,1    d  100%     127 .. ..      769    0    0    0 100%  489        0   1
-  -2,2    i  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,2    k  100%     127 .. ..      769    0    0    0 100%   49        0   1
-   4,2    r  100%     127 .. ..      769    0    0    0 100%  489        0   1
-   6,2    w  100%     127 .. ..     7707   33    0    0 100%  649        0   1
-   8,2    e  100%     127 .. ..      769    1    0    0 100%  649        0   1
-  10,2    !  100%     127 .. ..      769    0    0    0 100%  629        0   1
-  -1,3    +  100%     127 .. ..      769    0    0    0 100%  592        0   1
-   1,3    +  100%     127 .. ..      769    0    0    0 100%  587        0   1
-   5,3    p  100%     127 .. ..      769    0    0    0 100%  574        0   1
-33 sectors
-
-[0:635] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
-   1 cs   cargo ship     5,-1       20%   0   0   0   0  0  0  0  0   0   31
-   2 cs   cargo ship     5,-1       20%   0   0   0   0  0  0  0  0   0   31
-   3 cs   cargo ship     5,-1       20%   0   0   0   0  0  0  0  0   0   31
-4 ships
-
-[0:635] Command :    # unit type          x,y    a   eff mil frt  mu  fd tch retr xl ln carry
-   0 cav  cavalry      10,2        10%   0   0   0   0  31  42%  0  0
-   1 cav  cavalry      10,2        10%   0   0   0   0  31  42%  0  0
-   2 cav  cavalry      10,2        10%   0   0   0   0  31  42%  0  0
-   3 cav  cavalry      10,2        10%   0   0   0   0  31  42%  0  0
-   4 cav  cavalry      10,2        10%   0   0   0   0  31  42%  0  0
-5 units
-
-[0:635] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4 - . . . . . . . . . . .   -4  
-  -3  - . . . o . . . . . . .  -3  
-  -2 . . o o c + t l . . ? ? . -2  
-  -1  - . . b m j h = = ) ? ?  -1  
-   0 - - . j m m k . . . . ? ? 0   
-   1  - - . k m m j d . . . ?  1   
-   2 - - . i m k r w e ! . . ? 2   
-   3  - - . + + . p . . . . ?  3   
-   4   - - . . . . . . . . .   4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:635] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-technological breakthroughs (11.22) produced in 4,-2
-a class of graduates (250.00) produced in 6,-2
-medical discoveries (7.48) produced in 4,2
-happy strollers (75.00) produced in 5,3
- 75 happiness, 250 education produced
-total pop was 28325, yielding 12.95 hap, 30.83 edu
-4.4876 tech, 3.7001 research produced
-Army delta $0, Navy delta $-36, Air force delta $0
-money delta was $5610 for this update
-
-
-[0:635] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-3   o   2%   600   10o 0.81 $0                                       10
-  -4,-2   o   2%   632   10o 0.81 $0                                       10
-  -2,-2   o   0%   622    0o 0.81 $0                                        0
-   4,-2   t 100%   649 11.13 0.74 $4500   15d  75o 150l   40d 200o 400l 29.67
-   6,-2   l 100%   649  300  1.00 $2700  300l            649l             649
-  -1,-1   b 100%   649   60b 1.00 $600   300d            645d             129
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   j 100%   599  483l 0.81 $0     599i            599i             483
-  -2,0    j 100%   649  483l 0.81 $0     599i            649i             523
-   0,0    m 100%   599  599i 1.00 $0                                      599
-   2,0    m 100%  1007  999i 1.00 $0                                      999
-   4,0    k 100%   873  352h 0.81 $0     872i            872i             352
-  -1,1    k 100%   624  241h 0.81 $0     598i            624i             252
-   1,1    m 100%   599  599i 1.00 $0                                      599
-   3,1    m 100%   599  599i 1.00 $0                                      599
-   5,1    j 100%   599  483l 0.81 $0     599i            599i             483
-   7,1    d 100%   649    5g 0.54 $300    10o  50l 100h   40o 200l 400h    22
-  -2,2    i 100%   599  107s 0.54 $597   398l 199h       398l 199h        107
-   0,2    m 100%   599  599i 1.00 $0                                      599
-   2,2    k 100%   648  241h 0.81 $0     598i            648i             261
-   4,2    r 100%   649  7.42 0.74 $900    10d  50o 100l   40d 200o 400l 29.67
-   8,2    e 100%   649   33m 1.00 $99     33c             33c             498
-   5,3    p 100%   649   75  1.00 $675    75l            649l             649
-23 sectors
-
-[0:635] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 12 completed successfully
 Player 08 Turn 12 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:575] Command : 
-[0:574] Command : 
-[0:573] Command : 6,0 old threshold 1
-
-[0:572] Command : 
-[0:571] Command : 
-[0:570] Command : 
-[0:569] Command : 
-[0:568] Command : 4,0 old threshold 350
-
-[0:567] Command : 
-[0:566] Command : 
-[0:565] Command : 
-[0:564] Command : 
-[0:563] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . . . .      -5  
-  -4 . o - . k . . .     -4  
-  -3  ) o - g g . . . .  -3  
-  -2 . . g g g g - g .   -2  
-  -1  . . j g m m g c .  -1  
-   0 ? . . g m m b g - . 0   
-   1  . . g j g w . . .  1   
-   2   . . . . . . . .   2   
-   3      . . . . . .    3   
-   4         . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:563] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-4   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -4,-4   -    4%     127 .. ..        6    0    0    0 100%    3        0   1
-   0,-4   k    1%     127 .. ..      769    0    0    0 100%    2        0   1
-  -5,-3   o    3%     127 .. ..        5    0    0    0 100%    2        0   1
-  -3,-3   -    0%     127 .. ..        3    0    0    0 100%    1        0   1
-  -1,-3   g    9%     127 .. ..        9    0    0    0 100%    4        0   1
-   1,-3   l  100%     127 .. ..      769    0    0    0 100%  174        0   1
-  -4,-2   g    1%     127 .. ..        3    0    0    0 100%    1        0   1
-  -2,-2   g    2%     127 .. ..        2    0    0    0 100%    1        0
-   0,-2   g    0%     127 .. ..        1    0    0    0 100%    0        0
-   2,-2   g    0%     127 .. ..        2    0    0    0 100%    0        0   1
-   4,-2   -j   6%     127 .. ..        7    0    0    0 100%    3        0   1
-   6,-2   gt 100%     127 .. ..      769    0    0    0 100%   77        0   1
-  -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,-1   g    0%     127 .. ..        2    0    0    0 100%    1        0
-   7,-1   c    1%     127 .. ..        4    0    0    0 100%    1        0   1
-  -2,0    g    2%     127 .. ..        5    0    0    0 100%    2        0   1
-   0,0    m  100%     127 .. ..      769   55  404    0 100%    0        0
-   2,0    m  100%     127 .. ..      769   55  401    0 100%    0        0
-   4,0    b  100%     127 .. ..      350    0    0    0 100%    1        0   1
-   6,0    gh 100%     127 .. ..      769    0    0    0 100%    1        0   1
-   8,0    -i   6%     127 .. ..      769    0    0    0 100%    3        0   1
-  -3,1    g    0%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,1    j    1%     127 .. ..      769    0    0    0 100%    1        0   1
-   1,1    g    0%     127 .. ..        1    0    0    0 100%    0        0   1
-   3,1    w  100%     127 .. ..       70    0    0    0 100%  478        0   1
-29 sectors
-
-[0:563] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . . . . . .  -5  
-  -4 . o - . k . . . . - -4  
-  -3  ? o - g l . . . .  -3  
-  -2 . . g g g g - g . - -2  
-  -1  . . j m m m g c .  -1  
-   0 ? . . g m m b g - . 0   
-   1  . . g j g w . . .  1   
-   2   . . . . . . . . . 2   
-   3      . . . . . . .  3   
-   4         . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:563] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-a class of graduates (300.00) produced in 1,-3
-  0 happiness, 300 education produced
-total pop was 8642, yielding 0.00 hap, 86.11 edu
-2.2438 technology (0.0000 + 2.2438), 1.8500 research (0.0000 + 1.8500) produced
-money delta was $496 for this update
-
-
-[0:563] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-  -6,-4   o  18%   599   77o 0.72 $0                                       77
-   0,-4   k 100%   502  181h 0.72 $0     502i            502i             181
-   1,-3   l 100%   649  300  1.00 $2700  300l            649l             649
-   6,-2   t 100%   474  8.51 0.61 $4200   14d  70o 140l   29d 145o 290l 17.63
-  -3,-1   j 100%   599  432l 0.72 $0     599i            599i             432
-  -1,-1   m 100%   599  599i 1.00 $0                                      599
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   m 100%   599  599i 1.00 $0                                      599
-   0,0    m 100%   891  891i 1.00 $0                                      891
-   2,0    m 100%   889  889i 1.00 $0                                      889
-   4,0    b 100%   274   54b 1.00 $540   270d            270d              54
-   8,0    i 100%   497    0s 0.00 $0       0l   0h         0l   0h          0
-  -3,1    g  46%   499  229d 1.00 $0                                      229
-  -1,1    j 100%   501  361l 0.72 $0     501i            501i             361
-14 sectors
-
-[0:563] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 12 completed successfully
 Update Turn 13 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  33   98%  30K 116  135    4    0  9.5K 1.8K 729    0    4    5   28K
-   330.19
-        8  29   43%  11K 110    0    0    0   10K 1.9K 480    0    0    0   32K
-    72.30
-        6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   33K
-    23.92
-        3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   33K
-    23.80
-        5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   33K
-    23.74
-        7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   33K
-    23.57
-        4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   33K
-    23.26
-       10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   33K
-    22.84
-        2   3  100% 3.0K 110    0    0    0    0   53    0    0    0    0   33K
-    21.73
-        9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   33K
-    21.60
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide  86   80%  66K 1.1K 135    4    0   20K 5.8K 1.2K   0    4    5  327K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                 31.69        3.68       33.74        7.19     5,-15 
- 2     2                 15.85        1.84        0.00        0.00    16,10  
- 3     3                 15.85        1.84        0.00        0.00    -4,10  
- 4     4                 15.85        1.84        0.00        0.00   -15,1   
- 5     5                 15.85        1.84        0.00        0.00   -30,8   
- 6     6                 15.85        1.84        0.00        0.00     2,-2  
- 7     7                 15.85        1.84        0.00        0.00    24,0   
- 8     8                 15.85        1.84       20.50        0.00    30,-12 
- 9     9                 15.85        1.84        0.00        0.00   -26,-6  
- 10    10                15.85        1.84        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  o  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  1    1,-15  o  100%     127 .. ..      769    0    0    0 100%   33    0   1
-  1    3,-15  o  100%     127 .. ..      769    0    0    0 100%   23    0   1
-  1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1    7,-15  +  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1    9,-15  t  100%     127 .. ..      769    0    0    0 100%  409    0   1
-  1   11,-15  l  100%     127 .. ..      769    0    0    0 100%  399    0   1
-  8   17,-15  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   19,-15  -    4%     127 .. ..        6    0    0    0 100%    3    0   1
-  8   23,-15  k    1%     127 .. ..      769    0    0    0 100%    2    0   1
-  1    4,-14  b  100%     127 .. ..      769    0    0    0 100%  349    0   1
-  1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-14  j  100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-14  h  100%      93 .. ..      769   29    0    0 100%  560    0   1
-  1   12,-14  =  100%     127 .. ..       77    0    0    0 100%  109    0   1
-  1   14,-14  =   49%     120 .. ..       77    0    0    0 100%   30    0   1
-  1   16,-14  )  100%     127 .. 0.   8  104   28    1    0 100%  120    0   1
-  8   18,-14  o    3%     127 .. ..        5    0    0    0 100%    2    0   1
-  8   20,-14  -    0%     127 .. ..        3    0    0    0 100%    1    0   1
-  8   22,-14  g    9%     127 .. ..        9    0    0    0 100%    4    0   1
-  8   24,-14  l  100%     127 .. ..      769    0    0    0 100%  174    0   1
-  1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
-  1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-13  m  100%     127 .. 5.      769    0  579    0 100%    9    0
-  1    9,-13  k  100%     127 .. 8.      769    0  397    0 100%    0    0   1
-  8   19,-13  g    1%     127 .. ..        3    0    0    0 100%    1    0   1
-  8   21,-13  g    2%     127 .. ..        2    0    0    0 100%    1    0
-  8   23,-13  g    0%     127 .. ..        1    0    0    0 100%    0    0
-  8   25,-13  g    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  8   27,-13  -j   6%     127 .. ..        7    0    0    0 100%    3    0   1
-  8   29,-13  gt 100%     127 .. ..      769    0    0    0 100%   77    0   1
-  1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   25    0   1
-  1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1   12,-12  d  100%     127 .. ..      769    0    0    0 100%  489    0   1
-  8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   22,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   24,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   26,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   28,-12  g    0%     127 .. ..        2    0    0    0 100%    1    0
-  8   30,-12  c    1%     127 .. ..        4    0    0    0 100%    1    0   1
- 10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  1    3,-11  i  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-11  k  100%     127 .. ..      769    0    0    0 100%   49    0   1
-  1    9,-11  r  100%     127 .. ..      769    0    0    0 100%  489    0   1
-  1   11,-11  w  100%     127 .. ..     7707   33    0    0 100%  649    0   1
-  1   13,-11  e  100%     127 .. ..      769    1    0    0 100%  649    0   1
-  1   15,-11  !  100%     127 .. ..      769    0    0    0 100%  629    0   1
-  8   21,-11  g    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  8   23,-11  m  100%     127 .. ..      769   55  404    0 100%    0    0
-  8   25,-11  m  100%     127 .. ..      769   55  401    0 100%    0    0
-  8   27,-11  b  100%     127 .. ..      350    0    0    0 100%    1    0   1
-  8   29,-11  gh 100%     127 .. ..      769    0    0    0 100%    1    0   1
-  8   31,-11  -i   6%     127 .. ..      769    0    0    0 100%    3    0   1
- 10  -12,-10  c  100%     127 .. ..     1000   55  400    0 100%  903    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  398    0 100%  901    0   1
-  1    4,-10  +  100%     127 .. ..      769    0    0    0 100%  592    0   1
-  1    6,-10  +  100%     127 .. ..      769    0    0    0 100%  587    0   1
-  1   10,-10  p  100%     127 .. ..      769    0    0    0 100%  574    0   1
-  8   20,-10  g    0%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   22,-10  j    1%     127 .. ..      769    0    0    0 100%    1    0   1
-  8   24,-10  g    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  8   26,-10  w  100%     127 .. ..       70    0    0    0 100%  478    0   1
-  9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  398    0 100%  901    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  401    0 100%  903    0
-  6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  6    2,-2   c  100%     127 .. ..     1000   55  403    0 100%  904    0
-  6    4,-2   c  100%     127 .. ..     1000   55  407    0 100%  906    0
-  7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  7   24,0    c  100%     127 .. ..     1000   55  407    0 100%  906    0
-  7   26,0    c  100%     127 .. ..     1000   55  397    0 100%  901    0
-  4  -15,1    c  100%     127 .. ..     1000   55  403    0 100%  904    0
-  4  -13,1    c  100%     127 .. ..     1000   55  401    0 100%  903    0
-  5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  5  -30,8    c  100%     127 .. ..     1000   55  401    0 100%  903    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  399    0 100%  902    0
-  3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  2   17,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  404    0 100%  904    0
-  3   -2,10   c  100%     127 .. ..     1000   55  401    0 100%  903    0
-  2   16,10   c  100%     127 .. ..     1000   55  396    0 100%  900    0
-  2   18,10   c  100%     127 .. ..     1000   55  405    0 100%  905    0
-86 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  o .......... ...9..0...   0   0    0    0    0   0    1    0    0   0
-  1   1,-15  o .......... ...9..0...   0   0    0    0    0   0    1    0    0   0
-  1   3,-15  o .......... ...9..0...   0   0    0    0    0   0    1    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
-  1  11,-15  l .......... .......3..   0   0    0    0    0   0    0  300    0   0
-  8  17,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    0   0
-  1   4,-14  b .......... ....3.....   0   0    0    0  300 217    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  1  10,-14  h .......... ...00.022.   0   0    0    1    1   0    1  164  176   0
-  1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  18,-14  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  24,-14  l .......... .......3..   0   0    0    0    1   0    0  300    0   0
-  1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
-  1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
-  8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  25,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  27,-13  - .......... ...9......   0   0    0    0    0   0    0    0    0   0
-  8  29,-13  g .......... ....0.13..   0   0    0    0   30   0  150  144    0   0
-  1   4,-12  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
-  1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  j .......... .......0..   0   0    0 1198    0   0    0    1    0   0
-  1  12,-12  d .......... .0....021.   0   1    0    0    0   0   20  200  100   0
-  8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  8  22,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
-  1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
-  1   5,-11  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
-  1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
-  1  11,-11  w .......... ..........   0   0    0 4257 1501   0  580 1300 1582   0
-  1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  ! .......... 20.....22. 134   3    0    0    0   0    0  195  197   0
-  8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  25,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  27,-11  b .......... ....3.....   0   0    0    0  300 130    0    0    0   0
-  8  29,-11  g .......... .......22.   0   0    0    0    1   0    0    0    0   0
-  8  31,-11  - .......... 0......63.   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
-  8  20,-10  g .......... ...90.....   0   0    0    0    1   0    0    0    0   0
-  8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    0    0   0
-  8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  26,-10  w .......... ..........   0   0    0 7176 1559   0  328    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
-  2  17,9    g .......... ..........   0   0    0    0   53   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-86 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  o  100%    0    0   82   2    0
-  1    1,-15  o  100%    6    0   67   2    0
-  1    3,-15  o  100%   11    0   61   0    0
-  1    5,-15  c  100%   28    5   37   0    0
-  1    7,-15  +  100%    0    0   76  47    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  8   17,-15  o  100%    0    0  100  18    0
-  8   19,-15  -    4%    0    0  100 100    0
-  8   23,-15  k    1%   11    0   61  21    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  j  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   12,-14  =  100%    0    0   45  11    0
-  1   14,-14  =   49%    0    0   63  46    0
-  1   16,-14  )  100%    0    0  100  98    0
-  8   18,-14  o    3%    0    0   91  72    0
-  8   20,-14  -    0%    0    0   82  58    0
-  8   22,-14  g    9%   50   23    6   0    0
-  8   24,-14  l  100%   45    0   13   0    0
-  1    3,-13  j  100%   23    1   43   0    0
-  1    5,-13  m  100%  100    0  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  8   19,-13  g    1%   56   28    0   0    5
-  8   21,-13  g    2%   96   60    0   0   77
-  8   23,-13  g    0%  100   65    0   0   88
-  8   25,-13  g    0%   63   33    0   0   17
-  8   27,-13  -j   6%    0    0   76  47    0
-  8   29,-13  gt 100%   28    0   37   0    0
-  1    4,-12  k  100%   74   42    0   0   37
-  1    6,-12  m  100%  100    0    0   0  100
-  1    8,-12  m  100%  100    0    0   0   88
-  1   10,-12  j  100%   50    0    6   0    0
-  1   12,-12  d  100%   63    0    0   0   17
-  8   20,-12  j  100%   74    1    0   0   37
-  8   22,-12  m  100%  100    0    0   0   97
-  8   24,-12  m  100%  100    0    0   0  100
-  8   26,-12  m  100%  100    0    0   0  100
-  8   28,-12  g    0%   91   56    0   0   68
-  8   30,-12  c    1%   23    1   43   0    0
- 10  -11,-11  g  100%   78    0    0   0   45
-  1    3,-11  i  100%    0    0  100   3    0
-  1    5,-11  m  100%  100    0    0   0  100
-  1    7,-11  k  100%   91    0    0   0   68
-  1    9,-11  r  100%   85    0    0   0   57
-  1   11,-11  w  100%   78    0    0   0   45
-  1   13,-11  e  100%   67    0    0   0   25
-  1   15,-11  !  100%   56    0    0   0    5
-  8   21,-11  g    2%   85   51    0   0   57
-  8   23,-11  m  100%  100    0  100 100  100
-  8   25,-11  m  100%  100    0  100 100  100
-  8   27,-11  b  100%   39    3   21   0    0
-  8   29,-11  gh 100%   34    0   28   0    0
-  8   31,-11  -i   6%    0    0  100 100    0
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +  100%    0    0  100 100    0
-  1    6,-10  +  100%    0    0  100 100    0
-  1   10,-10  p  100%    0    0  100  98    0
-  8   20,-10  g    0%   78   46    0   0   45
-  8   22,-10  j    1%    6    0   67  32    0
-  8   24,-10  g    0%   67   37    0   0   25
-  8   26,-10  w  100%   17    0   52   7    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    0    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  3   -3,9    g  100%  100    0    0   0  100
-  2   17,9    g  100%   34    0   28   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   16,10   c  100%  100  100  100 100  100
-  2   18,10   c  100%  100  100  100 100  100
-86 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 13 completed successfully
 Player 01 Turn 13 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : 
-[0:639] Command : 
-[0:638] Command : 
-[0:637] Command : 
-[0:636] Command : -4,-2 old threshold 1
--2,-2 old threshold 1
-
-[0:635] Command : 
-[0:634] Command : 
-[0:633] Command : 1,-3 old threshold 1
-
-[0:632] Command : 
-[0:631] Command : 
-[0:630] Command : 
-[0:629] Command : 
-[0:628] Command : 
-[0:627] Command : 3,-1 old threshold 1
-
-[0:626] Command : 3,-1 old threshold 999
-
-[0:625] Command : 6,-2 old threshold 300
-
-[0:624] Command : 11,-1 efficiency 100%, max range 5
-     . ? ? ? ? .     
-    . . . . . . .    
-   . . . . . . . .   
-  . . . . . . . . .  
- + t l . . o ? . ? . 
-m j C = = 0 o ? ? ? .
- m k . . . . ? ? ? ? 
-  m j d . . F ? ? ?  
-   r w e ! . . ? ?   
-    p . . . . ? ?    
-     . . . . . .     
-
-
-[0:623] Command : 20 military loaded onto cav  cavalry #0 at 10,2
-1 unit loaded
-
-[0:622] Command : 1 military loaded onto cav  cavalry #1 at 10,2
-1 military loaded onto cav  cavalry #2 at 10,2
-1 military loaded onto cav  cavalry #3 at 10,2
-3 units loaded
-
-[0:621] Command : Leader is cav  cavalry #0
-Using path 'gygyuh'
-cav  cavalry #0 stopped at 5,-1
-cav  cavalry #1 stopped at 5,-1
-cav  cavalry #2 stopped at 5,-1
-cav  cavalry #3 stopped at 5,-1
-
-[0:620] Command : 25 military loaded onto cs   cargo ship (#1) at 5,-1
-1 ship loaded
-
-[0:619] Command : 300 civilians loaded onto cs   cargo ship (#1) at 5,-1
-1 ship loaded
-
-[0:618] Command : 100 light products loaded onto cs   cargo ship (#1) at 5,-1
-1 ship loaded
-
-[0:617] Command : 100 heavy products loaded onto cs   cargo ship (#1) at 5,-1
-1 ship loaded
-
-[0:616] Command : 10 civilians loaded onto cs   cargo ship (#2) at 5,-1
-1 ship loaded
-
-[0:615] Command : 10 civilians loaded onto cs   cargo ship (#3) at 5,-1
-1 ship loaded
-
-[0:614] Command : cav  cavalry #0 loaded onto cs   cargo ship (#1) at 5,-1.
-1 ship loaded
-
-[0:613] Command : cav  cavalry #1 loaded onto cs   cargo ship (#2) at 5,-1.
-1 ship loaded
-
-[0:612] Command : cav  cavalry #2 loaded onto cs   cargo ship (#3) at 5,-1.
-1 ship loaded
-
-[0:611] Command : cav  cavalry #3 loaded onto cs   cargo ship (#3) at 5,-1.
-1 ship loaded
-
-[0:610] Command : art  artillery #5 built in sector 10,2
-
-[0:609] Command : Flagship is cs   cargo ship (#2)
-cs   cargo ship (#2) stopped at 6,0
-Path taken: n
-
-[0:608] Command : Really scrap 1 land [n]? cav  cavalry #1 is not in an allied sector!
-
-[0:606] Command : Really scrap 1 ship [n]? cs   cargo ship (#2) is not in a friendly harbor!
-
-[0:604] Command : Really scuttle 1 land [n]? cav  cavalry #1 is on a ship, and cannot be scuttled!
-
-[0:599] Command : Really scuttle 1 ship [n]? cs   cargo ship (#2) scuttled in 6,0
-       cs   cargo ship (#2) sunk!
-cav  cavalry #1 lost!
-
-[0:594] Command : Thu Jan  1 00:00:00 1970
-COMMODITIES deliver--  distribute
-  sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-   5,-1   h .......... ...00.022.   0   0    0    1    1   0    1  100  100   0
-1 sector
-
-[0:594] Command : Really scrap 1 land [n]? cav  cavalry #2 scrapped in 5,-1
-
-[0:592] Command : Thu Jan  1 00:00:00 1970
-COMMODITIES deliver--  distribute
-  sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-   5,-1   h .......... ...00.022.   0   0    0    1    1   0    1  106  103   0
-1 sector
-
-[0:592] Command : Really scrap 1 ship [n]? cs   cargo ship (#3) scrapped in 5,-1
-cav  cavalry #3 transferred off ship 3 to 5,-1
-       cs   cargo ship (#3) sunk!
-
-[0:590] Command : Thu Jan  1 00:00:00 1970
-COMMODITIES deliver--  distribute
-  sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-   5,-1   h .......... ...00.022.   0   0    0    1    1   0    1  146  129   0
-1 sector
-
-[0:590] Command : 5,-1 old threshold 1
-
-[0:589] Command : 5,-1 old threshold 1
-
-[0:588] Command : 5,-1 old threshold 1
-
-[0:587] Command :      1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-  -8                                           -8  
-  -7                                           -7  
-  -6                       . ? ? ? ? .         -6  
-  -5                      . . . . . . .        -5  
-  -4         - . . . . . . . . . . . . .       -4  
-  -3          - . . . o . . . . . . . . .      -3  
-  -2         . . o o c + t l . . o ? . ? .     -2  
-  -1          - . . b m j h = = ) o ? ? ? .    -1  
-   0         - - . j m m k . . . . ? ? ? ?     0   
-   1          - - . k m m j d . . . ? ? ?      1   
-   2         - - . i m k r w e ! . . ? ?       2   
-   3          - - . + + . p . . . . ? ?        3   
-   4           - - . . . . . . . . . .         4   
-   5                                           5   
-   6                                           6   
-   7                                           7   
-   8                                           8   
-     1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-
-[0:587] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   oj 100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -4,-2   ok 100%     127 .. ..      769    0    0    0 100%   32        0   1
-  -2,-2   oj 100%     127 .. ..      769    0    0    0 100%  622        0   1
-   0,-2   c  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   2,-2   +  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   4,-2   t  100%     127 .. ..      769    0    0    0 100%  409        0   1
-   6,-2   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
-  -1,-1   b  100%     127 .. ..      769    0    0    0 100%  349        0   1
-   1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,-1   jm 100%     127 .. ..      769    0    0    0 100%    0        0
-   5,-1   h  100%     127 .. ..      459    5    0    0 100%  272        0   1
-   7,-1   =  100%     127 .. ..       77    0    0    0 100%  109        0   1
-   9,-1   =   93%     127 .. ..       77    0    0    0 100%   45        0   1
-  11,-1   )  100%     127 .. 0.   8  135   28    1    0 100%  137        0   1
-  -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
-   0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769    0  579    0 100%    8        0
-   4,0    k  100%     127 .. 8.      769    0  544    0 100%    1        0   1
-  -1,1    k  100%     127 .. ..      769    0    0    0 100%   26        0   1
-   1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   7,1    d  100%     127 .. ..      769    0    0    0 100%  489        0   1
-  -2,2    i  100%     127 .. ..      769    0    0    0 100%    2        0   1
-   0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,2    k  100%     127 .. ..      769    0    0    0 100%   50        0   1
-   4,2    r  100%     127 .. ..      769    0    0    0 100%  489        0   1
-   6,2    w  100%     127 .. ..     7707   41    0    0 100%  657        0   1
-   8,2    e  100%     127 .. ..      769    1    0    0 100%  649        0   1
-  10,2    !  100%     127 .. ..      769    2    0    0 100%  463        0   1
-  -1,3    +o 100%     127 .. ..      769    0    0    0 100%  649        0   1
-   1,3    +  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   5,3    p  100%     127 .. ..      769    0    0    0 100%  574        0   1
-33 sectors
-
-[0:587] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
-   1 cs   cargo ship     5,-1      100% 300  25   0   0  0  0  0  1  90   31
-2 ships
-
-[0:587] Command :    # unit type          x,y    a   eff mil frt  mu  fd tch retr xl ln carry
-   0 cav  cavalry       5,-1      100%  20   0   4   0  31  42%  0  0    1S
-   3 cav  cavalry       5,-1      100%   1   0   4   0  31  42%  0  0
-   4 cav  cavalry      10,2       100%   0   0  60   0  31  42%  0  0
-   5 art  artillery    10,2        10%   0   0   0   0  37  42%  0  0
-4 units
-
-[0:587] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4 - . . . . . . . . . . .   -4  
-  -3  - . . . o . . . . . . .  -3  
-  -2 . . o o c + t l . . ? ? . -2  
-  -1  - . . b m j h = = ) ? ?  -1  
-   0 - - . j m m k . . . . ? ? 0   
-   1  - - . k m m j d . . . ?  1   
-   2 - - . i m k r w e ! . . ? 2   
-   3  - - . + + . p . . . . ?  3   
-   4   - - . . . . . . . . .   4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:587] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-technological breakthroughs (11.13) produced in 4,-2
-a class of graduates (300.00) produced in 6,-2
-medical discoveries (7.42) produced in 4,2
-happy strollers (75.00) produced in 5,3
- 75 happiness, 300 education produced
-total pop was 30162, yielding 12.47 hap, 33.53 edu
-6.5207 technology (4.4761 + 2.0446), 3.6890 research (3.6890 + 0.0000) produced
-Army delta $-2400, Navy delta $-1326, Air force delta $0
-money delta was $3628 for this update
-
-
-[0:587] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-3   j 100%   474  392l 0.83 $0     474i            474i             392
-  -4,-2   k 100%   474  196h 0.83 $0     474i            474i             196
-  -2,-2   j 100%   474  392l 0.83 $0     474i            474i             392
-   4,-2   t 100%   649 11.12 0.74 $4500   15d  75o 150l   40d 200o 400l 29.66
-   6,-2   l 100%   649  300  1.00 $2700  300l            649l             649
-  -1,-1   b 100%   649   60b 1.00 $600   300d            645d             129
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   m  96%   474  455i 1.00 $0                                      455
-  -2,0    j 100%   649  496l 0.83 $0     599i            649i             537
-   0,0    m 100%   599  599i 1.00 $0                                      599
-   2,0    m 100%  1006  999i 1.00 $0                                      999
-   4,0    k 100%   975  403h 0.83 $0     974i            974i             403
-  -1,1    k 100%   625  248h 0.83 $0     600i            624i             258
-   1,1    m 100%   599  599i 1.00 $0                                      599
-   3,1    m 100%   599  599i 1.00 $0                                      599
-   5,1    j 100%   599  496l 0.83 $0     599i            599i             496
-   7,1    d 100%   649    6g 0.64 $300    10o  50l 100h   40o 200l 400h    26
-  -2,2    i 100%   601  129s 0.64 $600   400l 200h       400l 200h        129
-   0,2    m 100%   599  599i 1.00 $0                                      599
-   2,2    k 100%   649  248h 0.83 $0     600i            648i             268
-   4,2    r 100%   649  7.42 0.74 $900    10d  50o 100l   40d 200o 400l 29.66
-   8,2    e 100%   649   33m 1.00 $99     33c             33c             498
-  -1,3    o 100%   474  392o 0.83 $0                                      392
-   5,3    p 100%   649   75  1.00 $675    75l            649l             649
-24 sectors
-
-[0:587] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 13 completed successfully
 Player 02 Turn 13 starting
-
-
-       -=O=-
-You have thirteen new telegrams waiting ...
-
-[0:640] Command : No mobility used, 127 mob left in 2,0
-Sector 3,-1 is now yours.
-
-[0:639] Command : Total movement cost = 1, 126 mob left in 2,0
-Sector 4,0 is now yours.
-
-[0:638] Command : No mobility used, 126 mob left in 2,0
-Sector 1,1 is now yours.
-
-[0:637] Command : No mobility used, 126 mob left in 2,0
-Sector 3,1 is now yours.
-
-[0:636] Command : 
-[0:635] Command : Total movement cost = 1, 125 mob left in 2,0
-Sector 2,-2 is now yours.
-
-[0:634] Command : Total movement cost = 1, 124 mob left in 2,0
-Sector -1,-1 is now yours.
-
-[0:633] Command : Total movement cost = 1, 123 mob left in 2,0
-Sector 5,-1 is now yours.
-
-[0:632] Command : Total movement cost = 1, 122 mob left in 2,0
-Sector -2,0 is now yours.
-
-[0:631] Command : Total movement cost = 1, 121 mob left in 2,0
-Sector -1,1 is now yours.
-
-[0:630] Command : Total movement cost = 1, 120 mob left in 2,0
-Sector 0,2 is now yours.
-
-[0:629] Command : No mobility used, 120 mob left in 2,0
-Sector 2,2 is now yours.
-
-[0:628] Command : 
-[0:627] Command : Total movement cost = 1, 119 mob left in 2,0
-Sector 7,-1 is now yours.
-
-[0:626] Command : Total movement cost = 1, 118 mob left in 2,0
-Sector -4,0 is now yours.
-
-[0:625] Command : Total movement cost = 1, 117 mob left in 2,0
-Sector -3,1 is now yours.
-
-[0:624] Command : Total movement cost = 1, 116 mob left in 2,0
-Sector -2,2 is now yours.
-
-[0:623] Command : Total movement cost = 1, 115 mob left in 2,0
-Sector -1,3 is now yours.
-
-[0:622] Command : Total movement cost = 1, 114 mob left in 2,0
-Sector 1,3 is now yours.
-
-[0:621] Command : Total movement cost = 1, 113 mob left in 2,0
-Sector 3,3 is now yours.
-
-[0:620] Command : 
-[0:619] Command : Total movement cost = 1, 112 mob left in 2,0
-Sector -5,-1 is now yours.
-
-[0:618] Command : Total movement cost = 2, 110 mob left in 2,0
-Sector -6,0 is now yours.
-
-[0:617] Command : Total movement cost = 2, 108 mob left in 2,0
-Sector -5,1 is now yours.
-
-[0:616] Command : Total movement cost = 2, 106 mob left in 2,0
-Sector -4,2 is now yours.
-
-[0:615] Command : Total movement cost = 1, 105 mob left in 2,0
-Sector -3,3 is now yours.
-
-[0:614] Command : 
-[0:613] Command : Total movement cost = 1, 104 mob left in 2,0
-Sector -4,-2 is now yours.
-
-[0:612] Command : 
-[0:611] Command : Total movement cost = 1, 126 mob left in 0,0
-
-[0:610] Command : No mobility used, 126 mob left in 0,0
-
-[0:609] Command : No mobility used, 126 mob left in 0,0
-
-[0:608] Command : Total movement cost = 1, 125 mob left in 0,0
-
-[0:607] Command : 
-[0:606] Command : Total movement cost = 1, 124 mob left in 0,0
-
-[0:605] Command : Total movement cost = 1, 123 mob left in 0,0
-
-[0:604] Command : Total movement cost = 1, 122 mob left in 0,0
-
-[0:603] Command : Total movement cost = 1, 121 mob left in 0,0
-
-[0:602] Command : Total movement cost = 1, 120 mob left in 0,0
-
-[0:601] Command : Total movement cost = 1, 119 mob left in 0,0
-
-[0:600] Command : No mobility used, 119 mob left in 0,0
-
-[0:599] Command : Total movement cost = 1, 118 mob left in 0,0
-
-[0:598] Command : Total movement cost = 1, 117 mob left in 0,0
-
-[0:597] Command : 
-[0:596] Command : Total movement cost = 1, 116 mob left in 0,0
-
-[0:595] Command : Total movement cost = 1, 115 mob left in 0,0
-
-[0:594] Command : Total movement cost = 1, 114 mob left in 0,0
-
-[0:593] Command : Total movement cost = 1, 113 mob left in 0,0
-
-[0:592] Command : Total movement cost = 1, 112 mob left in 0,0
-
-[0:591] Command : Total movement cost = 2, 110 mob left in 0,0
-
-[0:590] Command : Total movement cost = 2, 108 mob left in 0,0
-
-[0:589] Command : Total movement cost = 1, 107 mob left in 0,0
-
-[0:588] Command : Total movement cost = 2, 105 mob left in 0,0
-
-[0:587] Command : 
-[0:586] Command : Total movement cost = 1, 104 mob left in 0,0
-Sector -6,-2 is now yours.
-
-[0:585] Command : Total movement cost = 1, 103 mob left in 0,0
-
-[0:584] Command : Total movement cost = 2, 101 mob left in 0,0
-Sector -7,-1 is now yours.
-
-[0:583] Command : Total movement cost = 2, 99 mob left in 0,0
-
-[0:582] Command : Total movement cost = 2, 97 mob left in 0,0
-Sector -7,1 is now yours.
-
-[0:581] Command : 
-[0:580] Command : 
-[0:579] Command : Capital now at 2,-2.
-
-[0:579] Command : 
-[0:578] Command : 
-[0:577] Command : 
-[0:576] Command : 
-[0:575] Command : 
-[0:574] Command : 
-[0:573] Command : 
-[0:572] Command : 
-[0:571] Command : 2,-2 old threshold 769
-
-[0:570] Command : 1,-1 old threshold 769
-
-[0:569] Command : 3,-1 old threshold 769
-
-[0:568] Command : 5,-1 old threshold 769
-
-[0:567] Command : 
-[0:566] Command : highway at -6,-2 has no dist sector. 
-highway -6,-2 now distributes to 1,-1 (cost 1.600)
-
-warehouse at -4,-2 has no dist sector. 
-warehouse -4,-2 now distributes to 1,-1 (cost 1.600)
-
-capital at 2,-2 has no dist sector. 
-capital 2,-2 now distributes to 1,-1 (cost 0.200)
-
-highway at -7,-1 has no dist sector. 
-highway -7,-1 now distributes to 1,-1 (cost 1.600)
-
-gold mine at -5,-1 has no dist sector. 
-gold mine -5,-1 now distributes to 1,-1 (cost 1.200)
-
-oil field at -1,-1 has no dist sector. 
-oil field -1,-1 now distributes to 1,-1 (cost 0.200)
-
-gold mine at 1,-1 has no dist sector. 
-Distribution from and to gold mine 1,-1 terminated
-
-gold mine at 3,-1 has no dist sector. 
-gold mine 3,-1 now distributes to 1,-1 (cost 0.200)
-
-gold mine at 5,-1 has no dist sector. 
-gold mine 5,-1 now distributes to 1,-1 (cost 0.600)
-
-gold mine at 7,-1 has no dist sector. 
-gold mine 7,-1 now distributes to 1,-1 (cost 1.000)
-
-gold mine at -6,0 has no dist sector. 
-gold mine -6,0 now distributes to 1,-1 (cost 1.200)
-
-gold mine at -4,0 has no dist sector. 
-gold mine -4,0 now distributes to 1,-1 (cost 0.800)
-
-gold mine at -2,0 has no dist sector. 
-gold mine -2,0 now distributes to 1,-1 (cost 0.400)
-
-capital at 0,0 has no dist sector. 
-capital 0,0 now distributes to 1,-1 (cost 0.200)
-
-capital at 2,0 has no dist sector. 
-capital 2,0 now distributes to 1,-1 (cost 0.200)
-
-highway at 4,0 has no dist sector. 
-highway 4,0 now distributes to 1,-1 (cost 0.400)
-
-highway at -7,1 has no dist sector. 
-highway -7,1 now distributes to 1,-1 (cost 1.600)
-
-highway at -5,1 has no dist sector. 
-highway -5,1 now distributes to 1,-1 (cost 1.200)
-
-gold mine at -3,1 has no dist sector. 
-gold mine -3,1 now distributes to 1,-1 (cost 0.800)
-
-gold mine at -1,1 has no dist sector. 
-gold mine -1,1 now distributes to 1,-1 (cost 0.400)
-
-gold mine at 1,1 has no dist sector. 
-gold mine 1,1 now distributes to 1,-1 (cost 0.400)
-
-highway at 3,1 has no dist sector. 
-highway 3,1 now distributes to 1,-1 (cost 0.400)
-
-gold mine at -4,2 has no dist sector. 
-gold mine -4,2 now distributes to 1,-1 (cost 1.200)
-
-gold mine at -2,2 has no dist sector. 
-gold mine -2,2 now distributes to 1,-1 (cost 0.800)
-
-gold mine at 0,2 has no dist sector. 
-gold mine 0,2 now distributes to 1,-1 (cost 0.800)
-
-gold mine at 2,2 has no dist sector. 
-gold mine 2,2 now distributes to 1,-1 (cost 0.800)
-
-highway at -3,3 has no dist sector. 
-highway -3,3 now distributes to 1,-1 (cost 1.200)
-
-highway at -1,3 has no dist sector. 
-highway -1,3 now distributes to 1,-1 (cost 1.200)
-
-highway at 1,3 has no dist sector. 
-highway 1,3 now distributes to 1,-1 (cost 1.200)
-
-gold mine at 3,3 has no dist sector. 
-gold mine 3,3 now distributes to 1,-1 (cost 1.200)
-
-
-[0:565] Command : No mobility in 1,1
-Usage: move <COMM> <SECT> <NUM> <PATH|DESTINATION>
-
-[0:565] Command : New civilians on active reserve? (y/n) 55 demobilized in 0,0 (0 mil left)
-55 demobilized in 2,0 (0 mil left)
-Total new civilians : 110
-Military reserve stands at 110 (up 110)
-That just cost you $550.00
-
-[0:564] Command : Looking for best path to 3,-1
-Using best path 'juh', movement cost 0.600
-Total movement cost = 15
-82 mob left in 0,0
-
-[0:563] Command : Looking for best path to 3,-1
-Using best path 'uh', movement cost 0.400
-Total movement cost = 6
-98 mob left in 2,0
-
-[0:562] Command : Looking for best path to 5,-1
-Using best path 'ujh', movement cost 0.800
-Total movement cost = 8
-90 mob left in 2,0
-
-[0:561] Command : 
-[0:560] Command : 
-[0:559] Command :      --------00000000001
-     8765432101234567890
-  -5                     -5  
-  -4                     -4  
-  -3                     -3  
-  -2   + w     c         -2  
-  -1  + g   o g g g g    -1  
-   0   g g g     +       0   
-   1  + + g g g +        1   
-   2     g g g g         2   
-   3      + + + g        3   
-   4                     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:559] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-2   +    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -4,-2   w    0%       0 .. ..        2    0    0    0 100%    0        0   1
-   2,-2   c    0%       0 .. ..        2    0    0    0 100%    0        0   1
-  -7,-1   +    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -5,-1   g    0%       0 .. 5.        2    0    0    0 100%    0        0   1
-  -1,-1   o    0%       0 .. ..        2    0    0    0 100%    0        0   1
-   1,-1   gb 100%     127 .. ..     1000    0    0    0 100%  650        0   1
-   3,-1   g    0%       0 .. ..      427    0    0    0 100%    0        0   1
-   5,-1   g    0%       0 .. ..      102    0    0    0 100%    0        0   1
-   7,-1   g    0%       0 .. ..        2    0    0    0 100%    0        0   1
-  -6,0    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
-  -4,0    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
-  -2,0    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
-   0,0    cg 100%      82 .. 5.      768    0  456    0 100%  936        0
-   2,0    cg 100%      90 .. 5.      766    0  465    0 100%  942        0
-   4,0    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
-  -7,1    +    0%       0 .. ..        1    0    0    0 100%    0        0   1
-  -5,1    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
-  -3,1    g    0%       0 .. ..        2    0    0    0 100%    0        0
-  -1,1    g    0%       0 .. ..        2    0    0    0 100%    0        0
-   1,1    g    0%       0 .. ..        2    0    0    0 100%    0        0
-   3,1    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
-  -4,2    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
-  -2,2    g    0%       0 .. ..        2    0    0    0 100%    0        0
-   0,2    g    0%       0 .. ..        2    0    0    0 100%    0        0
-   2,2    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
-  -3,3    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
-  -1,3    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
-   1,3    +    0%       0 .. ..        2    0    0    0 100%    0        0   1
-   3,3    g    0%       0 .. ..        2    0    0    0 100%    0        0   1
-30 sectors
-
-[0:559] Command :      --------00000000001
-     8765432101234567890
-  -5                     -5  
-  -4       - . . .       -4  
-  -3  . . . - . . .      -3  
-  -2 . + w . . c . . .   -2  
-  -1  + g . o g g g g .  -1  
-   0 . g g g c c + . .   0   
-   1  + + g g g + . .    1   
-   2 . . g g g g . .     2   
-   3    . + + + g .      3   
-   4     . . . . .       4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:559] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2000, yielding 0.00 hap, 0.00 edu
-0.0000 tech, 0.0000 research produced
-money delta was $166 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2267, yielding 0.00 hap, 0.00 edu
-0.0000 tech, 0.0000 research produced
-money delta was $434 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2347, yielding 0.00 hap, 0.00 edu
-0.0000 tech, 0.0000 research produced
-money delta was $527 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2451, yielding 0.00 hap, 0.00 edu
-0.0000 tech, 0.0000 research produced
-money delta was $581 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2586, yielding 0.00 hap, 0.00 edu
-1.6710 technology (0.0000 + 1.6710), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $653 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2762, yielding 0.00 hap, 0.00 edu
-1.9088 technology (0.0000 + 1.9088), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $745 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 2991, yielding 0.00 hap, 0.00 edu
-1.9624 technology (0.0000 + 1.9624), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $864 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 3000, yielding 0.00 hap, 0.00 edu
-1.9786 technology (0.0000 + 1.9786), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $875 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 3000, yielding 0.00 hap, 0.00 edu
-1.9818 technology (0.0000 + 1.9818), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $881 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 3000, yielding 0.00 hap, 0.00 edu
-2.2704 technology (0.0000 + 2.2704), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $888 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 3000, yielding 0.00 hap, 0.00 edu
-2.2598 technology (0.0000 + 2.2598), 0.0000 research (0.0000 + 0.0000) produced
-money delta was $897 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 3000, yielding 0.00 hap, 0.00 edu
-2.2438 technology (0.0000 + 2.2438), 1.8500 research (0.0000 + 1.8500) produced
-money delta was $907 for this update
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 3000, yielding 0.00 hap, 0.00 edu
-2.1413 technology (0.0000 + 2.1413), 1.8445 research (0.0000 + 1.8445) produced
-money delta was $917 for this update
-
-
-[0:559] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-1   b 100%   475   10b 1.00 $100    50d            475d              95
-   3,-1   g  46%   233  107d 1.00 $0                                      107
-   0,0    g 100%   788  500d 1.00 $0                                      500
-   2,0    g 100%   792  500d 1.00 $0                                      500
-4 sectors
-
-[0:559] Command : Bye-bye
-Exit: so long...
 Player 02 Turn 13 completed successfully
 Player 08 Turn 13 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:564] Command : 
-[0:563] Command : 
-[0:562] Command : 
-[0:561] Command : 
-[0:560] Command : 
-[0:559] Command : 
-[0:558] Command : 
-[0:557] Command : 
-[0:556] Command : -3,1 old threshold 1
-
-[0:555] Command : 
-[0:554] Command : 
-[0:553] Command : 
-[0:552] Command : 
-[0:551] Command : 
-[0:550] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . . . . . .  -5  
-  -4 . o - . k . . . . - -4  
-  -3  ) o - g l . . . .  -3  
-  -2 . . g g g k - g . - -2  
-  -1  . . j m m m g c .  -1  
-   0 ? . . g m m b g - . 0   
-   1  . . g j g w . . .  1   
-   2   . . . . . . . . . 2   
-   3      . . . . . . .  3   
-   4         . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:550] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-4   o  100%     127 .. ..      769    0    0    0 100%    4        0   1
-  -4,-4   -    7%     127 .. ..        8    0    0    0 100%    4        0   1
-   0,-4   k  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -5,-3   o    6%     127 .. ..        7    0    0    0 100%    3        0   1
-  -3,-3   -    1%     127 .. ..        3    0    0    0 100%    1        0   1
-  -1,-3   g   14%     127 .. ..       11    0    0    0 100%    5        0   1
-   1,-3   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
-  -4,-2   g    2%     127 .. ..        4    0    0    0 100%    1        0   1
-  -2,-2   g    3%     127 .. ..      769    0    0    0 100%    1        0
-   0,-2   g    0%     127 .. ..      769    0    0    0 100%    0        0
-   2,-2   k    0%     127 .. ..      769    0    0    0 100%    1        0   1
-   4,-2   j    0%     127 .. ..      769    0    0    0 100%    3        0   1
-   6,-2   t  100%     127 .. ..      769    0    0    0 100%  250        0   1
-  -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
-   1,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
-   3,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
-   5,-1   g    1%     127 .. ..        3    0    0    0 100%    1        0
-   7,-1   c    2%     127 .. ..        5    0    0    0 100%    2        0   1
-  -2,0    g    4%     127 .. ..        6    0    0    0 100%    3        0   1
-   0,0    m  100%     127 .. 5.      769   55  465    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769   55  462    0 100%    0        0
-   4,0    b  100%     127 .. ..      400    0    0    0 100%    4        0   1
-   6,0    h  100%     127 .. ..      769    0    0    0 100%  474        0   1
-   8,0    i  100%     127 .. ..      769    0    0    0 100%  497        0   1
-  -3,1    gj 100%     127 .. ..      769    0    0    0 100%    1        0   1
-  -1,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   1,1    g    0%     127 .. ..        2    0    0    0 100%    0        0   1
-   3,1    w  100%     127 .. ..      318    0    0    0 100%  104        0   1
-29 sectors
-
-[0:550] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . . . . . .  -5  
-  -4 . o - . k . . . . - -4  
-  -3  ? o - g l . . . .  -3  
-  -2 . . g g g k j t . - -2  
-  -1  . . j m m m g c .  -1  
-   0 ? . . g m m b h i . 0   
-   1  . . g j g w . . .  1   
-   2 . . . . . . . . . . 2   
-   3  . . . . . . . . .  3   
-   4   . . - . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:550] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-a class of graduates (300.00) produced in 1,-3
-technological breakthroughs (8.51) produced in 6,-2
-  0 happiness, 300 education produced
-total pop was 11236, yielding 0.00 hap, 70.05 edu
-6.3273 technology (4.0893 + 2.2381), 1.8445 research (0.0000 + 1.8445) produced
-money delta was $-2597 for this update
-
-
-[0:550] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-  -6,-4   o   7%   603   32o 0.76 $0                                       32
-   0,-4   k 100%   599  228h 0.76 $0     598i            598i             228
-   1,-3   l 100%   649  300  1.00 $2700  300l            649l             649
-  -2,-2   g  60%   503  300d 1.00 $0                                      300
-   0,-2   g  65%   499  324d 1.00 $0                                      324
-   2,-2   k 100%   500    0h 0.76 $0       0i            500i             191
-   4,-2   j 100%   502  383l 0.76 $0     502i            502i             383
-   6,-2   t 100%   649 21.96 0.73 $9000   30d 150o 300l   40d 200o 400l 29.28
-  -3,-1   j 100%   599  456l 0.76 $0     599i            599i             456
-  -1,-1   m 100%   599  599i 1.00 $0                                      599
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   m 100%   599  599i 1.00 $0                                      599
-   0,0    m 100%   933  933i 1.00 $0                                      933
-   2,0    m 100%   931  931i 1.00 $0                                      931
-   4,0    b 100%   316   60b 1.00 $600   300d            315d              63
-   8,0    i 100%   649    0s 0.17 $0       0l   0h       432l 216h         37
-  -3,1    j 100%   474  361l 0.76 $0     474i            474i             361
-  -1,1    j 100%   599  456l 0.76 $0     599i            599i             456
-18 sectors
-
-[0:550] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 13 completed successfully
 Update Turn 14 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  33  100%  30K 148  242   10    0  9.6K 1.5K 614    0    2    4   31K
-   408.47
-        8  29   57%  15K 110    0    0    0   12K 1.8K 487    0    0    0   29K
-   121.98
-        6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   34K
-    27.31
-        3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   34K
-    27.17
-        5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   34K
-    27.10
-        7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   34K
-    26.92
-        4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   34K
-    26.57
-       10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   34K
-    26.09
-        9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   34K
-    24.69
-        2  30   10% 3.1K   0    0    0    0    0   53    0    0    0    0   34K
-    24.65
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide 113   65%  69K 1.0K 242   10    0   22K 5.4K 1.1K   0    2    4  335K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                 37.97        7.32       33.69       10.12     5,-15 
- 2     2                 17.87        3.66        0.00        0.00    18,8   
- 3     3                 17.87        3.66        0.00        0.00    -4,10  
- 4     4                 17.87        3.66        0.00        0.00   -15,1   
- 5     5                 17.87        3.66        0.00        0.00   -30,8   
- 6     6                 17.87        3.66        0.00        0.00     2,-2  
- 7     7                 17.87        3.66        0.00        0.00    24,0   
- 8     8                 22.03        3.66       32.30        0.00    30,-12 
- 9     9                 17.87        3.66        0.00        0.00   -26,-6  
- 10    10                17.87        3.66        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  oj 100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    1,-15  ok 100%     127 .. ..      769    0    0    0 100%   32    0   1
-  1    3,-15  oj 100%     127 .. ..      769    0    0    0 100%  622    0   1
-  1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1    7,-15  +  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1    9,-15  t  100%     127 .. ..      769    0    0    0 100%  409    0   1
-  1   11,-15  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
-  8   17,-15  o  100%     127 .. ..      769    0    0    0 100%    4    0   1
-  8   19,-15  -    7%     127 .. ..        8    0    0    0 100%    4    0   1
-  8   23,-15  k  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    4,-14  b  100%     127 .. ..      769    0    0    0 100%  349    0   1
-  1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-14  jm 100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-14  h  100%     127 .. ..      459    5    0    0 100%  272    0   1
-  1   12,-14  =  100%     127 .. ..       77    0    0    0 100%  109    0   1
-  1   14,-14  =   93%     127 .. ..       77    0    0    0 100%   45    0   1
-  1   16,-14  )  100%     127 .. 0.   8  135   28    1    0 100%  137    0   1
-  8   18,-14  o    6%     127 .. ..        7    0    0    0 100%    3    0   1
-  8   20,-14  -    1%     127 .. ..        3    0    0    0 100%    1    0   1
-  8   22,-14  g   14%     127 .. ..       11    0    0    0 100%    5    0   1
-  8   24,-14  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
-  1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
-  1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-13  m  100%     127 .. 5.      769    0  579    0 100%    8    0
-  1    9,-13  k  100%     127 .. 8.      769    0  544    0 100%    1    0   1
-  8   19,-13  g    2%     127 .. ..        4    0    0    0 100%    1    0   1
-  8   21,-13  g    3%     127 .. ..      769    0    0    0 100%    1    0
-  8   23,-13  g    0%     127 .. ..      769    0    0    0 100%    0    0
-  8   25,-13  k    0%     127 .. ..      769    0    0    0 100%    1    0   1
-  8   27,-13  j    0%     127 .. ..      769    0    0    0 100%    3    0   1
-  8   29,-13  t  100%     127 .. ..      769    0    0    0 100%  250    0   1
-  1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   26    0   1
-  1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1   12,-12  d  100%     127 .. ..      769    0    0    0 100%  489    0   1
-  8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   22,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
-  8   24,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
-  8   26,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
-  8   28,-12  g    1%     127 .. ..        3    0    0    0 100%    1    0
-  8   30,-12  c    2%     127 .. ..        5    0    0    0 100%    2    0   1
- 10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  1    3,-11  i  100%     127 .. ..      769    0    0    0 100%    2    0   1
-  1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-11  k  100%     127 .. ..      769    0    0    0 100%   50    0   1
-  1    9,-11  r  100%     127 .. ..      769    0    0    0 100%  489    0   1
-  1   11,-11  w  100%     127 .. ..     7707   41    0    0 100%  657    0   1
-  1   13,-11  e  100%     127 .. ..      769    1    0    0 100%  649    0   1
-  1   15,-11  !  100%     127 .. ..      769    2    0    0 100%  463    0   1
-  8   21,-11  g    4%     127 .. ..        6    0    0    0 100%    3    0   1
-  8   23,-11  m  100%     127 .. 5.      769   55  465    0 100%    0    0
-  8   25,-11  m  100%     127 .. 5.      769   55  462    0 100%    0    0
-  8   27,-11  b  100%     127 .. ..      400    0    0    0 100%    4    0   1
-  8   29,-11  h  100%     127 .. ..      769    0    0    0 100%  474    0   1
-  8   31,-11  i  100%     127 .. ..      769    0    0    0 100%  497    0   1
- 10  -12,-10  c  100%     127 .. ..     1000   55  460    0 100%  939    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  458    0 100%  938    0   1
-  1    4,-10  +o 100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1    6,-10  +  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1   10,-10  p  100%     127 .. ..      769    0    0    0 100%  574    0   1
-  8   20,-10  gj 100%     127 .. ..      769    0    0    0 100%    1    0   1
-  8   22,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   24,-10  g    0%     127 .. ..        2    0    0    0 100%    0    0   1
-  8   26,-10  w  100%     127 .. ..      318    0    0    0 100%  104    0   1
-  9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  457    0 100%  937    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  461    0 100%  939    0
-  6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  6    2,-2   c  100%     127 .. ..     1000   55  463    0 100%  941    0
-  6    4,-2   c  100%     127 .. ..     1000   55  468    0 100%  943    0
-  7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  7   24,0    c  100%     127 .. ..     1000   55  468    0 100%  943    0
-  7   26,0    c  100%     127 .. ..     1000   55  456    0 100%  936    0
-  4  -15,1    c  100%     127 .. ..     1000   55  463    0 100%  941    0
-  4  -13,1    c  100%     127 .. ..     1000   55  461    0 100%  939    0
-  5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  5  -30,8    c  100%     127 .. ..     1000   55  461    0 100%  939    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  459    0 100%  938    0
-  2   10,8    +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  2   12,8    w    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   18,8    c    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  2    9,9    +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  2   11,9    g    0%       0 .. 5.        2    0    0    0 100%    0    0   1
-  2   15,9    o    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   17,9    gb 100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  2   19,9    g    0%       0 .. ..      427    0    0    0 100%    0    0   1
-  2   21,9    g    0%       0 .. ..      102    0    0    0 100%    0    0   1
-  2   23,9    g    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  465    0 100%  941    0
-  3   -2,10   c  100%     127 .. ..     1000   55  461    0 100%  939    0
-  2   10,10   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   12,10   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   14,10   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   16,10   cg 100%      82 .. 5.      768    0  456    0 100%  936    0
-  2   18,10   cg 100%      90 .. 5.      766    0  465    0 100%  942    0
-  2   20,10   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2    9,11   +    0%       0 .. ..        1    0    0    0 100%    0    0   1
-  2   11,11   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   13,11   g    0%       0 .. ..        2    0    0    0 100%    0    0
-  2   15,11   g    0%       0 .. ..        2    0    0    0 100%    0    0
-  2   17,11   g    0%       0 .. ..        2    0    0    0 100%    0    0
-  2   19,11   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   12,12   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   14,12   g    0%       0 .. ..        2    0    0    0 100%    0    0
-  2   16,12   g    0%       0 .. ..        2    0    0    0 100%    0    0
-  2   18,12   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   13,13   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   15,13   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   17,13   +    0%       0 .. ..        2    0    0    0 100%    0    0   1
-  2   19,13   g    0%       0 .. ..        2    0    0    0 100%    0    0   1
-113 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  o .......... ...9...0..   0   0    0  999    0   0    1    0    0   0
-  1   1,-15  o .......... ...9....0.   0   0    0  999    0   0    1    0    0   0
-  1   3,-15  o .......... ...9...0..   0   0    0  999    0   0    1    0    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
-  1  11,-15  l .......... .......4..   0   0    0    0    0   0    0  300    0   0
-  8  17,-15  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
-  1   4,-14  b .......... ....3.....   0   0    0    0  300 277    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  j .......... ...0......   0   0    0  999    0   0    0    1    0   0
-  1  10,-14  h .......... .......22.   0   0    0    1    1   0    1  146  129   0
-  1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  18,-14  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  24,-14  l .......... .......3..   0   0    0    0    1   0    0  300    0   0
-  1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
-  1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
-  8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  21,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  25,-13  k .......... ...90...0.   0   0    0    0    1   0    0    0    0   0
-  8  27,-13  j .......... ...9......   0   0    0  999    0   0    0    0    0   0
-  8  29,-13  t .......... ....0.13..   0   0    0    0   30   0  150  300    0   0
-  1   4,-12  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
-  1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  j .......... .......0..   0   0    0 1198    0   0    0    1    0   0
-  1  12,-12  d .......... .0....021.   0   1    0    0    0   0   20  200  100   0
-  8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  8  22,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  28,-12  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
-  1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
-  1   5,-11  m .......... ...0......   0   0    0    0    0   0    0    0    0   0
-  1   7,-11  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
-  1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
-  1  11,-11  w .......... ..........  41   0    0 1387 1176   0  465 1446 1971   0
-  1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  ! .......... 20.....22. 200   9    0    0    0   0    0  198  199   0
-  8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  25,-11  m .......... ...0......   0   0    0  756    0   0    0    0    0   0
-  8  27,-11  b .......... ....3.....   0   0    0    0  300 184    0    0    0   0
-  8  29,-11  h .......... .......22.   0   0    0    0    1   0    0  196  180   0
-  8  31,-11  i .......... 0......63.   0   0    0    0    0   0    0    0    0   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  + .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
-  8  20,-10  g .......... ...9...0..   0   0    0  999    1   0    0    0    0   0
-  8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  26,-10  w .......... ..........   0   0    0 6399 1504   0  335    0    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  10,8    + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  12,8    w .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
-  2   9,9    + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  11,9    g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  15,9    o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  2  17,9    g .......... ....3.....   0   0    0    0   53   0    0    0    0   0
-  2  19,9    g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  21,9    g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  23,9    g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  10,10   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  12,10   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  14,10   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  16,10   c .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  18,10   c .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  20,10   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2   9,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  11,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  13,11   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  15,11   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  17,11   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  19,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  12,12   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  14,12   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  16,12   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  18,12   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-  2  13,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  15,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  17,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  19,13   g .......... ....0.....   0   0    0    0    0   0    0    0    0   0
-113 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  oj 100%    0    0   82   0    0
-  1    1,-15  ok 100%    6    0   67   1    0
-  1    3,-15  oj 100%   11    0   61   0    0
-  1    5,-15  c  100%   28    5   37   0    0
-  1    7,-15  +  100%    0    0   76  47    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  8   17,-15  o  100%    0    0  100   7    0
-  8   19,-15  -    7%    0    0  100 100    0
-  8   23,-15  k  100%   11    0   61  21    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  jm 100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   12,-14  =  100%    0    0   45  11    0
-  1   14,-14  =   93%    0    0   63  46    0
-  1   16,-14  )  100%    0    0  100  98    0
-  8   18,-14  o    6%    0    0   91  72    0
-  8   20,-14  -    1%    0    0   82  58    0
-  8   22,-14  g   14%   50   23    6   0    0
-  8   24,-14  l  100%   45    0   13   0    0
-  1    3,-13  j  100%   23    1   43   0    0
-  1    5,-13  m  100%  100    0  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  8   19,-13  g    2%   56   28    0   0    5
-  8   21,-13  g    3%   96   60    0   0   77
-  8   23,-13  g    0%  100   65    0   0   88
-  8   25,-13  k    0%   63   33    0   0   17
-  8   27,-13  j    0%    0    0   76  47    0
-  8   29,-13  t  100%   28    0   37   0    0
-  1    4,-12  k  100%   74   42    0   0   37
-  1    6,-12  m  100%  100    0    0   0  100
-  1    8,-12  m  100%  100    0    0   0   88
-  1   10,-12  j  100%   50    0    6   0    0
-  1   12,-12  d  100%   63    0    0   0   17
-  8   20,-12  j  100%   74    1    0   0   37
-  8   22,-12  m  100%  100    0    0   0   97
-  8   24,-12  m  100%  100    0    0   0  100
-  8   26,-12  m  100%  100    0    0   0  100
-  8   28,-12  g    1%   91   56    0   0   68
-  8   30,-12  c    2%   23    1   43   0    0
- 10  -11,-11  g  100%   78    0    0   0   45
-  1    3,-11  i  100%    0    0  100   3    0
-  1    5,-11  m  100%  100    0    0   0  100
-  1    7,-11  k  100%   91    0    0   0   68
-  1    9,-11  r  100%   85    0    0   0   57
-  1   11,-11  w  100%   78    0    0   0   45
-  1   13,-11  e  100%   67    0    0   0   25
-  1   15,-11  !  100%   56    0    0   0    5
-  8   21,-11  g    4%   85   51    0   0   57
-  8   23,-11  m  100%  100    0  100 100  100
-  8   25,-11  m  100%  100    0  100 100  100
-  8   27,-11  b  100%   39    3   21   0    0
-  8   29,-11  h  100%   34    0   28   0    0
-  8   31,-11  i  100%    0    0  100 100    0
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  +o 100%    0    0  100 100    0
-  1    6,-10  +  100%    0    0  100 100    0
-  1   10,-10  p  100%    0    0  100  98    0
-  8   20,-10  gj 100%   78    0    0   0   45
-  8   22,-10  j  100%    6    0   67  32    0
-  8   24,-10  g    0%   67   37    0   0   25
-  8   26,-10  w  100%   17    0   52   7    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    0    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  2   10,8    +    0%    0    0  100  87    0
-  2   12,8    w    0%   17    0   52   7    0
-  2   18,8    c    0%   23    1   43   0    0
-  3   -3,9    g  100%  100    0    0   0  100
-  2    9,9    +    0%    6    0   67  32    0
-  2   11,9    g    0%   56   28    0   0    5
-  2   15,9    o    0%    0    0  100 100    0
-  2   17,9    gb 100%   34    0   28   0    0
-  2   19,9    g    0%   78   46    0   0   45
-  2   21,9    g    0%   74   42    0   0   37
-  2   23,9    g    0%   39   14   21   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   10,10   g    0%   45   19   13   0    0
-  2   12,10   g    0%   63   33    0   0   17
-  2   14,10   g    0%   91   56    0   0   68
-  2   16,10   cg 100%  100  100  100 100  100
-  2   18,10   cg 100%  100  100  100 100  100
-  2   20,10   +    0%    0    0  100 100    0
-  2    9,11   +    0%    0    0   82  58    0
-  2   11,11   +    0%   11    0   61  21    0
-  2   13,11   g    0%  100   69    0   0   97
-  2   15,11   g    0%  100   74    0   0  100
-  2   17,11   g    0%  100   80    0   0  100
-  2   19,11   +    0%    0    0  100  98    0
-  2   12,12   g    0%   67   37    0   0   25
-  2   14,12   g    0%  100   65    0   0   88
-  2   16,12   g    0%   96   60    0   0   77
-  2   18,12   g    0%   85   51    0   0   57
-  2   13,13   +    0%    0    0   91  72    0
-  2   15,13   +    0%   28    5   37   0    0
-  2   17,13   +    0%    0    0   76  47    0
-  2   19,13   g    0%   50   23    6   0    0
-113 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 14 completed successfully
 Player 01 Turn 14 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : 5 military loaded onto cav  cavalry #4 at 10,2
-5 military loaded onto art  artillery #5 at 10,2
-2 units loaded
-
-[0:639] Command : 40 shells loaded onto art  artillery #5 at 10,2
-1 unit loaded
-
-[0:638] Command : 10 guns loaded onto art  artillery #5 at 10,2
-1 unit loaded
-
-[0:637] Command : Leader is cav  cavalry #4
-cav  cavalry #4 stopped at 4,0
-art  artillery #5 stopped at 4,0
-
-[0:636] Command : 6,-2 old threshold 400
-
-[0:635] Command : 
-[0:634] Command : 
-[0:633] Command : 2,2 old threshold 1
-
-[0:632] Command : 
-[0:631] Command : 
-[0:630] Command : 
-[0:629] Command : 
-[0:628] Command : tk   tanker (#2) built in sector 5,-1
-That just cost you $120.00
-
-[0:627] Command : 30 civilians loaded onto tk   tanker (#2) at 5,-1
-1 ship loaded
-
-[0:626] Command : Enter telegram for 2
-undo last line with ~u, print with ~p, abort with ~q, end with .
-1024 left: 1006 left: 
-
-[0:626] Command : Declaration made (give 'em hell).
-Diplomatic relations with 8 downgraded to "At War".
-
-[0:624] Command : Congratulations!
-Diplomatic relations with 2 upgraded to "Allied".
-
-[0:622] Command :      1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-  -8                                           -8  
-  -7                                           -7  
-  -6                       . ? ? ? ? .         -6  
-  -5                      . . . . . . .        -5  
-  -4         - . . . . . . . . . . . . .       -4  
-  -3          - . . . o . . . . . . . . .      -3  
-  -2         . . o o c + t l . . o ? . ? .     -2  
-  -1          - . . b m j h = = ) o ? ? ? .    -1  
-   0         - - . j m m k . . . . ? ? ? ?     0   
-   1          - - . k m m j d . . . ? ? ?      1   
-   2         - - . i m k r w e ! . . ? ?       2   
-   3          - - . + + . p . . . . ? ?        3   
-   4           - - . . . . . . . . . .         4   
-   5                                           5   
-   6                                           6   
-   7                                           7   
-   8                                           8   
-     1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-
-[0:622] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -4,-2   k  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -2,-2   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   0,-2   c  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   2,-2   +o 100%     127 .. ..      769    0    0    0 100%  649        0   1
-   4,-2   t  100%     127 .. ..      769    0    0    0 100%  409        0   1
-   6,-2   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
-  -1,-1   b  100%     127 .. ..      769    0    0    0 100%  349        0   1
-   1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   5,-1   h  100%     127 .. ..      739    5    0    0 100%  376        0   1
-   7,-1   =  100%     127 .. ..       77    0    0    0 100%  109        0   1
-   9,-1   =  100%     127 .. ..       77    0    0    0 100%   97        0   1
-  11,-1   )  100%     127 .. 0.      769   28    1    0 100%  162        0   1
-  -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
-   0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769    0  579    0 100%    7        0
-   4,0    k  100%     127 .. 8.      769    0  712    0 100%    0        0   1
-  -1,1    k  100%     127 .. ..      769    0    0    0 100%   25        0   1
-   1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,1    m  100%     127 .. 5.      769    0    0    0 100%    0        0
-   5,1    j  100%     127 .. 5.      769    0    0    0 100%    0        0   1
-   7,1    d  100%     127 .. ..      769    0    0    0 100%  489        0   1
-  -2,2    i  100%     127 .. ..      769    0    0    0 100%    1        0   1
-   0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,2    k* 100%     127 .. ..      769    0    0    0 100%   49        0   1
-   4,2    r  100%     127 .. ..      769    0    0    0 100%  489        0   1
-   6,2    w  100%     127 .. ..     6703   51    0    0 100%  659        0   1
-   8,2    e  100%     127 .. ..      769    1    0    0 100%  649        0   1
-  10,2    !  100%     127 .. ..      769   15    0    0 100%  595        0   1
-  -1,3    o  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   1,3    +  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   5,3    p  100%     127 .. ..      769    0    0    0 100%  574        0   1
-33 sectors
-
-[0:622] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
-   1 cs   cargo ship     5,-1      100% 300  25   0   0  0  0  0  1 127   31
-   2 tk   tanker         5,-1       20%  30   0   0   0  0  0  0  0   0   44
-3 ships
-
-[0:622] Command :    # unit type          x,y    a   eff mil frt  mu  fd tch retr xl ln carry
-   0 cav  cavalry       5,-1      100%  20   0  64   0  31  42%  0  0    1S
-   3 cav  cavalry       5,-1      100%   1   0  64   0  31  42%  0  0
-   4 cav  cavalry       4,0       100%   5   0  75   0  31  42%  0  0
-   5 art  artillery     4,0       100%   5   0 -18   0  37  42%  0  0
-4 units
-
-[0:622] Command : *: No plane(s)
-command failed
-
-[0:622] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4 - . . . . . . . . . . .   -4  
-  -3  - . . . j . . . . . . .  -3  
-  -2 . . k j c + t l . . ? ? . -2  
-  -1  - . . b m m h = = ) ? ?  -1  
-   0 - - . j m m k . . . . ? ? 0   
-   1  - - . k m m j d . . . ?  1   
-   2 - - . i m k r w e ! . . ? 2   
-   3  - - . o + . p . . . . ?  3   
-   4   - - . . . . . . . . .   4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:622] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-Sector 11,-1 is now fully yours
-technological breakthroughs (11.12) produced in 4,-2
-a class of graduates (300.00) produced in 6,-2
-medical discoveries (7.42) produced in 4,2
-happy strollers (75.00) produced in 5,3
- 75 happiness, 300 education produced
-total pop was 30287, yielding 12.44 hap, 33.43 edu
-7.2038 technology (4.4755 + 2.7283), 3.6884 research (3.6884 + 0.0000) produced
-Army delta $-858, Navy delta $-66, Air force delta $0
-money delta was $6512 for this update
-
-
-[0:622] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-3   j 100%   599  507l 0.85 $0     599i            599i             507
-  -4,-2   k 100%   599  253h 0.85 $0     598i            598i             253
-  -2,-2   j 100%   599  507l 0.85 $0     599i            599i             507
-   2,-2   o  47%   474  188o 0.85 $0                                      188
-   4,-2   t 100%   649 11.12 0.74 $4500   15d  75o 150l   40d 200o 400l 29.65
-   6,-2   l 100%   649  400  1.00 $3600  400l            649l             649
-  -1,-1   b 100%   649   60b 1.00 $600   300d            645d             129
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   m  96%   599  575i 1.00 $0                                      575
-  -2,0    j 100%   649  507l 0.85 $0     599i            649i             549
-   0,0    m 100%   599  599i 1.00 $0                                      599
-   2,0    m 100%  1005  999i 1.00 $0                                      999
-   4,0    k 100%  1090  461h 0.85 $0    1090i           1090i             461
-  -1,1    k 100%   624  253h 0.85 $0     598i            624i             264
-   1,1    m 100%   599  599i 1.00 $0                                      599
-   3,1    m 100%   599  599i 1.00 $0                                      599
-   5,1    j 100%   599  507l 0.85 $0     599i            599i             507
-   7,1    d 100%   649    7g 0.71 $300    10o  50l 100h   40o 200l 400h    29
-  -2,2    i 100%   600  143s 0.71 $600   400l 200h       400l 200h        143
-   0,2    m 100%   599  599i 1.00 $0                                      599
-   4,2    r 100%   649  7.41 0.74 $900    10d  50o 100l   40d 200o 400l 29.65
-   8,2    e 100%   649   33m 1.00 $99     33c             33c             498
-  -1,3    o  52%   599  263o 0.85 $0                                      263
-   5,3    p 100%   649   75  1.00 $675    75l            649l             649
-24 sectors
-
-[0:622] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 14 completed successfully
 Player 02 Turn 14 starting
-
-
-       -=O=-
-You have three new telegrams waiting ...
-
-[0:560] Command : 
-[0:559] Command : 
-[0:558] Command : 
-[0:557] Command : highway at -6,-2 distributes to 1,-1. 
-highway -6,-2 now distributes to -4,-2 (cost 0.400)
-
-warehouse at -4,-2 distributes to 1,-1. 
-Distribution from and to warehouse -4,-2 terminated
-
-capital at 2,-2 distributes to 1,-1. 
-capital 2,-2 now distributes to -4,-2 (cost 2.000)
-
-highway at -7,-1 distributes to 1,-1. 
-highway -7,-1 now distributes to -4,-2 (cost 0.800)
-
-gold mine at -5,-1 distributes to 1,-1. 
-gold mine -5,-1 now distributes to -4,-2 (cost 0.400)
-
-oil field at -1,-1 distributes to 1,-1. 
-oil field -1,-1 now distributes to -4,-2 (cost 1.600)
-
-bank at 1,-1 has no dist sector. 
-bank 1,-1 now distributes to -4,-2 (cost 1.800)
-
-gold mine at 3,-1 distributes to 1,-1. 
-gold mine 3,-1 now distributes to -4,-2 (cost 2.000)
-
-gold mine at 5,-1 distributes to 1,-1. 
-gold mine 5,-1 now distributes to -4,-2 (cost 2.200)
-
-gold mine at 7,-1 distributes to 1,-1. 
-gold mine 7,-1 now distributes to -4,-2 (cost 2.522)
-
-gold mine at -6,0 distributes to 1,-1. 
-gold mine -6,0 now distributes to -4,-2 (cost 0.800)
-
-gold mine at -4,0 distributes to 1,-1. 
-gold mine -4,0 now distributes to -4,-2 (cost 0.800)
-
-gold mine at -2,0 distributes to 1,-1. 
-gold mine -2,0 now distributes to -4,-2 (cost 1.200)
-
-gold mine at 0,0 distributes to 1,-1. 
-gold mine 0,0 now distributes to -4,-2 (cost 1.600)
-
-gold mine at 2,0 distributes to 1,-1. 
-gold mine 2,0 now distributes to -4,-2 (cost 1.800)
-
-highway at 4,0 distributes to 1,-1. 
-highway 4,0 now distributes to -4,-2 (cost 2.000)
-
-highway at -7,1 distributes to 1,-1. 
-highway -7,1 now distributes to -4,-2 (cost 1.200)
-
-highway at -5,1 distributes to 1,-1. 
-highway -5,1 now distributes to -4,-2 (cost 1.200)
-
-gold mine at -3,1 distributes to 1,-1. 
-gold mine -3,1 now distributes to -4,-2 (cost 1.200)
-
-gold mine at -1,1 distributes to 1,-1. 
-gold mine -1,1 now distributes to -4,-2 (cost 1.600)
-
-gold mine at 1,1 distributes to 1,-1. 
-gold mine 1,1 now distributes to -4,-2 (cost 1.800)
-
-highway at 3,1 distributes to 1,-1. 
-highway 3,1 now distributes to -4,-2 (cost 2.000)
-
-gold mine at -4,2 distributes to 1,-1. 
-gold mine -4,2 now distributes to -4,-2 (cost 1.600)
-
-gold mine at -2,2 distributes to 1,-1. 
-gold mine -2,2 now distributes to -4,-2 (cost 1.600)
-
-gold mine at 0,2 distributes to 1,-1. 
-gold mine 0,2 now distributes to -4,-2 (cost 2.000)
-
-gold mine at 2,2 distributes to 1,-1. 
-gold mine 2,2 now distributes to -4,-2 (cost 2.200)
-
-highway at -3,3 distributes to 1,-1. 
-highway -3,3 now distributes to -4,-2 (cost 2.000)
-
-highway at -1,3 distributes to 1,-1. 
-highway -1,3 now distributes to -4,-2 (cost 2.000)
-
-highway at 1,3 distributes to 1,-1. 
-highway 1,3 now distributes to -4,-2 (cost 2.400)
-
-gold mine at 3,3 distributes to 1,-1. 
-gold mine 3,3 now distributes to -4,-2 (cost 2.600)
-
-
-[0:556] Command : 
-[0:555] Command : > > 
-[0:555] Command : Congratulations!
-Diplomatic relations with 1 upgraded to "Allied".
-
-[0:553] Command : Another cold war...
-Diplomatic relations with 8 downgraded to "Hostile".
-
-[0:551] Command : No announcements for you at the moment...
-
-[0:551] Command : Enter telegram for everybody
-undo last line with ~u, print with ~p, abort with ~q, end with .
-1024 left: 1012 left: 
-You have a new announcement waiting ...
-
-[0:551] Command : 
-Announcements since Thu Jan  1 00:00:00 1970
-
-> Announcement from 2, (#2)  dated Thu Jan  1 00:00:00 1970
-Hello World
-
-
-[0:551] Command : 1 is not logged on
-
-[0:551] Command :      --------00000000001
-     8765432101234567890
-  -5                     -5  
-  -4       - . . .       -4  
-  -3  . . . - . . .      -3  
-  -2 . + w . . c . . .   -2  
-  -1  + g . o g g g g .  -1  
-   0 . g g g c c + . .   0   
-   1  + + g g g + . .    1   
-   2 . . g g g g . .     2   
-   3    . + + + g .      3   
-   4     . . . . .       4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:551] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-2   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -4,-2   w    0%      60 .. ..      230    0    0    0 100%    1        0   1
-   2,-2   c    0%      60 .. ..       50    0    0    0 100%    1        0   1
-  -7,-1   +    0%      60 .. ..        1    0    0    0 100%    0        0   1
-  -5,-1   g    0%      60 .. 5.      769    0    0    0 100%    1        0   1
-  -1,-1   o    0%      60 .. ..      416    0    0    0 100%    1        0   1
-   1,-1   b  100%     127 .. ..        1    0    0    0 100%  425        0   1
-   3,-1   g  100%      60 .. ..      555    0    0    0 100%    1        0   1
-   5,-1   g   39%      60 .. ..      133    0    0    0 100%   40        0   1
-   7,-1   g    0%      60 .. ..        2    0    0    0 100%    1        0   1
-  -6,0    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
-  -4,0    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
-  -2,0    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
-   0,0    gm 100%      93 .. 5.      769    0  524    0 100%  288        0
-   2,0    gm 100%     101 .. 5.      769    0  535    0 100%  293        0
-   4,0    +    0%      60 .. ..        2    0    0    0 100%    1        0   1
-  -7,1    +    0%      60 .. ..        2    0    0    0 100%    0        0   1
-  -5,1    +    0%      60 .. ..        3    0    0    0 100%    1        0   1
-  -3,1    g    0%      60 .. ..        3    0    0    0 100%    1        0
-  -1,1    g    0%      60 .. ..        3    0    0    0 100%    1        0
-   1,1    g    0%      60 .. ..        2    0    0    0 100%    1        0
-   3,1    +    0%      60 .. ..        3    0    0    0 100%    1        0   1
-  -4,2    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
-  -2,2    g    0%      60 .. ..        3    0    0    0 100%    1        0
-   0,2    g    0%      60 .. ..        2    0    0    0 100%    1        0
-   2,2    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
-  -3,3    +    0%      60 .. ..        2    0    0    0 100%    1        0   1
-  -1,3    +    0%      60 .. ..        3    0    0    0 100%    1        0   1
-   1,3    +    0%      60 .. ..        2    0    0    0 100%    1        0   1
-   3,3    g    0%      60 .. ..        3    0    0    0 100%    1        0   1
-30 sectors
-
-[0:551] Command :      --------00000000001
-     8765432101234567890
-  -5                     -5  
-  -4       - . . . .     -4  
-  -3  . . . - . . . .    -3  
-  -2 . + w . . c . . .   -2  
-  -1  + g . o b g g g .  -1  
-   0 . g g g g g + . .   0   
-   1  + + g g g + . .    1   
-   2 . . g g g g . .     2   
-   3    . + + + g .      3   
-   4     . . . . .       4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:551] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 3110, yielding 0.00 hap, 0.00 edu
-2.4830 technology (0.0000 + 2.4830), 1.8442 research (0.0000 + 1.8442) produced
-money delta was $518 for this update
-
-> Telegram from 1, (#1)  dated Thu Jan  1 00:00:00 1970
-Want an alliance?
-
-> BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
-Country 1 (#1) has upgraded their relations with you to "Allied"!
-
-
-[0:551] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-  -5,-1   g  28%   500  140d 1.00 $0                                      140
-  -1,-1   o 100%   225  169o 0.75 $0                                      169
-   1,-1   b 100%    50   10b 1.00 $100    50d             50d              10
-   3,-1   g  25%   433  108d 1.00 $0                                      108
-   5,-1   g  42%    82   34d 1.00 $0                                       34
-   0,0    m 100%   835  835i 1.00 $0                                      835
-   2,0    m 100%   843  843i 1.00 $0                                      843
-7 sectors
-
-[0:551] Command : Bye-bye
-Exit: so long...
 Player 02 Turn 14 completed successfully
 Player 08 Turn 14 starting
-
-
-       -=O=-
-You have two new telegrams waiting ...
-You have a new announcement waiting ...
-
-[0:552] Command : -6,-4 threshold unchanged (left at 769)
-0,-4 threshold unchanged (left at 769)
--5,-3 threshold unchanged (left at 769)
--1,-3 threshold unchanged (left at 769)
-1,-3 threshold unchanged (left at 769)
--4,-2 threshold unchanged (left at 769)
--2,-2 threshold unchanged (left at 769)
-0,-2 threshold unchanged (left at 769)
-2,-2 threshold unchanged (left at 769)
-4,-2 threshold unchanged (left at 769)
-6,-2 threshold unchanged (left at 769)
--3,-1 threshold unchanged (left at 769)
--1,-1 threshold unchanged (left at 769)
-1,-1 threshold unchanged (left at 769)
-3,-1 threshold unchanged (left at 769)
-5,-1 threshold unchanged (left at 769)
--2,0 threshold unchanged (left at 769)
-0,0 threshold unchanged (left at 769)
-2,0 threshold unchanged (left at 769)
-4,0 old threshold 400
-6,0 threshold unchanged (left at 769)
-8,0 threshold unchanged (left at 769)
--3,1 threshold unchanged (left at 769)
--1,1 threshold unchanged (left at 769)
-1,1 threshold unchanged (left at 769)
-
-[0:551] Command : 
-[0:550] Command : 
-[0:549] Command : -2,-2 old threshold 1
-0,-2 old threshold 1
-2,-2 old threshold 1
-
-[0:548] Command : 
-[0:547] Command : 
-[0:546] Command : 
-[0:545] Command : 
-[0:544] Command : Declaration made (give 'em hell).
-Diplomatic relations with 1 downgraded to "At War".
-
-[0:542] Command : Another cold war...
-Diplomatic relations with 2 downgraded to "Hostile".
-
-[0:540] Command : 
-Announcements since Thu Jan  1 00:00:00 1970
-
-> Announcement from 2, (#2)  dated Thu Jan  1 00:00:00 1970
-Hello World
-
-
-[0:540] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . . . . . .  -5  
-  -4 . o - . k . . . . - -4  
-  -3  ) o - g l . . . .  -3  
-  -2 . . g g g k j t . - -2  
-  -1  . . j m m m g c .  -1  
-   0 ? . . g m m b h i . 0   
-   1  . . g j g w . . .  1   
-   2 . . . . . . . . . . 2   
-   3  . . . . . . . . .  3   
-   4   . . - . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:540] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-4   o  100%     127 .. ..      769    0    0    0 100%    3        0   1
-  -4,-4   -   11%     127 .. ..       10    0    0    0 100%    5        0   1
-   0,-4   k  100%     127 .. ..      769    0    0    0 100%    1        0   1
-  -5,-3   o   10%     127 .. ..      769    0    0    0 100%    4        0   1
-  -3,-3   -    2%     127 .. ..        4    0    0    0 100%    1        0   1
-  -1,-3   g   20%     127 .. ..      769    0    0    0 100%    6        0   1
-   1,-3   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
-  -4,-2   g    3%     127 .. ..      769    0    0    0 100%    2        0   1
-  -2,-2   gm 100%     127 .. ..      769    0    0    0 100%    3        0
-   0,-2   gm 100%     127 .. ..      769    0    0    0 100%    1        0
-   2,-2   k  100%     127 .. ..      769    0    0    0 100%  500        0   1
-   4,-2   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   6,-2   t  100%     127 .. ..      769    0    0    0 100%  169        0   1
-  -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,-1   m  100%     127 .. 5.      769    0   42    0 100%    0        0
-   1,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
-   3,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
-   5,-1   g    2%     127 .. ..      769    0    0    0 100%    1        0
-   7,-1   c    4%     127 .. ..        6    0    0    0 100%    3        0   1
-  -2,0    g    7%     127 .. ..      769    0    0    0 100%    4        0   1
-   0,0    m  100%     127 .. 5.      769   55  512    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769   55  512    0 100%    0        0
-   4,0    b  100%     127 .. ..      400    0    0    0 100%   16        0   1
-   6,0    h  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   8,0    i  100%     127 .. ..      769    0    0    0 100%  649        0   1
-  -3,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   1,1    g    0%     127 .. ..      769    0    0    0 100%    1        0   1
-   3,1    w  100%     110 .. ..      115    0    0    0 100%  297        0   1
-29 sectors
-
-[0:540] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . . . . . .  -5  
-  -4 . o - . k . . . . - -4  
-  -3  ? o - g l . . . .  -3  
-  -2 . . g g g k j t . - -2  
-  -1  . . j m m m g c .  -1  
-   0 ? . . g m m b h i . 0   
-   1  . . j j g w . . .  1   
-   2 . . . . . . . . . . 2   
-   3  . . . . . . . . .  3   
-   4   . . - . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:540] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-a class of graduates (300.00) produced in 1,-3
-technological breakthroughs (21.96) produced in 6,-2
-  0 happiness, 300 education produced
-total pop was 14609, yielding 0.00 hap, 57.21 edu
-7.6943 technology (5.4566 + 2.2377), 1.8442 research (0.0000 + 1.8442) produced
-money delta was $-4840 for this update
-
-> BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
-Country 1 (#1) has downgraded their relations with you to "At War"!
-Country 2 (#2) has downgraded their relations with you to "Hostile"!
-
-
-[0:540] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-  -6,-4   o   3%   602   14o 0.80 $0                                       14
-   0,-4   k 100%   600  239h 0.80 $0     600i            600i             239
-  -5,-3   o  72%   513  295o 0.80 $0                                      295
-  -1,-3   g  23%   525  115d 1.00 $0                                      115
-   1,-3   l 100%   649  300  1.00 $2700  300l            649l             649
-  -4,-2   g  28%   504  140d 1.00 $0                                      140
-  -2,-2   m  96%   474  455i 1.00 $0                                      455
-   0,-2   m 100%   474  474i 1.00 $0                                      474
-   2,-2   k 100%   649  259h 0.80 $0     648i            648i             259
-   4,-2   j 100%   599  478l 0.80 $0     599i            599i             478
-   6,-2   t 100%   649 23.06 0.77 $9000   30d 150o 300l   40d 200o 400l 30.75
-  -3,-1   j 100%   599  478l 0.80 $0     599i            599i             478
-  -1,-1   m 100%   628  628i 1.00 $0                                      628
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   m 100%   599  599i 1.00 $0                                      599
-   5,-1   g  56%   502  280d 1.00 $0                                      280
-  -2,0    g  51%   510  255d 1.00 $0                                      255
-   0,0    m 100%   965  965i 1.00 $0                                      965
-   2,0    m 100%   965  965i 1.00 $0                                      965
-   4,0    b 100%   328   60b 1.00 $600   300d            325d              65
-   8,0    i 100%   649  101s 0.49 $621   414l 207h       432l 216h        105
-  -3,1    j 100%   599  478l 0.80 $0     599i            599i             478
-  -1,1    j 100%   599  478l 0.80 $0     599i            599i             478
-   1,1    g  37%   500  185d 1.00 $0                                      185
-24 sectors
-
-[0:540] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 14 completed successfully
 Update Turn 15 starting
-
-
-       -=O=-
-You have a new announcement waiting ...
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  33  100%  30K 181  370   16    0  9.2K 1.2K 872    0    3    4   38K
-   512.06
-        8  29   71%  19K 110    0    0    0   13K 2.1K 369    0    0    0   24K
-   204.85
-        2  30   15% 3.7K   0    0    0    0    0  1.1K   0    0    0    0   34K
-    40.18
-        6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   35K
-    31.28
-        3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   35K
-    31.13
-        5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   35K
-    31.05
-        7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   35K
-    30.84
-        4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   35K
-    30.45
-       10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   35K
-    29.90
-        9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   35K
-    28.32
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide 113   70%  74K 1.1K 370   16    0   22K 6.5K 1.2K   0    3    4  343K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                 44.90       10.94       33.63       11.41     5,-15 
- 2     2                 20.23        5.47        0.00        0.00    18,8   
- 3     3                 20.23        5.47        0.00        0.00    -4,10  
- 4     4                 20.23        5.47        0.00        0.00   -15,1   
- 5     5                 20.23        5.47        0.00        0.00   -30,8   
- 6     6                 20.23        5.47        0.00        0.00     2,-2  
- 7     7                 20.23        5.47        0.00        0.00    24,0   
- 8     8                 29.54        5.47       38.23        0.00    30,-12 
- 9     9                 20.23        5.47        0.00        0.00   -26,-6  
- 10    10                20.23        5.47        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    1,-15  k  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    3,-15  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1    7,-15  +o 100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1    9,-15  t  100%     127 .. ..      769    0    0    0 100%  409    0   1
-  1   11,-15  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
-  8   17,-15  o  100%     127 .. ..      769    0    0    0 100%    3    0   1
-  8   19,-15  -   11%     127 .. ..       10    0    0    0 100%    5    0   1
-  8   23,-15  k  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  1    4,-14  b  100%     127 .. ..      769    0    0    0 100%  349    0   1
-  1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1   10,-14  h  100%     127 .. ..      739    5    0    0 100%  376    0   1
-  1   12,-14  =  100%     127 .. ..       77    0    0    0 100%  109    0   1
-  1   14,-14  =  100%     127 .. ..       77    0    0    0 100%   97    0   1
-  1   16,-14  )  100%     127 .. 0.      769   28    1    0 100%  162    0   1
-  8   18,-14  o   10%     127 .. ..      769    0    0    0 100%    4    0   1
-  8   20,-14  -    2%     127 .. ..        4    0    0    0 100%    1    0   1
-  8   22,-14  g   20%     127 .. ..      769    0    0    0 100%    6    0   1
-  8   24,-14  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
-  1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
-  1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-13  m  100%     127 .. 5.      769    0  579    0 100%    7    0
-  1    9,-13  k  100%     127 .. 8.      769    0  712    0 100%    0    0   1
-  8   19,-13  g    3%     127 .. ..      769    0    0    0 100%    2    0   1
-  8   21,-13  gm 100%     127 .. ..      769    0    0    0 100%    3    0
-  8   23,-13  gm 100%     127 .. ..      769    0    0    0 100%    1    0
-  8   25,-13  k  100%     127 .. ..      769    0    0    0 100%  500    0   1
-  8   27,-13  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   29,-13  t  100%     127 .. ..      769    0    0    0 100%  169    0   1
-  1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   25    0   1
-  1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
-  1   10,-12  j  100%     127 .. 5.      769    0    0    0 100%    0    0   1
-  1   12,-12  d  100%     127 .. ..      769    0    0    0 100%  489    0   1
-  8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   22,-12  m  100%     127 .. 5.      769    0   42    0 100%    0    0
-  8   24,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
-  8   26,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
-  8   28,-12  g    2%     127 .. ..      769    0    0    0 100%    1    0
-  8   30,-12  c    4%     127 .. ..        6    0    0    0 100%    3    0   1
- 10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  1    3,-11  i  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-11  k* 100%     127 .. ..      769    0    0    0 100%   49    0   1
-  1    9,-11  r  100%     127 .. ..      769    0    0    0 100%  489    0   1
-  1   11,-11  w  100%     127 .. ..     6703   51    0    0 100%  659    0   1
-  1   13,-11  e  100%     127 .. ..      769    1    0    0 100%  649    0   1
-  1   15,-11  !  100%     127 .. ..      769   15    0    0 100%  595    0   1
-  8   21,-11  g    7%     127 .. ..      769    0    0    0 100%    4    0   1
-  8   23,-11  m  100%     127 .. 5.      769   55  512    0 100%    0    0
-  8   25,-11  m  100%     127 .. 5.      769   55  512    0 100%    0    0
-  8   27,-11  b  100%     127 .. ..      400    0    0    0 100%   16    0   1
-  8   29,-11  h  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  8   31,-11  i  100%     127 .. ..      769    0    0    0 100%  649    0   1
- 10  -12,-10  c  100%     127 .. ..     1000   55  529    0 100%  980    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  527    0 100%  979    0   1
-  1    4,-10  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    6,-10  +  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1   10,-10  p  100%     127 .. ..      769    0    0    0 100%  574    0   1
-  8   20,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   22,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   24,-10  g    0%     127 .. ..      769    0    0    0 100%    1    0   1
-  8   26,-10  w  100%     110 .. ..      115    0    0    0 100%  297    0   1
-  9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  526    0 100%  978    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  530    0 100%  980    0
-  6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  6    2,-2   c  100%     127 .. ..     1000   55  533    0 100%  983    0
-  6    4,-2   c  100%     127 .. ..     1000   55  539    0 100%  986    0
-  7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  7   24,0    c  100%     127 .. ..     1000   55  538    0 100%  986    0
-  7   26,0    c  100%     127 .. ..     1000   55  525    0 100%  977    0
-  4  -15,1    c  100%     127 .. ..     1000   55  532    0 100%  982    0
-  4  -13,1    c  100%     127 .. ..     1000   55  530    0 100%  980    0
-  5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  5  -30,8    c  100%     127 .. ..     1000   55  530    0 100%  980    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  527    0 100%  978    0
-  2   10,8    +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  2   12,8    w    0%      60 .. ..      230    0    0    0 100%    1    0   1
-  2   18,8    c    0%      60 .. ..       50    0    0    0 100%    1    0   1
-  3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  2    9,9    +    0%      60 .. ..        1    0    0    0 100%    0    0   1
-  2   11,9    g    0%      60 .. 5.      769    0    0    0 100%    1    0   1
-  2   15,9    o    0%      60 .. ..      416    0    0    0 100%    1    0   1
-  2   17,9    b  100%     127 .. ..        1    0    0    0 100%  425    0   1
-  2   19,9    g  100%      60 .. ..      555    0    0    0 100%    1    0   1
-  2   21,9    g   39%      60 .. ..      133    0    0    0 100%   40    0   1
-  2   23,9    g    0%      60 .. ..        2    0    0    0 100%    1    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  535    0 100%  984    0
-  3   -2,10   c  100%     127 .. ..     1000   55  530    0 100%  980    0
-  2   10,10   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
-  2   12,10   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
-  2   14,10   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
-  2   16,10   gm 100%      93 .. 5.      769    0  524    0 100%  288    0
-  2   18,10   gm 100%     101 .. 5.      769    0  535    0 100%  293    0
-  2   20,10   +    0%      60 .. ..        2    0    0    0 100%    1    0   1
-  2    9,11   +    0%      60 .. ..        2    0    0    0 100%    0    0   1
-  2   11,11   +    0%      60 .. ..        3    0    0    0 100%    1    0   1
-  2   13,11   g    0%      60 .. ..        3    0    0    0 100%    1    0
-  2   15,11   g    0%      60 .. ..        3    0    0    0 100%    1    0
-  2   17,11   g    0%      60 .. ..        2    0    0    0 100%    1    0
-  2   19,11   +    0%      60 .. ..        3    0    0    0 100%    1    0   1
-  2   12,12   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
-  2   14,12   g    0%      60 .. ..        3    0    0    0 100%    1    0
-  2   16,12   g    0%      60 .. ..        2    0    0    0 100%    1    0
-  2   18,12   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
-  2   13,13   +    0%      60 .. ..        2    0    0    0 100%    1    0   1
-  2   15,13   +    0%      60 .. ..        3    0    0    0 100%    1    0   1
-  2   17,13   +    0%      60 .. ..        2    0    0    0 100%    1    0   1
-  2   19,13   g    0%      60 .. ..        3    0    0    0 100%    1    0   1
-113 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
-  1   1,-15  k .......... ...9....0.   0   0    0  999    0   0    1    0    1   0
-  1   3,-15  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
-  1  11,-15  l .......... .......4..   0   0    0    0    0   0    0  400    0   0
-  8  17,-15  o .......... ......0.1.   0   0    0    0    0   0    1    0    0   0
-  8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
-  1   4,-14  b .......... ....3.....   0   0    0    0  300 337    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  m .......... ...0......   0   0    0    1    0   0    0    1    0   0
-  1  10,-14  h .......... .......22.   0   0    0    1    1   0    1  188  192   0
-  1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  16,-14  ) .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  18,-14  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-14  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  24,-14  l .......... .......3..   0   0    0    0    1   0    0  300    0   0
-  1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
-  1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
-  8  19,-13  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  21,-13  g .......... ...0......   0   0    0    0    1   0    0    0    0   0
-  8  23,-13  g .......... ...0......   0   0    0    0    1   0    0    0    0   0
-  8  25,-13  k .......... ...9....0.   0   0    0  999    1   0    0    0    1   0
-  8  27,-13  j .......... ...9......   0   0    0  999    0   0    0  383    0   0
-  8  29,-13  t .......... ....0.13..   0   0    0    0   30   0  150  300    0   0
-  1   4,-12  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
-  1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  j .......... .......0..   0   0    0 1198    0   0    0    1    0   0
-  1  12,-12  d .......... .0....021.   0   1    0    0    0   0   20  200  100   0
-  8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  8  22,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  28,-12  g .......... ....0.001.   0   0    0    0    1   0    0    0    0   0
-  8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
-  1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
-  1   5,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  1   7,-11  k .......... ..2....22.   0   0    0    0    0   0    0    0    1   0
-  1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
-  1  11,-11  w .......... .......... 169   0    0 2640  851   0  722 1971 2686   0
-  1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  ! .......... 20.....22. 160   5    0    0    0   0    0  200  200   0
-  8  21,-11  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  25,-11  m .......... ...0......   0   0    0  817    0   0    0    0    0   0
-  8  27,-11  b .......... ....3.....   0   0    0    0  300 244    0    0    0   0
-  8  29,-11  h .......... .......22.   0   0    0    0    1   0    0  200  200   0
-  8  31,-11  i .......... 0......63.   0   0    0    0    0   0    0  600  207   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
-  8  20,-10  j .......... ...9...0..   0   0    0  999    1   0    0    1    0   0
-  8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  8  24,-10  g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  8  26,-10  w .......... ..........   0   0    0 6228 1798   0  217   70    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  10,8    + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  12,8    w .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  18,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
-  2   9,9    + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  11,9    g .......... ...90.....   0   0    0    0    1   0    0    0    0   0
-  2  15,9    o .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  2  17,9    b .......... ....3.....   0   0    0    0  987  10    0    0    0   0
-  2  19,9    g .......... ....0.....   0   0    0    0  106   0    0    0    0   0
-  2  21,9    g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  23,9    g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  10,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  12,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  14,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  16,10   g .......... ...00.....   0   0    0    0    1   0    0    0    0   0
-  2  18,10   g .......... ...00.....   0   0    0    0    1   0    0    0    0   0
-  2  20,10   + .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  2   9,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  11,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  13,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  15,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  17,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  19,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  12,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  14,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  16,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  18,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  13,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  15,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  17,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  19,13   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-113 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  j  100%    0    0   82   0    0
-  1    1,-15  k  100%    6    0   67   1    0
-  1    3,-15  j  100%   11    0   61   0    0
-  1    5,-15  c  100%   28    5   37   0    0
-  1    7,-15  +o 100%    0    0   76  47    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  8   17,-15  o  100%    0    0  100   3    0
-  8   19,-15  -   11%    0    0  100 100    0
-  8   23,-15  k  100%   11    0   61  21    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  m  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   12,-14  =  100%    0    0   45  11    0
-  1   14,-14  =  100%    0    0   63  46    0
-  1   16,-14  )  100%    0    0  100  98    0
-  8   18,-14  o   10%    0    0   91  72    0
-  8   20,-14  -    2%    0    0   82  58    0
-  8   22,-14  g   20%   50   23    6   0    0
-  8   24,-14  l  100%   45    0   13   0    0
-  1    3,-13  j  100%   23    1   43   0    0
-  1    5,-13  m  100%  100    0  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  8   19,-13  g    3%   56   28    0   0    5
-  8   21,-13  gm 100%   96    0    0   0   77
-  8   23,-13  gm 100%  100    0    0   0   88
-  8   25,-13  k  100%   63   33    0   0   17
-  8   27,-13  j  100%    0    0   76  47    0
-  8   29,-13  t  100%   28    0   37   0    0
-  1    4,-12  k  100%   74   42    0   0   37
-  1    6,-12  m  100%  100    0    0   0  100
-  1    8,-12  m  100%  100    0    0   0   88
-  1   10,-12  j  100%   50    0    6   0    0
-  1   12,-12  d  100%   63    0    0   0   17
-  8   20,-12  j  100%   74    1    0   0   37
-  8   22,-12  m  100%  100    0    0   0   97
-  8   24,-12  m  100%  100    0    0   0  100
-  8   26,-12  m  100%  100    0    0   0  100
-  8   28,-12  g    2%   91   56    0   0   68
-  8   30,-12  c    4%   23    1   43   0    0
- 10  -11,-11  g  100%   78    0    0   0   45
-  1    3,-11  i  100%    0    0  100   3    0
-  1    5,-11  m  100%  100    0    0   0  100
-  1    7,-11  k* 100%   91    0    0   0   68
-  1    9,-11  r  100%   85    0    0   0   57
-  1   11,-11  w  100%   78    0    0   0   45
-  1   13,-11  e  100%   67    0    0   0   25
-  1   15,-11  !  100%   56    0    0   0    5
-  8   21,-11  g    7%   85   51    0   0   57
-  8   23,-11  m  100%  100    0  100 100  100
-  8   25,-11  m  100%  100    0  100 100  100
-  8   27,-11  b  100%   39    3   21   0    0
-  8   29,-11  h  100%   34    0   28   0    0
-  8   31,-11  i  100%    0    0  100 100    0
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  o  100%    0    0  100  52    0
-  1    6,-10  +  100%    0    0  100 100    0
-  1   10,-10  p  100%    0    0  100  98    0
-  8   20,-10  j  100%   78    0    0   0   45
-  8   22,-10  j  100%    6    0   67  32    0
-  8   24,-10  g    0%   67   37    0   0   25
-  8   26,-10  w  100%   17    0   52   7    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    0    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  2   10,8    +    0%    0    0  100  87    0
-  2   12,8    w    0%   17    0   52   7    0
-  2   18,8    c    0%   23    1   43   0    0
-  3   -3,9    g  100%  100    0    0   0  100
-  2    9,9    +    0%    6    0   67  32    0
-  2   11,9    g    0%   56   28    0   0    5
-  2   15,9    o    0%    0    0  100 100    0
-  2   17,9    b  100%   34    0   28   0    0
-  2   19,9    g  100%   78   25    0   0   45
-  2   21,9    g   39%   74   42    0   0   37
-  2   23,9    g    0%   39   14   21   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   10,10   g    0%   45   19   13   0    0
-  2   12,10   g    0%   63   33    0   0   17
-  2   14,10   g    0%   91   56    0   0   68
-  2   16,10   gm 100%  100    0  100 100  100
-  2   18,10   gm 100%  100    0  100 100  100
-  2   20,10   +    0%    0    0  100 100    0
-  2    9,11   +    0%    0    0   82  58    0
-  2   11,11   +    0%   11    0   61  21    0
-  2   13,11   g    0%  100   69    0   0   97
-  2   15,11   g    0%  100   74    0   0  100
-  2   17,11   g    0%  100   80    0   0  100
-  2   19,11   +    0%    0    0  100  98    0
-  2   12,12   g    0%   67   37    0   0   25
-  2   14,12   g    0%  100   65    0   0   88
-  2   16,12   g    0%   96   60    0   0   77
-  2   18,12   g    0%   85   51    0   0   57
-  2   13,13   +    0%    0    0   91  72    0
-  2   15,13   +    0%   28    5   37   0    0
-  2   17,13   +    0%    0    0   76  47    0
-  2   19,13   g    0%   50   23    6   0    0
-113 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 15 completed successfully
 Player 01 Turn 15 starting
-
-
-       -=O=-
-You have two new telegrams waiting ...
-You have a new announcement waiting ...
-
-[0:640] Command : f1   Sopwith Camel #0 built in sector 2,2
-f1   Sopwith Camel #1 built in sector 2,2
-f1   Sopwith Camel #2 built in sector 2,2
-That just cost you $120.00
-
-[0:639] Command : 
-[0:638] Command : 
-[0:637] Command : 
-[0:636] Command : 
-[0:635] Command : 
-[0:634] Command : 
-[0:633] Command : 
-[0:632] Command : -1,-1 old threshold 300
-
-[0:631] Command : 1,-3 old threshold 769
--4,-2 old threshold 769
--2,-2 old threshold 769
-0,-2 old threshold 769
-2,-2 old threshold 769
-4,-2 old threshold 769
-6,-2 old threshold 769
--1,-1 old threshold 769
-1,-1 old threshold 769
-3,-1 old threshold 769
-5,-1 old threshold 769
-7,-1 old threshold 77
-9,-1 old threshold 77
-11,-1 old threshold 769
--2,0 old threshold 769
-0,0 old threshold 769
-2,0 old threshold 769
-4,0 old threshold 769
--1,1 old threshold 769
-1,1 old threshold 769
-3,1 old threshold 769
-5,1 old threshold 769
-7,1 old threshold 769
--2,2 old threshold 769
-0,2 old threshold 769
-2,2 old threshold 769
-4,2 old threshold 769
-6,2 old threshold 769
-8,2 old threshold 769
-10,2 old threshold 769
--1,3 old threshold 769
-1,3 old threshold 769
-5,3 old threshold 769
-
-[0:630] Command : Leader is cav  cavalry #4
-cav  cavalry #4 stopped at 11,-1
-art  artillery #5 stopped at 11,-1
-
-[0:629] Command : od   oil derrick (#3) built in sector 5,-1
-That just cost you $300.00
-
-[0:628] Command : 200 civilians loaded onto od   oil derrick (#3) at 5,-1
-1 ship loaded
-
-[0:627] Command : ft   fishing trawler (#4) built in sector 5,-1
-
-[0:626] Command : 200 civilians loaded onto ft   fishing trawler (#4) at 5,-1
-1 ship loaded
-
-[0:625] Command :      1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-  -8                                           -8  
-  -7                                           -7  
-  -6                       . ? ? ? ? .         -6  
-  -5                      . . . . . . .        -5  
-  -4         - . . . . . . . . . . . . .       -4  
-  -3          - . . . j . . . . . . . . .      -3  
-  -2         . . k j c + t l . . o ? . ? .     -2  
-  -1          - . . b m m h = = ) o ? ? ? .    -1  
-   0         - - . j m m k . . . . ? ? ? ?     0   
-   1          - - . k m m j d . . . ? ? ?      1   
-   2         - - . i m k r w e ! . . ? ?       2   
-   3          - - . o + . p . . . . ? ?        3   
-   4           - - . . . . . . . . . .         4   
-   5                                           5   
-   6                                           6   
-   7                                           7   
-   8                                           8   
-     1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-
-[0:625] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -4,-2   k  100%     127 .. ..      769    0    0    0 100%    1        0   1
-  -2,-2   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   0,-2   c  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   2,-2   o% 100%     127 .. ..      769    0    0    0 100%    1        0   1
-   4,-2   t  100%     127 .. ..      769    0    0    0 100%  409        0   1
-   6,-2   l  100%     127 .. ..      769    0    0    0 100%  249        0   1
-  -1,-1   b  100%     127 .. ..      769    0    0    0 100%  349        0   1
-   1,-1   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,-1   m  100%     127 .. ..      769    0    0    0 100%    1        0
-   5,-1   h  100%     127 .. ..      369    5    0    0 100%  452        0   1
-   7,-1   =  100%     127 .. ..       77    0    0    0 100%  109        0   1
-   9,-1   =  100%     127 .. ..       77    0    0    0 100%  109        0   1
-  11,-1   )  100%     127 .. 0.      769   28    1    0 100%  656        0   1
-  -2,0    j  100%     127 .. ..      769    0    0    0 100%   50        0   1
-   0,0    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769    0  579    0 100%    6        0
-   4,0    k  100%     127 .. 8.      769    0  869    0 100%    0        0   1
-  -1,1    k  100%     127 .. ..      769    0    0    0 100%   26        0   1
-   1,1    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   3,1    m  100%     127 .. 5.      769    0   37    0 100%    0        0
-   5,1    j  100%     127 .. 5.      769    0    0    0 100%    0        0   1
-   7,1    d  100%     127 .. ..      769    0    0    0 100%  489        0   1
-  -2,2    i  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   0,2    m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,2    *  100%     127 .. ..      769   27    0    0 100%  462        0   1
-   4,2    r  100%     127 .. ..      769    0    0    0 100%  489        0   1
-   6,2    w  100%     127 .. ..     7898   44    0    0 100%  662        0   1
-   8,2    e  100%     127 .. ..      769    1    0    0 100%  649        0   1
-  10,2    !  100%     127 .. ..      769   25    0    0 100%  653        0   1
-  -1,3    o  100%     127 .. ..      769    0    0    0 100%    1        0   1
-   1,3    +  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   5,3    p  100%     127 .. ..      769    0    0    0 100%  574        0   1
-33 sectors
-
-[0:625] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
-   1 cs   cargo ship     5,-1      100% 300  25   0   0  0  0  0  1 127   31
-   2 tk   tanker         5,-1      100%  30   0   0   0  0  0  0  0  90   44
-   3 od   oil derrick    5,-1       20% 200   0   0   0  0  0  0  0   0   51
-   4 ft   fishing tra    5,-1       20% 200   0   0   0  0  0  0  0   0   51
-5 ships
-
-[0:625] Command :    # unit type          x,y    a   eff mil frt  mu  fd tch retr xl ln carry
-   0 cav  cavalry       5,-1      100%  20   0 124   0  31  42%  0  0    1S
-   3 cav  cavalry       5,-1      100%   1   0 124   0  31  42%  0  0
-   4 cav  cavalry      11,-1      100%   5   0 102   0  31  42%  0  0
-   5 art  artillery    11,-1      100%   5   0   0   0  37  42%  0  0
-4 units
-
-[0:625] Command :    #    type                x,y    w   eff  mu def tech ran hard carry special
-   0 f1   Sopwith Camel     2,2        10%   0   1   51   4    0      
-   1 f1   Sopwith Camel     2,2        10%   0   1   51   4    0      
-   2 f1   Sopwith Camel     2,2        10%   0   1   51   4    0      
-3 planes
-
-[0:625] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4 - . . . . . . . . . . .   -4  
-  -3  - . . . j . . . . . . .  -3  
-  -2 . . k j c o t l . . ? ? . -2  
-  -1  - . . b m m h = = ) ? ?  -1  
-   0 - - . j m m k . . . . ? ? 0   
-   1  - - . k m m j d . . . ?  1   
-   2 - - . i m * r w e ! . . ? 2   
-   3  - - . o + . p . . . . ?  3   
-   4   - - . . . . . . . . .   4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:625] Command : 
-> BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
-Country 2 (#2) has upgraded their relations with you to "Allied"!
-Country 8 (#8) has downgraded their relations with you to "At War"!
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-technological breakthroughs (11.12) produced in 4,-2
-a class of graduates (400.00) produced in 6,-2
-medical discoveries (7.41) produced in 4,2
-happy strollers (75.00) produced in 5,3
- 75 happiness, 400 education produced
-total pop was 30227, yielding 12.45 hap, 41.19 edu
-7.2384 technology (4.4747 + 2.7637), 3.6876 research (3.6876 + 0.0000) produced
-Army delta $-138, Navy delta $-582, Air force delta $0
-money delta was $6908 for this update
-
-
-[0:625] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-3   j 100%   599  516l 0.86 $0     599i            599i             516
-  -4,-2   k 100%   600  258h 0.86 $0     600i            600i             258
-  -2,-2   j 100%   599  516l 0.86 $0     599i            599i             516
-   2,-2   % 100%   474  999p 7.61 $131   131o            131o             999
-   4,-2   t 100%   649 11.29 0.75 $4500   15d  75o 150l   40d 200o 400l 30.11
-   6,-2   l 100%   649  450  1.00 $4050  450l            649l             649
-  -1,-1   b 100%   649   60b 1.00 $600   300d            645d             129
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   m  96%   600  576i 1.00 $0                                      576
-  -2,0    j 100%   649  516l 0.86 $0     599i            649i             559
-   0,0    m 100%   599  599i 1.00 $0                                      599
-   2,0    m 100%  1004  999i 1.00 $0                                      999
-   4,0    k 100%  1198  516h 0.86 $0    1198i           1198i             516
-  -1,1    k 100%   625  258h 0.86 $0     600i            624i             269
-   1,1    m 100%   599  599i 1.00 $0                                      599
-   3,1    m 100%   624  624i 1.00 $0                                      624
-   5,1    j 100%   599  516l 0.86 $0     599i            599i             516
-   7,1    d 100%   649    8g 0.76 $300    10o  50l 100h   40o 200l 400h    30
-  -2,2    i 100%   599  151s 0.76 $597   398l 199h       398l 199h        151
-   0,2    m 100%   599  599i 1.00 $0                                      599
-   4,2    r 100%   649  7.53 0.75 $900    10d  50o 100l   40d 200o 400l 30.11
-   8,2    e 100%   649   33m 1.00 $99     33c             33c             498
-  -1,3    o  21%   600  108o 0.86 $0                                      108
-   5,3    p 100%   649   75  1.00 $675    75l            649l             649
-24 sectors
-
-[0:625] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 15 completed successfully
 Player 02 Turn 15 starting
-
-
-       -=O=-
-You have two new telegrams waiting ...
-
-[0:623] Command : 
-[0:622] Command : 
-[0:621] Command : 
-[0:620] Command : 5,-1 old threshold 600
-
-[0:619] Command : 
-[0:618] Command : 7,-1 old threshold 769
-
-[0:617] Command :      --------00000000001
-     8765432101234567890
-  -5                     -5  
-  -4       - . . . .     -4  
-  -3  . . . - . . . .    -3  
-  -2 . + w . . c . . .   -2  
-  -1  + g . o b g g g .  -1  
-   0 . g g g g g + . .   0   
-   1  + + g g g + . .    1   
-   2 . . g g g g . .     2   
-   3    . + + + g .      3   
-   4     . . . . .       4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:617] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-2   +    0%     120 .. ..        2    0    0    0 100%    0        0   1
-  -4,-2   w   90%      96 .. ..        1    0    0    0 100%   90        0   1
-   2,-2   c   20%     120 .. ..       50    0    0    0 100%   20        0   1
-  -7,-1   +    0%     120 .. ..        1    0    0    0 100%    0        0   1
-  -5,-1   gj 100%     119 .. 5.      769    0   60    0 100%    0        0   1
-  -1,-1   o  100%     118 .. ..      769    0    0    0 100%    0        0   1
-   1,-1   b  100%     127 .. ..      385    0    0    0 100%    0        0   1
-   3,-1   g  100%      97 .. ..      300    0    0    0 100%    2        0   1
-   5,-1   g  100%     117 .. ..      600    0    0    0 100%    1        0   1
-   7,-1   g    1%     120 .. ..      390    0    0    0 100%    1        0   1
-  -6,0    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
-  -4,0    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
-  -2,0    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
-   0,0    m  100%     127 .. 5.      769    0  579    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769    0  579    0 100%    0        0
-   4,0    +    1%     120 .. ..        2    0    0    0 100%    1        0   1
-  -7,1    +    0%     120 .. ..        3    0    0    0 100%    1        0   1
-  -5,1    +    1%     120 .. ..        4    0    0    0 100%    1        0   1
-  -3,1    g    1%     120 .. ..        3    0    0    0 100%    1        0
-  -1,1    g    1%     120 .. ..        4    0    0    0 100%    1        0
-   1,1    g    1%     120 .. ..        2    0    0    0 100%    1        0
-   3,1    +    1%     120 .. ..        4    0    0    0 100%    1        0   1
-  -4,2    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
-  -2,2    g    1%     120 .. ..        4    0    0    0 100%    1        0
-   0,2    g    1%     120 .. ..        3    0    0    0 100%    1        0
-   2,2    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
-  -3,3    +    1%     120 .. ..        3    0    0    0 100%    1        0   1
-  -1,3    +    1%     120 .. ..        4    0    0    0 100%    1        0   1
-   1,3    +    1%     120 .. ..        3    0    0    0 100%    1        0   1
-   3,3    g    1%     120 .. ..        4    0    0    0 100%    1        0   1
-30 sectors
-
-[0:617] Command :      --------00000000001
-     8765432101234567890
-  -5  . - - .            -5  
-  -4 - - - - . . . . .   -4  
-  -3  . . . - . . . . .  -3  
-  -2 . + w . . c . . . . -2  
-  -1  + g . o b g g g .  -1  
-   0 . g g g m m + . . . 0   
-   1  + + g g g + . . .  1   
-   2 . . g g g g . . .   2   
-   3    . + + + g .      3   
-   4     . . . . .       4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:617] Command : 
-> BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
-Country 8 (#8) has downgraded their relations with you to "Hostile"!
-
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 3744, yielding 0.00 hap, 0.00 edu
-2.5005 technology (0.0000 + 2.5005), 1.8438 research (0.0000 + 1.8438) produced
-money delta was $482 for this update
-
-
-[0:617] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-  -5,-1   j 100%   515  394l 0.77 $0     515i            515i             394
-  -1,-1   o  78%   599  357o 0.77 $0                                      357
-   1,-1   b 100%   300   60b 1.00 $600   300d            300d              60
-   3,-1   g   3%   236    7d 1.00 $0                                        7
-   5,-1   g  35%   469  164d 1.00 $0                                      164
-   7,-1   g  14%   206   28d 1.00 $0                                       28
-   0,0    m 100%   998  998i 1.00 $0                                      998
-   2,0    m 100%   998  998i 1.00 $0                                      998
-8 sectors
-
-[0:617] Command : Bye-bye
-Exit: so long...
 Player 02 Turn 15 completed successfully
 Player 08 Turn 15 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : 
-[0:639] Command : 
-[0:638] Command : 
-[0:637] Command : 
-[0:636] Command : 
-[0:635] Command : 
-[0:634] Command : 
-[0:633] Command : 
-[0:632] Command : 
-[0:631] Command : -4,-2 old threshold 1
-
-[0:630] Command : 
-[0:629] Command : 
-[0:628] Command : 
-[0:627] Command : 
-[0:626] Command : 
-[0:625] Command : -1,-3 old threshold 1
-
-[0:624] Command : 
-[0:623] Command : -2,0 old threshold 1
-
-[0:622] Command : 
-[0:621] Command : 
-[0:620] Command : 
-[0:619] Command : 
-[0:618] Command : 1,-3 old threshold 300
-
-[0:617] Command : Looking for best path to -6,-4
-Using best path 'ygyyyh', movement cost 1.000
-Total movement cost = 55
-72 mob left in 0,0
-
-[0:616] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . . . . . .  -5  
-  -4 . o - . k . . . . - -4  
-  -3  ) o - g l . . . .  -3  
-  -2 . . g g g k j t . - -2  
-  -1  . . j m m m g c .  -1  
-   0 ? . . g m m b h i . 0   
-   1  . . j j g w . . .  1   
-   2 . . . . . . . . . . 2   
-   3  . . . . . . . . .  3   
-   4   . . - . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:616] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-4   of 100%     127 .. ..      769   55    0    0 100%    2        0   1
-  -4,-4   -   17%     127 .. ..      769    0    0    0 100%    6        0   1
-   0,-4   k  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -5,-3   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -3,-3   -    3%     127 .. ..      769    0    0    0 100%    2        0   1
-  -1,-3   g! 100%     127 .. ..      769    0    0    0 100%   25        0   1
-   1,-3   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
-  -4,-2   g* 100%     127 .. ..      769    0    0    0 100%    4        0   1
-  -2,-2   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   0,-2   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,-2   k  100%     127 .. ..      769    0    0    0 100%    1        0   1
-   4,-2   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   6,-2   t  100%     127 .. ..      769    0    0    0 100%  169        0   1
-  -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,-1   m  100%     127 .. 5.      769    0  203    0 100%    0        0
-   1,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
-   3,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
-   5,-1   gd 100%     127 .. ..      769    0    0    0 100%    2        0
-   7,-1   c    7%     127 .. ..      769    0    0    0 100%    3        0   1
-  -2,0    gp 100%     127 .. ..      769    0    0    0 100%   10        0   1
-   0,0    m  100%      72 .. 5.      769    0  512    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769   55  512    0 100%    0        0
-   4,0    b  100%     127 .. ..      769    0    0    0 100%   28        0   1
-   6,0    h  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   8,0    i  100%     127 .. ..      769    0    0    0 100%   28        0   1
-  -3,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   1,1    gk 100%     127 .. ..      769    0    0    0 100%    0        0   1
-   3,1    w  100%     104 .. ..     3159    0    0    0 100%  140        0   1
-29 sectors
-
-[0:616] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . . . . . .  -5  
-  -4 . o - . k . . . . - -4  
-  -3  ? o - g l . . . .  -3  
-  -2 . . g m m k j t . - -2  
-  -1  . . j m m m g c .  -1  
-   0 ? . . g m m b h i . 0   
-   1  . . j j g w . . .  1   
-   2 . . . . . . . . . . 2   
-   3  . . . . . . . . .  3   
-   4   . . - . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:616] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-a class of graduates (300.00) produced in 1,-3
-technological breakthroughs (23.06) produced in 6,-2
-  0 happiness, 300 education produced
-total pop was 18991, yielding 0.00 hap, 46.94 edu
-7.7647 technology (5.5273 + 2.2373), 1.8438 research (0.0000 + 1.8438) produced
-money delta was $-3234 for this update
-
-
-[0:616] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   0,-4   k 100%   599  247h 0.82 $0     598i            598i             247
-  -5,-3   o  35%   599  172o 0.82 $0                                      172
-   1,-3   l 100%   649  300  1.00 $2700  300l            649l             649
-  -2,-2   m  96%   599  575i 1.00 $0                                      575
-   0,-2   m 100%   599  599i 1.00 $0                                      599
-   2,-2   k 100%   600  247h 0.82 $0     600i            600i             247
-   4,-2   j 100%   599  494l 0.82 $0     599i            599i             494
-   6,-2   t 100%   649 23.38 0.78 $9000   30d 150o 300l   40d 200o 400l 31.17
-  -3,-1   j 100%   599  494l 0.82 $0     599i            599i             494
-  -1,-1   m 100%   739  739i 1.00 $0                                      739
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   m 100%   599  599i 1.00 $0                                      599
-   5,-1   d 100%   474    6g 0.63 $300    10o  50l 100h   29o 145l 290h    18
-  -2,0    p 100%   474    0  1.00 $0       0l            474l             474
-   0,0    m 100%   952  952i 1.00 $0                                      952
-   2,0    m 100%   965  965i 1.00 $0                                      965
-   4,0    b 100%   627   60b 1.00 $600   300d            625d             125
-   8,0    i 100%   627  132s 0.63 $627   418l 209h       418l 209h        132
-  -3,1    j 100%   599  494l 0.82 $0     599i            599i             494
-  -1,1    j 100%   599  494l 0.82 $0     599i            599i             494
-   1,1    k 100%   474    0h 0.82 $0       0i            474i             195
-21 sectors
-
-[0:616] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 15 completed successfully
 Update Turn 16 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  33  100%  31K 211  512   24    0  9.1K 852  1.2K   3    5    4   44K
-   638.08
-        8  29   91%  25K 110  101    0    0   14K 2.8K 527    0    0    0   21K
-   328.68
-        2  30   28% 4.9K   0    0    0    0  1.7K 1.3K 169    0    0    0   35K
-    55.99
-        6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   36K
-    35.36
-        3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   36K
-    35.18
-        5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   36K
-    35.10
-        7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   36K
-    34.87
-        4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   36K
-    34.43
-       10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   36K
-    33.81
-        9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   36K
-    32.05
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide 113   78%  82K 1.1K 613   24    0   25K 7.0K 1.9K   3    5    4  354K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                 51.81       14.54       35.43       11.99     5,-15 
- 2     2                 22.59        7.27        0.00        0.00    18,8   
- 3     3                 22.59        7.27        0.00        0.00    -4,10  
- 4     4                 22.59        7.27        0.00        0.00   -15,1   
- 5     5                 22.59        7.27        0.00        0.00   -30,8   
- 6     6                 22.59        7.27        0.00        0.00     2,-2  
- 7     7                 22.59        7.27        0.00        0.00    24,0   
- 8     8                 37.07        7.27       40.30        0.00    30,-12 
- 9     9                 22.59        7.27        0.00        0.00   -26,-6  
- 10    10                22.59        7.27        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    1,-15  k  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  1    3,-15  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    5,-15  c  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1    7,-15  o% 100%     127 .. ..      769    0    0    0 100%    1    0   1
-  1    9,-15  t  100%     127 .. ..      769    0    0    0 100%  409    0   1
-  1   11,-15  l  100%     127 .. ..      769    0    0    0 100%  249    0   1
-  8   17,-15  of 100%     127 .. ..      769   55    0    0 100%    2    0   1
-  8   19,-15  -   17%     127 .. ..      769    0    0    0 100%    6    0   1
-  8   23,-15  k  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    4,-14  b  100%     127 .. ..      769    0    0    0 100%  349    0   1
-  1    6,-14  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-14  m  100%     127 .. ..      769    0    0    0 100%    1    0
-  1   10,-14  h  100%     127 .. ..      369    5    0    0 100%  452    0   1
-  1   12,-14  =  100%     127 .. ..       77    0    0    0 100%  109    0   1
-  1   14,-14  =  100%     127 .. ..       77    0    0    0 100%  109    0   1
-  1   16,-14  )  100%     127 .. 0.      769   28    1    0 100%  656    0   1
-  8   18,-14  o  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   20,-14  -    3%     127 .. ..      769    0    0    0 100%    2    0   1
-  8   22,-14  g! 100%     127 .. ..      769    0    0    0 100%   25    0   1
-  8   24,-14  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
-  1    3,-13  j  100%     127 .. ..      769    0    0    0 100%   50    0   1
-  1    5,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-13  m  100%     127 .. 5.      769    0  579    0 100%    6    0
-  1    9,-13  k  100%     127 .. 8.      769    0  869    0 100%    0    0   1
-  8   19,-13  g* 100%     127 .. ..      769    0    0    0 100%    4    0   1
-  8   21,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   23,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   25,-13  k  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  8   27,-13  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   29,-13  t  100%     127 .. ..      769    0    0    0 100%  169    0   1
-  1    4,-12  k  100%     127 .. ..      769    0    0    0 100%   26    0   1
-  1    6,-12  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    8,-12  m  100%     127 .. 5.      769    0   37    0 100%    0    0
-  1   10,-12  j  100%     127 .. 5.      769    0    0    0 100%    0    0   1
-  1   12,-12  d  100%     127 .. ..      769    0    0    0 100%  489    0   1
-  8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   22,-12  m  100%     127 .. 5.      769    0  203    0 100%    0    0
-  8   24,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
-  8   26,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
-  8   28,-12  gd 100%     127 .. ..      769    0    0    0 100%    2    0
-  8   30,-12  c    7%     127 .. ..      769    0    0    0 100%    3    0   1
- 10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  1    3,-11  i  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  1    5,-11  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  1    7,-11  *  100%     127 .. ..      769   27    0    0 100%  462    0   1
-  1    9,-11  r  100%     127 .. ..      769    0    0    0 100%  489    0   1
-  1   11,-11  w  100%     127 .. ..     7898   44    0    0 100%  662    0   1
-  1   13,-11  e  100%     127 .. ..      769    1    0    0 100%  649    0   1
-  1   15,-11  !  100%     127 .. ..      769   25    0    0 100%  653    0   1
-  8   21,-11  gp 100%     127 .. ..      769    0    0    0 100%   10    0   1
-  8   23,-11  m  100%      72 .. 5.      769    0  512    0 100%    0    0
-  8   25,-11  m  100%     127 .. 5.      769   55  512    0 100%    0    0
-  8   27,-11  b  100%     127 .. ..      769    0    0    0 100%   28    0   1
-  8   29,-11  h  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  8   31,-11  i  100%     127 .. ..      769    0    0    0 100%   28    0   1
- 10  -12,-10  c  100%     127 .. ..     1000   55  608    0 100% 1027    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  606    0 100% 1026    0   1
-  1    4,-10  o  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  1    6,-10  +  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  1   10,-10  p  100%     127 .. ..      769    0    0    0 100%  574    0   1
-  8   20,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   22,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   24,-10  gk 100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   26,-10  w  100%     104 .. ..     3159    0    0    0 100%  140    0   1
-  9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  605    0 100% 1025    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  610    0 100% 1029    0
-  6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  6    2,-2   c  100%     127 .. ..     1000   55  613    0 100% 1031    0
-  6    4,-2   c  100%     127 .. ..     1000   55  619    0 100% 1034    0
-  7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  7   24,0    c  100%     127 .. ..     1000   55  619    0 100% 1034    0
-  7   26,0    c  100%     127 .. ..     1000   55  604    0 100% 1025    0
-  4  -15,1    c  100%     127 .. ..     1000   55  612    0 100% 1030    0
-  4  -13,1    c  100%     127 .. ..     1000   55  610    0 100% 1029    0
-  5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  5  -30,8    c  100%     127 .. ..     1000   55  609    0 100% 1028    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  606    0 100% 1026    0
-  2   10,8    +    0%     120 .. ..        2    0    0    0 100%    0    0   1
-  2   12,8    w   90%      96 .. ..        1    0    0    0 100%   90    0   1
-  2   18,8    c   20%     120 .. ..       50    0    0    0 100%   20    0   1
-  3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  2    9,9    +    0%     120 .. ..        1    0    0    0 100%    0    0   1
-  2   11,9    gj 100%     119 .. 5.      769    0   60    0 100%    0    0   1
-  2   15,9    o  100%     118 .. ..      769    0    0    0 100%    0    0   1
-  2   17,9    b  100%     127 .. ..      385    0    0    0 100%    0    0   1
-  2   19,9    g  100%      97 .. ..      300    0    0    0 100%    2    0   1
-  2   21,9    g  100%     117 .. ..      600    0    0    0 100%    1    0   1
-  2   23,9    g    1%     120 .. ..      390    0    0    0 100%    1    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  615    0 100% 1032    0
-  3   -2,10   c  100%     127 .. ..     1000   55  610    0 100% 1029    0
-  2   10,10   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
-  2   12,10   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
-  2   14,10   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
-  2   16,10   m  100%     127 .. 5.      769    0  579    0 100%    0    0
-  2   18,10   m  100%     127 .. 5.      769    0  579    0 100%    0    0
-  2   20,10   +    1%     120 .. ..        2    0    0    0 100%    1    0   1
-  2    9,11   +    0%     120 .. ..        3    0    0    0 100%    1    0   1
-  2   11,11   +    1%     120 .. ..        4    0    0    0 100%    1    0   1
-  2   13,11   g    1%     120 .. ..        3    0    0    0 100%    1    0
-  2   15,11   g    1%     120 .. ..        4    0    0    0 100%    1    0
-  2   17,11   g    1%     120 .. ..        2    0    0    0 100%    1    0
-  2   19,11   +    1%     120 .. ..        4    0    0    0 100%    1    0   1
-  2   12,12   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
-  2   14,12   g    1%     120 .. ..        4    0    0    0 100%    1    0
-  2   16,12   g    1%     120 .. ..        3    0    0    0 100%    1    0
-  2   18,12   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
-  2   13,13   +    1%     120 .. ..        3    0    0    0 100%    1    0   1
-  2   15,13   +    1%     120 .. ..        4    0    0    0 100%    1    0   1
-  2   17,13   +    1%     120 .. ..        3    0    0    0 100%    1    0   1
-  2   19,13   g    1%     120 .. ..        4    0    0    0 100%    1    0   1
-113 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
-  1   1,-15  k .......... ...9....0.   0   0    0  999    0   0    1    0    1   0
-  1   3,-15  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  o .......... ..0.......   0   0    0    0    0   0  188    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
-  1  11,-15  l .......... .......4..   0   0    0    0    0   0    0  450    0   0
-  8  17,-15  o .......... 20....0.1.   0   0    0    0    0   0    1    0  100   0
-  8  19,-15  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
-  1   4,-14  b .......... ..........   0   0    0    0  300 397    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  m .......... ...0......   0   0    0    1    0   0    0    1    0   0
-  1  10,-14  h .......... 20.....22.   0   0    0    1    1   0    1  183  185   0
-  1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  16,-14  ) .......... 0.0.......   0   0    0    0    0   0    0    0    0   0
-  8  18,-14  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-14  g .......... 20.....22.   0   0    0    0    1   0    0    0    0   0
-  8  24,-14  l .......... .......4..   0   0    0    0    1   0    0  300    0   0
-  1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
-  1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
-  8  19,-13  g .......... 2......22.   0   0    0    0    1   0    0    0    0   0
-  8  21,-13  m .......... ...0......   0   0    0    1    1   0    0    0    0   0
-  8  23,-13  m .......... ...0......   0   0    0    1    1   0    0    0    0   0
-  8  25,-13  k .......... ...9....0.   0   0    0  999    1   0    0    0    1   0
-  8  27,-13  j .......... ...9......   0   0    0  999    0   0    0  861    0   0
-  8  29,-13  t .......... ....0.13..   0   0    0    0   30   0  150  300    0   0
-  1   4,-12  k .......... ........0.   0   0    0  600    0   0    0    0    1   0
-  1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  j .......... .......0..   0   0    0 1198    0   0    0    1    0   0
-  1  12,-12  d .......... .0....021.   0   1    0    0    0   0   20  200  100   0
-  8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  8  22,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  28,-12  g .......... .0..0.001.   0   0    0    0    1   0   10   50  100   0
-  8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
-  1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
-  1   5,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  1   7,-11  * .......... 1.2....22.   0   0    0    0    0   0    0  198  200   0
-  1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
-  1  11,-11  w .......... .......... 271   0    0 2526  526   0  850 2513 3114   0
-  1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  ! .......... 20.....22. 200  13    0    0    0   0    0  200  200   0
-  8  21,-11  g .......... .......0..   0   0    0    0    1   0    0    0    0   0
-  8  23,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  25,-11  m .......... ...0......   0   0    0 1729    0   0    0    0    0   0
-  8  27,-11  b .......... ....3.....   0   0    0    0  300 304    0    0    0   0
-  8  29,-11  h .......... .......22.   0   0    0    0    1   0    0  200  200   0
-  8  31,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  298   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
-  8  20,-10  j .......... ...9...0..   0   0    0  999    1   0    0    1    0   0
-  8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  8  24,-10  g .......... ...90...0.   0   0    0    0    1   0    0    0    0   0
-  8  26,-10  w .......... .......... 100   0    0 6355 2443   0  365  440    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  10,8    + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  12,8    w .......... ..........   0   0    0  678 1024   0  167    0    0   0
-  2  18,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
-  2   9,9    + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  11,9    g .......... ...90..0..   0   0    0  999    1   0    0    0    0   0
-  2  15,9    o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  2  17,9    b .......... ....3.....   0   0    0    0  300  20    0    0    0   0
-  2  19,9    g .......... ....0..3..   0   0    0    0    1   0    0    0    0   0
-  2  21,9    g .......... ...90.....   0   0    0    0    1   0    0    0    0   0
-  2  23,9    g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  10,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  12,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  14,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  16,10   m .......... ...00.....   0   0    0    1    1   0    0    0    0   0
-  2  18,10   m .......... ...00.....   0   0    0    1    1   0    0    0    0   0
-  2  20,10   + .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  2   9,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  11,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  13,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  15,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  17,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  19,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  12,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  14,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  16,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  18,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  13,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  15,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  17,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  19,13   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-113 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  j  100%    0    0   82   0    0
-  1    1,-15  k  100%    6    0   67   1    0
-  1    3,-15  j  100%   11    0   61   0    0
-  1    5,-15  c  100%   28    5   37   0    0
-  1    7,-15  o% 100%    0    0   76  25    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  8   17,-15  of 100%    0    0  100   1    0
-  8   19,-15  -   17%    0    0  100 100    0
-  8   23,-15  k  100%   11    0   61  21    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  m  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   12,-14  =  100%    0    0   45  11    0
-  1   14,-14  =  100%    0    0   63  46    0
-  1   16,-14  )  100%    0    0  100  98    0
-  8   18,-14  o  100%    0    0   91  35    0
-  8   20,-14  -    3%    0    0   82  58    0
-  8   22,-14  g! 100%   50    0    6   0    0
-  8   24,-14  l  100%   45    0   13   0    0
-  1    3,-13  j  100%   23    1   43   0    0
-  1    5,-13  m  100%  100    0  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  8   19,-13  g* 100%   56    0    0   0    5
-  8   21,-13  m  100%   96    0    0   0   77
-  8   23,-13  m  100%  100    0    0   0   88
-  8   25,-13  k  100%   63   33    0   0   17
-  8   27,-13  j  100%    0    0   76  47    0
-  8   29,-13  t  100%   28    0   37   0    0
-  1    4,-12  k  100%   74   42    0   0   37
-  1    6,-12  m  100%  100    0    0   0  100
-  1    8,-12  m  100%  100    0    0   0   88
-  1   10,-12  j  100%   50    0    6   0    0
-  1   12,-12  d  100%   63    0    0   0   17
-  8   20,-12  j  100%   74    1    0   0   37
-  8   22,-12  m  100%  100    0    0   0   97
-  8   24,-12  m  100%  100    0    0   0  100
-  8   26,-12  m  100%  100    0    0   0  100
-  8   28,-12  gd 100%   91    0    0   0   68
-  8   30,-12  c    7%   23    1   43   0    0
- 10  -11,-11  g  100%   78    0    0   0   45
-  1    3,-11  i  100%    0    0  100   3    0
-  1    5,-11  m  100%  100    0    0   0  100
-  1    7,-11  *  100%   91    0    0   0   68
-  1    9,-11  r  100%   85    0    0   0   57
-  1   11,-11  w  100%   78    0    0   0   45
-  1   13,-11  e  100%   67    0    0   0   25
-  1   15,-11  !  100%   56    0    0   0    5
-  8   21,-11  gp 100%   85    0    0   0   57
-  8   23,-11  m  100%  100    0  100 100  100
-  8   25,-11  m  100%  100    0  100 100  100
-  8   27,-11  b  100%   39    3   21   0    0
-  8   29,-11  h  100%   34    0   28   0    0
-  8   31,-11  i  100%    0    0  100 100    0
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  o  100%    0    0  100  21    0
-  1    6,-10  +  100%    0    0  100 100    0
-  1   10,-10  p  100%    0    0  100  98    0
-  8   20,-10  j  100%   78    0    0   0   45
-  8   22,-10  j  100%    6    0   67  32    0
-  8   24,-10  gk 100%   67    0    0   0   25
-  8   26,-10  w  100%   17    0   52   7    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    0    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  2   10,8    +    0%    0    0  100  87    0
-  2   12,8    w   90%   17    0   52   7    0
-  2   18,8    c   20%   23    1   43   0    0
-  3   -3,9    g  100%  100    0    0   0  100
-  2    9,9    +    0%    6    0   67  32    0
-  2   11,9    gj 100%   56    0    0   0    5
-  2   15,9    o  100%    0    0  100  78    0
-  2   17,9    b  100%   34    0   28   0    0
-  2   19,9    g  100%   78    3    0   0   45
-  2   21,9    g  100%   74   35    0   0   37
-  2   23,9    g    1%   39   14   21   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   10,10   g    1%   45   19   13   0    0
-  2   12,10   g    1%   63   33    0   0   17
-  2   14,10   g    1%   91   56    0   0   68
-  2   16,10   m  100%  100    0  100 100  100
-  2   18,10   m  100%  100    0  100 100  100
-  2   20,10   +    1%    0    0  100 100    0
-  2    9,11   +    0%    0    0   82  58    0
-  2   11,11   +    1%   11    0   61  21    0
-  2   13,11   g    1%  100   69    0   0   97
-  2   15,11   g    1%  100   74    0   0  100
-  2   17,11   g    1%  100   80    0   0  100
-  2   19,11   +    1%    0    0  100  98    0
-  2   12,12   g    1%   67   37    0   0   25
-  2   14,12   g    1%  100   65    0   0   88
-  2   16,12   g    1%   96   60    0   0   77
-  2   18,12   g    1%   85   51    0   0   57
-  2   13,13   +    1%    0    0   91  72    0
-  2   15,13   +    1%   28    5   37   0    0
-  2   17,13   +    1%    0    0   76  47    0
-  2   19,13   g    1%   50   23    6   0    0
-113 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 16 completed successfully
 Player 01 Turn 16 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : Total movement cost = 10
-117 mob left in 1,-1
-
-[0:639] Command : Total movement cost = 4
-123 mob left in 3,-1
-
-[0:638] Command : Total movement cost = 9
-118 mob left in 2,-2
-
-[0:637] Command : Total movement cost = 5
-122 mob left in 4,-2
-
-[0:636] Command : Total movement cost = 4
-123 mob left in 6,-2
-
-[0:635] Command : 790 civilians loaded onto od   oil derrick (#3) at 5,-1
-100 civilians loaded onto ft   fishing trawler (#4) at 5,-1
-2 ships loaded
-
-[0:634] Command : Flagship is od   oil derrick (#3)
- h = 
-k . .
- j d 
-<67.2:67.2: 6,0> od   oil derrick (#3) stopped at 6,0
-Path taken: n
-
-[0:633] Command : Flagship is od   oil derrick (#3)
-[oil:88] od   oil derrick (#3) @ 6,0 0% sea
-od   oil derrick (#3) stopped at 6,0
-
-[0:632] Command : A circular order has been accepted.
-
-[0:631] Command : Order set
-
-[0:630] Command : Flagship is ft   fishing trawler (#4)
-[fert:84] ft   fishing trawler (#4) @ 6,0 0% sea
-ft   fishing trawler (#4) stopped at 6,0
-Path taken: n
-
-[0:629] Command : A circular order has been accepted.
-
-[0:628] Command : Order Set 
-
-[0:627] Command : Order set
-
-[0:626] Command : Looking for best path to 11,-1
-Using best path 'uuujjjh', movement cost 0.802
-Total movement cost = 29
-
-[0:625] Command : No escorts...
-target is 11,-1
-range to target is 4
-f1   Sopwith Camel #0 standing by
-f1   Sopwith Camel #0 equipped
-
-Reconnaissance report
-Thu Jan  1 00:00:00 1970
-Your radar installation 100% efficient with 1000 civ with 28 mil @ 11,-1
-8 (#8) fortress 100% efficient with approx 775 civ with approx 50 mil @ 12,-2
-firing 4 flak guns in 12,-2...
-    f1   Sopwith Camel #0 takes 8.
-8 (#8) wilderness 100% efficient with approx 775 civ @ 14,-2
-8 (#8) oil field 100% efficient with approx 775 civ @ 13,-1
-Your radar installation 100% efficient with 1000 civ with 28 mil @ 11,-1
-
-[0:622] Command : No escorts...
-target sector is 14,-2
-range to target is 2
-f1   Sopwith Camel #1 standing by
-f1   Sopwith Camel #1 equipped
-flying over radar installation at 11,-1
-flying over fortress at 12,-2
-firing 4 flak guns in 12,-2...
-    f1   Sopwith Camel #1 takes 5.
-flying over wilderness at 14,-2
-Blam
-did 8 damage in 14,-2
-
-[0:620] Command : f1   Sopwith Camel #2 on an offensive support mission, centered on 11,-1, radius 2
-1 plane
-
-[0:618] Command : range is 1.00 (1.47)
-\aKaboom!!!
-Shells hit sector 12,-2 for 44 damage.
-\a
-Defenders fire back!
-Return fire hit sector 11,-1 for 18 damage.
-       cav  cavalry #4 takes 2
-       art  artillery #5 takes 2
-
-[0:617] Command : 12,-2 is a 90% 8 fortress with approximately 50 military.
-Number of mil from radar installation at 11,-1 (max 25) : cav  cavalry #4 has a base attack value of 6
-attack with cav  cavalry #4 in 11,-1 (~ 98%) [ynYNq?] No troops for attack...
-Attack aborted
-No troops for attack...
-
-[0:614] Command : 12,-2 is a 90% 8 fortress with approximately 50 military.
-Number of mil from radar installation at 11,-1 (max 25) : cav  cavalry #4 has a base attack value of 6
-attack with cav  cavalry #4 in 11,-1 (~ 98%) [ynYNq?] art  artillery #5 has no offensive strength
-
-             Initial attack strength:        7
-flying over radar installation at 11,-1
-flying over fortress at 12,-2
-firing 5 flak guns in 12,-2...
-    f1   Sopwith Camel #2 takes 10.
-Blam
-
-               support values
-               forts   ships   units   planes
-attacker       0.00    0.00    0.39    0.14
-               Final attack strength:       11
-              Final defense strength:      187
-                          Final odds:        5%
-@@@@@@
-- Casualties -
-     Yours: 6
-    Theirs: 0
-Papershuffling ... 0.9 B.T.U
-You have been defeated!
-cav  cavalry #4 damaged from 98% to 73%
-You have a new telegram waiting ...
-
-[0:611] Command :      1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-  -8                                           -8  
-  -7                                           -7  
-  -6                       . ? ? ? ? .         -6  
-  -5                      . . . . . . .        -5  
-  -4         - . . . . . . . . . . . . .       -4  
-  -3          - . . . j . . . . . . . . .      -3  
-  -2         . . k j c o t l . . f - . ? .     -2  
-  -1          - . . b m m h = = ) o ? ? ? .    -1  
-   0         - - . j m m k . . . . ? ? ? ?     0   
-   1          - - . k m m j d . . . ? ? ?      1   
-   2         - - . i m * r w e ! . . ? ?       2   
-   3          - - . o + . p . . . . ? ?        3   
-   4           - - . . . . . . . . . .         4   
-   5                                           5   
-   6                                           6   
-   7                                           7   
-   8                                           8   
-     1111111---------0000000000111111111122222
-     65432109876543210123456789012345678901234
-
-[0:611] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-   1,-3   j  100%     127 .. ..     1000    0    0    0 100%    0        0   1
-  -4,-2   k  100%     127 .. ..     1000    0    0    0 100%    0        0   1
-  -2,-2   j  100%     127 .. ..      999    0    0    0 100%    0        0   1
-   0,-2   c  100%     127 .. ..      999    0    0    0 100%  649        0   1
-   2,-2   %  100%     118 .. ..      770    0    0    0 100%  342        0   1
-   4,-2   t  100%     122 .. ..      770    0    0    0 100%  409        0   1
-   6,-2   l  100%     123 .. ..      769    0    0    0 100%  199        0   1
-  -1,-1   b  100%     127 .. ..     1000    0    0    0 100%  349        0   1
-   1,-1   m  100%     117 .. ..      770    0    0    0 100%    0        0
-   3,-1   m  100%     123 .. ..      770    0    0    0 100%    0        0
-   5,-1   h  100%     127 .. ..      740    5    0    0 100%  238        0   1
-   7,-1   =  100%     127 .. ..      100    0    0    0 100%  109        0   1
-   9,-1   =  100%     127 .. ..      100    0    0    0 100%  109        0   1
-  11,-1   )   90%     109 .. 0.      900   25    1    0 100%  591        0   1
-  -2,0    j  100%     127 .. ..     1000    0    0    0 100%   50        0   1
-   0,0    m  100%     127 .. ..     1000    0    0    0 100%    0        0
-   2,0    m  100%     127 .. 5.     1000    0  579    0 100%    5        0
-   4,0    k  100%     127 .. 8.      999    0  869    0 100%    0        0   1
-  -1,1    k  100%     127 .. ..     1000    0    0    0 100%   25        0   1
-   1,1    m  100%     127 .. ..     1000    0    0    0 100%    0        0
-   3,1    m  100%     127 .. 5.     1000    0  259    0 100%    0        0
-   5,1    j  100%     127 .. 5.     1000    0    0    0 100%    0        0   1
-   7,1    d  100%     127 .. ..      999    0    0    0 100%  489        0   1
-  -2,2    i  100%     127 .. ..     1000    0    0    0 100%    2        0   1
-   0,2    m  100%     127 .. ..      999    0    0    0 100%    0        0
-   2,2    *  100%      98 .. ..     1000   30    0    0 100%  568        0   1
-   4,2    r  100%     127 .. ..      999    0    0    0 100%  489        0   1
-   6,2    w  100%     127 .. ..     1000   71    0    0 100%  660        0   1
-   8,2    e  100%     127 .. ..      967    1    0    0 100%  649        0   1
-  10,2    !  100%     127 .. ..     1000   25    0    0 100%  655        0   1
-  -1,3    o  100%     127 .. ..      999    0    0    0 100%    0        0   1
-   1,3    +  100%     127 .. ..     1000    0    0    0 100%  649        0   1
-   5,3    p  100%     127 .. ..     1000    0    0    0 100%  574        0   1
-33 sectors
-
-[0:611] Command : shp#     ship type       x,y   fl   eff civ mil  uw  fd pn he xl ln mob tech
-   0 frg  frigate       13,1       100%   0  25   0   0  0  0  0  0 127    0
-   1 cs   cargo ship     5,-1      100% 300  25   0   0  0  0  0  1 127   31
-   2 tk   tanker         5,-1      100%  30   0   0   0  0  0  0  0 127   44
-   3 od   oil derrick    6,0       100% 990   0   0   0  0  0  0  0  67   51
-   4 ft   fishing tra    6,0       100% 300   0   0   0  0  0  0  0  76   51
-5 ships
-
-[0:611] Command :    # unit type          x,y    a   eff mil frt  mu  fd tch retr xl ln carry
-   0 cav  cavalry       5,-1      100%  20   0 127   0  31  42%  0  0    1S
-   3 cav  cavalry       5,-1      100%   1  57 127   0  31  42%  0  0
-   4 cav  cavalry      11,-1       73%   0   0  97   0  31  42%  0  0
-   5 art  artillery    11,-1       98%   5   0  59   0  37  42%  0  0
-4 units
-
-[0:611] Command :    #    type                x,y    w   eff  mu def tech ran hard carry special
-   0 f1   Sopwith Camel    11,-1       92%  31   1   51   4    0      
-   1 f1   Sopwith Camel    11,-1       95%  33   1   51   4    0      
-   2 f1   Sopwith Camel    11,-1       90%  40   1   51   4    0      
-3 planes
-
-[0:611] Command :      --------00000000001111111
-     8765432101234567890123456
-  -4 - . . . . . . . . . . .   -4  
-  -3  - . . . j . . . . . . .  -3  
-  -2 . . k j c % t l . . ? ? . -2  
-  -1  - . . b m m h = = ) ? ?  -1  
-   0 - - . j m m k . . . . ? ? 0   
-   1  - - . k m m j d . . . ?  1   
-   2 - - . i m * r w e ! . . ? 2   
-   3  - - . o + . p . . . . ?  3   
-   4   - - . . . . . . . . .   4   
-     --------00000000001111111
-     8765432101234567890123456
-
-[0:611] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-technological breakthroughs (11.29) produced in 4,-2
-a class of graduates (450.00) produced in 6,-2
-medical discoveries (7.53) produced in 4,2
-happy strollers (75.00) produced in 5,3
- 75 happiness, 450 education produced
-total pop was 31452, yielding 12.07 hap, 43.62 edu
-7.2705 technology (4.4969 + 2.7735), 3.7091 research (3.7091 + 0.0000) produced
-Army delta $-138, Navy delta $-1650, Air force delta $-1227
-money delta was $5344 for this update
-
-> BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
-Flying a support mission from 11,-1 to 12,-2
-       f1   Sopwith Camel #2 pinbombing 8  in 12,-2
-               hit 8  for 14 damage
-
-
-[0:611] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-   1,-3   j 100%   600  524l 0.87 $0     600i            600i             524
-  -4,-2   k 100%   600  262h 0.87 $0     600i            600i             262
-  -2,-2   j 100%   600  524l 0.87 $0     600i            600i             524
-   2,-2   % 100%   650  445p 7.95 $56     56o            126o             999
-   4,-2   t 100%   650 11.46 0.76 $4500   15d  75o 150l   40d 200o 400l 30.56
-   6,-2   l 100%   649  450  1.00 $4050  450l            649l             649
-  -1,-1   b 100%   650    0b 1.00 $0       0d            650d             130
-   1,-1   m 100%   600  600i 1.00 $0                                      600
-   3,-1   m  96%   600  576i 1.00 $0                                      576
-  -2,0    j 100%   650  523l 0.87 $0     599i            650i             567
-   0,0    m 100%   600  600i 1.00 $0                                      600
-   2,0    m 100%  1004  999i 1.00 $0                                      999
-   4,0    k 100%  1199  523h 0.87 $0    1198i           1198i             523
-  -1,1    k 100%   625  261h 0.87 $0     598i            624i             272
-   1,1    m 100%   600  600i 1.00 $0                                      600
-   3,1    m 100%   778  778i 1.00 $0                                      778
-   5,1    j 100%   600  524l 0.87 $0     600i            600i             524
-   7,1    d 100%   650    8g 0.79 $300    10o  50l 100h   40o 200l 400h    32
-  -2,2    i 100%   602  159s 0.79 $600   400l 200h       400l 200h        159
-   0,2    m 100%   600  600i 1.00 $0                                      600
-   4,2    r 100%   650  7.64 0.76 $900    10d  50o 100l   40d 200o 400l 30.56
-   8,2    e 100%   650   33m 1.00 $99     33c             33c             499
-  -1,3    o   8%   600   42o 0.87 $0                                       42
-   5,3    p 100%   650   75  1.00 $675    75l            650l             650
-24 sectors
-
-[0:611] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 16 completed successfully
 Player 02 Turn 16 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : 
-[0:639] Command : 3,-1 old threshold 1
-
-[0:638] Command : 
-[0:637] Command : 5,-1 old threshold 1
-
-[0:636] Command : 
-[0:635] Command : 7,-1 old threshold 400
-
-[0:634] Command : 
-[0:633] Command : 
-[0:632] Command : 
-[0:631] Command : -6,0 old threshold 1
-
-[0:630] Command : -6,0 old threshold 769
-
-[0:629] Command :      --------00000000001
-     8765432101234567890
-  -5  . - - .            -5  
-  -4 - - - - . . . . .   -4  
-  -3  . . . - . . . . .  -3  
-  -2 . + w . . c . . . . -2  
-  -1  + g . o b g g g .  -1  
-   0 . g g g m m + . . . 0   
-   1  + + g g g + . . .  1   
-   2 . . g g g g . . .   2   
-   3    . + + + g .      3   
-   4     . . . . .       4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:629] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-2   +    0%     127 .. ..        2    0    0    0 100%    1        0   1
-  -4,-2   w  100%     105 .. ..        1    0    0    0 100%   40        0   1
-   2,-2   c   49%     127 .. ..       50    0    0    0 100%   30        0   1
-  -7,-1   +    0%     127 .. ..        1    0    0    0 100%    0        0   1
-  -5,-1   j  100%     127 .. 5.      769    0  243    0 100%    0        0   1
-  -1,-1   o  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   1,-1   b  100%     127 .. ..      385    0    0    0 100%    0        0   1
-   3,-1   gl 100%     127 .. ..      300    0    0    0 100%    3        0   1
-   5,-1   gk 100%     127 .. ..      769    0    0    0 100%    1        0   1
-   7,-1   g  100%     127 .. ..      400    0    0    0 100%    6        0   1
-  -6,0    g    2%     127 .. ..      769    0    0    0 100%    2        0   1
-  -4,0    g    2%     127 .. ..      503    0    0    0 100%    2        0   1
-  -2,0    g    2%     127 .. ..        5    0    0    0 100%    2        0   1
-   0,0    m  100%     127 .. 5.      769    0  579    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769    0  579    0 100%    0        0
-   4,0    +    2%     127 .. ..        2    0    0    0 100%    1        0   1
-  -7,1    +    1%     127 .. ..        4    0    0    0 100%    1        0   1
-  -5,1    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
-  -3,1    g    2%     127 .. ..        4    0    0    0 100%    1        0
-  -1,1    g    2%     127 .. ..        5    0    0    0 100%    2        0
-   1,1    g    2%     127 .. ..        3    0    0    0 100%    1        0
-   3,1    +    3%     127 .. ..        6    0    0    0 100%    2        0   1
-  -4,2    g    2%     127 .. ..        5    0    0    0 100%    2        0   1
-  -2,2    g    2%     127 .. ..        5    0    0    0 100%    2        0
-   0,2    g    2%     127 .. ..        4    0    0    0 100%    1        0
-   2,2    g    2%     127 .. ..        5    0    0    0 100%    2        0   1
-  -3,3    +    2%     127 .. ..        4    0    0    0 100%    1        0   1
-  -1,3    +    2%     127 .. ..        5    0    0    0 100%    2        0   1
-   1,3    +    2%     127 .. ..        3    0    0    0 100%    1        0   1
-   3,3    g    2%     127 .. ..        5    0    0    0 100%    2        0   1
-30 sectors
-
-[0:629] Command :      --------00000000001
-     8765432101234567890
-  -5  . - - .            -5  
-  -4 - - - - . . . . . . -4  
-  -3  . . . - . . . . .  -3  
-  -2 . + w . . c . . . . -2  
-  -1  + j . o b g g g .  -1  
-   0 . g g g m m + . . . 0   
-   1  + + g g g + . . .  1   
-   2 . . g g g g . . . - 2   
-   3    . + + + g .      3   
-   4     . . . . .       4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:629] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-  0 happiness,   0 education produced
-total pop was 4868, yielding 0.00 hap, 0.00 edu
-2.5110 technology (0.0000 + 2.5110), 1.8546 research (0.0000 + 1.8546) produced
-money delta was $1621 for this update
-
-
-[0:629] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-  -5,-1   j 100%   766  596l 0.78 $0     766i            766i             596
-  -1,-1   o  31%   599  144o 0.78 $0                                      144
-   1,-1   b 100%   300   60b 1.00 $600   300d            300d              60
-   3,-1   l  92%   117  107  1.00 $963   107l            107l             107
-   5,-1   k 100%   474  184h 0.78 $0     474i            474i             184
-   7,-1   g   9%   318   28d 1.00 $0                                       28
-  -6,0    g  19%   503   95d 1.00 $0                                       95
-  -4,0    g  33%   295   97d 1.00 $0                                       97
-   0,0    m 100%   998  998i 1.00 $0                                      998
-   2,0    m 100%   998  998i 1.00 $0                                      998
-10 sectors
-
-[0:629] Command : Bye-bye
-Exit: so long...
 Player 02 Turn 16 completed successfully
 Player 08 Turn 16 starting
-
-
-       -=O=-
-You have two new telegrams waiting ...
-
-[0:640] Command : 
-[0:639] Command : 
-[0:638] Command : -5,-3 old threshold 1
-
-[0:637] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . . . . . .  -5  
-  -4 . o - . k . . . . - -4  
-  -3  ) o - g l . . . .  -3  
-  -2 . . g m m k j t . - -2  
-  -1  . . j m m m g c .  -1  
-   0 ? . . g m m b h i . 0   
-   1  . . j j g w . . .  1   
-   2 . . . . . . . . . . 2   
-   3  . . . . . . . . .  3   
-   4   . . - . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:637] Command : Thu Jan  1 00:00:00 1970
-CENSUS                   del dst
-  sect        eff prd mob uf uf old  civ  mil   uw food work avail ter fall coa
-  -6,-4   f   91%     115 .. ..      699   50    0    0 100%  443        0   1
-  -4,-4   -o  96%     122 .. ..      739    0    0    0 100%  502        0   1
-   0,-4   k  100%     127 .. ..      769    0    0    0 100%    1        0   1
-  -5,-3   o  100%     127 .. ..      769    0    0    0 100%    2        0   1
-  -3,-3   -  100%     127 .. ..      769    0    0    0 100%  504        0   1
-  -1,-3   !  100%     127 .. ..      769    0    0    0 100%  474        0   1
-   1,-3   l  100%     127 .. ..      769    0    0    0 100%  349        0   1
-  -4,-2   *  100%     127 .. ..      769    0    0    0 100%  474        0   1
-  -2,-2   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   0,-2   m  100%     127 .. ..      769    0    0    0 100%    0        0
-   2,-2   k  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   4,-2   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   6,-2   t  100%     127 .. ..      769    0    0    0 100%  169        0   1
-  -3,-1   j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,-1   m  100%     127 .. 5.      769    0  387    0 100%    0        0
-   1,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
-   3,-1   m  100%     127 .. 5.      769    0    0    0 100%    0        0
-   5,-1   d  100%     127 .. ..      769    0    0    0 100%  314        0
-   7,-1   c  100%     127 .. ..      769    0    0    0 100%  509        0   1
-  -2,0    p  100%     127 .. ..      769    0    0    0 100%  474        0   1
-   0,0    m  100%     127 .. 5.      769    0  512    0 100%    0        0
-   2,0    m  100%     127 .. 5.      769   55  512    0 100%    0        0
-   4,0    b  100%     127 .. ..      769    0    0    0 100%  327        0   1
-   6,0    h  100%     127 .. ..      769    0    0    0 100%  649        0   1
-   8,0    i  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -3,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-  -1,1    j  100%     127 .. ..      769    0    0    0 100%    0        0   1
-   1,1    k  100%     127 .. ..      769    0    0    0 100%  474        0   1
-   3,1    w  100%     117 .. ..     7459    0    0    0 100%  650        0   1
-29 sectors
-
-[0:637] Command :      --------00000000001
-     8765432101234567890
-  -5  . . . . . . . . .  -5  
-  -4 . f - . k . . . . - -4  
-  -3  ? o - ! l . . . .  -3  
-  -2 . . * m m k j t . - -2  
-  -1  . . j m m m d c .  -1  
-   0 ? . . p m m b h i . 0   
-   1  . . j j k w . . .  1   
-   2 . . . . . . . . . . 2   
-   3  . . . . . . . . .  3   
-   4   . . - . . . .     4   
-   5                     5   
-     --------00000000001
-     8765432101234567890
-
-[0:637] Command : 
-> Production Report   dated Thu Jan  1 00:00:00 1970
-a class of graduates (300.00) produced in 1,-3
-technological breakthroughs (23.38) produced in 6,-2
-  0 happiness, 300 education produced
-total pop was 24691, yielding 0.00 hap, 38.70 edu
-7.7956 technology (5.5471 + 2.2485), 1.8546 research (0.0000 + 1.8546) produced
-money delta was $897 for this update
-
-> BULLETIN from POGO, (#0)  dated Thu Jan  1 00:00:00 1970
-1 planes spotted over -6,-4
-firing 4 flak guns in -6,-4...
-1 planes spotted over -4,-4
-1 planes spotted over -5,-3
-1 planes spotted over -6,-4
-firing 4 flak guns in -6,-4...
-1 planes spotted over -4,-4
-1 bombing raid did 8 damage in -4,-4
-Country #1 shelled sector -6,-4 for 44 damage.
-Return fire hit sector -7,-3 for 18 damage.
-1 (#1) considered attacking you @-6,-4
-1 (#1) considered attacking you @-6,-4
-Scouts report attacking unit: cav  cavalry #4 (eff 100, mil 10)
-1 planes spotted over -6,-4
-firing 5 flak guns in -6,-4...
-
-Odds are good for us...support cancelled.
-
-
-               support values
-               forts   ships   units   planes
-attacker       0.00    0.00    0.39    0.14
-1 (#1) lost 6 troops attacking -6,-4
-We lost 0 troops defending
-
-
-[0:637] Command : Thu Jan  1 00:00:00 1970
-PRODUCTION SIMULATION
-   sect  des eff avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
-  -4,-4   o 100%   452  382o 0.85 $0                                      382
-   0,-4   k 100%   600  254h 0.85 $0     600i            600i             254
-  -5,-3   o  15%   601   76o 0.85 $0                                       76
-   1,-3   l 100%   649  400  1.00 $3600  400l            649l             649
-  -2,-2   m  96%   599  575i 1.00 $0                                      575
-   0,-2   m 100%   599  599i 1.00 $0                                      599
-   2,-2   k 100%   599  253h 0.85 $0     598i            598i             253
-   4,-2   j 100%   599  506l 0.85 $0     599i            599i             506
-   6,-2   t 100%   649 23.32 0.78 $9000   30d 150o 300l   40d 200o 400l 31.10
-  -3,-1   j 100%   599  506l 0.85 $0     599i            599i             506
-  -1,-1   m 100%   866  866i 1.00 $0                                      866
-   1,-1   m 100%   599  599i 1.00 $0                                      599
-   3,-1   m 100%   599  599i 1.00 $0                                      599
-   5,-1   d 100%   649    0g 0.71 $0       0o   0l   0h   40o 200l 400h    28
-  -2,0    p 100%   649   75  1.00 $675    75l            649l             649
-   0,0    m 100%   952  952i 1.00 $0                                      952
-   2,0    m 100%   965  965i 1.00 $0                                      965
-   4,0    b 100%   649   60b 1.00 $600   300d            645d             129
-   8,0    i 100%   599   63s 0.71 $267   178l  89h       398l 199h        141
-  -3,1    j 100%   599  506l 0.85 $0     599i            599i             506
-  -1,1    j 100%   599  506l 0.85 $0     599i            599i             506
-   1,1    k 100%   649  274h 0.85 $0     648i            648i             274
-22 sectors
-
-[0:637] Command : Bye-bye
-Exit: so long...
 Player 08 Turn 16 completed successfully
 Update Turn 99 starting
-
-
-       -=O=-
-
-[0:640] Command :      - = [   Empire Power Report   ] = -
-      as of Thu Jan  1 00:00:00 1970
-
-         sects  eff civ  mil  shell gun pet  iron dust oil  pln ship unit money
-        1  33  100%  31K 233  654   32  995  8.9K 527  1.0K   3    5    4   50K
-   754.64
-        8  29  100%  29K 105  214    7    0   16K 2.5K 539    0    0    0   22K
-   447.19
-        2  30   33% 6.3K   0    0    0    0  3.2K 1.2K 527    0    0    0   36K
-    77.17
-        6   3  100% 3.0K 110    0    0    0    0  397    0    0    0    0   37K
-    39.52
-        3   3  100% 3.0K 110    0    0    0    0  378    0    0    0    0   37K
-    39.33
-        5   3  100% 3.0K 110    0    0    0    0  369    0    0    0    0   37K
-    39.24
-        7   3  100% 3.0K 110    0    0    0    0  343    0    0    0    0   37K
-    38.98
-        4   3  100% 3.0K 110    0    0    0    0  294    0    0    0    0   37K
-    38.49
-       10   3  100% 3.0K 110    0    0    0    0  227    0    0    0    0   37K
-    37.82
-        9   3  100% 3.0K 110    0    0    0    0   31    0    0    0    0   37K
-    35.87
-          ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-worldwide 113   82%  87K 1.1K 868   39  995   28K 6.3K 2.1K   3    5    4  368K
-
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
- #    name                tech      research   education   happiness capital
- 0     POGO               0.00        0.00        0.00        0.00     0,0   
- 1     1                 58.71       18.13       37.38       12.03     5,-15 
- 2     2                 24.94        9.07        0.00        0.00    18,8   
- 3     3                 24.94        9.07        0.00        0.00    -4,10  
- 4     4                 24.94        9.07        0.00        0.00   -15,1   
- 5     5                 24.94        9.07        0.00        0.00   -30,8   
- 6     6                 24.94        9.07        0.00        0.00     2,-2  
- 7     7                 24.94        9.07        0.00        0.00    24,0   
- 8     8                 44.59        9.07       39.92        0.00    30,-12 
- 9     9                 24.94        9.07        0.00        0.00   -26,-6  
- 10    10                24.94        9.07        0.00        0.00   -12,-10 
- 11    visitor            0.00        0.00        0.00        0.00     0,0   
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    CENSUS                   del dst
-own   sect        eff prd mob uf uf old  civ  mil   uw food work avail fall coa
-  1    6,-16  j  100%     127 .. ..     1000    0    0    0 100%    0    0   1
-  1    1,-15  k  100%     127 .. ..     1000    0    0    0 100%    0    0   1
-  1    3,-15  j  100%     127 .. ..      999    0    0    0 100%    0    0   1
-  1    5,-15  c  100%     127 .. ..      999    0    0    0 100%  649    0   1
-  1    7,-15  %  100%     118 .. ..      770    0    0    0 100%  342    0   1
-  1    9,-15  t  100%     122 .. ..      770    0    0    0 100%  409    0   1
-  1   11,-15  l  100%     123 .. ..      769    0    0    0 100%  199    0   1
-  8   17,-15  f   91%     115 .. ..      699   50    0    0 100%  443    0   1
-  8   19,-15  -o  96%     122 .. ..      739    0    0    0 100%  502    0   1
-  8   23,-15  k  100%     127 .. ..      769    0    0    0 100%    1    0   1
-  1    4,-14  b  100%     127 .. ..     1000    0    0    0 100%  349    0   1
-  1    6,-14  m  100%     117 .. ..      770    0    0    0 100%    0    0
-  1    8,-14  m  100%     123 .. ..      770    0    0    0 100%    0    0
-  1   10,-14  h  100%     127 .. ..      740    5    0    0 100%  238    0   1
-  1   12,-14  =  100%     127 .. ..      100    0    0    0 100%  109    0   1
-  1   14,-14  =  100%     127 .. ..      100    0    0    0 100%  109    0   1
-  1   16,-14  )   90%     109 .. 0.      900   25    1    0 100%  591    0   1
-  8   18,-14  o  100%     127 .. ..      769    0    0    0 100%    2    0   1
-  8   20,-14  -  100%     127 .. ..      769    0    0    0 100%  504    0   1
-  8   22,-14  !  100%     127 .. ..      769    0    0    0 100%  474    0   1
-  8   24,-14  l  100%     127 .. ..      769    0    0    0 100%  349    0   1
-  1    3,-13  j  100%     127 .. ..     1000    0    0    0 100%   50    0   1
-  1    5,-13  m  100%     127 .. ..     1000    0    0    0 100%    0    0
-  1    7,-13  m  100%     127 .. 5.     1000    0  579    0 100%    5    0
-  1    9,-13  k  100%     127 .. 8.      999    0  869    0 100%    0    0   1
-  8   19,-13  *  100%     127 .. ..      769    0    0    0 100%  474    0   1
-  8   21,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   23,-13  m  100%     127 .. ..      769    0    0    0 100%    0    0
-  8   25,-13  k  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   27,-13  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   29,-13  t  100%     127 .. ..      769    0    0    0 100%  169    0   1
-  1    4,-12  k  100%     127 .. ..     1000    0    0    0 100%   25    0   1
-  1    6,-12  m  100%     127 .. ..     1000    0    0    0 100%    0    0
-  1    8,-12  m  100%     127 .. 5.     1000    0  259    0 100%    0    0
-  1   10,-12  j  100%     127 .. 5.     1000    0    0    0 100%    0    0   1
-  1   12,-12  d  100%     127 .. ..      999    0    0    0 100%  489    0   1
-  8   20,-12  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   22,-12  m  100%     127 .. 5.      769    0  387    0 100%    0    0
-  8   24,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
-  8   26,-12  m  100%     127 .. 5.      769    0    0    0 100%    0    0
-  8   28,-12  d  100%     127 .. ..      769    0    0    0 100%  314    0
-  8   30,-12  c  100%     127 .. ..      769    0    0    0 100%  509    0   1
- 10  -11,-11  g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  1    3,-11  i  100%     127 .. ..     1000    0    0    0 100%    2    0   1
-  1    5,-11  m  100%     127 .. ..      999    0    0    0 100%    0    0
-  1    7,-11  *  100%      98 .. ..     1000   30    0    0 100%  568    0   1
-  1    9,-11  r  100%     127 .. ..      999    0    0    0 100%  489    0   1
-  1   11,-11  w  100%     127 .. ..     1000   71    0    0 100%  660    0   1
-  1   13,-11  e  100%     127 .. ..      967    1    0    0 100%  649    0   1
-  1   15,-11  !  100%     127 .. ..     1000   25    0    0 100%  655    0   1
-  8   21,-11  p  100%     127 .. ..      769    0    0    0 100%  474    0   1
-  8   23,-11  m  100%     127 .. 5.      769    0  512    0 100%    0    0
-  8   25,-11  m  100%     127 .. 5.      769   55  512    0 100%    0    0
-  8   27,-11  b  100%     127 .. ..      769    0    0    0 100%  327    0   1
-  8   29,-11  h  100%     127 .. ..      769    0    0    0 100%  649    0   1
-  8   31,-11  i  100%     127 .. ..      769    0    0    0 100%    0    0   1
- 10  -12,-10  c  100%     127 .. ..     1000   55  699    0 100% 1082    0
- 10  -10,-10  c  100%     127 .. ..     1000   55  697    0 100% 1080    0   1
-  1    4,-10  o  100%     127 .. ..      999    0    0    0 100%    0    0   1
-  1    6,-10  +  100%     127 .. ..     1000    0    0    0 100%  649    0   1
-  1   10,-10  p  100%     127 .. ..     1000    0    0    0 100%  574    0   1
-  8   20,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   22,-10  j  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  8   24,-10  k  100%     127 .. ..      769    0    0    0 100%  474    0   1
-  8   26,-10  w  100%     117 .. ..     7459    0    0    0 100%  650    0   1
-  9  -25,-7   g  100%     127 .. ..     1000    0    0    0 100%  650    0   1
-  9  -26,-6   c  100%     127 .. ..     1000   55  696    0 100% 1080    0
-  9  -24,-6   c  100%     127 .. ..     1000   55  701    0 100% 1083    0
-  6    3,-3   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  6    2,-2   c  100%     127 .. ..     1000   55  705    0 100% 1086    0
-  6    4,-2   c  100%     127 .. ..     1000   55  712    0 100% 1089    0
-  7   25,-1   g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  4  -14,0    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  7   24,0    c  100%     127 .. ..     1000   55  712    0 100% 1089    0
-  7   26,0    c  100%     127 .. ..     1000   55  695    0 100% 1079    0
-  4  -15,1    c  100%     127 .. ..     1000   55  704    0 100% 1085    0
-  4  -13,1    c  100%     127 .. ..     1000   55  702    0 100% 1084    0
-  5  -29,7    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  5  -30,8    c  100%     127 .. ..     1000   55  700    0 100% 1082    0   1
-  5  -28,8    c  100%     127 .. ..     1000   55  697    0 100% 1080    0
-  2   10,8    +    0%     127 .. ..        2    0    0    0 100%    1    0   1
-  2   12,8    w  100%     105 .. ..        1    0    0    0 100%   40    0   1
-  2   18,8    c   49%     127 .. ..       50    0    0    0 100%   30    0   1
-  3   -3,9    g  100%     127 .. ..     1000    0    0    0 100%  650    0
-  2    9,9    +    0%     127 .. ..        1    0    0    0 100%    0    0   1
-  2   11,9    j  100%     127 .. 5.      769    0  243    0 100%    0    0   1
-  2   15,9    o  100%     127 .. ..      769    0    0    0 100%    0    0   1
-  2   17,9    b  100%     127 .. ..      385    0    0    0 100%    0    0   1
-  2   19,9    gl 100%     127 .. ..      300    0    0    0 100%    3    0   1
-  2   21,9    gk 100%     127 .. ..      769    0    0    0 100%    1    0   1
-  2   23,9    g  100%     127 .. ..      400    0    0    0 100%    6    0   1
-  3   -4,10   c  100%     127 .. ..     1000   55  707    0 100% 1087    0
-  3   -2,10   c  100%     127 .. ..     1000   55  702    0 100% 1084    0
-  2   10,10   g    2%     127 .. ..      769    0    0    0 100%    2    0   1
-  2   12,10   g    2%     127 .. ..      503    0    0    0 100%    2    0   1
-  2   14,10   g    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  2   16,10   m  100%     127 .. 5.      769    0  579    0 100%    0    0
-  2   18,10   m  100%     127 .. 5.      769    0  579    0 100%    0    0
-  2   20,10   +    2%     127 .. ..        2    0    0    0 100%    1    0   1
-  2    9,11   +    1%     127 .. ..        4    0    0    0 100%    1    0   1
-  2   11,11   +    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  2   13,11   g    2%     127 .. ..        4    0    0    0 100%    1    0
-  2   15,11   g    2%     127 .. ..        5    0    0    0 100%    2    0
-  2   17,11   g    2%     127 .. ..        3    0    0    0 100%    1    0
-  2   19,11   +    3%     127 .. ..        6    0    0    0 100%    2    0   1
-  2   12,12   g    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  2   14,12   g    2%     127 .. ..        5    0    0    0 100%    2    0
-  2   16,12   g    2%     127 .. ..        4    0    0    0 100%    1    0
-  2   18,12   g    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  2   13,13   +    2%     127 .. ..        4    0    0    0 100%    1    0   1
-  2   15,13   +    2%     127 .. ..        5    0    0    0 100%    2    0   1
-  2   17,13   +    2%     127 .. ..        3    0    0    0 100%    1    0   1
-  2   19,13   g    2%     127 .. ..        5    0    0    0 100%    2    0   1
-113 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-   COMMODITIES deliver--  distribute
-     sect      sgpidbolhr sgpidbolhr  sh gun  pet iron dust bar  oil  lcm  hcm rad
-  1   6,-16  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
-  1   1,-15  k .......... ...9....0.   0   0    0  999    0   0    1    0    1   0
-  1   3,-15  j .......... ...9...0..   0   0    0  999    0   0    1    1    0   0
-  1   5,-15  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-15  % .......... ..0.......   0   0    1    0    0   0   56    0    0   0
-  1   9,-15  t .......... ....0.01..   0   0    0    0   15   0   75  150    0   0
-  1  11,-15  l .......... .......4..   0   0    0    0    0   0    0  450    0   0
-  8  17,-15  f .......... 20....0.1. 181   6    0    0    0   0    1    0   91   0
-  8  19,-15  - .......... ......0...   0   0    0    0    0   0    0    0    0   0
-  8  23,-15  k .......... ...9....0.   0   0    0  999    0   0    0    0    1   0
-  1   4,-14  b .......... ..........   0   0    0    0    0 457    0    0    0   0
-  1   6,-14  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-14  m .......... ...0......   0   0    0    1    0   0    0    1    0   0
-  1  10,-14  h .......... 20.....22. 200   8    0    1    1   0    1  200  200   0
-  1  12,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  14,-14  = .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  16,-14  ) .......... 0.0.......  16   0   16    0    0   0    0    0    0   0
-  8  18,-14  o .......... ..........   0   0    0    0    0   0    1    0    0   0
-  8  20,-14  - .......... ..........   0   0    0    0    0   0    0    0    0   0
-  8  22,-14  ! .......... 20.....22.  32   0    0    0    1   0    0  200  200   0
-  8  24,-14  l .......... .......4..   0   0    0    0    1   0    0  400    0   0
-  1   3,-13  j .......... .......0..   0   0    0  599    0   0    0    1    0   0
-  1   5,-13  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   7,-13  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   9,-13  k .......... ...a....0.   0   0    0 1200    0   0    0    0    1   0
-  8  19,-13  * .......... 2......22.   0   0    0    0    1   0    0  200  194   0
-  8  21,-13  m .......... ...0......   0   0    0    1    1   0    0    0    0   0
-  8  23,-13  m .......... ...0......   0   0    0    1    1   0    0    0    0   0
-  8  25,-13  k .......... ...9....0.   0   0    0  999    1   0    0    0    1   0
-  8  27,-13  j .......... ...9......   0   0    0  999    0   0    0 1355    0   0
-  8  29,-13  t .......... ....0.13..   0   0    0    0   30   0  150  300    0   0
-  1   4,-12  k .......... ........0.   0   0    0  599    0   0    0    0    1   0
-  1   6,-12  m ...g...... ..........   0   0    0    0    0   0    0    0    0   0
-  1   8,-12  m ...j...... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-12  j .......... .......0..   0   0    0 1223    0   0    0    1    0   0
-  1  12,-12  d .......... .0....021.   0   1    0    0    0   0   20  200  100   0
-  8  20,-12  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  8  22,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  24,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  26,-12  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  8  28,-12  d .......... .0..0.001.   0   1    0    0    1   0   10   50    0   0
-  8  30,-12  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -11,-11  g .......... ..........   0   0    0    0  227   0    0    0    0   0
-  1   3,-11  i .......... 0......63.   1   0    0    0    0   0    0  600  300   0
-  1   5,-11  m .......... ...0......   0   0    0    1    0   0    0    0    0   0
-  1   7,-11  * .......... 1.2....22. 180   0  200    0    0   0    0  200  200   0
-  1   9,-11  r .......... ....0.01..   0   0    0    0   10   0   50  100    0   0
-  1  11,-11  w .......... ..........  22   0  778 2303  501   0  823 3241 3767   0
-  1  13,-11  e .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  15,-11  ! .......... 20.....22. 200  13    0    0    0   0    0  200  200   0
-  8  21,-11  p .......... .......0..   0   0    0    0    1   0    0   75    0   0
-  8  23,-11  m .......... ...0......   0   0    0  420    0   0    0    0    0   0
-  8  25,-11  m .......... ...0......   0   0    0 2694    0   0    0    0    0   0
-  8  27,-11  b .......... ....3.....   0   0    0    0  300 364    0    0    0   0
-  8  29,-11  h .......... .......22.   0   0    0    0    1   0    0  200  200   0
-  8  31,-11  i .......... 0......63.   1   0    0    0    0   0    0  600   89   0
- 10 -12,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
- 10 -10,-10  c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1   4,-10  o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  1   6,-10  + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  1  10,-10  p .......... .......0..   0   0    0    0    0   0    0   75    0   0
-  8  20,-10  j .......... ...9...0..   0   0    0  999    1   0    0    1    0   0
-  8  22,-10  j .......... ...9...0..   0   0    0  999    0   0    0    1    0   0
-  8  24,-10  k .......... ...90...0.   0   0    0  999    1   0    0    0    0   0
-  8  26,-10  w .......... ..........   0   0    0 5406 2113   0  377  279    0   0
-  9 -25,-7   g .......... ..........   0   0    0    0   31   0    0    0    0   0
-  9 -26,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  9 -24,-6   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   3,-3   g .......... ..........   0   0    0    0  397   0    0    0    0   0
-  6   2,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  6   4,-2   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  25,-1   g .......... ..........   0   0    0    0  343   0    0    0    0   0
-  4 -14,0    g .......... ..........   0   0    0    0  294   0    0    0    0   0
-  7  24,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  7  26,0    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -15,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  4 -13,1    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -29,7    g .......... ..........   0   0    0    0  369   0    0    0    0   0
-  5 -30,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  5 -28,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  10,8    + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  12,8    w .......... ..........   0   0    0 1159  923   0  525   93    0   0
-  2  18,8    c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -3,9    g .......... ..........   0   0    0    0  378   0    0    0    0   0
-  2   9,9    + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  11,9    j .......... ...90..0..   0   0    0  999    1   0    0    1    0   0
-  2  15,9    o .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  2  17,9    b .......... ....3.....   0   0    0    0  300  80    0    0    0   0
-  2  19,9    g .......... .......3..   0   0    0    0    1   0    0  300    0   0
-  2  21,9    g .......... ...9....0.   0   0    0  999    1   0    0    0    0   0
-  2  23,9    g .......... ...90.....   0   0    0    0    1   0    0    0    0   0
-  3  -4,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  3  -2,10   c .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  10,10   g .......... ....0.13..   0   0    0    0    1   0    0    0    0   0
-  2  12,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  14,10   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  16,10   m .......... ...00.....   0   0    0    1    1   0    0    0    0   0
-  2  18,10   m .......... ...00.....   0   0    0    1    1   0    0    0    0   0
-  2  20,10   + .......... ......0...   0   0    0    0    0   0    1    0    0   0
-  2   9,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  11,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  13,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  15,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  17,11   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  19,11   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  12,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  14,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  16,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  18,12   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-  2  13,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  15,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  17,13   + .......... ..........   0   0    0    0    0   0    0    0    0   0
-  2  19,13   g .......... ....0.....   0   0    0    0    1   0    0    0    0   0
-113 sectors
-
-[0:630] Command : Thu Jan  1 00:00:00 1970
-    RESOURCE
-own   sect        eff  min gold fert oil uran 
-  1    6,-16  j  100%    0    0   82   0    0
-  1    1,-15  k  100%    6    0   67   1    0
-  1    3,-15  j  100%   11    0   61   0    0
-  1    5,-15  c  100%   28    5   37   0    0
-  1    7,-15  %  100%    0    0   76  25    0
-  1    9,-15  t  100%   39   14   21   0    0
-  1   11,-15  l  100%    0    0   91  72    0
-  8   17,-15  f   91%    0    0  100   1    0
-  8   19,-15  -o  96%    0    0  100 100    0
-  8   23,-15  k  100%   11    0   61  21    0
-  1    4,-14  b  100%   34    0   28   0    0
-  1    6,-14  m  100%  100   69    0   0   97
-  1    8,-14  m  100%   96   60    0   0   77
-  1   10,-14  h  100%   45   19   13   0    0
-  1   12,-14  =  100%    0    0   45  11    0
-  1   14,-14  =  100%    0    0   63  46    0
-  1   16,-14  )   90%    0    0  100  98    0
-  8   18,-14  o  100%    0    0   91  15    0
-  8   20,-14  -  100%    0    0   82  58    0
-  8   22,-14  !  100%   50    0    6   0    0
-  8   24,-14  l  100%   45    0   13   0    0
-  1    3,-13  j  100%   23    1   43   0    0
-  1    5,-13  m  100%  100    0  100 100  100
-  1    7,-13  m  100%  100  100  100 100  100
-  1    9,-13  k  100%   17    0   52   7    0
-  8   19,-13  *  100%   56    0    0   0    5
-  8   21,-13  m  100%   96    0    0   0   77
-  8   23,-13  m  100%  100    0    0   0   88
-  8   25,-13  k  100%   63   33    0   0   17
-  8   27,-13  j  100%    0    0   76  47    0
-  8   29,-13  t  100%   28    0   37   0    0
-  1    4,-12  k  100%   74   42    0   0   37
-  1    6,-12  m  100%  100    0    0   0  100
-  1    8,-12  m  100%  100    0    0   0   88
-  1   10,-12  j  100%   50    0    6   0    0
-  1   12,-12  d  100%   63    0    0   0   17
-  8   20,-12  j  100%   74    1    0   0   37
-  8   22,-12  m  100%  100    0    0   0   97
-  8   24,-12  m  100%  100    0    0   0  100
-  8   26,-12  m  100%  100    0    0   0  100
-  8   28,-12  d  100%   91    0    0   0   68
-  8   30,-12  c  100%   23    1   43   0    0
- 10  -11,-11  g  100%   78    0    0   0   45
-  1    3,-11  i  100%    0    0  100   3    0
-  1    5,-11  m  100%  100    0    0   0  100
-  1    7,-11  *  100%   91    0    0   0   68
-  1    9,-11  r  100%   85    0    0   0   57
-  1   11,-11  w  100%   78    0    0   0   45
-  1   13,-11  e  100%   67    0    0   0   25
-  1   15,-11  !  100%   56    0    0   0    5
-  8   21,-11  p  100%   85    0    0   0   57
-  8   23,-11  m  100%  100    0  100 100  100
-  8   25,-11  m  100%  100    0  100 100  100
-  8   27,-11  b  100%   39    3   21   0    0
-  8   29,-11  h  100%   34    0   28   0    0
-  8   31,-11  i  100%    0    0  100 100    0
- 10  -12,-10  c  100%  100  100  100 100  100
- 10  -10,-10  c  100%  100  100  100 100  100
-  1    4,-10  o  100%    0    0  100   8    0
-  1    6,-10  +  100%    0    0  100 100    0
-  1   10,-10  p  100%    0    0  100  98    0
-  8   20,-10  j  100%   78    0    0   0   45
-  8   22,-10  j  100%    6    0   67  32    0
-  8   24,-10  k  100%   67    0    0   0   25
-  8   26,-10  w  100%   17    0   52   7    0
-  9  -25,-7   g  100%   28    0   37   0    0
-  9  -26,-6   c  100%  100  100  100 100  100
-  9  -24,-6   c  100%  100  100  100 100  100
-  6    3,-3   g  100%  100    0    0   0  100
-  6    2,-2   c  100%  100  100  100 100  100
-  6    4,-2   c  100%  100  100  100 100  100
-  7   25,-1   g  100%  100    0    0   0   97
-  4  -14,0    g  100%   96    0    0   0   77
-  7   24,0    c  100%  100  100  100 100  100
-  7   26,0    c  100%  100  100  100 100  100
-  4  -15,1    c  100%  100  100  100 100  100
-  4  -13,1    c  100%  100  100  100 100  100
-  5  -29,7    g  100%  100    0    0   0  100
-  5  -30,8    c  100%  100  100  100 100  100
-  5  -28,8    c  100%  100  100  100 100  100
-  2   10,8    +    0%    0    0  100  87    0
-  2   12,8    w  100%   17    0   52   7    0
-  2   18,8    c   49%   23    1   43   0    0
-  3   -3,9    g  100%  100    0    0   0  100
-  2    9,9    +    0%    6    0   67  32    0
-  2   11,9    j  100%   56    0    0   0    5
-  2   15,9    o  100%    0    0  100  31    0
-  2   17,9    b  100%   34    0   28   0    0
-  2   19,9    gl 100%   78    1    0   0   45
-  2   21,9    gk 100%   74    2    0   0   37
-  2   23,9    g  100%   39    9   21   0    0
-  3   -4,10   c  100%  100  100  100 100  100
-  3   -2,10   c  100%  100  100  100 100  100
-  2   10,10   g    2%   45   19   13   0    0
-  2   12,10   g    2%   63   33    0   0   17
-  2   14,10   g    2%   91   56    0   0   68
-  2   16,10   m  100%  100    0  100 100  100
-  2   18,10   m  100%  100    0  100 100  100
-  2   20,10   +    2%    0    0  100 100    0
-  2    9,11   +    1%    0    0   82  58    0
-  2   11,11   +    2%   11    0   61  21    0
-  2   13,11   g    2%  100   69    0   0   97
-  2   15,11   g    2%  100   74    0   0  100
-  2   17,11   g    2%  100   80    0   0  100
-  2   19,11   +    3%    0    0  100  98    0
-  2   12,12   g    2%   67   37    0   0   25
-  2   14,12   g    2%  100   65    0   0   88
-  2   16,12   g    2%   96   60    0   0   77
-  2   18,12   g    2%   85   51    0   0   57
-  2   13,13   +    2%    0    0   91  72    0
-  2   15,13   +    2%   28    5   37   0    0
-  2   17,13   +    2%    0    0   76  47    0
-  2   19,13   g    2%   50   23    6   0    0
-113 sectors
-
-[0:630] Command : You have a new telegram waiting ...
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Update Turn 99 completed successfully
 Player 00 Turn 99 starting
-
-
-       -=O=-
-
-[0:640] Command : XDUMP sect 0
-0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 21 83 1 4 0 0 76 47 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-/1
-
-[0:640] Command : XDUMP ship 0
-0 1 18 -12 6 100 127 0 0 0 0 0 0 "" 0 0 0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "" 0 "" 10 -14 1 0 ""
-1 1 10 -14 2 100 127 0 31 0 0 0 0 "" 0 0 0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 300 25 0 0 0 0 0 0 0 0 100 100 0 0 0 0 0 0 "" 1 "" 10 -14 1 0 ""
-2 1 10 -14 15 100 127 0 44 0 0 0 0 "" 0 0 0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "" 2 "" 10 -14 1 0 ""
-3 1 10 -14 8 100 127 0 51 0 0 0 0 "" 11 10 -13 -14 -1 -1 -1 -1 -1 -1 9 -1 -1 -1 -1 -1 0 0 0 0 0 0 1 0 0 0 0 0 4 990 0 0 0 0 0 0 0 0 449 0 0 0 0 0 0 0 0 "" 3 "" 10 -14 1 0 ""
-4 1 11 -13 1 100 127 0 51 0 0 0 0 "" 10 11 -14 -13 8 -1 -1 -1 -1 -1 8 -1 -1 -1 -1 -1 30 0 0 0 0 0 30 0 0 0 0 0 4 300 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 "" 4 "" 10 -14 1 0 ""
-/5
-
-[0:640] Command : XDUMP plane 0
-0 1 16 -14 0 92 91 0 51 0 0 0 0 "" 4 0 -1 -1 0 0 0.00000
-1 1 16 -14 0 95 93 0 51 0 0 0 0 "" 4 0 -1 -1 0 0 0.00000
-2 1 16 -14 0 90 100 0 51 16 -14 8 2 "" 4 0 -1 -1 0 0 0.00000
-/3
-
-[0:640] Command : XDUMP land 0
-0 1 10 -14 0 100 127 0 31 0 0 0 0 "" 1 0 42 0 "" 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
-3 1 10 -14 0 100 127 0 31 0 0 0 0 "" -1 117 42 0 "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
-4 1 16 -14 0 73 127 0 31 0 0 0 0 "" -1 30 42 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
-5 1 16 -14 11 98 119 0 37 0 0 0 0 "" -1 0 42 0 "" 0 5 35 10 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
-/4
-
-[0:640] Command : XDUMP nuke 0
-/0
-
-[0:640] Command : XDUMP news 0
-1 15 0 1 0 0
-2 15 0 1 0 0
-3 15 0 1 0 0
-4 15 0 1 0 0
-5 15 0 1 0 0
-6 15 0 1 0 0
-7 15 0 1 0 0
-8 15 0 1 0 0
-9 15 0 1 0 0
-10 15 0 1 0 0
-1 73 8 1 0 0
-8 38 1 1 0 0
-1 4 2 1 0 0
-1 28 8 1 0 0
-1 26 2 1 0 0
-2 26 1 1 0 0
-2 66 8 1 0 0
-8 28 1 1 0 0
-8 66 2 1 0 0
-1 9 8 6 0 0
-1 16 8 2 0 0
-1 10 8 1 0 0
-8 14 1 1 0 0
-1 58 8 1 0 0
-1 2 8 1 0 0
-/25
-
-[0:640] Command : XDUMP treaty 0
-/0
-
-[0:640] Command : XDUMP trade 0
-/0
-
-[0:640] Command : XDUMP nat 0
-0 5 62 "POGO" "peter" "127.0.0.1" "" "tester" 0 0 0 0 0 0 0 255 640 0 0 123456789 0 0 0 0 0.00000 0.00000 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-1 4 62 "1" "1" "127.0.0.1" "" "tester" 5 -15 5 -13 0 1 0 255 640 0 28 58442 0 0 0 0 65.5867 21.7241 38.9091 12.0366 2 2 4 2 2 2 2 2 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-2 4 62 "2" "2" "127.0.0.1" "" "tester" 18 8 16 10 0 1 0 255 640 0 101 38065 0 0 0 0 27.2871 10.8621 11.7609 0.00000 2 4 2 2 2 2 2 2 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-3 4 62 "3" "3" "127.0.0.1" "" "tester" -4 10 -4 10 0 17 1 255 640 0 0 38165 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-4 4 62 "4" "4" "127.0.0.1" "" "tester" -15 1 -15 1 0 17 1 255 640 0 0 38167 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-5 4 62 "5" "5" "127.0.0.1" "" "tester" -30 8 -30 8 0 17 1 255 640 0 0 38155 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-6 4 62 "6" "6" "127.0.0.1" "" "tester" 2 -2 2 -2 0 17 1 255 640 0 0 38167 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-7 4 62 "7" "7" "127.0.0.1" "" "tester" 24 0 24 0 0 17 1 255 640 0 0 38162 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-8 4 62 "8" "8" "127.0.0.1" "" "tester" 30 -12 23 -11 0 1 0 255 640 0 0 27202 0 0 0 0 52.0652 10.8621 40.5545 6.99272 2 0 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-9 4 62 "9" "9" "127.0.0.1" "" "tester" -26 -6 -26 -6 0 17 1 255 640 0 0 38156 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-10 4 62 "10" "10" "127.0.0.1" "" "tester" -12 -10 -12 -10 0 17 1 255 640 0 0 38149 0 0 0 0 27.2871 10.8621 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-11 2 62 "visitor" "visitor" "" "" "" 0 0 0 0 0 0 0 255 640 0 0 0 0 0 0 0 0.00000 0.00000 0.00000 0.00000 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-/12
-
-[0:640] Command : XDUMP loan 0
-/0
-
-[0:640] Command : XDUMP commodity 0
-/0
-
-[0:640] Command : XDUMP lost 0
-0 1 3 1 11 -13
-0 1 3 2 10 -14
-/2
-
-[0:640] Command : XDUMP realm 0
-0 0 0 0 0 0
-/1
-
-[0:640] Command : XDUMP game 0
-0 0 18 0 0
-/1
-
-[0:640] Command : XDUMP item 0
-0 "civilians" "c" 1 0 1 1 10 10 10 10 4
-1 "military" "m" 0 1 1 1 1 1 1 1 20
-2 "shells" "s" 5 1 1 1 1 10 1 1 80
-3 "guns" "g" 60 1 10 1 1 10 1 1 100
-4 "petrol" "p" 4 1 1 1 1 10 1 1 50
-5 "iron\040ore" "i" 2 1 1 1 1 10 1 1 100
-6 "dust\040(gold)" "d" 20 1 5 1 1 10 1 1 100
-7 "bars\040of\040gold" "b" 280 1 50 1 1 5 1 4 200
-8 "food" "f" 0 1 1 1 1 10 1 1 2
-9 "oil" "o" 8 1 1 1 1 10 1 1 50
-10 "light\040products" "l" 2 1 1 1 1 10 1 1 100
-11 "heavy\040products" "h" 4 1 1 1 1 10 1 1 100
-12 "uncompensated\040workers" "u" 1 1 2 1 1 2 1 1 2
-13 "radioactive\040materials" "r" 150 1 8 1 1 10 1 1 1000
-/14
-
-[0:640] Command : XDUMP product 0
-0 "iron\040ore" "iron" -1 -1 -1 0 0 0 5 -1 0 0 0 -1 0 0
-1 "gold\040dust" "dust" -1 -1 -1 0 0 0 6 -1 0 0 20 -1 0 0
-2 "food" "food" -1 -1 -1 0 0 0 8 -1 0 0 0 0 -10 10
-3 "oil" "oil" -1 -1 -1 0 0 0 9 -1 0 0 10 0 -10 10
-4 "radioactive\040materials" "rad" -1 -1 -1 0 0 0 13 -1 2 0 35 0 40 10
-5 "shells" "shells" 10 11 -1 2 1 0 2 -1 3 0 0 0 20 10
-6 "guns" "guns" 9 10 11 1 5 10 3 -1 30 0 0 0 20 10
-7 "petrol" "petrol" 9 -1 -1 1 0 0 4 -1 1 0 0 0 20 10
-8 "gold\040bars" "bars" 6 -1 -1 5 0 0 7 -1 10 0 0 -1 0 0
-9 "light\040construction\040materials" "lcm" 5 -1 -1 1 0 0 10 -1 0 0 0 0 -10 10
-10 "heavy\040construction\040materials" "hcm" 5 -1 -1 2 0 0 11 -1 0 0 0 0 -10 10
-11 "technological\040breakthroughs" "tech" 6 9 10 1 5 10 -1 0 300 0 0 2 5 10
-12 "medical\040discoveries" "medical" 6 9 10 1 5 10 -1 1 90 0 0 2 5 10
-13 "a\040class\040of\040graduates" "edu" 10 -1 -1 1 0 0 -1 2 9 0 0 -1 0 0
-14 "happy\040strollers" "happy" 10 -1 -1 1 0 0 -1 3 9 0 0 -1 0 0
-/15
-
-[0:640] Command : XDUMP sect-chr 0
-0 "sea" "." 0 -1 0 -1.00000 -1.00000 1 1 0.00000 0.00000 0 -1 0 0 0 0 0
-1 "mountain" "^" 1 1 75 2.40000 1.20000 0 1 1.00000 4.00000 5 -1 1 0 0 0 100
-2 "sanctuary" "s" 4 -1 0 -1.00000 -1.00000 0 1 0.00000 99.0000 127 -1 0 0 0 0 1000
-3 "wasteland" "\134" 3 -1 0 -1.00000 -1.00000 0 1 0.00000 99.0000 0 -1 0 0 0 0 0
-4 "wilderness" "-" 4 -1 0 0.400000 0.400000 0 1 1.00000 2.00000 1 0 0 0 0 0 1000
-5 "capital" "c" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 30 0 1 0 0 1 1000
-6 "uranium\040mine" "u" 4 4 100 0.400000 0.200000 0 1 1.00000 2.00000 15 0 1 0 0 0 1000
-7 "park" "p" 4 14 100 0.400000 0.200000 0 1 1.00000 1.50000 5 0 1 0 0 0 1000
-8 "defense\040plant" "d" 4 6 100 0.400000 0.200000 0 1 1.00000 1.50000 7 0 1 0 0 0 1000
-9 "shell\040industry" "i" 4 5 100 0.400000 0.200000 0 1 1.00000 1.50000 6 0 1 0 0 0 1000
-10 "mine" "m" 4 0 100 0.400000 0.200000 0 1 1.00000 2.00000 5 0 1 0 0 0 1000
-11 "gold\040mine" "g" 4 1 100 0.400000 0.200000 0 1 1.00000 2.00000 8 0 1 0 0 0 1000
-12 "harbor" "h" 4 -1 0 0.400000 0.200000 2 2 1.00000 1.50000 12 0 1 0 0 0 1000
-13 "warehouse" "w" 4 -1 0 0.400000 0.200000 0 2 1.00000 1.50000 7 0 1 0 0 0 1000
-14 "airfield" "*" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.25000 12 0 1 0 0 0 1000
-15 "agribusiness" "a" 4 2 900 0.400000 0.200000 0 1 1.00000 1.50000 2 0 1 0 0 0 1000
-16 "oil\040field" "o" 4 3 100 0.400000 0.200000 0 1 1.00000 1.50000 5 0 1 0 0 0 1000
-17 "light\040manufacturing" "j" 4 9 100 0.400000 0.200000 0 1 1.00000 1.50000 3 0 1 0 0 0 1000
-18 "heavy\040manufacturing" "k" 4 10 100 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
-19 "fortress" "f" 4 -1 0 0.400000 0.200000 0 1 2.00000 4.00000 10 0 5 0 1 0 1000
-20 "technical\040center" "t" 4 11 100 0.400000 0.200000 0 1 1.00000 1.50000 10 0 1 0 0 0 1000
-21 "research\040lab" "r" 4 12 100 0.400000 0.200000 0 1 1.00000 1.50000 9 0 1 0 0 0 1000
-22 "nuclear\040plant" "n" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 10 0 1 0 0 0 1000
-23 "library/school" "l" 4 13 100 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
-24 "highway" "+" 4 -1 0 0.400000 0.00000 0 1 1.00000 1.00000 3 0 1 0 0 0 1000
-25 "radar\040installation" ")" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
-26 "headquarters" "!" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 12 0 1 0 0 0 1000
-27 "bridge\040head" "#" 4 -1 0 0.400000 0.00000 0 1 1.00000 1.00000 3 0 1 0 0 0 1000
-28 "bridge\040span" "=" 0 -1 0 0.400000 0.00000 4 1 1.00000 1.00000 5 -1 1 0 0 0 100
-29 "bank" "b" 4 8 100 0.400000 0.200000 0 4 1.00000 2.25000 10 0 1 0 0 0 1000
-30 "refinery" "%" 4 7 1000 0.400000 0.200000 0 1 1.00000 1.50000 2 0 1 0 0 0 1000
-31 "enlistment\040center" "e" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 7 0 1 0 0 0 1000
-32 "plains" "~" 32 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 1 -1 1 0 0 0 100
-33 "bridge\040tower" "@" 0 -1 0 0.400000 0.00000 0 1 1.00000 1.50000 4 -1 1 0 0 0 100
-/34
-
-[0:640] Command : XDUMP ship-chr 0
-0 "fb\040\040\040fishing\040boat" 300 10 0 0 0 0 0 0 900 0 0 0 15 0 25 15 10 10 15 2 0 0 0 0 0 180 524289 0 0
-1 "ft\040\040\040fishing\040trawler" 300 10 0 0 0 0 0 0 900 0 0 0 15 0 25 15 10 25 15 2 0 0 0 0 35 300 524289 0 0
-2 "cs\040\040\040cargo\040ship" 600 50 300 50 0 0 0 0 900 0 1400 900 250 0 60 40 20 25 35 3 0 0 1 0 20 500 262144 0 2
-3 "os\040\040\040ore\040ship" 30 5 0 0 0 990 990 0 200 0 0 0 45 990 60 40 20 25 35 3 0 0 1 0 20 500 0 0 0
-4 "ss\040\040\040slave\040ship" 20 80 0 0 0 0 0 0 200 0 0 0 1200 0 60 40 20 10 35 3 0 0 1 0 0 300 0 0 0
-6 "frg\040\040frigate" 0 60 10 2 0 0 0 0 60 0 0 0 0 0 30 30 50 25 25 3 1 1 1 0 0 600 16384 0 2
-7 "oe\040\040\040oil\040exploration\040boat" 10 5 0 0 0 0 0 0 100 1 0 0 0 0 25 15 10 25 15 2 0 0 0 0 40 800 524320 0 0
-8 "od\040\040\040oil\040derrick" 990 80 0 0 0 0 0 0 990 990 0 0 990 0 60 60 30 15 65 3 0 0 2 0 50 1500 32 0 0
-9 "pt\040\040\040patrol\040boat" 0 2 12 2 0 0 0 0 5 0 0 0 0 0 20 10 10 38 10 2 1 1 0 0 40 300 524290 0 0
-10 "lc\040\040\040light\040cruiser" 0 100 40 5 0 0 0 0 100 0 0 0 0 0 30 40 50 30 30 5 6 3 1 0 45 800 128 0 2
-11 "hc\040\040\040heavy\040cruiser" 0 120 100 8 0 0 0 0 200 0 0 0 0 0 40 50 70 30 30 5 8 4 1 0 50 1200 0 0 4
-12 "tt\040\040\040troop\040transport" 0 120 20 4 0 0 0 0 120 0 0 0 0 0 50 50 60 20 35 3 1 2 1 0 10 800 16384 0 2
-13 "bb\040\040\040battleship" 0 200 200 10 0 0 0 0 900 0 0 0 0 0 50 70 95 25 35 6 10 7 1 0 45 1800 0 0 2
-14 "bbc\040\040battlecruiser" 0 180 100 10 0 0 0 0 400 0 0 0 0 0 50 60 55 30 35 6 10 6 1 0 75 1500 0 0 2
-15 "tk\040\040\040tanker" 30 5 0 0 990 0 0 0 200 990 0 0 25 0 60 40 75 25 45 3 0 0 1 0 35 600 262144 0 0
-16 "ms\040\040\040minesweeper" 0 10 100 1 0 0 0 0 90 0 0 0 0 0 25 15 10 25 15 2 0 0 0 0 40 400 524672 0 0
-17 "dd\040\040\040destroyer" 0 60 40 4 0 0 0 0 80 0 0 0 0 0 30 30 45 35 20 4 6 3 1 0 70 600 196 0 1
-18 "sb\040\040\040submarine" 0 25 36 5 0 0 0 0 80 0 0 0 0 0 30 30 25 20 5 4 3 3 0 0 60 650 706 0 0
-19 "sbc\040\040cargo\040submarine" 5 10 104 20 100 0 0 0 900 0 500 300 0 0 40 40 50 30 2 3 0 0 0 0 150 1200 262720 0 0
-20 "cal\040\040light\040carrier" 0 175 250 4 300 0 0 0 180 0 0 0 0 0 50 60 60 30 40 5 2 2 4 20 80 2700 8 20 0
-21 "car\040\040aircraft\040carrier" 0 350 500 4 500 0 0 0 900 0 0 0 0 0 60 70 80 35 40 7 2 2 10 40 160 4500 8 40 0
-22 "can\040\040nuc\040carrier" 0 350 999 4 999 0 0 0 900 0 0 0 0 0 70 80 100 45 40 9 2 2 20 4 305 8000 262152 60 0
-23 "ls\040\040\040landing\040ship" 0 400 10 1 0 0 0 0 300 0 0 0 0 0 60 40 40 30 30 2 0 0 2 0 145 1000 2048 0 6
-24 "af\040\040\040asw\040frigate" 0 60 60 4 0 0 0 0 120 0 0 0 0 0 40 30 50 35 30 5 2 2 4 0 220 800 4166 0 0
-25 "na\040\040\040nuc\040attack\040sub" 0 25 60 6 0 0 0 0 500 0 0 0 0 0 30 40 45 40 3 6 5 3 0 0 260 1200 4802 0 0
-26 "ad\040\040\040asw\040destroyer" 0 100 80 6 40 0 0 0 500 0 0 0 0 0 40 40 60 40 35 6 8 3 10 2 240 1500 4166 0 0
-27 "nm\040\040\040nuc\040miss\040sub" 0 25 200 1 0 0 0 0 500 0 0 0 0 0 30 40 55 35 2 6 0 0 0 0 270 1500 592 20 0
-28 "msb\040\040missile\040sub" 0 25 100 1 0 0 0 0 500 0 0 0 0 0 30 30 35 30 3 3 0 0 0 0 230 1200 592 10 0
-29 "mb\040\040\040missile\040boat" 0 5 100 3 0 0 0 0 500 0 0 0 0 0 20 20 15 40 15 3 2 2 0 0 180 500 16 10 0
-30 "mf\040\040\040missile\040frigate" 0 60 220 4 0 0 0 0 120 0 0 0 0 0 40 30 50 35 30 5 2 2 2 0 280 1000 16 20 0
-31 "mc\040\040\040missile\040cruiser" 0 120 500 6 160 0 0 0 200 0 0 0 0 0 50 50 70 35 35 8 8 6 8 8 290 1500 1048592 40 0
-32 "aac\040\040aa\040cruiser" 0 100 100 15 0 0 0 0 200 0 0 0 0 0 50 60 80 35 30 6 1 8 1 0 130 1500 1048576 0 4
-33 "agc\040\040aegis\040cruiser" 0 200 400 25 40 0 0 0 900 0 0 0 0 0 50 60 80 35 30 6 1 16 30 2 265 4000 1048592 32 0
-34 "ncr\040\040nuc\040cruiser" 0 200 400 8 40 0 0 0 900 0 0 0 0 0 50 50 100 45 35 6 14 7 10 2 325 1800 1048592 20 0
-35 "nas\040\040nuc\040asw\040cruiser" 0 200 120 6 160 0 0 0 500 0 0 0 0 0 50 50 80 45 35 9 10 4 25 8 330 1800 4166 0 0
-36 "nsp\040\040nuc\040supply\040ship" 50 50 600 50 999 0 0 0 999 0 1500 900 0 0 60 40 40 45 35 6 0 0 10 2 360 1500 262144 0 2
-/36
-
-[0:640] Command : XDUMP plane-chr 0
-0 "f1\040\040\040Sopwith\040Camel" 8 2 400 50 90 1 1 1 4 1 1 0 22
-1 "f2\040\040\040P-51\040Mustang" 8 2 400 80 80 1 4 4 8 1 1 0 70
-2 "jf1\040\040F-4\040Phantom" 12 4 1000 125 45 1 14 14 11 2 3 0 70
-3 "jf2\040\040AV-8B\040Harrier" 12 4 1400 195 30 1 17 17 14 2 3 0 86
-4 "sf\040\040\040F-117A\040Nighthawk" 15 5 3000 325 45 3 19 19 20 2 4 80 70
-5 "es\040\040\040P-38\040Lightning" 9 3 700 90 60 1 5 5 15 1 2 0 131074
-6 "jes\040\040F-14E\040jet\040escort" 14 8 1400 160 60 1 10 10 25 2 3 0 131074
-7 "lb\040\040\040TBD-1\040Devastator" 10 3 550 60 50 2 0 3 7 1 1 0 83
-8 "jl\040\040\040A-6\040Intruder" 14 4 1000 130 25 3 0 9 11 2 3 0 67
-9 "mb\040\040\040medium\040bomber" 14 5 1000 80 45 4 0 5 14 3 3 0 3
-10 "jfb\040\040FB-111\040Aardvark\040f/b" 20 10 1800 140 30 7 8 8 20 5 5 0 3
-11 "hb\040\040\040B-26B\040Marauder" 20 6 1100 90 90 5 0 4 15 2 2 0 1
-12 "jhb\040\040B-52\040Strato-Fortress" 26 13 3200 150 80 12 0 11 35 5 6 0 1
-13 "sb\040\040\040B-2\040stealth\040bomber" 15 5 4000 325 25 8 0 15 28 2 5 80 3
-14 "as\040\040\040anti-sub\040plane" 10 3 550 100 85 2 0 3 15 2 2 0 819202
-15 "np\040\040\040naval\040plane" 20 10 1800 135 70 3 0 4 28 4 2 0 819274
-16 "nc\040\040\040AH-1\040Cobra" 8 2 800 160 55 2 0 3 11 2 2 0 573458
-17 "ac\040\040\040AH-64\040Apache" 8 2 800 200 15 1 0 9 11 2 2 40 16402
-18 "tc\040\040\040transport\040chopper" 8 2 800 135 0 5 0 3 7 2 2 40 81944
-19 "tr\040\040\040C-56\040Lodestar" 14 5 1000 85 0 7 0 2 15 3 3 0 65544
-20 "jt\040\040\040C-141\040Starlifter" 18 5 1500 160 0 16 0 9 35 3 4 0 65544
-21 "zep\040\040Zeppelin" 6 2 1000 70 60 2 0 -3 15 3 2 0 154
-22 "re\040\040\040recon" 12 4 800 130 0 0 0 4 15 2 2 20 128
-23 "sp\040\040\040E2-C\040Hawkeye" 15 5 2000 190 0 0 0 11 32 2 5 50 128
-24 "lst\040\040landsat" 20 20 2000 245 0 0 0 3 41 0 9 0 512
-25 "ss\040\040\040KH-7\040spysat" 20 20 4000 305 0 0 0 3 61 0 9 0 896
-26 "mi\040\040\040Harpoon" 8 2 300 160 50 6 0 5 6 0 0 0 1048690
-27 "sam\040\040Sea\040Sparrow" 3 1 200 180 0 0 0 18 2 0 0 0 8308
-28 "ssm\040\040V2" 15 15 800 145 60 3 0 3 4 0 0 0 50
-29 "srbm\040Atlas" 20 20 1000 200 60 6 0 5 9 0 0 0 50
-30 "irbm\040Titan" 20 20 1500 260 60 8 0 10 15 0 0 0 50
-31 "icbm\040Minuteman" 20 20 3000 310 60 10 0 15 41 0 0 0 50
-32 "slbm\040Trident" 20 20 2000 280 60 8 0 6 23 0 0 0 114
-33 "asat\040anti-sat" 20 20 2000 305 50 6 0 7 13 0 4 0 560
-34 "abm\040\040Patriot" 16 8 1500 270 50 0 0 31 12 0 0 0 2096
-/35
-
-[0:640] Command : XDUMP land-chr 0
-0 "cav\040\040cavalry" 0 20 0 0 0 0 0 0 12 0 0 0 0 0 10 5 30 500 1.20000 0.500000 80 32 18 4 3 0 0 0 0 0 80 0 0
-1 "linf\040light\040infantry" 0 25 1 0 0 0 0 0 15 0 0 0 0 0 8 4 40 300 1.00000 1.50000 60 28 15 2 1 0 0 0 1 1 272 0 0
-2 "inf\040\040infantry" 0 100 0 0 0 0 0 0 24 0 0 0 0 0 10 5 50 500 1.00000 1.50000 60 25 15 2 1 0 0 0 0 0 272 0 0
-3 "mtif\040motor\040inf" 0 100 8 0 0 0 0 0 60 0 0 0 0 0 15 10 190 400 1.20000 2.20000 60 33 17 1 3 0 0 0 2 3 16 0 0
-4 "mif\040\040mech\040inf" 0 100 8 0 0 0 0 0 60 0 0 0 0 0 15 10 190 800 1.50000 2.50000 50 33 17 1 3 0 0 0 2 3 16 0 0
-5 "mar\040\040marines" 0 100 4 0 0 0 0 0 60 0 0 0 0 0 10 5 140 1000 1.40000 2.40000 60 25 14 2 1 0 0 0 1 2 304 0 0
-6 "sup\040\040supply" 0 25 200 10 300 100 100 10 300 0 200 100 0 0 10 5 50 500 0.100000 0.200000 80 25 20 1 0 0 0 0 0 0 20 0 0
-7 "tra\040\040train" 0 990 990 200 990 500 500 100 990 990 990 990 0 150 100 50 40 3500 0.00000 0.00000 120 10 25 3 0 0 0 0 0 0 6148 5 12
-8 "spy\040\040infiltrator" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 5 40 750 0.00000 0.00000 80 32 18 4 3 0 0 0 0 0 1360 0 0
-9 "com\040\040commando" 0 0 3 0 0 0 0 0 0 0 0 0 0 0 10 5 55 1500 0.00000 0.00000 80 32 18 4 3 0 0 0 0 0 1360 0 0
-10 "aau\040\040aa\040unit" 0 20 5 0 0 0 0 0 12 0 0 0 0 0 20 10 70 500 0.500000 1.00000 60 18 20 1 1 0 0 0 1 2 528 0 0
-11 "art\040\040artillery" 0 25 40 10 0 0 0 0 24 0 0 0 0 0 20 10 35 800 0.100000 0.400000 70 18 20 1 0 8 50 5 2 1 16 0 0
-12 "lat\040\040lt\040artillery" 0 25 20 6 0 0 0 0 12 0 0 0 0 0 20 10 70 500 0.200000 0.600000 60 30 18 1 1 5 10 3 1 1 16 0 0
-13 "hat\040\040hvy\040artillery" 0 25 80 12 0 0 0 0 24 0 0 0 0 0 40 20 100 800 0.00000 0.200000 60 12 20 1 0 11 99 8 4 1 0 0 0
-14 "mat\040\040mech\040artillery" 0 25 40 10 0 0 0 0 15 0 0 0 0 0 20 10 200 1000 0.200000 0.600000 50 35 17 1 1 8 35 6 3 3 16 0 0
-15 "eng\040\040engineer" 0 20 3 0 0 0 0 0 12 0 0 0 0 0 10 5 130 3000 1.20000 2.40000 50 25 14 2 1 0 0 0 1 1 274 0 0
-16 "meng\040mech\040engineer" 0 20 4 0 0 0 0 0 15 0 0 0 0 0 10 5 260 4500 1.80000 3.50000 45 33 15 3 3 0 0 0 1 5 274 0 0
-17 "lar\040\040lt\040armor" 0 50 4 0 0 0 0 0 30 0 0 0 0 0 10 5 150 600 2.00000 1.00000 50 42 15 4 4 0 0 0 1 2 80 0 0
-18 "har\040\040hvy\040armor" 0 100 3 0 0 0 0 0 48 0 0 0 0 0 20 10 120 500 2.00000 0.800000 50 18 17 1 1 0 0 0 2 1 0 0 0
-19 "arm\040\040armor" 0 50 4 0 0 0 0 0 30 0 0 0 0 0 20 10 170 1000 3.00000 1.50000 40 33 16 2 2 0 0 0 1 2 16 0 0
-20 "sec\040\040security" 0 50 4 0 0 0 0 0 30 0 0 0 0 0 10 5 170 600 1.00000 2.00000 60 25 15 2 1 0 0 0 1 1 24 0 0
-21 "rad\040\040radar\040unit" 0 10 0 0 0 0 0 0 7 0 0 0 0 0 10 5 270 1000 0.00000 0.00000 50 33 15 3 0 0 0 0 0 2 144 1 0
-/22
-
-[0:640] Command : XDUMP nuke-chr 0
-0 "10kt\040\040fission" 50 50 25 70 3 70 10000 280 4 0
-1 "15kt\040\040fission" 50 50 25 80 3 90 15000 290 5 0
-2 "50kt\040\040fission" 60 60 30 90 3 100 25000 300 6 0
-3 "100kt\040fission" 75 75 40 120 4 125 30000 310 8 0
-4 "5kt\040\040\040fusion" 15 15 15 30 2 80 12500 315 1 0
-5 "75kt\040\040fusion" 40 40 35 50 3 90 20000 320 3 0
-6 "250kt\040fusion" 50 50 45 60 4 110 25000 330 4 0
-7 "500kt\040fusion" 60 60 50 80 5 120 35000 340 5 0
-8 "1mt\040\040\040fusion" 75 75 50 110 6 150 40000 350 5 0
-9 "60kt\040\040neutron" 60 60 30 100 3 30 30000 355 2 1
-10 "3mt\040\040\040fusion" 100 100 75 130 7 170 45000 360 6 0
-11 "5mt\040\040\040fusion" 120 120 100 150 8 190 50000 370 8 0
-12 "120kt\040neutron" 75 75 40 120 5 50 36000 375 3 1
-/13
-
-[0:640] Command : XDUMP news-chr 0
-1 "infantry\040capture\040%s\040territory" "shock\040troops\040overrun\040one\040of\040%s's\040sectors" -4 2
-2 "infantry\040beaten\040back\040by\040%s\040troops" "shock\040troops\040annihilated\040in\040failed\040attack\040on\040%s" -4 2
-3 "spy\040shot\040by\040%s\040firing\040squad" "spy\040captured\040and\040shot\040by\040%s" -1 10
-4 "sends\040a\040telegram\040to\040%s" "telexes\040%s" 1 11
-5 "diplomats\040sign\040a\040treaty\040with\040%s" "ambassador\040agrees\040to\040a\040treaty\040with\040%s" 3 1
-6 "bankers\040make\040a\040loan\040to\040%s" "Ministry\040of\040Finance\040lends\040money\040to\040%s" 2 7
-7 "repays\040a\040loan\040from\040%s" "makes\040last\040payment\040on\040loan\040from\040%s" 1 7
-8 "makes\040a\040sale\040to\040%s" "sells\040goods\040to\040%s" 0 7
-9 "violates\040%s\040airspace" "overflies\040%s\040territory" -1 4
-10 "gunners\040bombard\040%s\040territory" "artillery\040fires\040on\040%s\040sectors" -2 6
-11 "shells\040a\040ship\040owned\040by\040%s" "fires\040on\040%s\040ships" -2 3
-12 "takes\040over\040unoccupied\040land" "attacks\040unowned\040land\040for\040some\040reason" 0 2
-13 "ships\040torpedoed\040by\040enemy\040wolf-packs" "ships\040torpedoed\040by\040marauding\040U-boats" 0 3
-14 "gunners\040fire\040on\040%s\040in\040self-defense" "gunners\040decimate\040%s\040aggressors" 0 6
-15 "breaks\040sanctuary" "no\040longer\040has\040a\040sanctuary" 0 1
-16 "planes\040divebomb\040one\040of\040%s's\040sectors" "bombers\040wreak\040havoc\040on\040%s" -2 4
-17 "divebombs\040a\040ship\040flying\040the\040flag\040of\040%s" "airforce\040bombs\040%s\040ships" -2 3
-18 "seadogs\040board\040one\040of\040%s's\040ships" "pirates\040board\040%s\040ship" -2 3
-19 "is\040repelled\040by\040%s\040while\040attempting\040to\040board\040a\040ship" "pirates\040prove\040inept\040at\040boarding\040%s's\040ships" -3 3
-21 "seizes\040a\040sector\040from\040%s\040to\040collect\040on\040a\040loan" "collects\040one\040of\040%s's\040sectors\040in\040repayment\040of\040a\040loan" -2 7
-22 "considers\040an\040action\040which\040would\040violate\040a\040treaty\040with\040%s" "decides\040not\040to\040violate\040treaty\040with\040%s\040(yet)" -1 1
-23 "violates\040a\040treaty\040with\040%s" "actions\040violate\040treaty\040with\040%s" -4 1
-25 "ship\040hits\040a\040mine" "ship\040severely\040damaged\040in\040mine\040field" 0 3
-26 "announces\040an\040alliance\040with\040%s" "/\040%s\040alliance\040declared" 5 1
-28 "declares\040TOTAL\040WAR\040on\040%s" "gets\040serious\040with\040%s\040and\040declares\040WAR" -5 1
-29 "diplomats\040disavow\040former\040alliance\040with\040%s" "is\040no\040longer\040allied\040with\040%s" 0 1
-30 "is\040no\040longer\040at\040war\040with\040%s" "Foreign\040Ministry\040declares\040\042No\040more\040war\040with\040%s\042" 5 1
-31 "reports\040outbreak\040of\040the\040black\040plague" "sector\040infected\040with\040bubonic\040plague" 0 9
-32 "citizens\040die\040from\040bubonic\040plague" "sector\040reports\040plague\040deaths" 0 9
-33 "goes\040through\040a\040name\040change" "adopts\040a\040new\040country\040name" 0 1
-34 "citizens\040starve\040in\040disastrous\040famine" "loses\040citizens\040to\040mass\040starvation" 0 9
-36 "pilots\040down\040%s\040planes" "victorious\040in\040air-to-air\040combat\040against\040%s" -3 4
-37 "nuclear\040device\040devastates\040%s\040sector" "explodes\040a\040nuclear\040device\040damaging\040%s\040territory" -10 5
-38 "terrorists\040shoot\040it\040out\040with\040%s\040special\040forces" "underground\040rises\040up\040against\040%s\040occupation" 0 9
-39 "execution\040squads\040gun\040down\040helpless\040%s\040civilians" "firing\040squads\040massacre\040defenseless\040%s\040workers" -2 9
-40 "launches\040a\040satellite\040into\040orbit" "continues\040its\040conquest\040of\040space\040with\040a\040successful\040launch" 0 5
-41 "strikes\040a\040%s\040big\040bird" "rockets\040damage\040a\040%s\040satellite" -8 5
-42 "makes\040a\040contribution\040to\040%s" "helps\040out\040%s" 0 7
-43 "aids\040%s\040with\040divine\040intervention" "smiles\040upon\040%s" 0 9
-44 "hurts\040%s\040with\040divine\040intervention" "frowns\040upon\040%s" 0 9
-45 "sacrifices\040to\040%s" "makes\040divine\040payment\040to\040%s" 0 7
-46 "abms\040intercept\040a\040%s\040missile" "strategic\040defense\040systems\040destroy\040a\040%s\040missile" -10 5
-47 "missile\040fired\040at\040one\040of\040%s's\040sectors" "missile\040wreaks\040havoc\040on\040%s" -2 5
-48 "missile\040fired\040at\040a\040ship\040flying\040the\040flag\040of\040%s" "missiles\040hit\040%s\040ships" -2 5
-49 "engages\040in\040friendly\040trade\040with\040%s" "profits\040from\040a\040merchant\040venture\040with\040%s" 2 7
-50 "pirates\040dispose\040of\040%s\040booty\040in\040trade" "buccaneers\040sell\040their\040%s\040goods" 0 7
-51 "pirates\040keep\040their\040%s\040booty" "buccaneers\040laugh\040and\040bury\040their\040%s\040goods" 0 7
-52 "ships\040torpedoed\040by\040%s\040torpedo-boats" "ships\040sunk\040by\040marauding\040%s\040torpedo-boats" 0 3
-53 "planes\040bomb\040a\040skulking\040%s\040submarine" "planes\040drop\040depth-charges\040on\040a\040%s\040sub" 0 3
-55 "divebombs\040a\040brave\040%s\040unit" "airforce\040bombs\040%s\040units" -2 4
-56 "troops\040run\040afoul\040of\040a\040landmine" "troops\040severely\040damaged\040in\040mine\040field" 0 2
-57 "fortress\040gunners\040support\040troops\040attacking\040%s" "fortress\040artillery\040massacres\040%s\040defenders" -2 6
-58 "gunners\040support\040troops\040attacking\040%s" "artillery\040battery\040massacres\040%s\040defenders" -2 6
-59 "naval\040gunners\040support\040troops\040attacking\040%s" "naval\040gunfire\040massacres\040%s\040defenders" -2 6
-60 "sacks\040%s\040capital" "captures\040and\040pillages\040%s's\040capital" 10 1
-61 "announces\040friendly\040trade\040relations\040with\040%s" "upgrades\040%s's\040trade\040status\040to\040triple-A" 3 1
-62 "downgrades\040relations\040with\040%s\040to\040friendly" "cools\040relations\040with\040%s\040to\040friendly" 0 1
-63 "upgrades\040relations\040with\040%s\040to\040neutral" "Foreign\040Ministry\040declares\040\042%s\040is\040A-OK.\042" 2 1
-64 "downgrades\040relations\040with\040%s\040to\040neutral" "gives\040the\040cold\040shoulder\040to\040%s\040and\040declares\040neutral\040relations" 0 1
-65 "upgrades\040relations\040with\040%s\040to\040hostile" "forgives\040%s\040of\040past\040war\040crimes\040but\040remains\040hostile" 3 1
-66 "downgrades\040relations\040with\040%s\040to\040hostile" "is\040suspicious\040that\040%s\040has\040hostile\040intentions" 3 1
-67 "sector\040is\040struck\040by\040a\040sub-launched\040missile" "sector\040devastated\040by\040missile" 0 5
-68 "ship\040is\040hit\040by\040a\040sub-launched\040missile" "ship\040damaged\040by\040marine\040missile" 0 5
-69 "pilgrims\040settle\040on\040a\040new\040island" "discovers\040new\040land\040and\040starts\040a\040colony" 0 8
-70 "abms\040intercept\040an\040incoming\040sub-launched\040missile" "strategic\040defense\040systems\040destroy\040an\040incoming\040sub-launched\040warhead" 0 5
-71 "missile\040fired\040at\040%s\040ground\040troops" "missile\040hits\040%s\040troops" 2 5
-72 "regiment\040struck\040by\040sub-launched\040missile" "ground\040troops\040hit\040by\040missile" 0 5
-73 "navy\040secures\040a\040beachhead\040on\040%s\040territory" "sailors\040take\040a\040coastal\040sector\040from\040%s" -4 2
-74 "paratroopers\040comandeer\040a\040sector\040from\040%s" "air\040force\040parachutists\040overwhelm\040a\040%s\040sector" -4 2
-75 "parachutists\040grab\040unoccupied\040land" "paratroopers\040break\040new\040ground" 0 8
-76 "sailors\040repelled\040by\040%s\040coast-guard" "naval\040forces\040massacred\040in\040failed\040assault\040of\040%s" 4 2
-77 "paratroopers\040destroyed\040in\040failed\040air-assault\040on\040%s" "loses\040parachutists\040in\040failed\040air-assault\040of\040%s" 4 2
-80 "is\040unable\040to\040fulfill\040its\040financial\040obligations\040to\040%s" "welches\040on\040a\040deal\040with\040%s" 0 7
-81 "is\040repelled\040by\040%s\040while\040attempting\040to\040board\040a\040land\040unit" "forces\040prove\040inept\040at\040boarding\040%s's\040land\040unit" -3 2
-82 "mercenaries\040board\040one\040of\040%s's\040land\040units" "elite\040forces\040board\040%s\040land\040unit" -2 2
-/75
-
-[0:640] Command : XDUMP infrastructure 0
-"road\040network" 2 2 2 1 1
-"rail\040network" 1 1 1 1 0
-"defense\040factor" 1 1 1 1 0
-/3
-
-[0:640] Command : XDUMP updates 0
-/0
-
-[0:640] Command : XDUMP table 0
-0 "sect"
-1 "ship"
-2 "plane"
-3 "land"
-4 "nuke"
-5 "news"
-6 "treaty"
-7 "trade"
-9 "nat"
-10 "loan"
-13 "commodity"
-14 "lost"
-15 "realm"
-16 "game"
-17 "item"
-18 "product"
-19 "sect-chr"
-20 "ship-chr"
-21 "plane-chr"
-22 "land-chr"
-23 "nuke-chr"
-24 "news-chr"
-25 "infrastructure"
-26 "updates"
-27 "table"
-28 "version"
-29 "meta"
-30 "agreement-status"
-31 "land-chr-flags"
-32 "level"
-33 "meta-flags"
-34 "meta-type"
-35 "missions"
-36 "nation-flags"
-37 "nation-rejects"
-38 "nation-relationships"
-39 "nation-status"
-40 "nuke-chr-flags"
-41 "packing"
-42 "page-headings"
-43 "plague-stages"
-44 "plane-chr-flags"
-45 "plane-flags"
-46 "resources"
-47 "retreat-flags"
-48 "sector-navigation"
-49 "ship-chr-flags"
-50 "treaty-flags"
-51 "country"
-/49
-
-[0:640] Command : XDUMP version 0
-"Wolfpack\040Empire\0404.3.32" 99 "Deity\040forgot\040to\040edit\040econfig" "careless@invalid" 64 32 60 0 0 1 "" "" "" 1 0 1 0 1 1 1 0 0 0 1 0 0 0 0 1 1 0 1 1 0 1 0 0 1 0.00120000 1440 640 15 5 120 0 1.00000 96.0000 2.00000 2.00000 192.000 48.0000 600000. 600000. 1.00000 127 100 1000.00 10.0000 300 3000.00 100.000 1.00000 2.00000 127 -0.00100000 1.00000 2.00000 127 -0.00100000 1.50000 3.00000 127 -0.00100000 40 8 8 8 1.75000 5.00000 1.00000 0.300000 0.100000 0.500000 1.00000 2 0.00250000 0.00833330 -0.0833333 -0.00833330 0.00177770 0.00600000 0.250000 0.000500000 0.00130000 0.00120000 0.00500000 50 0.00600000 0.00500000 0.00000 7200 7200 1.00000 0.990000 8 14 25 0.0250000 0.0350000 0.0500000 0.200000 0.100000
-/1
-
-[0:640] Command : Usage: xdump ["meta"] <TYPE> [<RECORDS>]
-
-[0:640] Command : XDUMP sector-navigation 0
-0 "land"
-1 "sea"
-2 "harbor"
-3 "canal"
-4 "bridge"
-/5
-
-[0:640] Command : XDUMP agreement-status 0
-0 "free"
-1 "proposed"
-2 "signed"
-/3
-
-[0:640] Command : XDUMP land-chr-flags 0
-2 "engineer"
-4 "supply"
-8 "security"
-16 "light"
-32 "marine"
-64 "recon"
-128 "radar"
-256 "assault"
-512 "flak"
-1024 "spy"
-2048 "train"
-4096 "heavy"
-/12
-
-[0:640] Command : XDUMP level 0
--1 "none"
-0 "technology"
-1 "research"
-2 "education"
-3 "happiness"
-/5
-
-[0:640] Command : XDUMP meta-flags 0
-1 "deity"
-2 "extra"
-4 "const"
-8 "bits"
-/4
-
-[0:640] Command : XDUMP meta-type 0
-1 "d"
-2 "g"
-3 "s"
-4 "d"
-5 "d"
-6 "d"
-7 "d"
-8 "d"
-9 "d"
-10 "d"
-11 "d"
-12 "d"
-13 "g"
-14 "c"
-/14
-
-[0:640] Command : XDUMP missions 0
-0 "none"
-1 "interdiction"
-2 "support"
-3 "reserve"
-4 "escort"
-6 "air\040defense"
-7 "defensive\040support"
-8 "offensive\040support"
-/8
-
-[0:640] Command : XDUMP nation-flags 0
-1 "inform"
-2 "flash"
-4 "beep"
-8 "coastwatch"
-16 "sonar"
-32 "techlists"
-64 "sacked"
-/7
-
-[0:640] Command : XDUMP nation-rejects 0
-1 "telegrams"
-2 "treaties"
-4 "announcements"
-8 "loans"
-/4
-
-[0:640] Command : XDUMP nation-relationships 0
--1 "unknown"
-0 "at-war"
-1 "hostile"
-2 "neutral"
-3 "friendly"
-4 "allied"
-/6
-
-[0:640] Command : XDUMP nation-status 0
-0 "unused"
-1 "new"
-2 "visitor"
-3 "sanctuary"
-4 "active"
-5 "deity"
-/6
-
-[0:640] Command : XDUMP nuke-chr-flags 0
-1 "neutron"
-/1
-
-[0:640] Command : XDUMP packing 0
-0 "inefficient"
-1 "normal"
-2 "warehouse"
-3 "urban"
-4 "bank"
-/5
-
-[0:640] Command : XDUMP page-headings 0
-0 "Comics"
-1 "Foreign\040Affairs"
-2 "The\040Front\040Line"
-3 "The\040High\040Seas"
-4 "Sky\040Watch"
-5 "Guidance\040Systems"
-6 "Firestorms"
-7 "Business\040&\040Economics"
-8 "The\040Frontier"
-9 "The\040Home\040Front"
-10 "Espionage"
-11 "Telecommunications"
-/12
-
-[0:640] Command : XDUMP plague-stages 0
-0 "healthy"
-1 "dying"
-2 "infect"
-3 "incubate"
-4 "exposed"
-/5
-
-[0:640] Command : XDUMP plane-chr-flags 0
-2 "tactical"
-1 "bomber"
-4 "intercept"
-8 "cargo"
-16 "VTOL"
-32 "missile"
-64 "light"
-128 "spy"
-256 "image"
-512 "satellite"
-2048 "SDI"
-8192 "x-light"
-16384 "helo"
-32768 "ASW"
-65536 "para"
-131072 "escort"
-262144 "mine"
-524288 "sweep"
-1048576 "marine"
-/19
-
-[0:640] Command : XDUMP plane-flags 0
-1 "launched"
-2 "synchronous"
-4 "airburst"
-/3
-
-[0:640] Command : XDUMP resources 0
-0 "none"
-0 "min"
-0 "gold"
-0 "fert"
-0 "ocontent"
-0 "uran"
-/6
-
-[0:640] Command : XDUMP retreat-flags 0
-1 "group"
-2 "injured"
-4 "torped"
-8 "sonared"
-16 "helpless"
-32 "bombed"
-64 "depth-charged"
-128 "boarded"
-/8
-
-[0:640] Command : XDUMP ship-chr-flags 0
-1 "fish"
-2 "torp"
-4 "dchrg"
-8 "plane"
-16 "miss"
-32 "oil"
-64 "sonar"
-128 "mine"
-256 "sweep"
-512 "sub"
-2048 "land"
-4096 "sub-torp"
-8192 "trade"
-16384 "semi-land"
-262144 "supply"
-524288 "canal"
-1048576 "anti-missile"
-/17
-
-[0:640] Command : XDUMP treaty-flags 0
-1 "no\040attacks\040on\040any\040land\040units"
-2 "no\040attacks\040on\040any\040ships"
-4 "no\040shelling\040any\040ships"
-1024 "no\040depth-charging\040any\040subs"
-8 "no\040sector\040attacks"
-16 "no\040shelling\040any\040land"
-32 "no\040building\040ships"
-64 "no\040new\040nuclear\040weapons"
-128 "no\040building\040planes"
-256 "no\040building\040land\040units"
-512 "no\040enlistment"
-/11
-
-[0:640] Command : XDUMP country 0
-0 62 "127.0.0.1" "" "tester" 0 0 0 0 0 255 640 0 0 123456789 0 0 0 0 0.00000 0.00000 0.00000 0.00000
-/1
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Player 00 Turn 99 completed successfully
 Player 01 Turn 99 starting
-
-
-       -=O=-
-You have a new telegram waiting ...
-
-[0:640] Command : XDUMP sect 0
-1 0 0 10 100 127 0 0 0 0 0 6 2 0 100 0 10 100 0 100 100 100 1 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0
-/1
-
-[0:640] Command : XDUMP ship 0
-0 1 13 1 6 100 127 0 0 -5 13 0 0 "" -5 -5 13 13 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "" 0 "" 0 ""
-1 1 5 -1 2 100 127 0 31 -5 13 0 0 "" -5 -5 13 13 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 300 25 0 0 0 0 0 0 0 0 100 100 0 0 0 0 "" 1 "" 0 ""
-2 1 5 -1 15 100 127 0 44 -5 13 0 0 "" -5 -5 13 13 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "" 2 "" 0 ""
-3 1 5 -1 8 100 127 0 51 -5 13 0 0 "" 6 5 0 -1 -1 -1 -1 -1 -1 -1 9 -1 -1 -1 -1 -1 0 0 0 0 0 0 1 0 0 0 0 0 4 990 0 0 0 0 0 0 0 0 449 0 0 0 0 0 0 "" 3 "" 0 ""
-4 1 6 0 1 100 127 0 51 -5 13 0 0 "" 5 6 -1 0 8 -1 -1 -1 -1 -1 8 -1 -1 -1 -1 -1 30 0 0 0 0 0 30 0 0 0 0 0 4 300 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 "" 4 "" 0 ""
-/5
-
-[0:640] Command : XDUMP plane 0
-0 1 11 -1 0 92 91 0 51 -5 13 0 0 "" 4 0 -1 -1 0 0 0.00000
-1 1 11 -1 0 95 93 0 51 -5 13 0 0 "" 4 0 -1 -1 0 0 0.00000
-2 1 11 -1 0 90 100 0 51 11 -1 8 2 "" 4 0 -1 -1 0 0 0.00000
-/3
-
-[0:640] Command : XDUMP land 0
-0 1 5 -1 0 100 127 0 31 -5 13 0 0 "" 1 0 42 0 "" 0 20 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
-3 1 5 -1 0 100 127 0 31 -5 13 0 0 "" -1 117 42 0 "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
-4 1 11 -1 0 73 127 0 31 -5 13 0 0 "" -1 30 42 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0
-5 1 11 -1 11 98 119 0 37 -5 13 0 0 "" -1 0 42 0 "" 0 5 35 10 0 0 0 0 0 0 0 0 0 0 -1 0
-/4
-
-[0:640] Command : XDUMP nuke 0
-/0
-
-[0:640] Command : XDUMP news 0
-1 15 0 1 0 0
-2 15 0 1 0 0
-3 15 0 1 0 0
-4 15 0 1 0 0
-5 15 0 1 0 0
-6 15 0 1 0 0
-7 15 0 1 0 0
-8 15 0 1 0 0
-9 15 0 1 0 0
-10 15 0 1 0 0
-1 73 8 1 0 0
-8 38 1 1 0 0
-1 4 2 1 0 0
-1 28 8 1 0 0
-1 26 2 1 0 0
-2 26 1 1 0 0
-2 66 8 1 0 0
-8 28 1 1 0 0
-8 66 2 1 0 0
-1 9 8 6 0 0
-1 16 8 2 0 0
-1 10 8 1 0 0
-8 14 1 1 0 0
-1 58 8 1 0 0
-1 2 8 1 0 0
-/25
-
-[0:640] Command : XDUMP treaty 0
-/0
-
-[0:640] Command : XDUMP trade 0
-/0
-
-[0:640] Command : XDUMP nat 0
-0 5 "POGO" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-1 4 "1" 2 2 4 2 2 2 2 2 0 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-2 4 "2" 2 4 2 2 2 2 2 2 1 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-3 4 "3" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-4 4 "4" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-5 4 "5" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-6 4 "6" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-7 4 "7" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-8 4 "8" 2 0 1 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-9 4 "9" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-10 4 "10" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-11 2 "visitor" 2 2 2 2 2 2 2 2 2 2 2 2 255 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-/12
-
-[0:640] Command : XDUMP loan 0
-/0
-
-[0:640] Command : XDUMP commodity 0
-/0
-
-[0:640] Command : XDUMP lost 0
-0 1 3 1 6 0
-0 1 3 2 5 -1
-/2
-
-[0:640] Command : XDUMP realm 0
-1 0 -8 16 -4 4
-1 1 -16 24 -8 8
-1 2 -8 10 -5 5
-1 3 -8 10 -5 5
-1 4 -8 10 -5 5
-1 5 -8 10 -5 5
-1 6 -8 10 -5 5
-1 7 -8 10 -5 5
-1 8 -8 10 -5 5
-1 9 -8 10 -5 5
-1 10 -8 10 -5 5
-1 11 -8 10 -5 5
-1 12 -8 10 -5 5
-1 13 -8 10 -5 5
-1 14 -8 10 -5 5
-1 15 -8 10 -5 5
-1 16 -8 10 -5 5
-1 17 -8 10 -5 5
-1 18 -8 10 -5 5
-1 19 -8 10 -5 5
-1 20 -8 10 -5 5
-1 21 -8 10 -5 5
-1 22 -8 10 -5 5
-1 23 -8 10 -5 5
-1 24 -8 10 -5 5
-1 25 -8 10 -5 5
-1 26 -8 10 -5 5
-1 27 -8 10 -5 5
-1 28 -8 10 -5 5
-1 29 -8 10 -5 5
-1 30 -8 10 -5 5
-1 31 -8 10 -5 5
-1 32 -8 10 -5 5
-1 33 -8 10 -5 5
-1 34 -8 10 -5 5
-1 35 -8 10 -5 5
-1 36 -8 10 -5 5
-1 37 -8 10 -5 5
-1 38 -8 10 -5 5
-1 39 -8 10 -5 5
-1 40 -8 10 -5 5
-1 41 -8 10 -5 5
-1 42 -8 10 -5 5
-1 43 -8 10 -5 5
-1 44 -8 10 -5 5
-1 45 -8 10 -5 5
-1 46 -8 10 -5 5
-1 47 -8 10 -5 5
-1 48 -8 10 -5 5
-1 49 -8 10 -5 5
-/50
-
-[0:640] Command : XDUMP game 0
-0 0 18
-/1
-
-[0:640] Command : XDUMP item 0
-0 "civilians" "c" 1 0 1 1 10 10 10 10 4
-1 "military" "m" 0 1 1 1 1 1 1 1 20
-2 "shells" "s" 5 1 1 1 1 10 1 1 80
-3 "guns" "g" 60 1 10 1 1 10 1 1 100
-4 "petrol" "p" 4 1 1 1 1 10 1 1 50
-5 "iron\040ore" "i" 2 1 1 1 1 10 1 1 100
-6 "dust\040(gold)" "d" 20 1 5 1 1 10 1 1 100
-7 "bars\040of\040gold" "b" 280 1 50 1 1 5 1 4 200
-8 "food" "f" 0 1 1 1 1 10 1 1 2
-9 "oil" "o" 8 1 1 1 1 10 1 1 50
-10 "light\040products" "l" 2 1 1 1 1 10 1 1 100
-11 "heavy\040products" "h" 4 1 1 1 1 10 1 1 100
-12 "uncompensated\040workers" "u" 1 1 2 1 1 2 1 1 2
-13 "radioactive\040materials" "r" 150 1 8 1 1 10 1 1 1000
-/14
-
-[0:640] Command : XDUMP product 0
-0 "iron\040ore" "iron" -1 -1 -1 0 0 0 5 -1 0 0 0 -1 0 0
-1 "gold\040dust" "dust" -1 -1 -1 0 0 0 6 -1 0 0 20 -1 0 0
-2 "food" "food" -1 -1 -1 0 0 0 8 -1 0 0 0 0 -10 10
-3 "oil" "oil" -1 -1 -1 0 0 0 9 -1 0 0 10 0 -10 10
-4 "radioactive\040materials" "rad" -1 -1 -1 0 0 0 13 -1 2 0 35 0 40 10
-5 "shells" "shells" 10 11 -1 2 1 0 2 -1 3 0 0 0 20 10
-6 "guns" "guns" 9 10 11 1 5 10 3 -1 30 0 0 0 20 10
-7 "petrol" "petrol" 9 -1 -1 1 0 0 4 -1 1 0 0 0 20 10
-8 "gold\040bars" "bars" 6 -1 -1 5 0 0 7 -1 10 0 0 -1 0 0
-9 "light\040construction\040materials" "lcm" 5 -1 -1 1 0 0 10 -1 0 0 0 0 -10 10
-10 "heavy\040construction\040materials" "hcm" 5 -1 -1 2 0 0 11 -1 0 0 0 0 -10 10
-11 "technological\040breakthroughs" "tech" 6 9 10 1 5 10 -1 0 300 0 0 2 5 10
-12 "medical\040discoveries" "medical" 6 9 10 1 5 10 -1 1 90 0 0 2 5 10
-13 "a\040class\040of\040graduates" "edu" 10 -1 -1 1 0 0 -1 2 9 0 0 -1 0 0
-14 "happy\040strollers" "happy" 10 -1 -1 1 0 0 -1 3 9 0 0 -1 0 0
-/15
-
-[0:640] Command : XDUMP sect-chr 0
-0 "sea" "." 0 -1 0 -1.00000 -1.00000 1 1 0.00000 0.00000 0 -1 0 0 0 0 0
-1 "mountain" "^" 1 1 75 2.40000 1.20000 0 1 1.00000 4.00000 5 -1 1 0 0 0 100
-2 "sanctuary" "s" 4 -1 0 -1.00000 -1.00000 0 1 0.00000 99.0000 127 -1 0 0 0 0 1000
-3 "wasteland" "\134" 3 -1 0 -1.00000 -1.00000 0 1 0.00000 99.0000 0 -1 0 0 0 0 0
-4 "wilderness" "-" 4 -1 0 0.400000 0.400000 0 1 1.00000 2.00000 1 0 0 0 0 0 1000
-5 "capital" "c" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 30 0 1 0 0 1 1000
-6 "uranium\040mine" "u" 4 4 100 0.400000 0.200000 0 1 1.00000 2.00000 15 0 1 0 0 0 1000
-7 "park" "p" 4 14 100 0.400000 0.200000 0 1 1.00000 1.50000 5 0 1 0 0 0 1000
-8 "defense\040plant" "d" 4 6 100 0.400000 0.200000 0 1 1.00000 1.50000 7 0 1 0 0 0 1000
-9 "shell\040industry" "i" 4 5 100 0.400000 0.200000 0 1 1.00000 1.50000 6 0 1 0 0 0 1000
-10 "mine" "m" 4 0 100 0.400000 0.200000 0 1 1.00000 2.00000 5 0 1 0 0 0 1000
-11 "gold\040mine" "g" 4 1 100 0.400000 0.200000 0 1 1.00000 2.00000 8 0 1 0 0 0 1000
-12 "harbor" "h" 4 -1 0 0.400000 0.200000 2 2 1.00000 1.50000 12 0 1 0 0 0 1000
-13 "warehouse" "w" 4 -1 0 0.400000 0.200000 0 2 1.00000 1.50000 7 0 1 0 0 0 1000
-14 "airfield" "*" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.25000 12 0 1 0 0 0 1000
-15 "agribusiness" "a" 4 2 900 0.400000 0.200000 0 1 1.00000 1.50000 2 0 1 0 0 0 1000
-16 "oil\040field" "o" 4 3 100 0.400000 0.200000 0 1 1.00000 1.50000 5 0 1 0 0 0 1000
-17 "light\040manufacturing" "j" 4 9 100 0.400000 0.200000 0 1 1.00000 1.50000 3 0 1 0 0 0 1000
-18 "heavy\040manufacturing" "k" 4 10 100 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
-19 "fortress" "f" 4 -1 0 0.400000 0.200000 0 1 2.00000 4.00000 10 0 5 0 1 0 1000
-20 "technical\040center" "t" 4 11 100 0.400000 0.200000 0 1 1.00000 1.50000 10 0 1 0 0 0 1000
-21 "research\040lab" "r" 4 12 100 0.400000 0.200000 0 1 1.00000 1.50000 9 0 1 0 0 0 1000
-22 "nuclear\040plant" "n" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 10 0 1 0 0 0 1000
-23 "library/school" "l" 4 13 100 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
-24 "highway" "+" 4 -1 0 0.400000 0.00000 0 1 1.00000 1.00000 3 0 1 0 0 0 1000
-25 "radar\040installation" ")" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 4 0 1 0 0 0 1000
-26 "headquarters" "!" 4 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 12 0 1 0 0 0 1000
-27 "bridge\040head" "#" 4 -1 0 0.400000 0.00000 0 1 1.00000 1.00000 3 0 1 0 0 0 1000
-28 "bridge\040span" "=" 0 -1 0 0.400000 0.00000 4 1 1.00000 1.00000 5 -1 1 0 0 0 100
-29 "bank" "b" 4 8 100 0.400000 0.200000 0 4 1.00000 2.25000 10 0 1 0 0 0 1000
-30 "refinery" "%" 4 7 1000 0.400000 0.200000 0 1 1.00000 1.50000 2 0 1 0 0 0 1000
-31 "enlistment\040center" "e" 4 -1 0 0.400000 0.200000 0 1 1.00000 2.00000 7 0 1 0 0 0 1000
-32 "plains" "~" 32 -1 0 0.400000 0.200000 0 1 1.00000 1.50000 1 -1 1 0 0 0 100
-33 "bridge\040tower" "@" 0 -1 0 0.400000 0.00000 0 1 1.00000 1.50000 4 -1 1 0 0 0 100
-/34
-
-[0:640] Command : XDUMP ship-chr 0
-0 "fb\040\040\040fishing\040boat" 300 10 0 0 0 0 0 0 900 0 0 0 15 0 25 15 10 10 15 2 0 0 0 0 0 180 524289 0 0
-1 "ft\040\040\040fishing\040trawler" 300 10 0 0 0 0 0 0 900 0 0 0 15 0 25 15 10 25 15 2 0 0 0 0 35 300 524289 0 0
-2 "cs\040\040\040cargo\040ship" 600 50 300 50 0 0 0 0 900 0 1400 900 250 0 60 40 20 25 35 3 0 0 1 0 20 500 262144 0 2
-3 "os\040\040\040ore\040ship" 30 5 0 0 0 990 990 0 200 0 0 0 45 990 60 40 20 25 35 3 0 0 1 0 20 500 0 0 0
-4 "ss\040\040\040slave\040ship" 20 80 0 0 0 0 0 0 200 0 0 0 1200 0 60 40 20 10 35 3 0 0 1 0 0 300 0 0 0
-6 "frg\040\040frigate" 0 60 10 2 0 0 0 0 60 0 0 0 0 0 30 30 50 25 25 3 1 1 1 0 0 600 16384 0 2
-7 "oe\040\040\040oil\040exploration\040boat" 10 5 0 0 0 0 0 0 100 1 0 0 0 0 25 15 10 25 15 2 0 0 0 0 40 800 524320 0 0
-8 "od\040\040\040oil\040derrick" 990 80 0 0 0 0 0 0 990 990 0 0 990 0 60 60 30 15 65 3 0 0 2 0 50 1500 32 0 0
-9 "pt\040\040\040patrol\040boat" 0 2 12 2 0 0 0 0 5 0 0 0 0 0 20 10 10 38 10 2 1 1 0 0 40 300 524290 0 0
-10 "lc\040\040\040light\040cruiser" 0 100 40 5 0 0 0 0 100 0 0 0 0 0 30 40 50 30 30 5 6 3 1 0 45 800 128 0 2
-11 "hc\040\040\040heavy\040cruiser" 0 120 100 8 0 0 0 0 200 0 0 0 0 0 40 50 70 30 30 5 8 4 1 0 50 1200 0 0 4
-12 "tt\040\040\040troop\040transport" 0 120 20 4 0 0 0 0 120 0 0 0 0 0 50 50 60 20 35 3 1 2 1 0 10 800 16384 0 2
-13 "bb\040\040\040battleship" 0 200 200 10 0 0 0 0 900 0 0 0 0 0 50 70 95 25 35 6 10 7 1 0 45 1800 0 0 2
-14 "bbc\040\040battlecruiser" 0 180 100 10 0 0 0 0 400 0 0 0 0 0 50 60 55 30 35 6 10 6 1 0 75 1500 0 0 2
-15 "tk\040\040\040tanker" 30 5 0 0 990 0 0 0 200 990 0 0 25 0 60 40 75 25 45 3 0 0 1 0 35 600 262144 0 0
-16 "ms\040\040\040minesweeper" 0 10 100 1 0 0 0 0 90 0 0 0 0 0 25 15 10 25 15 2 0 0 0 0 40 400 524672 0 0
-17 "dd\040\040\040destroyer" 0 60 40 4 0 0 0 0 80 0 0 0 0 0 30 30 45 35 20 4 6 3 1 0 70 600 196 0 1
-18 "sb\040\040\040submarine" 0 25 36 5 0 0 0 0 80 0 0 0 0 0 30 30 25 20 5 4 3 3 0 0 60 650 706 0 0
-20 "cal\040\040light\040carrier" 0 175 250 4 300 0 0 0 180 0 0 0 0 0 50 60 60 30 40 5 2 2 4 20 80 2700 8 20 0
-/19
-
-[0:640] Command : XDUMP plane-chr 0
-0 "f1\040\040\040Sopwith\040Camel" 8 2 400 50 90 1 1 1 4 1 1 0 22
-1 "f2\040\040\040P-51\040Mustang" 8 2 400 80 80 1 4 4 8 1 1 0 70
-7 "lb\040\040\040TBD-1\040Devastator" 10 3 550 60 50 2 0 3 7 1 1 0 83
-9 "mb\040\040\040medium\040bomber" 14 5 1000 80 45 4 0 5 14 3 3 0 3
-21 "zep\040\040Zeppelin" 6 2 1000 70 60 2 0 -3 15 3 2 0 154
-/5
-
-[0:640] Command : XDUMP land-chr 0
-0 "cav\040\040cavalry" 0 20 0 0 0 0 0 0 12 0 0 0 0 0 10 5 30 500 1.20000 0.500000 80 32 18 4 3 0 0 0 0 0 80 0 0
-1 "linf\040light\040infantry" 0 25 1 0 0 0 0 0 15 0 0 0 0 0 8 4 40 300 1.00000 1.50000 60 28 15 2 1 0 0 0 1 1 272 0 0
-2 "inf\040\040infantry" 0 100 0 0 0 0 0 0 24 0 0 0 0 0 10 5 50 500 1.00000 1.50000 60 25 15 2 1 0 0 0 0 0 272 0 0
-6 "sup\040\040supply" 0 25 200 10 300 100 100 10 300 0 200 100 0 0 10 5 50 500 0.100000 0.200000 80 25 20 1 0 0 0 0 0 0 20 0 0
-7 "tra\040\040train" 0 990 990 200 990 500 500 100 990 990 990 990 0 150 100 50 40 3500 0.00000 0.00000 120 10 25 3 0 0 0 0 0 0 6148 5 12
-8 "spy\040\040infiltrator" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 5 40 750 0.00000 0.00000 80 32 18 4 3 0 0 0 0 0 1360 0 0
-9 "com\040\040commando" 0 0 3 0 0 0 0 0 0 0 0 0 0 0 10 5 55 1500 0.00000 0.00000 80 32 18 4 3 0 0 0 0 0 1360 0 0
-10 "aau\040\040aa\040unit" 0 20 5 0 0 0 0 0 12 0 0 0 0 0 20 10 70 500 0.500000 1.00000 60 18 20 1 1 0 0 0 1 2 528 0 0
-11 "art\040\040artillery" 0 25 40 10 0 0 0 0 24 0 0 0 0 0 20 10 35 800 0.100000 0.400000 70 18 20 1 0 8 50 5 2 1 16 0 0
-12 "lat\040\040lt\040artillery" 0 25 20 6 0 0 0 0 12 0 0 0 0 0 20 10 70 500 0.200000 0.600000 60 30 18 1 1 5 10 3 1 1 16 0 0
-/10
-
-[0:640] Command : XDUMP nuke-chr 0
-/0
-
-[0:640] Command : XDUMP news-chr 0
-1 "infantry\040capture\040%s\040territory" "shock\040troops\040overrun\040one\040of\040%s's\040sectors" -4 2
-2 "infantry\040beaten\040back\040by\040%s\040troops" "shock\040troops\040annihilated\040in\040failed\040attack\040on\040%s" -4 2
-3 "spy\040shot\040by\040%s\040firing\040squad" "spy\040captured\040and\040shot\040by\040%s" -1 10
-4 "sends\040a\040telegram\040to\040%s" "telexes\040%s" 1 11
-5 "diplomats\040sign\040a\040treaty\040with\040%s" "ambassador\040agrees\040to\040a\040treaty\040with\040%s" 3 1
-6 "bankers\040make\040a\040loan\040to\040%s" "Ministry\040of\040Finance\040lends\040money\040to\040%s" 2 7
-7 "repays\040a\040loan\040from\040%s" "makes\040last\040payment\040on\040loan\040from\040%s" 1 7
-8 "makes\040a\040sale\040to\040%s" "sells\040goods\040to\040%s" 0 7
-9 "violates\040%s\040airspace" "overflies\040%s\040territory" -1 4
-10 "gunners\040bombard\040%s\040territory" "artillery\040fires\040on\040%s\040sectors" -2 6
-11 "shells\040a\040ship\040owned\040by\040%s" "fires\040on\040%s\040ships" -2 3
-12 "takes\040over\040unoccupied\040land" "attacks\040unowned\040land\040for\040some\040reason" 0 2
-13 "ships\040torpedoed\040by\040enemy\040wolf-packs" "ships\040torpedoed\040by\040marauding\040U-boats" 0 3
-14 "gunners\040fire\040on\040%s\040in\040self-defense" "gunners\040decimate\040%s\040aggressors" 0 6
-15 "breaks\040sanctuary" "no\040longer\040has\040a\040sanctuary" 0 1
-16 "planes\040divebomb\040one\040of\040%s's\040sectors" "bombers\040wreak\040havoc\040on\040%s" -2 4
-17 "divebombs\040a\040ship\040flying\040the\040flag\040of\040%s" "airforce\040bombs\040%s\040ships" -2 3
-18 "seadogs\040board\040one\040of\040%s's\040ships" "pirates\040board\040%s\040ship" -2 3
-19 "is\040repelled\040by\040%s\040while\040attempting\040to\040board\040a\040ship" "pirates\040prove\040inept\040at\040boarding\040%s's\040ships" -3 3
-21 "seizes\040a\040sector\040from\040%s\040to\040collect\040on\040a\040loan" "collects\040one\040of\040%s's\040sectors\040in\040repayment\040of\040a\040loan" -2 7
-22 "considers\040an\040action\040which\040would\040violate\040a\040treaty\040with\040%s" "decides\040not\040to\040violate\040treaty\040with\040%s\040(yet)" -1 1
-23 "violates\040a\040treaty\040with\040%s" "actions\040violate\040treaty\040with\040%s" -4 1
-25 "ship\040hits\040a\040mine" "ship\040severely\040damaged\040in\040mine\040field" 0 3
-26 "announces\040an\040alliance\040with\040%s" "/\040%s\040alliance\040declared" 5 1
-28 "declares\040TOTAL\040WAR\040on\040%s" "gets\040serious\040with\040%s\040and\040declares\040WAR" -5 1
-29 "diplomats\040disavow\040former\040alliance\040with\040%s" "is\040no\040longer\040allied\040with\040%s" 0 1
-30 "is\040no\040longer\040at\040war\040with\040%s" "Foreign\040Ministry\040declares\040\042No\040more\040war\040with\040%s\042" 5 1
-31 "reports\040outbreak\040of\040the\040black\040plague" "sector\040infected\040with\040bubonic\040plague" 0 9
-32 "citizens\040die\040from\040bubonic\040plague" "sector\040reports\040plague\040deaths" 0 9
-33 "goes\040through\040a\040name\040change" "adopts\040a\040new\040country\040name" 0 1
-34 "citizens\040starve\040in\040disastrous\040famine" "loses\040citizens\040to\040mass\040starvation" 0 9
-36 "pilots\040down\040%s\040planes" "victorious\040in\040air-to-air\040combat\040against\040%s" -3 4
-37 "nuclear\040device\040devastates\040%s\040sector" "explodes\040a\040nuclear\040device\040damaging\040%s\040territory" -10 5
-38 "terrorists\040shoot\040it\040out\040with\040%s\040special\040forces" "underground\040rises\040up\040against\040%s\040occupation" 0 9
-39 "execution\040squads\040gun\040down\040helpless\040%s\040civilians" "firing\040squads\040massacre\040defenseless\040%s\040workers" -2 9
-40 "launches\040a\040satellite\040into\040orbit" "continues\040its\040conquest\040of\040space\040with\040a\040successful\040launch" 0 5
-41 "strikes\040a\040%s\040big\040bird" "rockets\040damage\040a\040%s\040satellite" -8 5
-42 "makes\040a\040contribution\040to\040%s" "helps\040out\040%s" 0 7
-43 "aids\040%s\040with\040divine\040intervention" "smiles\040upon\040%s" 0 9
-44 "hurts\040%s\040with\040divine\040intervention" "frowns\040upon\040%s" 0 9
-45 "sacrifices\040to\040%s" "makes\040divine\040payment\040to\040%s" 0 7
-46 "abms\040intercept\040a\040%s\040missile" "strategic\040defense\040systems\040destroy\040a\040%s\040missile" -10 5
-47 "missile\040fired\040at\040one\040of\040%s's\040sectors" "missile\040wreaks\040havoc\040on\040%s" -2 5
-48 "missile\040fired\040at\040a\040ship\040flying\040the\040flag\040of\040%s" "missiles\040hit\040%s\040ships" -2 5
-49 "engages\040in\040friendly\040trade\040with\040%s" "profits\040from\040a\040merchant\040venture\040with\040%s" 2 7
-50 "pirates\040dispose\040of\040%s\040booty\040in\040trade" "buccaneers\040sell\040their\040%s\040goods" 0 7
-51 "pirates\040keep\040their\040%s\040booty" "buccaneers\040laugh\040and\040bury\040their\040%s\040goods" 0 7
-52 "ships\040torpedoed\040by\040%s\040torpedo-boats" "ships\040sunk\040by\040marauding\040%s\040torpedo-boats" 0 3
-53 "planes\040bomb\040a\040skulking\040%s\040submarine" "planes\040drop\040depth-charges\040on\040a\040%s\040sub" 0 3
-55 "divebombs\040a\040brave\040%s\040unit" "airforce\040bombs\040%s\040units" -2 4
-56 "troops\040run\040afoul\040of\040a\040landmine" "troops\040severely\040damaged\040in\040mine\040field" 0 2
-57 "fortress\040gunners\040support\040troops\040attacking\040%s" "fortress\040artillery\040massacres\040%s\040defenders" -2 6
-58 "gunners\040support\040troops\040attacking\040%s" "artillery\040battery\040massacres\040%s\040defenders" -2 6
-59 "naval\040gunners\040support\040troops\040attacking\040%s" "naval\040gunfire\040massacres\040%s\040defenders" -2 6
-60 "sacks\040%s\040capital" "captures\040and\040pillages\040%s's\040capital" 10 1
-61 "announces\040friendly\040trade\040relations\040with\040%s" "upgrades\040%s's\040trade\040status\040to\040triple-A" 3 1
-62 "downgrades\040relations\040with\040%s\040to\040friendly" "cools\040relations\040with\040%s\040to\040friendly" 0 1
-63 "upgrades\040relations\040with\040%s\040to\040neutral" "Foreign\040Ministry\040declares\040\042%s\040is\040A-OK.\042" 2 1
-64 "downgrades\040relations\040with\040%s\040to\040neutral" "gives\040the\040cold\040shoulder\040to\040%s\040and\040declares\040neutral\040relations" 0 1
-65 "upgrades\040relations\040with\040%s\040to\040hostile" "forgives\040%s\040of\040past\040war\040crimes\040but\040remains\040hostile" 3 1
-66 "downgrades\040relations\040with\040%s\040to\040hostile" "is\040suspicious\040that\040%s\040has\040hostile\040intentions" 3 1
-67 "sector\040is\040struck\040by\040a\040sub-launched\040missile" "sector\040devastated\040by\040missile" 0 5
-68 "ship\040is\040hit\040by\040a\040sub-launched\040missile" "ship\040damaged\040by\040marine\040missile" 0 5
-69 "pilgrims\040settle\040on\040a\040new\040island" "discovers\040new\040land\040and\040starts\040a\040colony" 0 8
-70 "abms\040intercept\040an\040incoming\040sub-launched\040missile" "strategic\040defense\040systems\040destroy\040an\040incoming\040sub-launched\040warhead" 0 5
-71 "missile\040fired\040at\040%s\040ground\040troops" "missile\040hits\040%s\040troops" 2 5
-72 "regiment\040struck\040by\040sub-launched\040missile" "ground\040troops\040hit\040by\040missile" 0 5
-73 "navy\040secures\040a\040beachhead\040on\040%s\040territory" "sailors\040take\040a\040coastal\040sector\040from\040%s" -4 2
-74 "paratroopers\040comandeer\040a\040sector\040from\040%s" "air\040force\040parachutists\040overwhelm\040a\040%s\040sector" -4 2
-75 "parachutists\040grab\040unoccupied\040land" "paratroopers\040break\040new\040ground" 0 8
-76 "sailors\040repelled\040by\040%s\040coast-guard" "naval\040forces\040massacred\040in\040failed\040assault\040of\040%s" 4 2
-77 "paratroopers\040destroyed\040in\040failed\040air-assault\040on\040%s" "loses\040parachutists\040in\040failed\040air-assault\040of\040%s" 4 2
-80 "is\040unable\040to\040fulfill\040its\040financial\040obligations\040to\040%s" "welches\040on\040a\040deal\040with\040%s" 0 7
-81 "is\040repelled\040by\040%s\040while\040attempting\040to\040board\040a\040land\040unit" "forces\040prove\040inept\040at\040boarding\040%s's\040land\040unit" -3 2
-82 "mercenaries\040board\040one\040of\040%s's\040land\040units" "elite\040forces\040board\040%s\040land\040unit" -2 2
-/75
-
-[0:640] Command : XDUMP infrastructure 0
-"road\040network" 2 2 2 1 1
-"rail\040network" 1 1 1 1 0
-"defense\040factor" 1 1 1 1 0
-/3
-
-[0:640] Command : XDUMP updates 0
-/0
-
-[0:640] Command : XDUMP table 0
-0 "sect"
-1 "ship"
-2 "plane"
-3 "land"
-4 "nuke"
-5 "news"
-6 "treaty"
-7 "trade"
-9 "nat"
-10 "loan"
-13 "commodity"
-14 "lost"
-15 "realm"
-16 "game"
-17 "item"
-18 "product"
-19 "sect-chr"
-20 "ship-chr"
-21 "plane-chr"
-22 "land-chr"
-23 "nuke-chr"
-24 "news-chr"
-25 "infrastructure"
-26 "updates"
-27 "table"
-28 "version"
-29 "meta"
-30 "agreement-status"
-31 "land-chr-flags"
-32 "level"
-33 "meta-flags"
-34 "meta-type"
-35 "missions"
-36 "nation-flags"
-37 "nation-rejects"
-38 "nation-relationships"
-39 "nation-status"
-40 "nuke-chr-flags"
-41 "packing"
-42 "page-headings"
-43 "plague-stages"
-44 "plane-chr-flags"
-45 "plane-flags"
-46 "resources"
-47 "retreat-flags"
-48 "sector-navigation"
-49 "ship-chr-flags"
-50 "treaty-flags"
-51 "country"
-/49
-
-[0:640] Command : XDUMP version 0
-"Wolfpack\040Empire\0404.3.32" 99 "Deity\040forgot\040to\040edit\040econfig" "careless@invalid" 64 32 60 0 0 1 "" "" "" 1 0 1 0 1 1 1 0 0 0 1 0 0 0 0 1 1 0 1 1 0 1 0 0 1 0.00120000 1440 640 15 5 120 0 1.00000 96.0000 2.00000 2.00000 192.000 48.0000 600000. 600000. 1.00000 127 100 1000.00 10.0000 300 3000.00 100.000 1.00000 2.00000 127 -0.00100000 1.00000 2.00000 127 -0.00100000 1.50000 3.00000 127 -0.00100000 40 8 8 8 1.75000 5.00000 1.00000 0.300000 0.100000 0.500000 1.00000 2 0.00250000 0.00833330 -0.0833333 -0.00833330 0.00177770 0.00600000 0.250000 0.000500000 0.00130000 0.00120000 0.00500000 50 0.00600000 0.00500000 0.00000 7200 7200 1.00000 0.990000 8 14 25 0.0250000 0.0350000 0.0500000 0.200000 0.100000
-/1
-
-[0:640] Command : Usage: xdump ["meta"] <TYPE> [<RECORDS>]
-
-[0:640] Command : XDUMP sector-navigation 0
-0 "land"
-1 "sea"
-2 "harbor"
-3 "canal"
-4 "bridge"
-/5
-
-[0:640] Command : XDUMP agreement-status 0
-0 "free"
-1 "proposed"
-2 "signed"
-/3
-
-[0:640] Command : XDUMP land-chr-flags 0
-2 "engineer"
-4 "supply"
-8 "security"
-16 "light"
-32 "marine"
-64 "recon"
-128 "radar"
-256 "assault"
-512 "flak"
-1024 "spy"
-2048 "train"
-4096 "heavy"
-/12
-
-[0:640] Command : XDUMP level 0
--1 "none"
-0 "technology"
-1 "research"
-2 "education"
-3 "happiness"
-/5
-
-[0:640] Command : XDUMP meta-flags 0
-1 "deity"
-2 "extra"
-4 "const"
-8 "bits"
-/4
-
-[0:640] Command : XDUMP meta-type 0
-1 "d"
-2 "g"
-3 "s"
-4 "d"
-5 "d"
-6 "d"
-7 "d"
-8 "d"
-9 "d"
-10 "d"
-11 "d"
-12 "d"
-13 "g"
-14 "c"
-/14
-
-[0:640] Command : XDUMP missions 0
-0 "none"
-1 "interdiction"
-2 "support"
-3 "reserve"
-4 "escort"
-6 "air\040defense"
-7 "defensive\040support"
-8 "offensive\040support"
-/8
-
-[0:640] Command : XDUMP nation-flags 0
-1 "inform"
-2 "flash"
-4 "beep"
-8 "coastwatch"
-16 "sonar"
-32 "techlists"
-64 "sacked"
-/7
-
-[0:640] Command : XDUMP nation-rejects 0
-1 "telegrams"
-2 "treaties"
-4 "announcements"
-8 "loans"
-/4
-
-[0:640] Command : XDUMP nation-relationships 0
--1 "unknown"
-0 "at-war"
-1 "hostile"
-2 "neutral"
-3 "friendly"
-4 "allied"
-/6
-
-[0:640] Command : XDUMP nation-status 0
-0 "unused"
-1 "new"
-2 "visitor"
-3 "sanctuary"
-4 "active"
-5 "deity"
-/6
-
-[0:640] Command : XDUMP nuke-chr-flags 0
-1 "neutron"
-/1
-
-[0:640] Command : XDUMP packing 0
-0 "inefficient"
-1 "normal"
-2 "warehouse"
-3 "urban"
-4 "bank"
-/5
-
-[0:640] Command : XDUMP page-headings 0
-0 "Comics"
-1 "Foreign\040Affairs"
-2 "The\040Front\040Line"
-3 "The\040High\040Seas"
-4 "Sky\040Watch"
-5 "Guidance\040Systems"
-6 "Firestorms"
-7 "Business\040&\040Economics"
-8 "The\040Frontier"
-9 "The\040Home\040Front"
-10 "Espionage"
-11 "Telecommunications"
-/12
-
-[0:640] Command : XDUMP plague-stages 0
-0 "healthy"
-1 "dying"
-2 "infect"
-3 "incubate"
-4 "exposed"
-/5
-
-[0:640] Command : XDUMP plane-chr-flags 0
-2 "tactical"
-1 "bomber"
-4 "intercept"
-8 "cargo"
-16 "VTOL"
-32 "missile"
-64 "light"
-128 "spy"
-256 "image"
-512 "satellite"
-2048 "SDI"
-8192 "x-light"
-16384 "helo"
-32768 "ASW"
-65536 "para"
-131072 "escort"
-262144 "mine"
-524288 "sweep"
-1048576 "marine"
-/19
-
-[0:640] Command : XDUMP plane-flags 0
-1 "launched"
-2 "synchronous"
-4 "airburst"
-/3
-
-[0:640] Command : XDUMP resources 0
-0 "none"
-0 "min"
-0 "gold"
-0 "fert"
-0 "ocontent"
-0 "uran"
-/6
-
-[0:640] Command : XDUMP retreat-flags 0
-1 "group"
-2 "injured"
-4 "torped"
-8 "sonared"
-16 "helpless"
-32 "bombed"
-64 "depth-charged"
-128 "boarded"
-/8
-
-[0:640] Command : XDUMP ship-chr-flags 0
-1 "fish"
-2 "torp"
-4 "dchrg"
-8 "plane"
-16 "miss"
-32 "oil"
-64 "sonar"
-128 "mine"
-256 "sweep"
-512 "sub"
-2048 "land"
-4096 "sub-torp"
-8192 "trade"
-16384 "semi-land"
-262144 "supply"
-524288 "canal"
-1048576 "anti-missile"
-/17
-
-[0:640] Command : XDUMP treaty-flags 0
-1 "no\040attacks\040on\040any\040land\040units"
-2 "no\040attacks\040on\040any\040ships"
-4 "no\040shelling\040any\040ships"
-1024 "no\040depth-charging\040any\040subs"
-8 "no\040sector\040attacks"
-16 "no\040shelling\040any\040land"
-32 "no\040building\040ships"
-64 "no\040new\040nuclear\040weapons"
-128 "no\040building\040planes"
-256 "no\040building\040land\040units"
-512 "no\040enlistment"
-/11
-
-[0:640] Command : XDUMP country 0
-1 62 "127.0.0.1" "" "tester" 0 -2 0 0 0 255 640 0 28 58442 0 0 0 0 65.5867 21.7241 38.9091 12.0366
-/1
-
-[0:640] Command : Bye-bye
-Exit: so long...
 Player 01 Turn 99 completed successfully
index 09bc00ef48ac5c36df0ef62d5410f3e59d924b22..124304a989e324adb36d660c39f682a909036792 100644 (file)
@@ -18,7 +18,7 @@ data "../../var/empire"
 info "../../../../info.nr"
 builtin "../../share/empire/builtin"
 listen_addr "$EMPIREHOST"
-keep_journal 1
+keep_journal 2
 EOF
     cp "$srcdir"/src/lib/global/*.config sandbox/share/empire/builtin
 }