diff options
author | Robert Clausecker <fuz@fuz.su> | 2021-04-27 23:43:23 +0200 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-05-24 08:09:09 +0800 |
commit | 7ef30eed0cf6f5626f708259518981a293a7645a (patch) | |
tree | c2d72570729f45c45c837c74cbc4c17017330b13 /games/xnethack/files/patch-doc_recover.6 | |
parent | games/nbsdgames: (new port) 17 text-based modern games (diff) |
games/xnethack: (new port) Experimental features and improvements applied to NetHack 3.7-dev
xNetHack is a fork of the dungeon exploration game NetHack. It is a
distant descendent of Rogue and Hack, and a direct descendant of the
development version of NetHack 3.7.
The main goals of xNetHack are to take vanilla NetHack and:
- Fix gameplay balance issues.
- Remove tedious and frustrating parts of the game.
- Make uninteresting parts of the game more interesting.
- Experiment with new ideas from the community.
In general, the game design takes a conservative approach to changing
the gameplay compared to other variants, with focus on deepening
elements of the game rather than broadening them. For example, this
philosophy would prefer to differentiate monsters in a class that all
tend to play the same way, instead of adding new monsters to that class.
WWW: https://nethackwiki.com/wiki/XNetHack
PR: 255456
Diffstat (limited to 'games/xnethack/files/patch-doc_recover.6')
-rw-r--r-- | games/xnethack/files/patch-doc_recover.6 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xnethack/files/patch-doc_recover.6 b/games/xnethack/files/patch-doc_recover.6 new file mode 100644 index 000000000000..2ee7bb286566 --- /dev/null +++ b/games/xnethack/files/patch-doc_recover.6 @@ -0,0 +1,20 @@ +--- doc/recover.6.orig 2021-03-22 22:28:14 UTC ++++ doc/recover.6 +@@ -43,7 +43,7 @@ option, which must be the first argument if it appears + supplies a directory which is the NetHack playground. + It overrides the value from NETHACKDIR, HACKDIR, or the directory + specified by the game administrator during compilation +-(usually /usr/games/lib/nethackdir). ++(usually %%HACKDIR%%). + .PP + ^?ALLDOCS + For recovery to be possible, +@@ -130,7 +130,7 @@ but even a compression-using + .I nethack + will find them in the uncompressed form. + .SH "SEE ALSO" +-nethack(6) ++xnethack%%HACKEXT%%(6) + .SH BUGS + .PP + .I recover |