Difference between revisions of "User:FIQ"

From NetHackWiki
Jump to navigation Jump to search
(NetHack's build system is stupid)
(Typo)
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
 
* cd ../..
 
* cd ../..
 
* make fetch-Lua
 
* make fetch-Lua
* make WANT_WIN_CURSES=1 WANT_WIN_CURSES=1
+
* make WANT_WIN_CURSES=1 WANT_WIN_TTY=1
 +
* make WANT_WIN_CURSES=1 WANT_WIN_TTY=1 install

Latest revision as of 18:13, 4 July 2021

FIQ on NAO (stats, games, deaths, dumplogs, ttyrecs)

I also maintain FIQHack.

I created this patch against unstable 3.6.1 in case anyone would find it useful: Object Floor Prompts

List of my vanilla bug reports

Personal notes on how to restore a corrupted DynaHack save, and notes on what causes desyncs

NetHack4 release blockers

Personal notes on how to build NetHack 3.7

  • cd ~/NetHack
  • cd sys/unix
  • sh setup.sh hints/linux.2020
  • cd ../..
  • make fetch-Lua
  • make WANT_WIN_CURSES=1 WANT_WIN_TTY=1
  • make WANT_WIN_CURSES=1 WANT_WIN_TTY=1 install