This is cron-daily v1-Jan-14-2020. manpages updated: nethack.txt
This commit is contained in:
+24
-10
@@ -1,4 +1,4 @@
|
|||||||
NETHACK(6) NETHACK(6)
|
NETHACK(6) Games Manual NETHACK(6)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -7,7 +7,8 @@ NAME
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
nethack [ -d directory ] [ -n ] [ -p profession ] [ -r race ] [ -[DX] ]
|
nethack [ -d directory ] [ -n ] [ -p profession ] [ -r race ] [ -[DX] ]
|
||||||
[ -u playername ] [ -dec ] [ -ibm ] [ --version[:paste] ]
|
[ -u playername ] [ -dec ] [ -ibm ] [ --showpaths ] [ --version[:paste]
|
||||||
|
]
|
||||||
|
|
||||||
nethack [ -d directory ] -s [ -v ] [ -p profession ] [ -r race ] [
|
nethack [ -d directory ] -s [ -v ] [ -p profession ] [ -r race ] [
|
||||||
playernames ]
|
playernames ]
|
||||||
@@ -71,7 +72,7 @@ DESCRIPTION
|
|||||||
the first three letters of the profession (this can also be specified
|
the first three letters of the profession (this can also be specified
|
||||||
using a separate -p profession option). "rrr" are at least the first
|
using a separate -p profession option). "rrr" are at least the first
|
||||||
three letters of the character's race (this can also be specified using
|
three letters of the character's race (this can also be specified using
|
||||||
a separate -r race option). "aaa" are at last the first three letters
|
a separate -r race option). "aaa" are at least the first three letters
|
||||||
of the character's alignment, and "ggg" are at least the first three
|
of the character's alignment, and "ggg" are at least the first three
|
||||||
letters of the character's gender. Any of the parts of the suffix may
|
letters of the character's gender. Any of the parts of the suffix may
|
||||||
be left out.
|
be left out.
|
||||||
@@ -90,7 +91,6 @@ DESCRIPTION
|
|||||||
Leaving out any of these characteristics will result in you being
|
Leaving out any of these characteristics will result in you being
|
||||||
prompted during the game startup for the information.
|
prompted during the game startup for the information.
|
||||||
|
|
||||||
|
|
||||||
The -s option alone will print out the list of your scores on the cur-
|
The -s option alone will print out the list of your scores on the cur-
|
||||||
rent version. An immediately following -v reports on all versions
|
rent version. An immediately following -v reports on all versions
|
||||||
present in the score file. The -s may also be followed by arguments -p
|
present in the score file. The -s may also be followed by arguments -p
|
||||||
@@ -114,6 +114,17 @@ DESCRIPTION
|
|||||||
playground must contain several auxiliary files such as help files, the
|
playground must contain several auxiliary files such as help files, the
|
||||||
list of top scorers, and a subdirectory save where games are saved.
|
list of top scorers, and a subdirectory save where games are saved.
|
||||||
|
|
||||||
|
--showpaths can be used to cause NetHack to show where it is expecting
|
||||||
|
to find various configuration files.
|
||||||
|
|
||||||
|
--version can be used to cause NetHack to show the version information
|
||||||
|
it was compiled with, then exit. That will include the git commit hash
|
||||||
|
if the information was available when the game was compiled. On some
|
||||||
|
platforms, such as windows and macosx, a variation --version:paste can
|
||||||
|
be used to cause NetHack to show the version information, then exit,
|
||||||
|
while also leaving a copy of the version information in the paste buf-
|
||||||
|
fer or clipboard for potential insertion into things like bug reports.
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
Jay Fenlason (+ Kenny Woodland, Mike Thome and Jon Payne) wrote the
|
Jay Fenlason (+ Kenny Woodland, Mike Thome and Jon Payne) wrote the
|
||||||
original hack, very much like rogue (but full of bugs).
|
original hack, very much like rogue (but full of bugs).
|
||||||
@@ -143,7 +154,7 @@ FILES
|
|||||||
|
|
||||||
nethack The program itself.
|
nethack The program itself.
|
||||||
data, oracles, rumors Data files used by NetHack.
|
data, oracles, rumors Data files used by NetHack.
|
||||||
quest.dat, bogusmon More data files.
|
bogusmon another data file.
|
||||||
engrave, epitaph, tribute Still more data files.
|
engrave, epitaph, tribute Still more data files.
|
||||||
symbols Data file holding sets of specifications
|
symbols Data file holding sets of specifications
|
||||||
for how to display monsters, objects, and
|
for how to display monsters, objects, and
|
||||||
@@ -152,8 +163,8 @@ FILES
|
|||||||
build-time option settings.
|
build-time option settings.
|
||||||
help, hh Help data files.
|
help, hh Help data files.
|
||||||
cmdhelp, opthelp, wizhelp More help data files.
|
cmdhelp, opthelp, wizhelp More help data files.
|
||||||
*.lev Predefined special levels.
|
*.lua Predefined special levels, dungeon control
|
||||||
dungeon Control file for special levels.
|
for special levels, quest texts
|
||||||
history A short history of NetHack.
|
history A short history of NetHack.
|
||||||
license Rules governing redistribution.
|
license Rules governing redistribution.
|
||||||
record The list of top scorers.
|
record The list of top scorers.
|
||||||
@@ -207,15 +218,18 @@ ENVIRONMENT
|
|||||||
DEBUGFILES can be used if the program was built with 'DEBUG' enabled.
|
DEBUGFILES can be used if the program was built with 'DEBUG' enabled.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
dgn_comp(6), lev_comp(6), recover(6)
|
recover(6)
|
||||||
|
|
||||||
BUGS
|
BUGS
|
||||||
Probably infinite.
|
Probably infinite.
|
||||||
|
|
||||||
|
COPYRIGHT
|
||||||
|
This file is Copyright (C) Robert Patrick Rankin and was last modified
|
||||||
|
2019/09/15 (version NetHack-3.6:1.16). NetHack may be freely redis-
|
||||||
|
tributed. See license for details.
|
||||||
|
|
||||||
Dungeons & Dragons is a Trademark of Wizards of the Coast, Inc.
|
Dungeons & Dragons is a Trademark of Wizards of the Coast, Inc.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
7 December 2015 NETHACK(6)
|
NETHACK 2 February 2018 NETHACK(6)
|
||||||
|
|||||||
Reference in New Issue
Block a user