-
Apparently the compiler used to build the "real" Nethack 3.4.3 for Windows uses a 32-bit time_t type, so using a 64-bit time_t makes the structure sizes in the save file incompatible. Defining this m…
-
Not really an issue, but rather a compliment. The latest version 3.6.2 compiled with some minor adjustments on the ancient VAX Ultrix 4.5 (dated back to 1995) using gcc-2.8.1. Now that is 24 years ol…
-
Wizardモードの@コマンドの流用で比較的すぐできる、はず。あらゆる奇行を@さんに行わせることをこれで可能にする。
-
-
While refining articles on the wiki, I discovered a couple of interesting bits in the code for throwing weapons:
https://github.com/NetHack/NetHack/blob/f3a923d647fcfa7255f6302d718b86ba237f3c1e/src…
-
Currently, each dungeon tile (ignoring the char/color/specials observation that's also available) is an int16 between `0` and `nethack.MAX_GLYPH == 5976`. We use an embedding lookup table of that size…
-
https://nethackwiki.com/wiki/Sit#:~:text=NetHack%20has%20a%20bug%20that%20lets%20you%20%23sit%20in%20places%20you%20cannot%20reach.
-
Is this intentional?
I guess because the lava is added via `themerms.lua`, this gets around the `rtype` check in `makelevel()` that would normally prevent lava from showing up in a shop:
ht…
-
![lev_flying](https://github.com/user-attachments/assets/7dc689a2-a59c-4e50-bc01-ad05c1f652fd)
Feels odd that levitation effects overrides amulet of flying.
While wearing an Amulet of Flying, I pu…
-
# UI.Graphics.Messages
- In both Nethack and A.D.O.M messages are the primary means of communicating with the player.
- Review the Nethack source as some light reading and inspiration.
- Usually they'…