From 85ab264355ced9460243fb3345a02a4759474509 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 17 Aug 2023 15:04:19 -0400 Subject: [PATCH] Ckean up interpretation of logfile header comments --- sst | 17 +++++++++++------ test/test01.chk | 12 +++++++----- test/test02.chk | 12 +++++++----- test/test03.chk | 12 +++++++----- test/test04.chk | 12 +++++++----- test/test05.chk | 10 ++++++---- test/test06.chk | 12 +++++++----- test/test07.chk | 12 +++++++----- test/test08.chk | 12 +++++++----- test/test09.chk | 12 +++++++----- test/test10.chk | 12 +++++++----- test/test11.chk | 12 +++++++----- test/test12.chk | 12 +++++++----- test/test13.chk | 12 +++++++----- test/test14.chk | 12 +++++++----- test/test15.chk | 12 +++++++----- test/test16.chk | 12 +++++++----- test/test17.chk | 12 +++++++----- test/test18.chk | 12 +++++++----- test/test19.chk | 12 +++++++----- test/test20.chk | 12 +++++++----- test/test21.chk | 12 +++++++----- test/test22.chk | 12 +++++++----- test/test23.chk | 12 +++++++----- test/test24.chk | 12 +++++++----- test/test25.chk | 12 +++++++----- test/test26.chk | 12 +++++++----- test/test27.chk | 12 +++++++----- test/test28.chk | 12 +++++++----- test/test29.chk | 12 +++++++----- test/test30.chk | 12 +++++++----- test/test31.chk | 12 +++++++----- 32 files changed, 227 insertions(+), 160 deletions(-) diff --git a/sst b/sst index 21935f4..db52bfe 100755 --- a/sst +++ b/sst @@ -6802,12 +6802,17 @@ if __name__ == '__main__': raise SystemExit(1) # pylint: disable=raise-missing-from try: - line = replayfp.readline().strip() - (leader, __, seed) = line.split() - # pylint: disable=eval-used - seed = eval(seed) - line = replayfp.readline().strip() - arguments += line.split()[2:] + while True: + line = replayfp.readline().strip() + print(line) + if line == "#": + break + if line.startswith("# seed"): + (__, __, seed) = line.split() + # pylint: disable=eval-used + seed = eval(seed) + elif line.startswith("# arguments"): + arguments += line.split()[2:] except ValueError: # pragma: no cover sys.stderr.write("sst: replay file %s is ill-formed\n"% val) raise SystemExit(1) diff --git a/test/test01.chk b/test/test01.chk index be548f9..4407a21 100644 --- a/test/test01.chk +++ b/test/test01.chk @@ -1,12 +1,14 @@ +# seed 1556084761 +# arguments +# SST2K version 2.4 +# Test bringing game up, viewing galaxy, quitting +# recorded by esr@snark.thyrsus.com on Wed Apr 24 01:46:01 2019 +# -SUPER- STAR TREK -Would you like a regular, tournament, or saved game? # SST2K version 2.4 -# Test bringing game up, viewing galaxy, quitting -# recorded by esr@snark.thyrsus.com on Wed Apr 24 01:46:01 2019 -# -r +Would you like a regular, tournament, or saved game? r Would you like a Short, Medium, or Long game? s Are you a Novice, Fair, Good, Expert, or Emeritus player? g Choose your game style (plain, almy, fancy or just press enter): f diff --git a/test/test02.chk b/test/test02.chk index 5010ae2..a16b9f8 100644 --- a/test/test02.chk +++ b/test/test02.chk @@ -1,3 +1,9 @@ +# seed 1556101787 +# arguments regular short good fancy +# SST2K version 2.4 +# Test critical hit on sensors +# recorded by esr@snark.thyrsus.com on Wed Apr 24 06:29:47 2019 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant h8 Sector j3 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.4 -# Test critical hit on sensors -# recorded by esr@snark.thyrsus.com on Wed Apr 24 06:29:47 2019 -# -chart +COMMAND> chart STAR CHART FOR THE KNOWN GALAXY 1 2 3 4 5 6 7 8 a | ... ... ... ... ... ... ... ... | diff --git a/test/test03.chk b/test/test03.chk index 1bd5c7a..9c683e4 100644 --- a/test/test03.chk +++ b/test/test03.chk @@ -1,3 +1,9 @@ +# seed 1556102474 +# arguments regular short good fancy +# SST2K version 2.4 +# Test Tholian boxing us in followed by death by tractor beam +# recorded by esr@snark.thyrsus.com on Wed Apr 24 09:48:31 2019 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant b1 Sector i10 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.4 -# Test Tholian boxing us in followed by death by tractor beam -# recorded by esr@snark.thyrsus.com on Wed Apr 24 09:48:31 2019 -# -chart +COMMAND> chart STAR CHART FOR THE KNOWN GALAXY 1 2 3 4 5 6 7 8 a | ..8 ..4 ... ... ... ... ... ... | diff --git a/test/test04.chk b/test/test04.chk index a9f5435..8440814 100644 --- a/test/test04.chk +++ b/test/test04.chk @@ -1,3 +1,9 @@ +# seed 1556116333 +# arguments regular short good fancy +# SST2K version 2.4 +# Test starbase destruction, planet destruction, docking after destruction. +# recorded by esr@snark.thyrsus.com on Fri Aug 11 08:59:1 3 2023 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant b6 Sector e9 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.4 -# Test starbase destruction, planet destruction, docking after destruction. -# recorded by esr@snark.thyrsus.com on Fri Aug 11 08:59:1 3 2023 -# -chart +COMMAND> chart STAR CHART FOR THE KNOWN GALAXY 1 2 3 4 5 6 7 8 a | .1. .1. ... .1. 107 ..3 ..2 ... | diff --git a/test/test05.chk b/test/test05.chk index 8f024da..f9cad8f 100644 --- a/test/test05.chk +++ b/test/test05.chk @@ -1,3 +1,8 @@ +# seed 1556120044 +# arguments regular short good fancy +# Test deep-space probes +# recorded by esr@snark.thyrsus.com on Wed Apr 24 11:34:04 2019 +# -SUPER- STAR TREK @@ -16,10 +21,7 @@ The Enterprise is currently in Quadrant b6 Sector g7 Good Luck! YOU'LL NEED IT. -COMMAND> # Test deep-space probes -# recorded by esr@snark.thyrsus.com on Wed Apr 24 11:34:04 2019 -# -chart +COMMAND> chart STAR CHART FOR THE KNOWN GALAXY 1 2 3 4 5 6 7 8 a | ... ... ... ... ..8 ..5 106 ... | diff --git a/test/test06.chk b/test/test06.chk index 19f0d6c..fa4d40e 100644 --- a/test/test06.chk +++ b/test/test06.chk @@ -1,3 +1,9 @@ +# seed 1556121767 +# arguments regular short good fancy +# SST2K version 2.4 +# Test shuttle landing with no crystals +# recorded by esr@snark.thyrsus.com on Wed Apr 24 12:02:47 2019 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant f6 Sector c3 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.4 -# Test shuttle landing with no crystals -# recorded by esr@snark.thyrsus.com on Wed Apr 24 12:02:47 2019 -# -chart +COMMAND> chart STAR CHART FOR THE KNOWN GALAXY 1 2 3 4 5 6 7 8 a | ... ... ... ... ... ... ... ... | diff --git a/test/test07.chk b/test/test07.chk index 3c5b0a1..5c84369 100644 --- a/test/test07.chk +++ b/test/test07.chk @@ -1,3 +1,9 @@ +# seed 1691789031 +# arguments regular medium good fancy +# SST2K version 2.7 +# Test supercommander destruction. +# recorded by esr@snark.thyrsus.com on Fri Aug 11 17:23:51 2023 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant e1 Sector j3 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.7 -# Test supercommander destruction. -# recorded by esr@snark.thyrsus.com on Fri Aug 11 17:23:51 2023 -# -sh up +COMMAND> sh up Shields already up. COMMAND> phasers diff --git a/test/test08.chk b/test/test08.chk index 008ab59..0c3e673 100644 --- a/test/test08.chk +++ b/test/test08.chk @@ -1,3 +1,9 @@ +# seed 1691831923 +# arguments regular medium novice fancy +# SST2K version 2.7 +# Test game-win condition +# recorded by esr@snark.thyrsus.com on Sat Aug 12 05:18:43 2023 +# -SUPER- STAR TREK @@ -17,11 +23,7 @@ Starbase locations- b5 g3 h3 b4 The Enterprise is currently in Quadrant a8 Sector f4 Good Luck! -COMMAND> # SST2K version 2.7 -# Test game-win condition -# recorded by esr@snark.thyrsus.com on Sat Aug 12 05:18:43 2023 -# -chart +COMMAND> chart STAR CHART FOR THE KNOWN GALAXY 1 2 3 4 5 6 7 8 a | ... ... ... ... ... ... ..3 <..3> | diff --git a/test/test09.chk b/test/test09.chk index 4f9a83a..712a732 100644 --- a/test/test09.chk +++ b/test/test09.chk @@ -1,3 +1,9 @@ +# seed 1691779887 +# arguments regular medium good fancy +# SST2K version 2.7 +# Test behavior of Tholian +# recorded by esr@snark.thyrsus.com on Fri Aug 11 14:51:27 2023 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant d4 Sector a7 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.7 -# Test behavior of Tholian -# recorded by esr@snark.thyrsus.com on Fri Aug 11 14:51:27 2023 -# -srscan +COMMAND> srscan Short-range scan 1 2 3 4 5 6 7 8 9 10 a T . . . . . E . . . diff --git a/test/test10.chk b/test/test10.chk index f4a070a..1c90286 100644 --- a/test/test10.chk +++ b/test/test10.chk @@ -1,3 +1,9 @@ +# seed 1691834337 +# arguments regular medium novice fancy +# SST2K version 2.7 +# Test game timeout condition +# recorded by esr@snark.thyrsus.com on Sat Aug 12 05:58:57 2023 +# -SUPER- STAR TREK @@ -17,11 +23,7 @@ Starbase locations- b5 c4 h2 d7 g1 The Enterprise is currently in Quadrant a8 Sector c1 Good Luck! -COMMAND> # SST2K version 2.7 -# Test game timeout condition -# recorded by esr@snark.thyrsus.com on Sat Aug 12 05:58:57 2023 -# -rest +COMMAND> rest How long? 16 Are you sure? y diff --git a/test/test11.chk b/test/test11.chk index 3473dd7..716041a 100644 --- a/test/test11.chk +++ b/test/test11.chk @@ -1,3 +1,9 @@ +# seed 1556212919 +# arguments regular short good fancy +# SST2K version 2.5 +# Test loss by energy exhaustion. +# recorded by esr@snark.thyrsus.com on Thu Apr 25 13:21:59 2019 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant f6 Sector f9 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.5 -# Test loss by energy exhaustion. -# recorded by esr@snark.thyrsus.com on Thu Apr 25 13:21:59 2019 -# -m a 1 4 +COMMAND> m a 1 4 COMMAND> sh up Shields raised. diff --git a/test/test12.chk b/test/test12.chk index d468094..85b11f7 100644 --- a/test/test12.chk +++ b/test/test12.chk @@ -1,3 +1,9 @@ +# seed 1691778615 +# arguments regular medium good fancy +# SST2K version 2.7 +# Test dilithium mining +# recorded by esr@snark.thyrsus.com on Fri Aug 11 14:30:15 2023 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant c7 Sector c9 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.7 -# Test dilithium mining -# recorded by esr@snark.thyrsus.com on Fri Aug 11 14:30:15 2023 -# -status +COMMAND> status Stardate 3135.8, Time Left 14.00 Condition GREEN, 0 DAMAGES Position c7 , c9 diff --git a/test/test13.chk b/test/test13.chk index 77141f0..e5374b4 100644 --- a/test/test13.chk +++ b/test/test13.chk @@ -1,3 +1,9 @@ +# seed 1556292107 +# arguments regular short good fancy +# SST2K version 2.5 +# Test multiple critical hits ending in defeat by Supercommander +# recorded by esr@snark.thyrsus.com on Fri Apr 26 11:21:47 2019 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant b2 Sector g3 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.5 -# Test multiple critical hits ending in defeat by Supercommander -# recorded by esr@snark.thyrsus.com on Fri Apr 26 11:21:47 2019 -# -torp 3 7 4 8 4 9 2 +COMMAND> torp 3 7 4 8 4 9 2 Track for torpedo number 1- g4 ***Klingon at Sector g4 destroyed. diff --git a/test/test14.chk b/test/test14.chk index 43c2e13..0ee7bdc 100644 --- a/test/test14.chk +++ b/test/test14.chk @@ -1,12 +1,14 @@ +# seed 1691765367 +# arguments +# SST2K version 2.7 +# Test death by black hole +# recorded by esr@snark.thyrsus.com on Fri Aug 11 10:49:27 2023 +# -SUPER- STAR TREK -Would you like a regular, tournament, or saved game? # SST2K version 2.7 -# Test death by black hole -# recorded by esr@snark.thyrsus.com on Fri Aug 11 10:49:27 2023 -# -r +Would you like a regular, tournament, or saved game? r Would you like a Short, Medium, or Long game? s Are you a Novice, Fair, Good, Expert, or Emeritus player? n Choose your game style (plain, almy, fancy or just press enter): fancy diff --git a/test/test15.chk b/test/test15.chk index 1d39303..220c0b6 100644 --- a/test/test15.chk +++ b/test/test15.chk @@ -1,3 +1,9 @@ +# seed 1691766356 +# arguments regular medium good fancy +# SST2K version 2.7 +# Test encounter with Romulan and multiline torpedo firing +# recorded by esr@snark.thyrsus.com on Fri Aug 11 11:05:56 2023 +# -SUPER- STAR TREK @@ -22,11 +28,7 @@ LT. Uhura- "Captain, an urgent message. INTRUDER! YOU HAVE VIOLATED THE ROMULAN NEUTRAL ZONE. LEAVE AT ONCE, OR YOU WILL BE DESTROYED! -COMMAND> # SST2K version 2.7 -# Test encounter with Romulan and multiline torpedo firing -# recorded by esr@snark.thyrsus.com on Fri Aug 11 11:05:56 2023 -# -m a 5 9 +COMMAND> m a 5 9 Enemy attack reduces shield strength to 94%, torpedoes left 10 diff --git a/test/test16.chk b/test/test16.chk index deab62a..68a4f6b 100644 --- a/test/test16.chk +++ b/test/test16.chk @@ -1,3 +1,9 @@ +# seed 1691769251 +# arguments regular medium good fancy +# SST2K version 2.7 +# Test malformed torpedo command +# recorded by esr@snark.thyrsus.com on Fri Aug 11 11:54:11 2023 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant h3 Sector d5 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.7 -# Test malformed torpedo command -# recorded by esr@snark.thyrsus.com on Fri Aug 11 11:54:11 2023 -# -torp 1 3 +COMMAND> torp 1 3 Beg your pardon, Captain? COMMAND> quit diff --git a/test/test17.chk b/test/test17.chk index da368c3..10a5406 100644 --- a/test/test17.chk +++ b/test/test17.chk @@ -1,3 +1,9 @@ +# seed 1691774489 +# arguments regular medium good fancy +# SST2K version 2.7 +# Test commander destruction and supernova alert +# recorded by esr@snark.thyrsus.com on Fri Aug 11 13:31:26 2023 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant f3 Sector h10 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.7 -# Test commander destruction and supernova alert -# recorded by esr@snark.thyrsus.com on Fri Aug 11 13:31:26 2023 -# -m 6 4 +COMMAND> m 6 4 (Manual movement assumed.) Helmsman Sulu- "Aye, Sir." diff --git a/test/test18.chk b/test/test18.chk index 671d05c..ae83379 100644 --- a/test/test18.chk +++ b/test/test18.chk @@ -1,3 +1,9 @@ +# seed 1691786582 +# arguments regular medium good fancy +# SST2K version 2.7 +# Test behavior when emy is buffered into black hole +# recorded by esr@snark.thyrsus.com on Fri Aug 11 16:43:02 2023 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant a6 Sector i5 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.7 -# Test behavior when emy is buffered into black hole -# recorded by esr@snark.thyrsus.com on Fri Aug 11 16:43:02 2023 -# -chart +COMMAND> chart STAR CHART FOR THE KNOWN GALAXY 1 2 3 4 5 6 7 8 a | ... ... ... ... ..4 <..7> ..5 ... | diff --git a/test/test19.chk b/test/test19.chk index f9e72fc..bb6edfa 100644 --- a/test/test19.chk +++ b/test/test19.chk @@ -1,12 +1,14 @@ +# seed 1692088612 +# arguments regular medium novice plain +# SST2K version 2.7 +# Test plain interface and old-fashioned coordinates +# recorded by esr@snark.thyrsus.com on Tue Aug 15 04:36:52 2023 +# -SUPER- STAR TREK -Please type in a secret password- # SST2K version 2.7 -# Test plain interface and old-fashioned coordinates -# recorded by esr@snark.thyrsus.com on Tue Aug 15 04:36:52 2023 -# -foo +Please type in a secret password- foo It is stardate 4349. The Federation is being attacked by diff --git a/test/test20.chk b/test/test20.chk index 2452266..8f599d3 100644 --- a/test/test20.chk +++ b/test/test20.chk @@ -1,3 +1,9 @@ +# seed 1692093194 +# arguments regular medium novice fancy +# SST2K version 2.7 +# Test self-destruct +# recorded by esr@snark.thyrsus.com on Tue Aug 15 05:53:14 2023 +# -SUPER- STAR TREK @@ -17,11 +23,7 @@ Starbase locations- e2 b5 g3 b3 The Enterprise is currently in Quadrant h8 Sector c8 Good Luck! -COMMAND> # SST2K version 2.7 -# Test self-destruct -# recorded by esr@snark.thyrsus.com on Tue Aug 15 05:53:14 2023 -# -destruct +COMMAND> destruct ---WORKING--- SELF-DESTRUCT-SEQUENCE-ACTIVATED 10 diff --git a/test/test21.chk b/test/test21.chk index 2b2176f..6dd69e3 100644 --- a/test/test21.chk +++ b/test/test21.chk @@ -1,3 +1,9 @@ +# seed 1692093957 +# arguments regular medium novice fancy +# SST2K version 2.7 +# Test edge and failure cases in coordinate parsing +# recorded by esr@snark.thyrsus.com on Tue Aug 15 06:05:57 2023 +# -SUPER- STAR TREK @@ -17,11 +23,7 @@ Starbase locations- b1 b5 The Enterprise is currently in Quadrant b6 Sector c3 Good Luck! -COMMAND> # SST2K version 2.7 -# Test edge and failure cases in coordinate parsing -# recorded by esr@snark.thyrsus.com on Tue Aug 15 06:05:57 2023 -# -sr +COMMAND> sr Short-range scan 1 2 3 4 5 6 7 8 9 10 a . . . . . . . . . . diff --git a/test/test22.chk b/test/test22.chk index 662fcf0..f7bf37f 100644 --- a/test/test22.chk +++ b/test/test22.chk @@ -1,3 +1,9 @@ +# seed 1692177511 +# arguments regular medium novice fancy +# SST2K version 2.7 +# Test torpedoing uninhabited planet +# recorded by esr@snark.thyrsus.com on Wed Aug 16 05:18:31 2023 +# -SUPER- STAR TREK @@ -17,11 +23,7 @@ Starbase locations- d2 h1 The Enterprise is currently in Quadrant e4 Sector c9 Good Luck! -COMMAND> # SST2K version 2.7 -# Test torpedoing uninhabited planet -# recorded by esr@snark.thyrsus.com on Wed Aug 16 05:18:31 2023 -# -m a i9 +COMMAND> m a i9 COMMAND> torpedo 1 i5 diff --git a/test/test23.chk b/test/test23.chk index 25999d6..97c36de 100644 --- a/test/test23.chk +++ b/test/test23.chk @@ -1,3 +1,9 @@ +# seed 1692177676 +# arguments regular medium novice fancy +# SST2K version 2.7 +# Test torpedoing inhabited planet and starbase +# recorded by esr@snark.thyrsus.com on Wed Aug 16 05:21:16 2023 +# -SUPER- STAR TREK @@ -17,11 +23,7 @@ Starbase locations- g2 b2 b3 The Enterprise is currently in Quadrant b2 Sector e9 Good Luck! -COMMAND> # SST2K version 2.7 -# Test torpedoing inhabited planet and starbase -# recorded by esr@snark.thyrsus.com on Wed Aug 16 05:21:16 2023 -# -m a c0 +COMMAND> m a c0 Beg your pardon, Captain? COMMAND> m a c9 diff --git a/test/test24.chk b/test/test24.chk index 8df78bd..9a88b8b 100644 --- a/test/test24.chk +++ b/test/test24.chk @@ -1,3 +1,9 @@ +# seed 1692177875 +# arguments regular medium novice fancy +# SST2K version 2.7 +# Test cloaking device with no enemies present +# recorded by esr@snark.thyrsus.com on Wed Aug 16 05:24:35 2023 +# -SUPER- STAR TREK @@ -17,11 +23,7 @@ Starbase locations- g4 f3 d7 The Enterprise is currently in Quadrant h6 Sector a6 Good Luck! -COMMAND> # SST2K version 2.7 -# Test cloaking device with no enemies present -# recorded by esr@snark.thyrsus.com on Wed Aug 16 05:24:35 2023 -# -cloak +COMMAND> cloak Switch cloaking device on? y Spock- "Captain, using the cloaking device is a violation of the Treaty of Algeron. Considering the alternatives, diff --git a/test/test25.chk b/test/test25.chk index b3dffd0..6b5857e 100644 --- a/test/test25.chk +++ b/test/test25.chk @@ -1,3 +1,9 @@ +# seed 1692263971 +# arguments regular medium expert fancy +# SST2K version 2.7 +# Test death ray (successful) +# recorded by esr@snark.thyrsus.com on Thu Aug 17 05:19:31 2023 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant g7 Sector e6 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.7 -# Test death ray (successful) -# recorded by esr@snark.thyrsus.com on Thu Aug 17 05:19:31 2023 -# -deathray +COMMAND> deathray Spock- "Captain, the 'Experimental Death Ray' is highly unpredictible. Considering the alternatives, diff --git a/test/test26.chk b/test/test26.chk index 5cb2793..ce637f8 100644 --- a/test/test26.chk +++ b/test/test26.chk @@ -1,3 +1,9 @@ +# seed 1692178191 +# arguments regular medium novice fancy +# SST2K version 2.7 +# Test damage-report command (no damage) +# recorded by esr@snark.thyrsus.com on Wed Aug 16 05:29:51 2023 +# -SUPER- STAR TREK @@ -17,11 +23,7 @@ Starbase locations- g4 g7 The Enterprise is currently in Quadrant c1 Sector g6 Good Luck! -COMMAND> # SST2K version 2.7 -# Test damage-report command (no damage) -# recorded by esr@snark.thyrsus.com on Wed Aug 16 05:29:51 2023 -# -damage +COMMAND> damage All devices functional. COMMAND> quit diff --git a/test/test27.chk b/test/test27.chk index 3c170e9..bf76118 100644 --- a/test/test27.chk +++ b/test/test27.chk @@ -1,3 +1,9 @@ +# seed 1692178540 +# arguments regular medium novice fancy +# SST2K version 2.7 +# Test simple collision and damage treport. +# recorded by esr@snark.thyrsus.com on Wed Aug 16 05:35:40 2023 +# -SUPER- STAR TREK @@ -23,11 +29,7 @@ LT. Uhura- "Captain, an urgent message. INTRUDER! YOU HAVE VIOLATED THE ROMULAN NEUTRAL ZONE. LEAVE AT ONCE, OR YOU WILL BE DESTROYED! -COMMAND> # SST2K version 2.7 -# Test simple collision and damage treport. -# recorded by esr@snark.thyrsus.com on Wed Aug 16 05:35:40 2023 -# -m a j7 +COMMAND> m a j7 ***RED ALERT! RED ALERT! ***COLLISION IMMINENT. diff --git a/test/test28.chk b/test/test28.chk index a2fb54b..0d28e05 100644 --- a/test/test28.chk +++ b/test/test28.chk @@ -1,3 +1,9 @@ +# seed 1692187822 +# arguments regular medium novice fancy +# SST2K version 2.7 +# Test encounter with Space Thingy and torperdoing it +# recorded by esr@snark.thyrsus.com on Wed Aug 16 08:28:50 2023 +# -SUPER- STAR TREK @@ -17,11 +23,7 @@ Starbase locations- f1 g6 e2 a1 a8 The Enterprise is currently in Quadrant d6 Sector h8 Good Luck! -COMMAND> # SST2K version 2.7 -# Test encounter with Space Thingy and torperdoing it -# recorded by esr@snark.thyrsus.com on Wed Aug 16 08:28:50 2023 -# -m a e8 +COMMAND> m a e8 COMMAND> m a a1 diff --git a/test/test29.chk b/test/test29.chk index 0cc33c0..13bb8af 100644 --- a/test/test29.chk +++ b/test/test29.chk @@ -1,3 +1,9 @@ +# seed 1692210781 +# arguments regular medium expert fancy +# SST2K version 2.7 +# Test capture - trdsuccessful +# recorded by esr@snark.thyrsus.com on Wed Aug 16 14:33:01 2023 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant a2 Sector c10 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.7 -# Test capture - trdsuccessful -# recorded by esr@snark.thyrsus.com on Wed Aug 16 14:33:01 2023 -# -phasers +COMMAND> phasers Weapons Officer Sulu- "High-speed shield control enabled, sir." Manual or automatic? a diff --git a/test/test30.chk b/test/test30.chk index 0e9fbc3..cefd344 100644 --- a/test/test30.chk +++ b/test/test30.chk @@ -1,3 +1,9 @@ +# seed 1692212577 +# arguments regular medium expert fancy +# SST2K version 2.7 +# Test death ray - failure (kaboom) +# recorded by esr@snark.thyrsus.com on Wed Aug 16 15:02:57 2023 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant d2 Sector h6 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.7 -# Test death ray - failure (kaboom) -# recorded by esr@snark.thyrsus.com on Wed Aug 16 15:02:57 2023 -# -chart +COMMAND> chart STAR CHART FOR THE KNOWN GALAXY 1 2 3 4 5 6 7 8 a | .1. ... ... ... ... ... ... ... | diff --git a/test/test31.chk b/test/test31.chk index 2219c49..08b1224 100644 --- a/test/test31.chk +++ b/test/test31.chk @@ -1,3 +1,9 @@ +# seed 1692263709 +# arguments regular medium expert fancy +# SST2K version 2.7 +# Test death ray - fail (mutation) +# recorded by esr@snark.thyrsus.com on Thu Aug 17 05:15:09 2023 +# -SUPER- STAR TREK @@ -16,11 +22,7 @@ The Enterprise is currently in Quadrant f1 Sector f6 Good Luck! YOU'LL NEED IT. -COMMAND> # SST2K version 2.7 -# Test death ray - fail (mutation) -# recorded by esr@snark.thyrsus.com on Thu Aug 17 05:15:09 2023 -# -deathray +COMMAND> deathray Spock- "Captain, the 'Experimental Death Ray' is highly unpredictible. Considering the alternatives, -- 2.31.1