mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
2.5 KiB

  1. MENU_PKG_NETHACK
  2. Here you'll find a lot of options for everyone's favorite console
  3. dungeon crawling game, nethack.
  4. ROCKCFG_PKG_NETHACK_TTY
  5. Compile the common CLI Graphics
  6. ROCKCFG_PKG_NETHACK_DEL
  7. To enable the 'timed_delay' option for using a timer rather than extra
  8. screen output when pausing for display effect. Requires that 'msleep'
  9. function be available (with time argument specified in milliseconds).
  10. Various output devices can produce wildly varying delays when the
  11. 'extra output' method is used, but not all systems provide access to
  12. a fine-grained timer.
  13. ROCKCFG_PKG_NETHACK_X11
  14. Compile the X11 Graphics
  15. ROCKCFG_PKG_NETHACK_QT
  16. Compile the QT Graphics
  17. ROCKCFG_PKG_NETHACK_XPM
  18. Use the system's XPM-Library instead of nethack's internal
  19. system for reading graphics.
  20. ROCKCFG_PKG_NETHACK_GNO
  21. Compile the common Gnome Graphics.
  22. WARNING! WARNING! WARNING WARNING! WARNING! WARNING! WARNING!
  23. WARNING! This is currently broken on nethack's side. WARNING!
  24. WARNING! WARNING! WARNING WARNING! WARNING! WARNING! WARNING!
  25. ROCKCFG_PKG_NETHACK_WIZ
  26. Username that is allowed to use the -D (Debug) Switch
  27. ROCKCFG_PKG_NETHACK_LOG
  28. larger file for debugging purposes
  29. ROCKCFG_PKG_NETHACK_NEW
  30. the file containing the latest hack news
  31. ROCKCFG_PKG_NETHACK_USE_COM
  32. Use external program to compress savestates and bones
  33. ROCKCFG_PKG_NETHACK_COM
  34. path and file name extension for compression program
  35. ROCKCFG_PKG_NETHACK_COM_EXT
  36. compress's extension
  37. ROCKCFG_PKG_NETHACK_HACKDIR
  38. If you define HACKDIR, then this will be the default playground;
  39. otherwise it will be the current directory.
  40. ROCKCFG_PKG_NETHACK_MAX
  41. If it is desirable to limit the number of people that can play Hack
  42. simultaneously, define it here. Set to 0 for infinite
  43. ROCKCFG_PKG_NETHACK_SINKS
  44. Check this to enable kitchen sinks.
  45. ROCKCFG_PKG_NETHACK_MAZES
  46. Check this to enable fancy mazes.
  47. ROCKCFG_PKG_NETHACK_REINCARNATION
  48. Check this to enable special rogue-like levels.
  49. ROCKCFG_PKG_NETHACK_KOPS
  50. Check this to enable the Keystone Kops.
  51. ROCKCFG_PKG_NETHACK_SEDUCE
  52. Check this to enable Succubi/Incubi.
  53. ROCKCFG_PKG_NETHACK_STEED
  54. Check here to enable steeds.
  55. ROCKCFG_PKG_NETHACK_TOURIST
  56. Check here for tourists to show up.
  57. ROCKCFG_PKG_NETHACK_ELBERETH
  58. Check here for Elbereth.
  59. ROCKCFG_PKG_NETHACK_EXP
  60. Check here to show experience on bottom line.
  61. ROCKCFG_PKG_NETHACK_SCORE
  62. Check here to show score on bottom line.
  63. ROCKCFG_PKG_NETHACK_GOLD
  64. Check here to make gold an abject.
  65. THIS IS EXPERIMENTAL!