Add the APW Borg as of 1st March 2008.
[angband/borg.git] / readme.txt
blob99339ac2fbb61e3d12e61b9ec8f0c717c95ea18b
1 Angband 3.0.9b
2 =============
4 Angband is a graphical dungeon adventure game that uses textual characters
5 to represent the walls and floors of a dungeon and the inhabitants therein, 
6 in the vein of games like NetHack and Rogue.
8 Angband is currently maintained by a development "team" headed by Andrew
9 Sidwell.  Please see the "thanks.txt" file for a full listing of credits.
11   Report bugs here:     bugs@rephial.org       
12   The Angband website:  http://rephial.org/
13   Angband forums:       http://angband.oook.cz/forum/
15   When upgrading, please read changes.txt!
17   '?' in-game lets you browse the help system.
19   For more information about the game, its variants, and somewhere to upload
20   your characters and screenshots, please see http://angband.oook.cz/.
22   If you've downloaded the source, please be aware that precompiled versions
23   are available for at least Mac OS X, Windows, and RISC OS, available at the
24   main site.  However, if you want to compile, try reading:
25     http://rephial.org/wiki/Compiling
30 === Special instructions for certain platforms ===
32 Make sure you keep all your savefiles in the proper place, and if you load a
33 savefile from the wrong place, note that the game may decide to re-save your
34 savefile in the proper place when you quit.
37 === Upgrading from older versions (and/or other platforms) ===
39 If you have been using an older version of Angband (and/or playing on a
40 different platform), you can move to the current Angband, bringing your
41 old savefiles, high score list, and other files with you.
43 To use an old savefile, simply copy it into the "lib/save" directory, changing
44 the name of the savefile (if necessary) to satisfy the requirements of the
45 platform you are using.  On multi-user systems, the savefile should be named
46 "UUU.NNN", where "UUU" is the userid of the player (on multi-user systems),
47 and "NNN" is the name of the "character" in the savefile.
49 Angband uses a platform independant file format for the binary file
50 used to store the high score list.  This file is named "scores.raw".  To
51 use an old high score list, simply copy it into the "lib/apex" directory.
53 If you're interested in what else lies in lib/, then please read
54 "lib/readme.txt".
57 === NO WARRANTY ===
59     BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
60 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
61 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
62 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
63 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
64 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
65 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
66 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
67 REPAIR OR CORRECTION.
69     IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
70 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
71 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
72 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
73 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
74 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
75 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
76 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
77 POSSIBILITY OF SUCH DAMAGES.
80 --- Ben Harrison, Robert Ruehlmann, and Andrew Sidwell ---