Difference between revisions of "User:FIQ"

From NetHackWiki
Jump to navigation Jump to search
(too late for name changes)
(Typo)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{NAOplayer|FIQ}}
 
{{NAOplayer|FIQ}}
  
I also maintain [[User:FIQ/FIQhack|FIQhack]]
+
I also maintain [[FIQHack]].
 +
 
 +
I created this patch against unstable 3.6.1 in case anyone would find it useful: [http://home.fiq.se/nh/getobj.html Object Floor Prompts]
 +
 
 +
[[User:FIQ/DevTeam|List of my vanilla bug reports]]
 +
 
 +
[[User:FIQ/Restoring DynaHack saves|Personal notes on how to restore a corrupted DynaHack save, and notes on what causes desyncs]]
 +
 
 +
[[User:Ais523/beta3_blockers|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

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