Angband 2.7.9v6 for Windows (16 bit) ------------------------------------ This is an *unofficial* version of Angband 2.7.9v6 for 16-bit Windows, submitted by Son H. Le (s924723@minyos.its.rmit.edu.au). The "Ang279v6-u16.zip" file contains only the executable and the data files (lib/data/*.raw) which are needed for Angbang 2.7.9v6. You should first acquire the official "Ang279v6-w32.zip" archive, and then copy the files from this archive on top of any similar files in the official archive. Note that a few changes were needed to make the distributed source work correctly with Windows. MAIN-WIN.C - in function Term_pict_win() the y1 variable was incorrectly set (probably typo). Should be: y1 = row * h1; // not y1 = row * w1; This corrects the weird character representations. Also the default behaviour of fread() and fwrite() has to be changed from text to binary. The following line must be included somewhere (I put it in MAIN-WIN.C as well). extern int _fmode = O_BINARY; This stops the compiler from outputting 0D0A to the data files and corrupting the object descriptions. The executables were compiled using Borland C++ v5.0B. That's it.. enjoy!! Son H. Le (s924723@minyos.its.rmit.edu.au)