History
In 2000, I downloaded the Angband variant Cthangband out of curiosity. I felt that it was good, but there were certain things I felt could be improved. As the code in the places I was interested in was fairly easy to understand, I set about making the improvements I felt it required.
As the months passed, I found that it became more and more distinct from the base game in look and feel, and to some extent in gameplay, and so I finally decided to release it as a separate variant.
| Description | Work-around | Fixed? |
|---|---|---|
| Compiling with -D"USE_DOS" fails if USE_SPECIAL_BACKGROUND is defined. | Don't define USE_SPECIAL_BACKGROUND. Explain to me what it's intended to do if you would like a fix. | No |
| The game uses many names which are reserved to various headers. | None. Let me know if any are actually used. | No |
| More than 36 choices of stat template can be loaded during character generation, but only 36 can be selected. | Change user-loc.prf to contain the one you want or choose race and template first. | No |
| The game probably does not use setuid or setgid properly. | None. Let me know what permissions you'd like which files/directories to have, and I'll look at it. | No |
| The birth race list includes A-D as options, but these do not work correctly. | Those races can be accessed as 0-3, or at a later point. | CVS |