Changeset 295
- Timestamp:
- 07/07/07 11:45:05 (1 year ago)
- Files:
-
- trunk/faq.txt (added)
- trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/readme.txt
r192 r295 1 1 Angband 3.0.8 2 2 ============= 3 4 Bug reports to <bugs@rephial.org>5 Website at http://rephial.org/6 7 3 8 4 Angband is a graphical dungeon adventure game that uses textual characters … … 10 6 in the vein of games like NetHack and Rogue. 11 7 12 The game's website is http://rephial.org/, which contains various help files,13 changelists, and development information. There are also files included here14 which give valuable information, like changes.txt and the help files in15 lib/help/, which can be viewed in-game.16 17 8 Angband is currently maintained by a development "team" headed by Andrew 18 9 Sidwell. Please see the "thanks.txt" file for a full listing of credits. 19 10 11 Report bugs here: bugs@rephial.org 12 The Angband website: http://rephial.org/ 13 Angband forums: http://angband.oook.cz/forum/ 20 14 21 If you've downloaded the source, please be aware that there are precompiled 22 versions available for at least Mac OS X, Windows, and RISC OS, available 23 at the main site. However, if you want to compile, you may find the page 24 <http://rephial.org/wiki/Compiling> useful. 15 32x32 graphics for X11 and Windows: 16 http://angband.oook.cz/download/extra/graf-32x32-306.zip 25 17 18 When upgrading, please read changes.txt! 26 19 27 For information on variants, patches, and other assorted things, you're best 28 off looking at the main community site for Angband, <http://angband.oook.cz/>. 29 It has the Angband forum, provides access to the Angband newsgroup, and allows 30 you to upload character dumps and screenshots. 20 '?' in-game lets you browse the help system. 31 21 32 Bug reports should be sent to either the forum, in the "Vanilla" section, or 33 via email to bugs@rephial.org. 22 For more information about the game, its variants, and somewhere to upload 23 your characters and screenshots, please see http://angband.oook.cz/. 24 25 If you've downloaded the source, please be aware that precompiled versions 26 are available for at least Mac OS X, Windows, and RISC OS, available at the 27 main site. However, if you want to compile, try reading: 28 http://rephial.org/wiki/Compiling 29 34 30 35 31 … … 40 36 savefile from the wrong place, note that the game may decide to re-save your 41 37 savefile in the proper place when you quit. 42 43 Some kinds of archive (namely Zip files) don't handle empty directories, so44 there are "delete.me" files in those. You may safely delete these files if45 they annoy you.46 38 47 39 … … 61 53 used to store the high score list. This file is named "scores.raw". To 62 54 use an old high score list, simply copy it into the "lib/apex" directory. 63 64 Angband uses a set of ascii "user pref files" which are kept in the65 "lib/pref" directory. Most of these files can only be used on a small set66 of platforms, and may need slight modifications when imported from older67 versions.68 55 69 56 If you're interested in what else lies in lib/, then please read
