This directory contains additional code that users have provided, and which are not officially maintained by the Soar support staff. Each file is a package provided by the maintainer which should contain documentation on how to use the particular code. For directions on how to process files ending with ".tar.Z", please see the README file in the main Soar6 directory. The packages available, including brief description, are: SimTime maintainer: Greg Nelson ghn@cs.cmu.edu The SimTime package for Soar-6 is intended to provide some of the capabilities of Mark Wiesmeyer's EDT (Event and Decision Timing) package that was available in Soar-5. The SimTime system simulates the passage of real time (hence the name) as a function of the cognitive behavior of your Soar model. It may be used in a limited way without any knowledge of C language programming, but to capture its full power it is necessary to be able to write Soar-6 I/O code in C. SimTime has *NOT* been converted to work with multi-agent soar; in some ways, it doesn't make sense to do so, because each agent would run according to a different timescale, which is probably not what you want.