1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../nethack/subconfig-games.in
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
8 # More information can be found in the files COPYING and README.
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
18 menu_begin MENU_PKG_NETHACK 'NetHack Options'
19 comment '- User Interfaces'
21 bool 'TTY Graphics' SDECFG_PKG_NETHACK_TTY 1
22 if [ "_$SDECFG_PKG_NETHACK_TTY" == "_1" ]; then
24 bool 'Use usleep() for delay' SDECFG_PKG_NETHACK_DEL 1
27 bool 'X11 Graphics' SDECFG_PKG_NETHACK_X11 0
28 if pkgcheck qt31 X; then
29 bool 'QT Graphics' SDECFG_PKG_NETHACK_QT 0
31 if [ "_$SDECFG_PKG_NETHACK_QT" == "_1" ]; then
33 bool 'Use the XPM Library' SDECFG_PKG_NETHACK_XPM 0
36 #if pkgcheck gtk.-.. X; then
37 bool 'Gnome Graphics (READ HELP)' SDECFG_PKG_NETHACK_GNO 0
40 comment '- Administratives'
42 text 'Wizard name' SDECFG_PKG_NETHACK_WIZ 'wizard'
43 text 'Logfile' SDECFG_PKG_NETHACK_LOG 'logfile'
44 text 'Newsfile' SDECFG_PKG_NETHACK_NEW 'news'
45 bool 'Use Compression' SDECFG_PKG_NETHACK_USE_COM 0
46 if [ "_$SDECFG_PKG_NETHACK_USE_COM" == "_1" ]; then
48 text 'Compress Program' SDECFG_PKG_NETHACK_COM '/usr/bin/compress'
51 text 'Hack-Directory' SDECFG_PKG_NETHACK_HACKDIR '/usr/games/lib/nethackdir'
52 text 'Max number of simultaneous hacks' SDECFG_PKG_NETHACK_MAX '6'
54 comment '- The Fun Stuff'
56 bool 'Sinks' SDECFG_PKG_NETHACK_SINKS 1
57 bool 'Fancy mazes' SDECFG_PKG_NETHACK_MAZES 1
58 bool 'Special Rogue-like levels' SDECFG_PKG_NETHACK_REINCARNATION 1
59 bool 'Keystone Kops' SDECFG_PKG_NETHACK_KOPS 1
60 bool 'Succubi/incubi seduction' SDECFG_PKG_NETHACK_SEDUCE 1
61 bool 'Riding steeds' SDECFG_PKG_NETHACK_STEED 1
62 bool 'Tourist players with cameras and Hawaiian shirts' SDECFG_PKG_NETHACK_TOURIST 1
63 bool 'Engraving the E-word repels monsters' SDECFG_PKG_NETHACK_ELBERETH 1
64 bool 'Show experience on bottom line' SDECFG_PKG_NETHACK_EXP 1
65 bool 'Show score on bottom line' SDECFG_PKG_NETHACK_SCORE 1
66 bool 'Gold is an object (EXPERIMENTAL)' SDECFG_PKG_NETHACK_GOLD 0