This is the DOS version of PAngband 0.1.1 Changes from the original PAngband 0.1.1 version: - The "usleep(useconds)" script-command in module io doesn't work in the DOS version, since the usleep() function used in the source is non-standard. - The "Farmer Maggot" example is set as default script extension when starting the game. (Look at "examples/maggot/readme" for infos about this script extension) - Several script files have been added to the lib/scrpt directory to allow PAngband to run on systems without a Python installation. (the files are: pickle.py, strings.py, types.py, exceptions.py, StringIO.py, site.py, stat.py, posixpath.py, os.py, and copy_reg.py) These files can be found in the "lib/standard/scpt" folder as well. - An "error.py" script has been added and is imported by the init.py scripts. The new script redirects all output from Python "print" statements and error-messages to the build-in msg_print() function of Angband. All error messages are also logged in the file "error.txt" in the root-directory of the current drive. - Graphics are not working correctly, because the terrains have been reordered and are not in sync with the tiles anymore. Feel free to adjust them ("Interact with visuals" command [%]) and send the *.prf file to me (rr9@angband.org) or Keldon Jones (keldon@umr.edu). Robert Ruehlmann ( rr9@angband.org ) "Thangorodrim - The Angband Page" : http://thangorodrim.angband.org/